Technoken Posted August 2, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted August 2, 2016 Are there ways to remove the copied skill by plagiarism using a script? Thanks! Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted August 3, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: April 16 Share Posted August 3, 2016 You can read which skill is copied but not modify it by accessing these variables. CLONE_SKILL, CLONE_SKILL_LV (for plagiarism) and REPRODUCE_SKILL, REPRODUCE_SKILL_LV (for reproduce). 1 Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted August 3, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Author Share Posted August 3, 2016 (edited) You can read which skill is copied but not modify it by accessing these variables. CLONE_SKILL, CLONE_SKILL_LV (for plagiarism) and REPRODUCE_SKILL, REPRODUCE_SKILL_LV (for reproduce). Thanks for the info! I can remove the skills now by using 'skill CLONE_SKILL,0,0;' but another thing is, the skill id and level is still saved even if I relogged. I tried with this script: prontera,153,178,4 script test 52,{ .@cs = CLONE_SKILL; .@cslv = CLONE_SKILL_LV; dispbottom ""+.@cs+" "+.@cslv+""; if((select("Remove?:Cancel"))&2)close; skill .@cs,0,0; end; } After removing the skill and clicking the npc again, it still shows the skill id and lvl even if the skill is not on the misc tab. can I just remove them by CLONE_SKILL = 0; CLONE_SKILL_LV = 0; ? EDIT: Saw it at char_reg_num. Thanks Secrets! Edited August 3, 2016 by Technoken Quote Link to comment Share on other sites More sharing options...
Question
Technoken
Are there ways to remove the copied skill by plagiarism using a script?
Thanks!
Link to comment
Share on other sites
2 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.