Thread: changing banana tree items

Results 1 to 1 of 1
  1. #1 changing banana tree items 
    staplescape
    Guest
    my first tut

    difficulty: 1

    knolage: how to find stuff and c&p

    server base: all

    modifyed: client.java
    ---------------------------------------------------------------------

    1. find banana in client.java and u should see somthing like this

    Code:
    //Search banana tree
    case 2073:
    case 2074:
    case 2075:
    case 2076:
    case 2077:
    case 2078:
    addItem(1963, 1);
    sendMessage("You pick a banana.");
    break;
    2. where u see addItem(1963, 1); and sendMessage("You pick a banana."); change them to what ever u want

    eg.
    Code:
    //Search banana tree
    case 2073:
    case 2074:
    case 2075:
    case 2076:
    case 2077:
    case 2078:
    addItem(1050, 1);
    sendMessage("You pick a.. a.. a.. a santa hat?!?!?!?.");
    break;
    this would make u get a santa hat
    Last edited by staplescape; 08-08-2007 at 08:21 PM. Reason: forgot somthing
     


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. Changing price of items.
    By Dark Magic in forum Help
    Replies: 2
    Last Post: 08-31-2010, 08:52 PM
  2. Changing items in combat...
    By Deadly Uzi in forum Help
    Replies: 0
    Last Post: 05-06-2009, 10:50 PM
  3. Fix items changing (ex: into obby maul)
    By Kupo in forum Tutorials
    Replies: 2
    Last Post: 08-29-2008, 06:06 AM
  4. Changing/Adding Items Healing.
    By lallal in forum Tutorials
    Replies: 2
    Last Post: 09-22-2007, 03:23 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
  •