Thread: DialogHandler

Results 1 to 5 of 5
  1. #1 DialogHandler 
    Jake from State Farm

    FKN Jake's Avatar
    Join Date
    Nov 2013
    Posts
    675
    Thanks given
    45
    Thanks received
    58
    Rep Power
    153
    I'm using a server base that does not support teleportation to skilling,bosses,pking etc.

    I want to relocate the home I just can't find the NPC ID's, the name of them is not found in NPC.java, NPCspawn, etc.

    example:
    Attached image

    Code:
    Code:
    case 350:
    			sendStatement("The revenant teleport is in the wilderness. Do you wish to proceed?");
    			c.nextChat = 351;
    			break;
    		case 351:
    			sendOption2("Yes", "No");
    			c.dialogueAction = 351;
    			break;
    		case 300:
    			sendNpcChat3("Hello!", "I can give you a max cape for maxed total level.", "Would you like a max cape?",
    					3705, "Max");
    			c.nextChat = 301;
    			break;
    
    		case 301:
    			sendOption2("Yes please", "No thanks");
    			c.dialogueAction = 300;
    			break;
    
    		case 666:
    			sendOption5("God Wars Center", "Bandos", "Armadyl", "Saradomin", "Zamorak");
    			c.dialogueAction = 666;
    			break;
    Help would be appreciated, will Rep+
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Did you check in your spawn config file for the ID's and or / coordinates ?
    Reply With Quote  
     

  3. #3  
    Jake from State Farm

    FKN Jake's Avatar
    Join Date
    Nov 2013
    Posts
    675
    Thanks given
    45
    Thanks received
    58
    Rep Power
    153
    Quote Originally Posted by Delinquent View Post
    Did you check in your spawn config file for the ID's and or / coordinates ?
    Yeah no results, its all fucked up as well idk if there is a way to fix it..
    Attached image
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2015
    Posts
    20
    Thanks given
    2
    Thanks received
    0
    Rep Power
    13
    Use Notepad ++ and then open up spawn.config with notepad ++
    Reply With Quote  
     

  5. #5  
    Jake from State Farm

    FKN Jake's Avatar
    Join Date
    Nov 2013
    Posts
    675
    Thanks given
    45
    Thanks received
    58
    Rep Power
    153
    Quote Originally Posted by arda187 View Post
    Use Notepad ++ and then open up spawn.config with notepad ++
    Thanks man Repped you. I will look through it and see if I can find these damn npcs

    Edit: Found them, thank you.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •