dennis259 Posted August 2, 2014 Posted August 2, 2014 how to script Bonus is given without equipping the item 30388,Talisman:_Delay-5,¿¤¸®¸àÅ»_È(how to config script here Bonus is given without equipping the item),,{bonus2 bAddRace,7,2;},{},{} 30382# ^0000FF--Special Talismans--^000000 Casting Time - 2% Quote
Skorm Posted August 2, 2014 Posted August 2, 2014 - script Talisman -1,{ OnPCLoginEvent: if( countitem(30382) ) bonus_script "{ bonus bCastrate,-2; }",86400,8,1; if( countitem(30388) ) bonus_script "{ bonus bDelayrate,-5; }",86400,8,1; end; } Or Lilith has a really nice mod that works pretty much the same way but with variables instead. http://rathena.org/board/topic/62150-extra-bonuses-without-items/ Quote
dennis259 Posted August 2, 2014 Author Posted August 2, 2014 (edited) - script Talisman -1,{ OnPCLoginEvent: if( countitem(30382) ) bonus_script "{ bonus bCastrate,-2; }",86400,8,1; if( countitem(30388) ) bonus_script "{ bonus bDelayrate,-5; }",86400,8,1; end; } Or Lilith has a really nice mod that works pretty much the same way but with variables instead.http://rathena.org/board/topic/62150-extra-bonuses-without-items/ i mean how to put on item_db2.txt because the item is only on my inventory.... Edited August 2, 2014 by dennis259 Quote
Skorm Posted August 3, 2014 Posted August 3, 2014 <_<'' Ehh? You asked... "how to script Bonus is given without equipping the item" That is exactly what the examples I gave do. You can't put it in the item_db2 and make the effect work without equipping or using the item... Quote
dennis259 Posted August 3, 2014 Author Posted August 3, 2014 <_<'' Ehh? You asked... "how to script Bonus is given without equipping the item" That is exactly what the examples I gave do. You can't put it in the item_db2 and make the effect work without equipping or using the item... like this>>>>>> 30388,Talisman:_Delay-5,¿¤¸®¸àÅ»_È,,{ bonus bCastrate,-2; }",86400,8,1; },{},{} Quote
Skorm Posted August 3, 2014 Posted August 3, 2014 30388,Talisman,Talisman,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ bonus_script "{ bonus bCastrate,-2; }",86400,8,1; },{},{} The only way to do it from the item database is as a usable or equip-able item... Quote
dennis259 Posted August 3, 2014 Author Posted August 3, 2014 (edited) 30388,Talisman,Talisman,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ bonus_script "{ bonus bCastrate,-2; }",86400,8,1; },{},{} The only way to do it from the item database is as a usable or equip-able item... thank you master i tty it later... 30388,Talisman,Talisman,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ bonus_script "{ bonus bCastrate,-2; }",86400,8,1; },{},{} The only way to do it from the item database is as a usable or equip-able item... thank you master i tty it later...30377,Talisman:_HP+200,¿¤¸®¸àÅ»_È,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ bonus_script "{ bonus bMaxHP,200; }",86400,8,1; },{},{} its not working nothing happen to add +200hp Not working Edited August 3, 2014 by dennis259 Quote
Skorm Posted August 4, 2014 Posted August 4, 2014 Hmm... Worked fine for me... I've given you more than enough viable options guess you're out of luck... Quote
dennis259 Posted August 12, 2014 Author Posted August 12, 2014 Hmm... Worked fine for me... I've given you more than enough viable options guess you're out of luck... usable i mean its only in my inventory...after i buy my talisman the effect is activate...thank for helping not working for can u give me another option Quote
Ronald Posted August 13, 2014 Posted August 13, 2014 (edited) - script Talisman -1,{ OnPCLoginEvent: if( countitem(30382) ) bonus_script "{ bonus bCastrate,-2; }",86400,8,1; if( countitem(30388) ) bonus_script "{ bonus bDelayrate,-5; }",86400,8,1; end; } Or Lilith has a really nice mod that works pretty much the same way but with variables instead. http://rathena.org/board/topic/62150-extra-bonuses-without-items/ As you can see Skorm already gave you other option. You just need to add the script and load it. Edited August 13, 2014 by Ronald Quote
dennis259 Posted August 15, 2014 Author Posted August 15, 2014 parse_line: expect command, missing function name or calling undeclared function { 'b'onus_script "{ bonus bMaxHP,500; }",86400,8 ; } Quote
Skorm Posted August 28, 2014 Posted August 28, 2014 parse_line: expect command, missing function name or calling undeclared function { 'b'onus_script "{ bonus bMaxHP,500; }",86400,8 ; } Ok so I was looking for the things that you wanted and I finally remember that they were called charms and I guess we didn't have the topic on rathena and eathena went down so here... http://rathena.org/board/topic/97172-charms-items-effect-to-work-while-in-inventory/ Quote
Question
dennis259
11 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.