Jump to content

Question

Posted

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.

1 answer to this question

Recommended Posts

  • 0
Posted
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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...