Issue information

Issue ID
#7495
Status
Fixed
Severity
None
Started
kyeme
Jul 8, 2013 23:53
Last Post
Ind
Nov 27, 2013 11:47
Confirmation
Yes (1)
No (0)

kyeme - Jul 8, 2013 23:53

When use @recall to players who are in autotrade, they disappear.
Please confirm thank you :)

KeiKun - Jul 9, 2013 1:44

missing check
if player is on vend mode[code=:0] if (sd->state.vending == 1) { return false; }[/code]

Zopokx - Jul 9, 2013 11:41

Yep. Did you tried with @refresh?

kyeme - Sep 26, 2013 5:11

Up~

bgamez23 - Sep 27, 2013 17:32

up for this. im curious where the character goes after you recall it?

kyeme - Nov 27, 2013 1:56

Up~ :)

Ind - Nov 27, 2013 10:33

[quote name="bgamez23" timestamp="1380303156"]
up for this. im curious where the character goes after you recall it?[/quote]the data gets stuck in the limbo, when you warp someone the server tells the client about it and keeps the data out of any map until the client responds saying the map loading was completed, given autotrade has no client attached to it the response never arrives and thus the char is never fully transfered

Ind - Nov 27, 2013 11:47

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