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

Issue Confirmations

  • Yes (3)No (0)
Photo

[Rune Knight] Dragon Training not giving the extra weight limit

Posted by Hercules Bot on 04 March 2012 - 10:51 AM

Originally posted by Vali
Hi,

The skill Dragon trining is not giving the extra weight limit when you are mounting the dragon.

http://ratemyserver....&small=1&back=1

For test only got the RK with the skill at level 5 and mount and dismount . The weight limit does not change.

Vali~

Originally posted by Xantara
In any case, confirmed that Dragon Training does not give the increase weight limit bonus, according to http://irowiki.org/w...Dragon_Training.

Additionally, it seems as though it is applying Peco Peco's bonuses (1k max weight and aspd) which I believe should not be applied to Dragons, http://irowiki.org/wiki/Riding

Originally posted by Ind
Should be fixed in [rev=15710]

Originally posted by Vali
Hi,

It's not correctly fixed, the skill in level 5 must add 1500 to the weigh limit and is adding only 100.

Vali~

Originally posted by Rytech
Code fix for weight....

else if( sd->sc.option&OPTION_DRAGON )
  sd->max_weight += 5000+2000*pc_checkskill(sd,RK_DRAGONTRAINING);

Also surprised about the ASPD thing when looking at the documents from iRO.

Originally posted by Vali

Code fix for weight....

else if( sd->sc.option&OPTION_DRAGON )  sd->max_weight += 5000+2000*pc_checkskill(sd,RK_DRAGONTRAINING);
Also surprised about the ASPD thing when looking at the documents from iRO.



That is the correct way to fix it. Tested and is working correctly.

Vali~

Originally posted by Ind
Should be fixed by [rev=15868]

moved issue from Skills