Thread: Gates by alkarid and npc talking like aubury

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Gates by alkarid and npc talking like aubury 
    Registered Member
    Join Date
    May 2012
    Posts
    111
    Thanks given
    10
    Thanks received
    3
    Rep Power
    9
    Ok so I'm working on a rsps remake (i know there's many out there this is for friends only) so with that info I been working on adding in the gates by alkarid. I have it working for walk to bla and change obj. first question here is how do I make it so it will open walk then close and not open close and walk all at the sometime.

    Question 2 is about aubury kinda simple question, but still not understanding how to get it to work. I have setup his teleport option, and going to his talking, but I cant get him when teleporting to say Senventior Disthine Molenko and do the gfx. (idk code btw) the rest is working fine from tele to trade I can make it speak at random times but i need it more for if teled and having delay like top part.

    so if anyone could help me at least learn how to delay something within a case and/or to help make the problem above work i would be great full

    edit: i do have event manager files
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2012
    Posts
    111
    Thanks given
    10
    Thanks received
    3
    Rep Power
    9
    Please Help me i have no idea on adding in delays with event manager
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    111
    Thanks given
    10
    Thanks received
    3
    Rep Power
    9
    Bump
    Reply With Quote  
     

  4. #4  
    Registered Member @Princess Bubblegum's Avatar
    Join Date
    Aug 2012
    Age
    30
    Posts
    20
    Thanks given
    1
    Thanks received
    3
    Rep Power
    14
    use an event
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2012
    Posts
    111
    Thanks given
    10
    Thanks received
    3
    Rep Power
    9
    Quote Originally Posted by @Princess Bubblegum View Post
    use an event
    how tho is my question im unsure on making events and that kind of stuff

    anyone know the gfx thats used when teleporting with aubury i have a sloppy setup with tstage and i need the gfx used and the npc anim also i have him talking when teled a short delay and its own tele system with a custom tstage so if anyone will help me find the gfx id for the purple rings and the npc anim/emote for the tele id be Very happy and if i can rep i will
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Aug 2009
    Posts
    630
    Thanks given
    79
    Thanks received
    24
    Rep Power
    52
    need the code from the gates to with event or cyle manager

    bump
    Reply With Quote  
     

  7. Thankful user:


  8. #7  
    Registered Member
    Join Date
    May 2012
    Posts
    111
    Thanks given
    10
    Thanks received
    3
    Rep Power
    9
    ok Team b0 I just got done making this it is Delta and it will open, close, and walk may have a few bugs uses event at 600. Edit how you like the direction may be messed up for your source but this opens, and closes perfect on mine. After heavy drug use, classical music, and pulling my brain back out I came out with this (jk about the drug part would be cool tho).

    also if you figure out about adding in the dialogue and stuff plz post here ill work on it but for now it will only open and close

    edit: on my walkto2 theres a walkdelay set to 1500 this setup works Very Well

    Code:
    if(objectID == 2882 && objectX == 3268 && objectY == 3227 && objectID == 2883 && objectX == 3268 && objectY == 3228 || absX == 3267 && absY == 3228 || absX == 3267 && absY == 3227){
    					ReplaceObject(3268, 3227, 2882, -1, 0);
    					ReplaceObject(3268, 3228, 2883, 1, 0);
    					WalkTo2(1,0);
    				EventManager.getSingleton().addEvent(new Event() {
    				public void execute(EventContainer container) {	
    					ReplaceObject(3268, 3227, 2882, 0, 0);
    					ReplaceObject(3268, 3228, 2883, 0, 0);
    					container.stop();
    				}
    				public void stop() {
    
    				}
    				}, 600);
    		} else if(objectID == 2882 && objectX == 3268 && objectY == 3227 && objectID == 2883 && objectX == 3268 && objectY == 3228 || absX == 3268 && absY == 3228 || absX == 3268 && absY == 3227){
    					ReplaceObject(3268, 3227, 2882, -1, 0);
    					ReplaceObject(3268, 3228, 2883, 1, 0);
    					WalkTo2(-1,0);
    			EventManager.getSingleton().addEvent(new Event() {
    			public void execute(EventContainer container) {	
    					ReplaceObject(3268, 3227, 2882, 0, 0);
    					ReplaceObject(3268, 3228, 2883, 0, 0);
    					container.stop();
    				}
    				public void stop() {
    
    				}
    			}, 600);
    		}
    If anyone is able to make this better with working npcdialogue please help me by reposting code. This would help out a lot of people I think.
    Reply With Quote  
     

  9. Thankful user:


  10. #8  
    Ignorance is always an excuse

    Mikee's Avatar
    Join Date
    Nov 2009
    Posts
    2,370
    Thanks given
    732
    Thanks received
    490
    Rep Power
    656
    You should be more clear when you talk, and do you really listen to classical music?



    The day Aj repped me, my life changed forever
    Quote Originally Posted by Aj View Post
    Rep++ for you
    Reply With Quote  
     

  11. #9  
    Registered Member
    Join Date
    May 2012
    Posts
    111
    Thanks given
    10
    Thanks received
    3
    Rep Power
    9
    Quote Originally Posted by Mikee View Post
    You should be more clear when you talk, and do you really listen to classical music?
    I don't know what you mean on being more "clear" when I talk.

    Yes I do if you want to make sure I do go to pandora.com signup, or signin, and go to station classical radio. I have been listening to for the past 3hr or more trying to get this setup

    Pandora Online Radio - My Profile
    ^ should show you that i have

    Another good one I use is
    RainyMood
    Reply With Quote  
     

  12. #10  
    Registered Member
    Join Date
    Aug 2009
    Posts
    630
    Thanks given
    79
    Thanks received
    24
    Rep Power
    52
    i wil make this for pi after that i will start on the dialogue
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. npc talking
    By Deathbyu in forum Help
    Replies: 2
    Last Post: 06-26-2011, 01:02 AM
  2. need help with npc talking
    By bracket in forum Help
    Replies: 3
    Last Post: 10-10-2009, 06:37 PM
  3. npc talking
    By Explorz in forum Requests
    Replies: 1
    Last Post: 02-01-2009, 06:40 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •