dennis259 Posted August 2, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 1 Joined: 07/18/13 Last Seen: Thursday at 01:47 PM Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted August 2, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
dennis259 Posted August 2, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 1 Joined: 07/18/13 Last Seen: Thursday at 01:47 PM Author Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted August 3, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
dennis259 Posted August 3, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 1 Joined: 07/18/13 Last Seen: Thursday at 01:47 PM Author Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted August 3, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
dennis259 Posted August 3, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 1 Joined: 07/18/13 Last Seen: Thursday at 01:47 PM Author Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted August 4, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
dennis259 Posted August 12, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 1 Joined: 07/18/13 Last Seen: Thursday at 01:47 PM Author Share 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 Link to comment Share on other sites More sharing options...
Ronald Posted August 13, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Share 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 Link to comment Share on other sites More sharing options...
dennis259 Posted August 15, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 1 Joined: 07/18/13 Last Seen: Thursday at 01:47 PM Author Share Posted August 15, 2014 parse_line: expect command, missing function name or calling undeclared function { 'b'onus_script "{ bonus bMaxHP,500; }",86400,8 ; } Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 28, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
Question
dennis259
Link to comment
Share on other sites
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.