Yukaiii Posted August 1, 2024 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 170 Reputation: 9 Joined: 11/20/13 Last Seen: Yesterday at 02:22 PM Share 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 Link to comment Share on other sites More sharing options...
0 emundus Posted August 24, 2024 Group: Members Topic Count: 6 Topics Per Day: 0.01 Content Count: 37 Reputation: 7 Joined: 03/07/23 Last Seen: December 8, 2024 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.