lovecc0923 / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 2 forks source link

Pretty Major Problem w/ Fly State/Passive Skills #370

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
YOU MUST BE USING AION X EMU FILES ONLY!! IF ANY MODIFICATIONS WERE DONE TO THE 
FILES THAT WERE NOT INCLUDED WITH THE SVN, WE WILL NOT SUPPORT THOSE ISSUES 
HERE!!

Core revision:
r287 (without modifications)

Bug description:
The character stats are changing unpredictably after the player landing first 
time and attempt to fly again, it's happening at each classes but in different 
ways, seems like it's associated with the passive skills, but the results are 
unexpected.

Examples:

lvl 55 sorcerer w/o equipments:
Passive skills:
Winged Magic I: +5% mb in air
Winged Sage I:  +10 knowledge, +10 will, +33% speed in air

I. stats right after login
II. stats right after first landing

on ground:
         I.  II.
mb:         180 180
knowledge:  120 120
will:       110 110
speed:      6.0 6.0

expected in air:
mb:     189
knowledge:  130
will:       120
speed:      ~7.98

stats in air:
         I.  II.
mb:     180 180
knowledge:  130 120
will:       120 110
speed:      12.0    9.0

lvl 55 gladiator w/o equipments:
Passive skills:
Winged Rage I:      +10 power, +10 health, +33% speed in air
Winged Strenght I:  +10% attack

I. stats right after login
II. stats right after first landing

on ground:
         I.  II.
attack:     56  56
power:      115 115
health:     115 115
speed:      6.0 6.0

expected in air:
attack:     61.6
power:      125
health:     125
speed:      ~7.98

stats in air:
         I.  II.
attack:     68  66
power:      115 115
health:     125 125
speed:      12  12

What steps will reproduce the problem?:
1. login (check stats)
2. fly (check the stat changes)
3. landing
4. fly again (see your new stats)

What is the expected output?:
see the examples

Please copy/paste errors below:
there isn't error in logs.

Original issue reported on code.google.com by fourthdi...@hotmail.com on 14 May 2011 at 8:05

GoogleCodeExporter commented 9 years ago
winged magic works fine, i missed the Boost Magical Attack III (+180 mb) 
passive skill from the calculation of expected magic boost and Winged Magic I 
require at least 1 mb from any equipment for activation.

please someone test the speed too, and correct me if im wrong.

Original comment by fourthdi...@hotmail.com on 14 May 2011 at 8:45

GoogleCodeExporter commented 9 years ago
Have the same problem...

Original comment by mike.wai...@web.de on 18 May 2011 at 6:45