Advertisement
ryax

guide for custom

Jun 27th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. idnum2itemdesctable > for editing desc
  2. idnum2itemdisplaynametable > for editing the displayname
  3. idnum2itemresnametable > for editing the sprite of item
  4. itemslotcounttable > for editing slot count
  5.  
  6.  
  7. idnum2itemresnametable > res name table or resource name table is the table where u put sprites. its case sensetive and put the name u put in collection folder in texture.
  8. Dont put extensions like .spr
  9.  
  10. ok after that.
  11. you have to put view id server side in items.,
  12.  
  13. to put view id u have to mention your new custom item in lua files.
  14.  
  15. accname.lua and accessoryid.lua are the files. Search in grf.
  16. just follow the format.
  17. take care of commas and spaces... all the case sensetive.
  18.  
  19. ok on server side. There is a format of item_db of putting the item. You can copy scripts of similar items like if u r installing a new
  20. headgear , copy any headgear script.
  21.  
  22. on view id change it with the id your put in accessory id or accname [i dnt really remember there names].
  23.  
  24. if u dnt put them , your item will be an apple.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement