unknownuser Posted October 14, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Share Posted October 14, 2013 (edited) 5592,Sigrun's_Wing,Sigrun's Wings,5,20,,100,,2,,0,0xFFFFFFFF,63,2,512,,0,0,568,{},{if (getrefine()>=16 && getrefine()<=20){bonus bAgi,2; bonus bDex,2; bonus bVit,2; bonus bMatkRate,3;} bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bAddEle,6,5; bonus2 bMagicAddEle,6,5; bonus2 bSubEle,1,5; bonus2 bSubEle,7,5; bonus2 bSubEle,2,5; bonus2 bSubEle,5,5; bonus bMaxSP,100;},{} please help me to solve this problem Edited October 16, 2013 by Capuche Merge duplicate topic Quote Link to comment Share on other sites More sharing options...
Boom Posted October 15, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 182 Reputation: 22 Joined: 12/30/12 Last Seen: February 20, 2017 Share Posted October 15, 2013 Try this one and copy it on your item_db.txt (replace the original one!) 5592,Sigrun's_Wings,Sigrun's Wings,5,20,,100,,2,,0,0xFFFFFFFF,7,2,512,,80,0,568,{ bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bAddEle,6,5; bonus2 bMagicAddEle,6,5; bonus2 bSubEle,1,5; bonus2 bSubEle,7,5; bonus2 bSubEle,2,5; bonus2 bSubEle,5,5; bonus bMaxSP,100; if(getrefine()>=16 && getrefine()<=20) { bonus bAgi,2; bonus bDex,2; bonus bVit,2; bonus bMatkRate,3; }},{},{} That code works for me. Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 14, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 14, 2013 whats wrong with this? Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 14, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 14, 2013 (edited) the effects is not working , please someone help me to fix this Edited October 14, 2013 by unknownuser Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 14, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 14, 2013 Here. I think you just misplace the {} thing. 5592,Sigrun's_Wing,Sigrun's Wings,5,20,,100,,2,,0,0xFFFFFFFF,63,2,512,,0,0,568,{if (getrefine()>=16 && getrefine()<=20){bonus bAgi,2; bonus bDex,2; bonus bVit,2; bonus bMatkRate,3;} bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bAddEle,6,5; bonus2 bMagicAddEle,6,5; bonus2 bSubEle,1,5; bonus2 bSubEle,7,5; bonus2 bSubEle,2,5; bonus2 bSubEle,5,5; bonus bMaxSP,100;},{},{} Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 14, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 14, 2013 thank you very much ) sir it's not working Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 14, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 14, 2013 tried your script on a knife. It works fine for me Here's the code I use. Blues are your code i changed the (getrefine()>=16 && getrefine()<=20) to getrefine()>=16 only 1203,Knife__,Knife,4,50,,400,17,,1,0,0x228F5EEF,63,2,2,1,0,1,1,{if(getrefine()>=16){bonus bAgi,2; bonus bDex,2; bonus bVit,2; bonus bMatkRate,3;} bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bAddEle,6,5; bonus2 bMagicAddEle,6,5; bonus2 bSubEle,1,5; bonus2 bSubEle,7,5; bonus2 bSubEle,2,5; bonus2 bSubEle,5,5; bonus bMaxSP,100;},{},{} check screenshots. knife and a +17 knife. Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 14, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 14, 2013 please i need to fix my script try to test my script in your server Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 14, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 14, 2013 I dont have Sigrun's_Wing,Sigrun's Wings in my server. It tried you script it works fine. I just use the Knife as a carrier. still try this. I merge them 5592,Sigrun's_Wing,Sigrun's Wings,5,20,,100,,2,,0,0xFFFFFFFF,63,2,512,,0,0,568,{if(getrefine()>=16){bonus bAgi,2; bonus bDex,2; bonus bVit,2; bonus bMatkRate,3;} bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bAddEle,6,5; bonus2 bMagicAddEle,6,5; bonus2 bSubEle,1,5; bonus2 bSubEle,7,5; bonus2 bSubEle,2,5; bonus2 bSubEle,5,5; bonus bMaxSP,100;},{},{} Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 15, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 15, 2013 it's not working please anyone can help us anyone can solve this one ?? Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 15, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 15, 2013 · Hidden by Capuche, October 16, 2013 - No reason given Hidden by Capuche, October 16, 2013 - No reason given please can you make this script to make it works THIS IS RO ORIGINAL SCRIPT 5592,Sigrun's_Wings,Sigrun's Wings,5,20,,100,,2,,0,0xFFFFFFFF,7,2,512,,80,0,568,{ if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bStr,1; else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||class==Job_Ninja||class==Job_Soul_Linker) bonus bInt,1; else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bDex,1; else if (BaseJob==Job_Novice||BaseJob==Job_SuperNovice) { bonus bMaxHP,80; bonus bMaxSP,30; } },{},{} this one is from me !! 5592,Sigrun's_Wing,Sigrun's Wings,5,20,,100,,2,,0,0xFFFFFFFF,63,2,512,,0,0,568,{ if (getrefine()>=16 && getrefine()<=20){bonus bAgi,2; bonus bDex,2; bonus bVit,2; bonus bMatkRate,3;} bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bAddEle,6,5; bonus2 bMagicAddEle,6,5; bonus2 bSubEle,1,5; bonus2 bSubEle,7,5; bonus2 bSubEle,2,5; bonus2 bSubEle,5,5; bonus bMaxSP,100;},{} i want to add those effect's on that item so please help me to fix this problem !! please !!! Link to comment
Boom Posted October 15, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 182 Reputation: 22 Joined: 12/30/12 Last Seen: February 20, 2017 Share Posted October 15, 2013 · Hidden by Capuche, October 16, 2013 - No reason given Hidden by Capuche, October 16, 2013 - No reason given it's not working please anyone can help us anyone can solve this one ?? Answered this on your duplicate post: http://rathena.org/board/topic/88662-how-to-add-this-effect-on-this-item/ Hopefully it's correct. Link to comment
unknownuser Posted October 16, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 16, 2013 did the other effects working sir ? thankyou sir it's working now Quote Link to comment Share on other sites More sharing options...
Question
unknownuser
please help me to solve this problem
Edited by CapucheMerge duplicate topic
Link to comment
Share on other sites
12 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.