Thread: Trade button

Results 1 to 6 of 6
  1. #1 Trade button 
    Registered Member
    Join Date
    Mar 2010
    Posts
    7
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Okay so i guess i sound like a total noob. But i just added a "trade" option to an npc in the cache editor.
    But the button isnt working. can someone help me with this? :\
    Reply With Quote  
     

  2. #2  
    Registered Member
    Ynneh's Avatar
    Join Date
    Mar 2010
    Posts
    2,204
    Thanks given
    146
    Thanks received
    254
    Discord
    View profile
    Rep Power
    241
    If the options exceeds option 4 you would need to create a new opCode.. however it's most likely the option you added is NPCOption3.. look in your NPC handler class and add an if statement for the npc then add what ever you want it to do.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2010
    Posts
    7
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by Teek View Post
    If the options exceeds option 4 you would need to create a new opCode.. however it's most likely the option you added is NPCOption3.. look in your NPC handler class and add an if statement for the npc then add what ever you want it to do.

    this is my code in NPCHandler.java
    else if (npc.getId() == 2253)
    player.getDialogueManager().startDialogue("MoRGuid e", npc.getId());
    else if (npc.getId() == 2253)
    ShopsHandler.openShop(player, 1);
    Reply With Quote  
     

  4. #4  
    BoomScape #1
    BoomScape's Avatar
    Join Date
    May 2013
    Posts
    2,202
    Thanks given
    254
    Thanks received
    210
    Discord
    View profile
    Rep Power
    43
    Quote Originally Posted by vinnyboytje4 View Post
    this is my code in NPCHandler.java
    needs to be in npcoption2 or 3 the second part
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Mar 2010
    Posts
    7
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    FIXED THANKS boomscape!!
    Reply With Quote  
     

  6. #6  
    BoomScape #1
    BoomScape's Avatar
    Join Date
    May 2013
    Posts
    2,202
    Thanks given
    254
    Thanks received
    210
    Discord
    View profile
    Rep Power
    43
    Quote Originally Posted by vinnyboytje4 View Post
    FIXED THANKS boomscape!!
    Np bro glad i could help
    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. Trade button id?
    By Edd - in forum Help
    Replies: 2
    Last Post: 07-06-2012, 07:49 PM
  2. Trading Remove Option button ids
    By CrazyPanda in forum Requests
    Replies: 0
    Last Post: 10-25-2009, 06:44 PM
  3. Replies: 14
    Last Post: 06-03-2009, 03:23 AM
  4. trade button ids
    By Gluon in forum Help
    Replies: 11
    Last Post: 04-26-2009, 05:04 AM
  5. Replies: 3
    Last Post: 01-22-2009, 12:42 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
  •