Issue Information
-
#007486
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (1)No (0)
how to produce?
change your job into a merchant or mechanic.
rent a cart and you can't move and you can't talk to the npc. same on mado.
change your job into a merchant or mechanic.
rent a cart and you can't move and you can't talk to the npc. same on mado.
not for me
not for me
are you using the default breeder npc? i use the default one.
https://raw.github.c...tom/breeder.txt
It happens during this line is executed in-game
should be
It happens during this line is executed in-game
specialeffect2 EF_TEIHIT3; end; }
should be
specialeffect2 EF_TEIHIT3; close; }Hope it works!~
Edited by xienne15, 06 July 2013 - 02:04 PM.
https://raw.github.c...tom/breeder.txt
It happens during this line is executed in-gamespecialeffect2 EF_TEIHIT3; end; }should bespecialeffect2 EF_TEIHIT3; close; }Hope it works!~
it is working on merchant class now up to whitesmith class on the latest version. but still not working on mechanic class. after you get cart you can't move.
mine working but i cant remove my cart
changed status to: New
https://raw.github.c...tom/breeder.txt
It happens during this line is executed in-gamespecialeffect2 EF_TEIHIT3; end; }should bespecialeffect2 EF_TEIHIT3; close; }Hope it works!~
Since there's no usage of
mesto display a message box it should use
end;
still waiting for official fix.
Since there's no usage of
https://raw.github.c...tom/breeder.txt
It happens during this line is executed in-gamespecialeffect2 EF_TEIHIT3; end; }should bespecialeffect2 EF_TEIHIT3; close; }Hope it works!~mesto display a message box it should useend;
this fix is working. but i'm still waiting for the official commit.
using 'select' command the button 'ok' is considered a continuation for 'mes' when pressed otherwise 'end' is invoke.
therefore after 'select' a 'close' must used.
therefore after 'select' a 'close' must used.
bump
up for this.
up again.
up for this. still not fix on the latest version.
It appears that in any cases (with or without a menu) as long you have a 'close' then there will be no issues.
nope only with 'menu' or 'select' command..It appears that in any cases (with or without a menu) as long you have a 'close' then there will be no issues.
up for this. still have no confirmation.
changed status to: Confirmed
changed status to: Fixed