Jump to content
  • 0

Q>>Talisman Bonus is given without equipping the item


Question

Posted
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%

11 answers to this question

Recommended Posts

Posted (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 by dennis259
Posted

<_<'' 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...

Posted

<_<'' 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; },{},{}
Posted
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... /hum

Posted (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... /hum
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... /hum
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 by dennis259
Posted

Hmm...

Untitledssss.png

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
Posted (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. /pat

You just need to add the script and load it.

Edited by Ronald
Posted

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/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...