Thread: Quest help

Results 1 to 8 of 8
  1. #1 Quest help 
    Banned
    Join Date
    Nov 2012
    Posts
    335
    Thanks given
    28
    Thanks received
    33
    Rep Power
    0
    close thread
    Reply With Quote  
     

  2. #2  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Find the npc that sends the first dialogue in acionHandler

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Nov 2012
    Posts
    335
    Thanks given
    28
    Thanks received
    33
    Rep Power
    0
    Quote Originally Posted by Ninth Legion View Post
    Find the npc that sends the first dialogue in acionHandler
    None does
    I tried adding it myself , but doesn't work
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Nov 2012
    Posts
    335
    Thanks given
    28
    Thanks received
    33
    Rep Power
    0
    this is also in the file

    case 650: ( The Npc ID )
    if(c.quest[5] == 0) {
    c.getDH().sendDialogues(377, npc);
    } else if(c.quest[5] > 0) {
    c.getDH().sendDialogues(389, npc);
    }
    break;
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2011
    Posts
    0
    Thanks given
    87
    Thanks received
    74
    Rep Power
    0


    He added an anti-leech on the source you bought I'm assuming, And FYI this:
    Code:
    case 650: ( The Npc ID )
    if(c.quest[5] == 0) {
    c.getDH().sendDialogues(377, npc);
    } else if(c.quest[5] > 0) {
    c.getDH().sendDialogues(389, npc);
    }
    break;
    is the dialogue...


    Quote Originally Posted by Stevie View Post
    I know but there is like 5 servers with deadlypkers's source. it's being passed around like the school's whore.
    Quote Originally Posted by King J Scape View Post
    Not everything in life can be pretty, look at your self for an example.
    Have a nice day.
    [Spoil][/Spoil]
    Reply With Quote  
     

  6. #6  
    Working on private projects ~~

    Join Date
    Oct 2012
    Posts
    268
    Thanks given
    17
    Thanks received
    17
    Rep Power
    33
    You bought a source without knowing the basics of java?...
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Nov 2012
    Posts
    335
    Thanks given
    28
    Thanks received
    33
    Rep Power
    0
    Quote Originally Posted by Inverse View Post


    He added an anti-leech on the source you bought I'm assuming, And FYI this:
    Code:
    case 650: ( The Npc ID )
    if(c.quest[5] == 0) {
    c.getDH().sendDialogues(377, npc);
    } else if(c.quest[5] > 0) {
    c.getDH().sendDialogues(389, npc);
    }
    break;
    is the dialogue...
    why would he add an anti - leech in it , if its not even released
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Nov 2012
    Posts
    335
    Thanks given
    28
    Thanks received
    33
    Rep Power
    0
    Quote Originally Posted by Inverse View Post


    He added an anti-leech on the source you bought I'm assuming, And FYI this:
    Code:
    case 650: ( The Npc ID )
    if(c.quest[5] == 0) {
    c.getDH().sendDialogues(377, npc);
    } else if(c.quest[5] > 0) {
    c.getDH().sendDialogues(389, npc);
    }
    break;
    is the dialogue...
    I know that is the dialogue
    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: 15
    Last Post: 07-30-2011, 09:43 AM
  2. Replies: 19
    Last Post: 08-21-2010, 09:49 PM
  3. Replies: 96
    Last Post: 07-30-2010, 08:46 PM
  4. Replies: 0
    Last Post: 11-14-2009, 06:22 PM
  5. Replies: 7
    Last Post: 08-09-2009, 09:06 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
  •