RateMyServer Ragnarok Community

RateMyServer.Net => Support => Topic started by: edmond320 on Jul 24, 2009, 02:25 PM

Poll
Question: was it a mistake with the description or the item script?
Option 1: the description votes: 1
Option 2: the item script votes: 0
Title: a question with "Hukke's Blackcat Ears"'s item script on ratemyserver.net
Post by: edmond320 on Jul 24, 2009, 02:25 PM
the description of this item on ratemyserver.net is as following:

Ears of Hyuke's black cat. Very cute.
CRI + 3, Increases critical attack damage by 10%.
FLEE + 10, Reduces DEF by 50%

and the item script of it is
{ bonus bDef,-50; bonus bFlee,10; bonus bCritical,3; bonus2 bCriticalAddRace,RC_Boss,10; bonus2 bCriticalAddRace,RC_NonBoss,10; },{},{}

2 questions with its script
"Reduces DEF by 50%",the script for this as written,"bonus bDef,-50",did it mean"bonus bDefRate,-50"?
it doesn't seem correct with the current script written on the site.'cause with this script, def of the character becomes negative at most of the times..

and the second question for "Increases critical attack damage by 10%"
the script of the item "bonus2 bCriticalAddRace,RC_Boss,10; bonus2 bCriticalAddRace,RC_NonBoss,10"
did it mean" bonus bCritAtkRate,10"?
'cause with this script and "bonus bCritical,3",the effect of it is increasing 13 CRI for all class enemies.
so..could any one answer the question is it a problem with it's description or the item script?

thx for all
Title: Re: a question with "Hukke's Blackcat Ears"'s item script on ratemyserver.net
Post by: A92FL0163 on Jul 24, 2009, 02:32 PM
"bonus bDef,-50" is similar of the Tao Gunka's Card, so it is -50 Base Defense, not -50%.
Title: Re: a question with "Hukke's Blackcat Ears"'s item script on ratemyserver.net
Post by: Relics on Jul 24, 2009, 04:20 PM
OP, the description is wrong.