Jump to content

bnymark

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by bnymark

  1. Hi,

     

    I just want a script that will check the inventory if you got a certain item you can equip restricted weapon for your class.

     

    cant find what variables to use.

    script {
    
    OnPCLoginEvent: if (countitem(itemid)) {
    
    			// can equip weapon ( knight equip a bow )
    
  2. Hi,

     

    I'm trying to add a custom items, if i add a custom items in item_db_re.sql should I add it as well in the following:

     

    idnum2desctable.txt

    idnum2resnametable.txt

    idnum2displaynametable.txt

    itemslotcounttable.txt

     

    I know I need to add the sprites name here and put the spr and act files in respective folders.

     

    accessoryid.lua

    accname.lua

×
×
  • Create New...