Thread: how to open armour sets

Results 1 to 9 of 9
  1. #1 how to open armour sets 
    Registered Member
    jamie45's Avatar
    Join Date
    Nov 2007
    Posts
    109
    Thanks given
    3
    Thanks received
    8
    Rep Power
    80
    closed it didnt really seem to help anyone sorry if you wanted it:banned:
    Last edited by jamie45; 02-19-2008 at 07:10 PM. Reason: bored


    Use the coupon "If you read this you are silly" for 99.99% of your order for life!
     

  2. #2  
    Simon
    Guest
    Use and it might look a bit better.

    Rep++
     

  3. #3  
    littleplop
    Guest
    se code tags plox and fail do some research and make them 100%
     

  4. #4  
    Registered Member
    jamie45's Avatar
    Join Date
    Nov 2007
    Posts
    109
    Thanks given
    3
    Thanks received
    8
    Rep Power
    80
    thanks yeah its my 3rd tut i tried to break it down simpy but im not very got at tuorials yet but i i will get better


    Use the coupon "If you read this you are silly" for 99.99% of your order for life!
     

  5. #5  
    Long-Term Community Veteran
    Zamorak Zxt's Avatar
    Join Date
    Nov 2006
    Age
    32
    Posts
    256
    Thanks given
    0
    Thanks received
    0
    Rep Power
    62
    Code Tags make things a LOT more readable.
    Try using them next time, or edit this post to change them.

    Thanks.
    Thanks, Codykins
    _____________________
    ~Zamorak Zxt~
     

  6. #6  
    Simon
    Guest
    Short and Simple Tut. How to make armour sets open into pieces of that armour
    Code:
    }
            if (itemUsed == 15444 && useWith == 1755 || itemUsed == 1755 && useWith == 15444) { //Veracs
                deleteItem(15444, getItemSlot(15444), 1);
    
                addItem(4753, 1);
                addItem(4757, 1);
                addItem(4759, 1);
                addItem(4755, 1);
    		sendMessage("You opened the box and got a set of Veracs!");
            }
    Above is the full code I will break it down into steps You'll understand.


    1.
    Code:
    if (itemUsed == 15444 && useWith == 1755 || itemUsed == 1755 && useWith == 15444) { //Veracs
                deleteItem(15444, getItemSlot(15444), 1);

    Code:
    if (itemUsed == 15444 && useWith == 1755
    15444 Is the armour set - 1755 Is a Chisel


    Code:
    itemUsed == 1755 && useWith == 15444) { //Veracs   this set is a verac set
    2.
    Code:
    deleteItem(15444, getItemSlot(15444), 1);
    This means when you use 15444 it will delete from your inventory

    3.

    Code:
    addItem(4753, 1);
                addItem(4757, 1);
                addItem(4759, 1);
                addItem(4755, 1);
    		sendMessage("You opened the box and got a set of Veracs!");
            }
    This means once you have used 15444 it will delete and give 3 items and a message


    Change 15444 into any armour set or object
    Change 1577 into any object to open the box or object

    And the items 4757,4759,4555 into any items you like
    And the send message change the message to anything you like but keep the
    " And "at the end

    Hope my tut helped
     

  7. #7  
    Registered Member
    Join Date
    Jul 2007
    Posts
    115
    Thanks given
    0
    Thanks received
    0
    Rep Power
    61
    V nice i didnt need but its a good tut for 3rd time rep++


    Quote Originally Posted by fudge View Post
    Its okay, mostly tuts.
    the tut master
     

  8. #8  
    IGotSkillz
    Guest
    Put it bak plox
     

  9. #9  
    Donator
    Unlucky4ever's Avatar
    Join Date
    Nov 2007
    Age
    30
    Posts
    524
    Thanks given
    46
    Thanks received
    72
    Rep Power
    37
    youfail.org
     


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
  •