Elijah23 Posted June 3, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: April 17 Share Posted June 3, 2012 Hello... So how can i remove a permanent skill given through script.. I've used this script command: *skill <skill id>,<level>{,<flag>}; Flag is 0 if the skill is given permanently (will get written with the character data) or 1 if it is temporary (will be lost eventually, this is meant for card item scripts usage.). So when the character has the skill, it can't be reset even through reset skills npc.. I tried making the flag into 1 but to no avail.. Hope you could help me.. Thanks.. Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted September 12, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted September 12, 2012 same issue here ! anyone can help us ? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 12, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 12, 2012 try this ? skill <id>,0,0; Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted September 12, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: April 17 Author Share Posted September 12, 2012 same issue here ! anyone can help us ? What I did is using @lostskill command, it will work.. You can try copying its source and make a new script command like delskil Will try to look into my old server files.. Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted September 12, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted September 12, 2012 @ Emistry wow~ it was working perfectly ,tyvm. @ wakoko321 I think the way you mentioned should work ,but I suck at src modify o.O. Emistry's way would be easier...anyway, thanks for your help ... Quote Link to comment Share on other sites More sharing options...
Question
Elijah23
Hello...
So how can i remove a permanent skill given through script..
I've used this script command:
*skill <skill id>,<level>{,<flag>};
So when the character has the skill, it can't be reset even through reset skills npc..
I tried making the flag into 1 but to no avail..
Hope you could help me..
Thanks..
Link to comment
Share on other sites
4 answers 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.