Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
N> Someone Script Literate
Author Message
The Legendary Joe Offline
Raging Alt-a-holic
*****

Posts: 3,691
Joined: Mar 2007
Post: #1
N> Someone Script Literate

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?
06-23-2008 06:12 PM
Find all posts by this user Quote this message in a reply
Bloody Offline
Mmm Blood

Posts: 2,124
Joined: Mar 2007
Post: #2
RE: N> Someone Script Literate

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
(This post was last modified: 06-23-2008 06:22 PM by Bloody.)
06-23-2008 06:21 PM
Find all posts by this user Quote this message in a reply
GM-Ayu Offline
Uguu!
*****

Posts: 6,446
Joined: Jan 2008
Post: #3
RE: N> Someone Script Literate

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

06-23-2008 06:22 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Bloody Offline
Mmm Blood

Posts: 2,124
Joined: Mar 2007
Post: #4
RE: N> Someone Script Literate

Ayu noobed
06-23-2008 06:23 PM
Find all posts by this user Quote this message in a reply
The Legendary Joe Offline
Raging Alt-a-holic
*****

Posts: 3,691
Joined: Mar 2007
Post: #5
RE: N> Someone Script Literate

thanks
06-23-2008 06:28 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump: