Jump to content
  • 0

@quest


Yukaiii

Question


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

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.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   7
  • Joined:  03/07/23
  • Last Seen:  

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?

Link to comment
Share on other sites

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.

×
×
  • Create New...