Thread: Barrows?

Results 1 to 3 of 3
  1. #1 Barrows? 
    Registered Member
    Join Date
    May 2013
    Posts
    26
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    So Strange old man does not Fix barrows for some reason. So id like to make it so when a player gets killed the barrows don't turn to EG. Torags 0 and just be able to wield it.

    Any idea on how i would go about doing this? thanks in advance!
    Reply With Quote  
     

  2. #2  
    Registered Member Unicode's Avatar
    Join Date
    May 2013
    Age
    30
    Posts
    296
    Thanks given
    18
    Thanks received
    6
    Rep Power
    16
    Probably be easier to just make the old man fix the items for a set price. It wouldn't take very long to make that work.

    Something like:
    Code:
    If(player.hasitem(brokenidhere, 1) && player.hasitem(995,pricetofix)) {
    Deleteitem(brokenid, 1);
    Additem(fixedid,1);
    Deleteitem(995,pricetofix);
    }
    I typed that on my iPhone so it isn't the exact code.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Making the old man fix barrows is probably pretty easy, but if you still want the barrows to be dropped as the unbroken ones, I'd Start out by searching one or two of the broken barrows item Ids. You'll need to edit the barrows chest loots
    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. Adding Barrows (Begginer Friendly)
    By Alex in forum Tutorials
    Replies: 47
    Last Post: 10-14-2007, 01:23 AM
  2. Replies: 10
    Last Post: 09-21-2007, 02:40 AM
  3. Barrows Minigame
    By n33bscape in forum Tutorials
    Replies: 5
    Last Post: 06-07-2007, 01:31 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
  •