Issue information

Issue ID
#5933
Status
Fixed
Severity
Medium
Started
Hercules Elf Bot
Jun 4, 2012 16:13
Last Post
malufett
Mar 9, 2013 6:05
Confirmation
N/A

Hercules Elf Bot - Jun 4, 2012 16:13

Originally posted by [b]EvilPuncker[/b]
[color=#282828][font=helvetica, arial, sans-serif]the problem that I described in this post still happening with your code[/font][/color]

[url="http://rathena.org/board/topic/63003-7x7-vend-protection-area/"]http://rathena.org/b...rotection-area/[/url]



[quote]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"[/quote]


also seems like on official RO you are not able to walk while you are on pre-vending state, but on rA you are.

This post has been edited by EvilPuncker on Jun 4, 2012 16:40

Hercules Elf Bot - Jun 4, 2012 16:24

Originally posted by [b]malufett[/b]
what problem??
can you quote it here please..Thanks...^^

Hercules Elf Bot - Jun 4, 2012 16:38

Originally posted by [b]EvilPuncker[/b]
added

This post has been edited by EvilPuncker on Jun 4, 2012 16:41

Hercules Elf Bot - Jun 4, 2012 17:21

Originally posted by [b]malufett[/b]
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...

This post has been edited by malufett on Jun 4, 2012 17:45

Hercules Elf Bot - Jun 14, 2012 17:46

Originally posted by [b]EvilPuncker[/b]
any progress on this? kinda of annoying :(

Hercules Elf Bot - Jun 14, 2012 19:18

Originally posted by [b]Ind[/b]
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

Hercules Elf Bot - Sep 8, 2012 18:39

Originally posted by [b]EvilPuncker[/b]
can't at least fix the walking part? so we can't walk while in pre-vending state

Hercules Elf Bot - Sep 10, 2012 19:30

Originally posted by [b]nanakiwurtz[/b]
I add this line at skill.c: [code]sd->state.prevend = 1;
clif_openvendingreq(sd,2+skilllv);
sc_start(bl, SC_STOP, 100, 1, 10000);[/code]
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 [code]
if( !flag ) {
status_change_end(&sd->bl, SC_STOP, INVALID_TIMER);
return;
}[/code]
But it still won't cancel the SC_STOP effect.

Hercules Elf Bot - Sep 11, 2012 13:41

Originally posted by [b]Emistry[/b]
@Evilpunker / nankiwurtz
i think you can try use this to prevent the character from walking...
[CODE]
sd->state.blockedmove = 1;
[/CODE]

Hercules Elf Bot - Sep 14, 2012 7:18

Originally posted by [b]nanakiwurtz[/b]
Thanks for the code Emistry, but how to cancel it?
I've tried to put these lines in vending.c
[code]void vending_openvending
//....
if( !flag ) {
sd->state.blockedmove = 0;
return;
}[/code]
It can't make the char walkable again, or maybe I edit wrong file

Hercules Elf Bot - Sep 14, 2012 7:40

Originally posted by [b]malufett[/b]
@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..

:meow:

kyeme - Mar 9, 2013 3:32

[quote name="Hercules Elf Bot" timestamp="1338826395"]
Originally posted by [b]EvilPuncker[/b]
[color=#282828][font=helvetica, arial, sans-serif]the problem that I described in this post still happening with your code[/font][/color]

[url="[url="http://rathena.org/board/topic/63003-7x7-vend-protection-area/%22%5D"]http://rathena.org/board/topic/63003-7x7-vend-protection-area/"][/url][url="http://rathena.org/b...rotection-area/"]http://rathena.org/b...rotection-area/[/url][/url]


[quote]
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"[/quote]

also seems like on official RO you are not able to walk while you are on pre-vending state, but on rA you are.[/quote]
In latest hercules, on pre-vending state we cant move. Already fixed i think.

This post has been edited by kyeme on Mar 9, 2013 3:35

malufett - Mar 9, 2013 6:05

oh I forgot this report..hahaha..

thanks for reminding..

:meow: