Thread: Different XP Mode [Dialouge]

Results 1 to 3 of 3
  1. #1 Different XP Mode [Dialouge] 
    Registered Member
    Join Date
    Jun 2013
    Posts
    139
    Thanks given
    4
    Thanks received
    1
    Rep Power
    18
    Hey! I followed this tut: http://www.rune-server.org/runescape...oul-split.html . No errors. But where do i add so when you login as a new user the dialoug shows up. I added it
    Code:
    c.dialogueAction = 28;
    in
    Code:
    Playerassistant
    in
    Code:
    public void addStarter()
    But it still doesnt show up. Any clue?
    Reply With Quote  
     

  2. #2  
    Member
    Join Date
    Sep 2012
    Age
    27
    Posts
    172
    Thanks given
    22
    Thanks received
    7
    Rep Power
    0
    Make a variable in PlayerSave that checks if you have chosen the EXP. And then in the initialise method just add for example:

    Code:
    if (!hasChosen)
    c.getDH.sendDialogues(your dialog id);
    And then just set the hasChosen to true on choosing the EXP. (Just an example to give you an idea)
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2013
    Posts
    139
    Thanks given
    4
    Thanks received
    1
    Rep Power
    18
    I don't rellay undrestand, could you make a quick tut of how to make that?
    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

Similar Threads

  1. Replies: 17
    Last Post: 11-09-2016, 12:37 AM
  2. Xp modes
    By NoChildSupport in forum Help
    Replies: 9
    Last Post: 07-28-2013, 06:28 AM
  3. Different xp rates
    By Andy in forum Snippets
    Replies: 15
    Last Post: 04-23-2013, 12:25 AM
  4. Replies: 27
    Last Post: 03-31-2013, 09:42 PM
  5. Help with titles depending on xp mode
    By Zuelz in forum Help
    Replies: 1
    Last Post: 03-16-2013, 08:08 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •