Issue information

Issue ID
#7018
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 18, 2012 1:07
Last Post
Ind
Jan 28, 2013 18:54
Confirmation
Yes (2)
No (0)

Hercules Elf Bot - Dec 18, 2012 1:07

Originally posted by [b]sizenine[/b]
I just updated to the latest SVN trunk r17026 and it seems that this old "fixed" bug still (or it broke again) has a flaw:
http://rathena.org/board/tracker/issue-5812-visible-garmentsrobes-dispear-when-character-re-login/

However, the problem is slightly different from the previous one.

First, have two characters logged in next to each other (like in the video from the link above) and have one of them equip a visible garment (adventurer's backpack, arch angel wings).

Then have that character with the equipped garment log out and back in, but don't move the character after logging back in. You will be able to see the garment still equipped on both character's screen.

However, once you make that character walk, the garment will disappear visually in the other character's screen. It will return if the character with the garment equipped respawns on the map by using @go/warp.

This post has been edited by sizenine on Dec 18, 2012 1:10

Hercules Elf Bot - Dec 18, 2012 2:43

Originally posted by [b]QQfoolsorellina[/b]
similar topic http://rathena.org/board/topic/69726-fallen-angel-wing-problem/

I think you can update your[url="http://trac.rathena.org/changeset/16191/rathena"] PACKETVER [/url]date to your client date and it should work

#if PACKETVER <= [color=#ff0000]20120207[/color]

This post has been edited by QQfoolsorellina on Dec 18, 2012 2:44

Hercules Elf Bot - Dec 18, 2012 3:17

Originally posted by [b]sizenine[/b]
[quote name='QQfoolsorellina' timestamp='1355798594' post='16413']
similar topic [url="http://rathena.org/board/topic/69726-fallen-angel-wing-problem/"]http://rathena.org/b...l-wing-problem/[/url]I think you can update your[url="http://trac.rathena.org/changeset/16191/rathena"] PACKETVER [/url]date to your client date and it should work#if PACKETVER <= [color=#ff0000]20120207[/color]
[/quote]

That's something else. I'm quite aware of that fix if you look at the comment Ind wrote. I'm on the latest revision (r17026) so I already have that in my src. What I'm saying is that it is still bugged even after that fix.

This post has been edited by sizenine on Dec 18, 2012 3:20

Hercules Elf Bot - Dec 18, 2012 3:31

Originally posted by [b]Judas[/b]
yeah that isn't the problem, it's something else..

Hercules Elf Bot - Dec 18, 2012 9:18

Originally posted by [b]QQfoolsorellina[/b]
[quote]That's something else. I'm quite aware of that fix if you look at the comment Ind wrote. I'm on the latest revision (r17026) so I already have that in my src. What I'm saying is that it is still bugged even after that fix.
[/quote]

this code work for me , even test walking after re-login
http://rathena.org/board/topic/69726-fallen-angel-wing-problem/#entry131669

do you use clif_refreshlook ? try using clif_changelook indstead

This post has been edited by QQfoolsorellina on Dec 18, 2012 14:52

Hercules Elf Bot - Dec 18, 2012 21:45

Originally posted by [b]sizenine[/b]
[quote name='QQfoolsorellina' timestamp='1355822297' post='16417']
[quote]That's something else. I'm quite aware of that fix if you look at the comment Ind wrote. I'm on the latest revision (r17026) so I already have that in my src. What I'm saying is that it is still bugged even after that fix.[/quote]this code work for me , even test walking after re-login[url="http://rathena.org/board/topic/69726-fallen-angel-wing-problem/#entry131669"]http://rathena.org/b...em/#entry131669[/url]do you use clif_refreshlook ? try using clif_changelook indstead
[/quote]

Yeah, I was going to try that too, but I think it might be a wrong way to fix it even though it works... since it was posted as a fix (by Megabox) in the other topic and Ind still decided to go with clif_refreshlook instead.

This post has been edited by sizenine on Dec 18, 2012 21:47

Ind - Jan 28, 2013 18:54

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/e9d07bde3a8c742793ef466cf98322c58f86cfc5"]https://github.com/HerculesWS/Hercules/commit/e9d07bde3a8c742793ef466cf98322c58f86cfc5[/url]