Description of Issue:
Modifications that may affect results:
from where is this source from? What episode? What about 13.2 I remember completely different behavior on official servers. Is it new changes to the emulator? What source?
from where is this source from? What episode? What about 13.2 I remember completely different behavior on official servers. Is it new changes to the emulator? What source?
It's been always the same behavior for both 13.2 and renewal. I noticed this bug years ago and I forgot about it until I found an old report from my server. I tested it on iRO before renewal at that time, and I've just tested it again on aegis 15.2 and euRO.
Also @mrjnumber1 confirmed this.
Edit: I've found this bug is from Athena (jAthena) era lol
case WZ_ICEWALL: /* アイスウォ?ル */
if(skilllv <= 1)
val1 = 500;
else
val1 = 200 + 200*skilllv;
break;
goodness, i'm glad i was able to help track down an ANCIENT bug.
Most helpful comment
It's been always the same behavior for both 13.2 and renewal. I noticed this bug years ago and I forgot about it until I found an old report from my server. I tested it on iRO before renewal at that time, and I've just tested it again on aegis 15.2 and euRO.
Also @mrjnumber1 confirmed this.
Edit: I've found this bug is from Athena (jAthena) era lol