Issue information

Issue ID
#5386
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Mar 4, 2012 10:51
Last Post
Mysterious
Jan 27, 2013 17:12
Confirmation
Yes (3)
No (0)

Hercules Elf Bot - Mar 4, 2012 10:51

Originally posted by [b]Vali[/b]
Hi,

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

http://ratemyserver.net/skill_db.php?skid=2007&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~

Hercules Elf Bot - Mar 7, 2012 7:09

Originally posted by [b]Xantara[/b]
In any case, [b]confirmed [/b]that Dragon Training does not give the increase weight limit bonus, according to [url="http://irowiki.org/wiki/Dragon_Training"]http://irowiki.org/wiki/Dragon_Training[/url].

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, [url="http://irowiki.org/wiki/Riding"]http://irowiki.org/wiki/Riding[/url]

This post has been edited by Xantara on Mar 7, 2012 7:38

Hercules Elf Bot - Mar 18, 2012 5:04

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

Hercules Elf Bot - Mar 24, 2012 14:40

Originally posted by [b]Vali[/b]
Hi,

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

Vali~

Hercules Elf Bot - Mar 25, 2012 3:23

Originally posted by [b]Rytech[/b]
Code fix for weight....

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

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

Hercules Elf Bot - Mar 31, 2012 15:12

Originally posted by [b]Vali[/b]
[quote name='Rytech' timestamp='1332645801' post='7978']
Code fix for weight....[CODE]else if( sd->sc.option&OPTION_DRAGON ) sd->max_weight += 5000+2000*pc_checkskill(sd,RK_DRAGONTRAINING);[/CODE]Also surprised about the ASPD thing when looking at the documents from iRO.
[/quote]


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

Vali~

Hercules Elf Bot - Apr 16, 2012 7:02

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