Issue Information
-
#008121
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (1)No (0)
Step 1 : I use buyingstore is ok !
Step 2 : I use command @autotrade, it kick character and show error . .
How to fix it ?
I use last git update, client 2012-04-10
Step 2 : I use command @autotrade, it kick character and show error . .
How to fix it ?
I use last git update, client 2012-04-10
@autotrade is only for vending shops,
not for buying shops (sadly)
not for buying shops (sadly)
If it does not work with bs, it should not disconnect the char, nor should throw any error on mapserver.@autotrade is only for vending shops,
not for buying shops (sadly)
i should more prefer if it would work with buyshops ^^
fix it. map / atcommand.c
-------------------------------------------------------------
# in rAthena -> use @autotrade for buyingstore is ok !!
if( !sd->state.vending && !sd->state.buyingstore ) { //check if player is vending or buying clif->message(fd, msg_txt(549)); // "You should have a shop open in order to use @autotrade." return false; }into
if( !sd->state.vending ) { //check if player is vending clif->message(fd, msg_txt(549)); // "You should have a shop open in order to use @autotrade." return false; }
-------------------------------------------------------------
# in rAthena -> use @autotrade for buyingstore is ok !!
Edited by readygo, 24 March 2014 - 05:43 PM.
Please, Add Command @autotrade for buyingstore !
Thank.
Thank.
i would realy like to see the solution from rathena on hercules too...
many of my players would love to use this.
many of my players would love to use this.
changed status to: Started
changed status to: Fixed