Thread: NEED HELP ADDING FOOD eating DELAY/ Adding Items properly!

Results 1 to 3 of 3
  1. #1 NEED HELP ADDING FOOD eating DELAY/ Adding Items properly! 
    Registered Member
    Join Date
    Mar 2012
    Posts
    97
    Thanks given
    0
    Thanks received
    1
    Rep Power
    14
    i have ran into a problem when trying to fix food timers i cant figure it out as im kind of new to the rsps codeing can someone break down file location what needs to be put where so i can make it to where you cant eat 10 sharks at once? also having problem adding items when i download the models and i extract them their regular file so i open and save as.dat file and put in raw folder in cashe also i added in itemdef.java=this
    case 20998:
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.actions[4] = "Drop";
    itemDef.modelID = 32799;
    itemDef.name = "Twisted bow";
    itemDef.modelZoom = 2000;
    itemDef.rotationY = 720;
    itemDef.rotationX = 1500;
    itemDef.modelOffset1 = 3;
    itemDef.modelOffsetY = 1;
    itemDef.femaleEquip1 = 32674;
    itemDef.maleEquip1 = 32674;
    itemDef.description = "A mystical bow carved from the twisted remains of the Great Olm.";
    break;
    but once i do al that reload client and source and spawn the item its registering the item itself but the item is a huge box in invy? also when i wear it nothing is there goes to floor and attempting to attack with it crashed client due to it not being coded properly? what am i missing? please help ! asap this is for the most part the only thing holding me up in getting my server out to public!
    Reply With Quote  
     

  2. #2  
    Donator
    Isaiah's Avatar
    Join Date
    Nov 2013
    Posts
    851
    Thanks given
    137
    Thanks received
    105
    Rep Power
    24
    What are you talking about.
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Nov 2011
    Posts
    784
    Thanks given
    108
    Thanks received
    705
    Rep Power
    5000
    You are probably converting it to a .dat incorrectly or added the wrong models.
    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. NEED HELP ADDING FOOD eating DELAY
    By camelot pker in forum Help
    Replies: 6
    Last Post: 10-22-2017, 08:09 AM
  2. Replies: 7
    Last Post: 04-25-2016, 09:31 AM
  3. Replies: 9
    Last Post: 02-18-2016, 07:34 PM
  4. Replies: 3
    Last Post: 10-30-2011, 08:55 AM
  5. Replies: 3
    Last Post: 01-11-2009, 03:56 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
  •