Issue information

Issue ID
#5913
Status
Fixed
Severity
Medium
Started
Hercules Elf Bot
Jun 3, 2012 10:36
Last Post
Hercules Elf Bot
Jun 12, 2012 9:57
Confirmation
N/A

Hercules Elf Bot - Jun 3, 2012 10:36

Originally posted by [b]juniez[/b]
cant walk after skill vacuum ended
even using command @go 0 still not moving, died is not working aswell

Hercules Elf Bot - Jun 3, 2012 14:03

Originally posted by [b]GM Takumirai[/b]
have this problem also

Hercules Elf Bot - Jun 3, 2012 14:30

Originally posted by [b]malufett[/b]
sorry I can't reproduce....:(

Hercules Elf Bot - Jun 3, 2012 16:15

Originally posted by [b]juniez[/b]
[quote name='malufett' timestamp='1338733842' post='10004']
sorry I can't reproduce.... :(
[/quote]

aww :(
i got monster bug too, sohee/scaraba binding skill make the victim cant move even the skill ends
looks like same like vacuum

Hercules Elf Bot - Jun 3, 2012 16:31

Originally posted by [b]malufett[/b]
hmm..did you properly update your svn?

cause maybe you have done something wrong specially on Ind's update on status change something like the SCS_NOMOVE and others...

Hercules Elf Bot - Jun 3, 2012 16:44

Originally posted by [b]GM Takumirai[/b]
what revision is it malufett?

Hercules Elf Bot - Jun 3, 2012 17:04

Originally posted by [b]malufett[/b]
@ [rev='16209']

Hercules Elf Bot - Jun 4, 2012 9:35

Originally posted by [b]juniez[/b]
@malufett i didnt change anything
same problem like GM Takumirai -,-

Hercules Elf Bot - Jun 4, 2012 13:40

Originally posted by [b]malufett[/b]
now I found out the bug...Confirmed!
when if you have reset your status/low status the bug occur..now I need to read/understand Ind's modification..XD

Hercules Elf Bot - Jun 4, 2012 14:11

Originally posted by [b]malufett[/b]
seems weird
when the target has sufficient status reduction
this code doesn't happen and also bug won't happen..
[quote]status_calc_state(bl,sc,( enum scs_flag ) StatusChangeStateTable[type],false);[/quote]

but when status is very low the code was trigger and boom...bug happens...

and why does Ind use this in setting flag...
[CODE]sc->cant.move += ( start ? 1 : -1 );[/CODE]

I'll better ask him...^^

Hercules Elf Bot - Jun 4, 2012 16:05

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