Thread: Adding To a Item [508]

Results 1 to 2 of 2
  1. #1 Adding To a Item [508] 
    Piggy
    Guest
    Ok I have a command

    ::alch it Gives poisin things
    ( THEY DONT POISION )

    I want to make them give me say... 200k per one
    How i do that?

    and

    i Have a magic Tree in my server
    How would i make it to where i click it
    It will re-fill my special
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2009
    Posts
    311
    Thanks given
    12
    Thanks received
    3
    Rep Power
    19
    For the the item

    It would be: IN ItemSelect.java

    case (itemID):
    (TAB) Engine.playerItems.addItem(p, 995, 200000);
    break;

    For the Tree:

    case (ObjectID):
    (TAB) p.specAmount = 100;
    break;
    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

Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •