Thread: How do i add this?

Results 1 to 7 of 7
  1. #1 How do i add this? 
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    Hey guys.. i dont know where to add this. so i do NOT have the 4th option of NPCs on my server and its a PI source and i dont have it and i was wondering how i add it or make it when i click the 4th option, (trade) on this NPC that it does something

    PICTURE:

    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Nov 2011
    Posts
    83
    Thanks given
    5
    Thanks received
    5
    Rep Power
    0
    What fourth option you missing?
    Reply With Quote  
     

  3. #3  
    PokeNation! Xaves's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    3,476
    Thanks given
    356
    Thanks received
    788
    Rep Power
    646
    You must add that packet, search in your source how it they are handled.
    Reply With Quote  
     

  4. #4  
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    i have third click:
    ActionHandler.java
    public void thirdClickNpc(int npcType) {
    c.clickNpcType = 0;
    c.npcClickIndex = 0;
    switch(npcType) {
    default:
    ScriptManager.callFunc("npcClick3_"+npcType, c, npcType);
    if(c.playerRights == 3)
    Misc.println("Third Click NPC : "+npcType);
    break;

    }
    }

    but i do not have fourth.. Sooo can someone help me add a forth..
    Reply With Quote  
     

  5. #5  
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    bUUmpp. i need this pleeease
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Sep 2010
    Posts
    448
    Thanks given
    42
    Thanks received
    23
    Rep Power
    4
    Reply With Quote  
     

  7. #7  
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    fuck yes rep and thanks!
    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
  •