Issue Information
-
#007486
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (1)No (0)
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.



xienne15, on 06 Jul 2013 - 09:41, said:
not for me
are you using the default breeder npc? i use the default one.
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.
xienne15, on 06 Jul 2013 - 13:58, said:
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.
xienne15, on 06 Jul 2013 - 13:58, said:
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
mes
to display a message box it should use end;
Nameless2you, on 08 Jul 2013 - 18:54, said:
xienne15, on 06 Jul 2013 - 13:58, said:
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!~mes
to display a message box it should useend;
this fix is working. but i'm still waiting for the official commit.
therefore after 'select' a 'close' must used.

Joseph, on 28 Jul 2013 - 05:14, said:
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.
