Rosemount Posted July 18, 2014 Posted July 18, 2014 (edited) This script allows all characters changed element weapon.Only one element is allowed. More than one element automatically buff reset Features: 1.With 7 different element ( Earth, Wind, Water, Fire, Ghost, Shadow, Holy ) 2.Only 1 Element is allow.More than 1 automatic reset buff 3.Easy Config Element_Enchant.txt Edited July 18, 2014 by Rosemount Quote
billbin Posted July 30, 2014 Posted July 30, 2014 script is working but I cant clink to NPC Help Quote
Rosemount Posted July 30, 2014 Author Posted July 30, 2014 script is working but I cant clink to NPC Help Try restart emulator Quote
billbin Posted July 30, 2014 Posted July 30, 2014 (edited) script is working but I cant clink to NPC Help Try restart emulator still cant click Edited July 30, 2014 by billbin Quote
Capuche Posted July 30, 2014 Posted July 30, 2014 if ( getstatus ( 37 || 99 || 98 || 97 || 146 || 144)) is incorrect if ( getstatus (37) || getstatus (99) )// etc.. is correct Quote
billbin Posted July 30, 2014 Posted July 30, 2014 if ( getstatus ( 37 || 99 || 98 || 97 || 146 || 144)) is incorrect if ( getstatus (37) || getstatus (99) )// etc.. is correct so it should be like this right ? if ( getstatus ( 37 )|| getstatus ( 99 ) || getstatus ( 98 ) || getstatus ( 97 ) || getstatus ( 146 ) || getstatus (144)) goto L_remove; still not working Quote
Rosemount Posted July 31, 2014 Author Posted July 31, 2014 try this http://rathena.org/board/pastebin/3vtdfd9j8uoa/dl/ Quote
d706109 Posted March 26, 2015 Posted March 26, 2015 how to edit this instead of zeny, trade for specific items? thanks in advance Quote
Rosemount Posted April 11, 2015 Author Posted April 11, 2015 (edited) how to edit this instead of zeny, trade for specific items? thanks in advance http://pastebin.com/FnMSjYAs .Item = Item ID .Hm = How many Item used Edited April 11, 2015 by Rosemount Quote
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.