Jump to content
  • 0

Q>>Talisman Bonus is given without equipping the item


dennis259

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

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%

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

-	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/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

-	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
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

<_<'' 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; },{},{}
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

Hmm...

Untitledssss.png

 

Worked fine for me... I've given you more than enough viable options guess you're out of luck...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  241
  • Reputation:   18
  • Joined:  06/04/14
  • Last Seen:  

-	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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

parse_line: expect command, missing function name or calling undeclared function { 'b'onus_script "{ bonus bMaxHP,500; }",86400,8 ; }

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

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/

Link to comment
Share on other sites

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.

×
×
  • Create New...