heRO-Server Forum

Full Version: N> Someone Script Literate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, This has been bugging me for a while.


http://ratemyserver.net/index.php?iname=...h&itype=-1

Kawaii Ribbon doesn't say anything about any bonuses, yet it has special script. Although I'm not script literate, I know it does something special for demon and undead monsters, but is there anyone here who could clarify what exactly it does for Undead and Demons?
Teddy Bear script:

Quote:{ bonus2 bSubRace,RC_Undead,30; },{},{}


Khalitzburg script:

Quote:{ bonus2 bSubRace,RC_Demon,30; },{},{}



And finally, Kawaii Ribbon script:
Quote:{ bonus2 bSubRace,RC_Undead,5; bonus2 bSubRace,RC_Demon,5; },{},{}

As you can see, they both match in these parts:
{ bonus2 bSubRace,RC_Undead,30
{ bonus2 bSubRace,RC_Undead,5

and:
{ bonus2 bSubRace,RC_Demon,30
{ bonus2 bSubRace,RC_Demon,5


Difference comes in the value after, Teddy Bear & Khalitzburg being 30%, and the Ribbon being 5%. Safe to conclude it reduces Demon and Undead family damage by 5%.

Assuming the script IS implemented on heRO
when in doubt, do script comparison:


Hydra card script:
bonus2 bAddRace,RC_DemiHuman,20

Thara frog script:
bonus2 bSubRace,RC_DemiHuman,30;

Kawaii ribbon script:
bonus2 bSubRace,RC_Undead,5; bonus2 bSubRace,RC_Demon,5;


It's not the same as hydra so it's not damage increase. It's similar to thara frog, and we can probably guess what's the difference between "RC_DemiHuman" and "RC_Undead"/"RC_Demon." Numbers, we can also figure it out by comparing the 20 to 20%, and 30 to 30% in hydra and thara frog.


Conclusion:
Kawaii ribbon gives racial defense to undead and demon by 5%.
Ayu noobed
thanks
Reference URL's