Jump to content
  • 0

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


lphz

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   6
  • Joined:  10/15/15
  • Last Seen:  

When I switch skill items (smokie) in Skillb2020-12-16 13-00-03.mkvar & Hotkey and the skill table does not disappear.

My exe 2020-03-04aRagnaexeRE 

screenWoeRO000.jpg

Edited by lphz
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

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)

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   6
  • Joined:  10/15/15
  • Last Seen:  

 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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   6
  • Joined:  10/15/15
  • Last Seen:  

Anyone know a solution to this problem?

Link to comment
Share on other sites

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.

×
×
  • Create New...