Jump to content
  • 0

When I switch skill items in Hotkey and the skill table does not disappear.


Question

3 answers to this question

Recommended Posts

  • 0
Posted

Check this section on your item_db.txt / item_db.yml
 

#   Script                  Script to execute when the item is used/equipped. (Default: null)
#   EquipScript             Script to execute when the item is equipped. (Default: null)
#   UnEquipScript           Script to execute when the item is unequipped or when a rental item expires. (Default: null)

 

  • 0
Posted (edited)

 here is official script 

- Id: 4044
    AegisName: Smokie_Card
    Name: Smokie Card
    Type: Card
    Buy: 20
    Weight: 10
    Locations:
      Both_Accessory: true
    Flags:
      BuyingStore: true
    Script: |
      skill "TF_HIDING",1;
    UnEquipScript: |
      sc_end SC_HIDING;

 

  - Id: 4064
    AegisName: Zerom_Card
    Name: Zerom Card
    Type: Card
    Buy: 20
    Weight: 10
    Locations:
      Both_Accessory: true
    Flags:
      BuyingStore: true
    Script: |
      bonus bDex,3;

 

  - Id: 2624
    AegisName: Glove_
    Name: Glove
    Type: Armor
    Buy: 30000
    Weight: 200
    Slots: 1
    Jobs:
      All: true
      Novice: false
      SuperNovice: false
    Locations:
      Both_Accessory: true
    EquipLevelMin: 90
    Script: |
      bonus bDex,1;

Edited by lphz

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...