Issue Information
-
#005933
-
3 - Medium
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
the problem that I described in this post still happening with your code
http://rathena.org/b...rotection-area/
1 - go near a npc and try to open your store
2 - get the msg
3 - walk away from the npc range
4 - click ok to sell the same item
5 - get "You can't sell undentified items"
also seems like on official RO you are not able to walk while you are on pre-vending state, but on rA you are.
what problem??
can you quote it here please..Thanks...^^
added
Edited by EvilPuncker, 04 June 2012 - 04:41 PM.
Confirmed!
in IRO
can't walk/move when in pre-vending state.
can use vending skill beside npc but nothing will appear/happens no skill fail message or warning message...
any progress on this? kinda of annoying
the problem with this bug is that, so far, we don't know how the client tells the server that one has closed the vending state. so we can't mimic the feature yet
can't at least fix the walking part? so we can't walk while in pre-vending state
I add this line at skill.c:
sd->state.prevend = 1; clif_openvendingreq(sd,2+skilllv); sc_start(bl, SC_STOP, 100, 1, 10000);It will stop your char for 10 seconds, but currently I don't know how to cancel it.
I have tried to capture the flag=0 at vending.c
if( !flag ) { status_change_end(&sd->bl, SC_STOP, INVALID_TIMER); return; }But it still won't cancel the SC_STOP effect.
@Evilpunker / nankiwurtz
i think you can try use this to prevent the character from walking...
sd->state.blockedmove = 1;
Thanks for the code Emistry, but how to cancel it?
I've tried to put these lines in vending.c
void vending_openvending //.... if( !flag ) { sd->state.blockedmove = 0; return; }It can't make the char walkable again, or maybe I edit wrong file
@nanakiwurtz
that is why we flag it Needs more info..cause we are looking for clients that will work with this feature..since most of it doesn't send a packet when it closes the window..anyway I'm still checking if this is existing in kRO..
In latest hercules, on pre-vending state we cant move. Already fixed i think.Originally posted by EvilPuncker
the problem that I described in this post still happening with your code
[url="[url="http://rathena.org/board/topic/63003-7x7-vend-protection-area/%22%5D"]http://rathena.org/b...rotection-area/"][/url]http://rathena.org/b...rotection-area/[/url]
1 - go near a npc and try to open your store
2 - get the msg
3 - walk away from the npc range
4 - click ok to sell the same item
5 - get "You can't sell undentified items"
also seems like on official RO you are not able to walk while you are on pre-vending state, but on rA you are.
Edited by kyeme, 09 March 2013 - 03:35 AM.
thanks for reminding..