Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008665

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

Tidung's script damage reduction

Posted by zackdreaver on 05 May 2015 - 04:49 PM

Well i forgot about this one to put this in previous thread,

Based on :
http://forums.warppo...-5#entry2123610

and AEGIS

Tidung should reduce damage from all ELEMENT by 5% instead from all Races.

Greetings.
I would like to point out that the player in post: http://forums.warppo...-5#entry2123610
suggested that the issue is "description error", not script error.

Additionally, the person also referenced another person http://forums.warpportal.com/index.php?/topic/171139-armor-question/?p=2052624
who tested it on "Waterball" skill (This should imply that any damage is reduced by 5%, of course this include any damage, correct?).

Whether or not it is an issue in iRO, at any rate, note that Tidung's current item script corresponds to the item description in any server you can find (according to divine pride at least) http://divine-pride..../15032/tidung-1
REPLACE INTO `item_db` VALUES ('15032','Tidung','Tidung','5','10','5','500','0','0','2','0','1','2147483646','63','2','16','0','0',NULL,'1','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bMdef,10; bonus2 bResEff,Eff_Stun,1500; bonus2 bResEff,Eff_Freeze,1500; bonus2 bSubRace,RC_NonBoss,5; bonus2 bSubRace,RC_Boss,5;','','');

I believe the item is fine as it is.
Cheers.

-SH

Greetings.
I would like to point out that the player in post: http://forums.warppo...-5#entry2123610
suggested that the issue is "description error", not script error.

Additionally, the person also referenced another person http://forums.warppo...tion/?p=2052624
who tested it on "Waterball" skill (This should imply that any damage is reduced by 5%, of course this include any damage, correct?).

Whether or not it is an issue in iRO, at any rate, note that Tidung's current item script corresponds to the item description in any server you can find (according to divine pride at least) http://divine-pride..../15032/tidung-1

REPLACE INTO `item_db` VALUES ('15032','Tidung','Tidung','5','10','5','500','0','0','2','0','1','2147483646','63','2','16','0','0',NULL,'1','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bMdef,10; bonus2 bResEff,Eff_Stun,1500; bonus2 bResEff,Eff_Freeze,1500; bonus2 bSubRace,RC_NonBoss,5; bonus2 bSubRace,RC_Boss,5;','','');

I believe the item is fine as it is.
Cheers.

-SH


Thanks for responding to this thread,
that just a reference to make me remember how bad official making description of item,
what we following right now is AEGIS and KRO

current AEGIS script :
Spoiler


Which is the "AddAttrTolerace PROPERTY_All 5" refer to "element/property attack"
NOT racial of monster

But, i could be wrong, i'm not developer here.

You are right zackdreaver,
AddAttrTolerace PROPERTY_All 5
=
reduce 5% damage from all ELEMENTS..

changed status to: Confirmed

changed status to: Fixed