Yukaiii Posted August 1, 2024 Posted August 1, 2024 Hey guys!! Can anyone tell me if I can add the @quest command to my emulator? I'm asking this question because it's an old emulator that I'm working on. eAthena eamod I've even tried some bindatcmd commands, but without success, nothing happens. I was trying with this script. Quote - script command_quest -1,{ OnInit: bindatcmd("quest",strnpcinfo(3)+"::OnAtcommand",0,99); end; OnAtcommand: if( strcharinfo(3) == "restrict01" || strcharinfo(3) == "restrict02") { dispbottom "[@quest] : The command cannot be used on this map."; end; } warp "prt_in",287,130; end; } Thank you in advance if anyone can help me with this. Quote
0 emundus Posted August 24, 2024 Posted August 24, 2024 On 8/1/2024 at 12:08 PM, Yukaiii said: Hey guys!! Can anyone tell me if I can add the @quest command to my emulator? I'm asking this question because it's an old emulator that I'm working on. eAthena eamod I've even tried some bindatcmd commands, but without success, nothing happens. I was trying with this script. Thank you in advance if anyone can help me with this. what is happening when you use @quest? Quote
Question
Yukaiii
Hey guys!!
Can anyone tell me if I can add the @quest command to my emulator?
I'm asking this question because it's an old emulator that I'm working on.
eAthena eamod
I've even tried some bindatcmd commands, but without success, nothing happens.
I was trying with this script.
Thank you in advance if anyone can help me with this.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.