Rosemount Posted July 18, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Share 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 Link to comment Share on other sites More sharing options...
billbin Posted July 30, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 07/27/14 Last Seen: August 27, 2014 Share Posted July 30, 2014 script is working but I cant clink to NPC Help Quote Link to comment Share on other sites More sharing options...
Rosemount Posted July 30, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Author Share Posted July 30, 2014 script is working but I cant clink to NPC Help Try restart emulator Quote Link to comment Share on other sites More sharing options...
billbin Posted July 30, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 07/27/14 Last Seen: August 27, 2014 Share 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 Link to comment Share on other sites More sharing options...
nanakiwurtz Posted July 30, 2014 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted July 30, 2014 Move line 87 to 68 Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 30, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 30, 2014 if ( getstatus ( 37 || 99 || 98 || 97 || 146 || 144)) is incorrect if ( getstatus (37) || getstatus (99) )// etc.. is correct Quote Link to comment Share on other sites More sharing options...
billbin Posted July 30, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 07/27/14 Last Seen: August 27, 2014 Share 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 Link to comment Share on other sites More sharing options...
Rosemount Posted July 31, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Author Share Posted July 31, 2014 try this http://rathena.org/board/pastebin/3vtdfd9j8uoa/dl/ Quote Link to comment Share on other sites More sharing options...
d706109 Posted March 26, 2015 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 09/30/13 Last Seen: May 8, 2016 Share Posted March 26, 2015 how to edit this instead of zeny, trade for specific items? thanks in advance Quote Link to comment Share on other sites More sharing options...
Rosemount Posted April 11, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
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.