OunoriBaka Posted August 13, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 06/27/13 Last Seen: August 19, 2013 Share Posted August 13, 2013 is there a script where enabling me to use a skill without requirements. likeEDP = poison bottleAD = fire & acid bottleit 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. Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted August 18, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: April 15 Share Posted August 18, 2013 (edited) 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 August 18, 2013 by Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Question
OunoriBaka
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.