Thread: Armor/Weapon Restrictions

Results 1 to 3 of 3
  1. #1 Armor/Weapon Restrictions 
    Registered Member
    Join Date
    Oct 2009
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I want to remove restrictions on all armor and weapons in the game. To make it clear, I want to make it so that when you are level one, you could put on some dragon, or barrows. How could I do this? I thought there was going to be a big .cfg file, but I can't find one.
    Reply With Quote  
     

  2. #2  
    Austin_
    Guest
    Delta base?

    Search for some code like
    Code:
    if (itemID == 4151 && playerLevel[wegoeshere] >= 60){
    return true;
    }
    I forget though, for Delta there is a certain class for that...
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2009
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Delta Ftl. I'm using Devo.
    EDIT: Found it, ty anyway.
    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
  •