Jump to content
  • 0

item requirements of some skill


OunoriBaka

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  06/27/13
  • Last Seen:  

is there a script where enabling me to use a skill without requirements. like

EDP = poison bottle
AD = fire & acid bottle

it works for gm accounts with configured in gm.conf but can it also work for players?

im planning on making it like an improved mistress card.

thanks. 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

This is actually a db topic, but if you go to skill_require_db you can modify what each item requires. If you notice for EDP it has 678 (poison bottle) and a 1 following it. That is the quanity required. You have one of two options. You can leave the 678 and put a 0 in the second space. This requires the player to have one in their inventory, but does not use it up. Second is you can replace both the 678 and 1 with 0 as I did in the second box. That means you don't need to have a poison bottle at all. I hope this helps.

 

Peopleperson49

 

Normal skills requiring items:

Enchant Deadly Poison:
378,0,0,60:70:80:90:100,0,0,0,99,0,0,none,0,678,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//ASC_EDP#ƒGƒ“ƒ`ƒƒƒ“ƒgƒfƒbƒhƒŠ?ƒ|ƒCƒYƒ“#


Acid Demo:
490,0,0,30,0,0,0,99,0,0,none,0,7135,1,7136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//CR_ACIDDEMONSTRATION##

Modified skills not requiring items:

Enchant Deadly Poison:
378,0,0,60:70:80:90:100,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//ASC_EDP#ƒGƒ“ƒ`ƒƒƒ“ƒgƒfƒbƒhƒŠ?ƒ|ƒCƒYƒ“#


Acid Demo:
490,0,0,30,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//CR_ACIDDEMONSTRATION##
Edited by Peopleperson49
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...