Thread: [718]soo easy [718] Rep++ please help

Results 1 to 3 of 3
  1. #1 [718]soo easy [718] Rep++ please help 
    Member
    Join Date
    May 2011
    Posts
    388
    Thanks given
    41
    Thanks received
    13
    Rep Power
    0
    evry time i add in dialogue handler a dialogue and i safe and compile

    it gets me this error
    Code:
    src\com\rs\game\player\dialogues\DialogueHandler.java:176: error: cannot find sy
    mbol
                                                          handledDialogues.put("Tort
    uredSoul", (Class<Dialogue>) Class.forName(TorturedSoul.class.getCanonicalName()
    ));
    please help me
    [AD][SBD="thakillah"][/SBD][/AD]
    Reply With Quote  
     

  2. #2  
    ♢♢♢♢♢♢

    Con Artist's Avatar
    Join Date
    Jan 2012
    Posts
    1,354
    Thanks given
    665
    Thanks received
    307
    Rep Power
    386
    You're missing value like value43 etc

    Class<Dialogue> value43 = (Class<Dialogue>) Class
    .forName(TorturedSoul.class.getCanonicalName());
    handledDialogues.put("TorturedSoul", value43);

    Replace the 43 with the next value after the one you placed
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    May 2011
    Posts
    388
    Thanks given
    41
    Thanks received
    13
    Rep Power
    0
    Thanks i hope it works
    [AD][SBD="thakillah"][/SBD][/AD]
    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. [718]Shop configs[718]
    By Vip3r in forum Requests
    Replies: 14
    Last Post: 07-22-2013, 05:05 PM
  2. [718/Matrix]Itemdb.biz Search Command[718/Matrix]
    By benjamin94 in forum Snippets
    Replies: 12
    Last Post: 08-11-2012, 12:10 PM
  3. 718
    By EpicMeme in forum Requests
    Replies: 5
    Last Post: 07-02-2012, 07:38 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
  •