Jump to content
  • 0
hadie

request script bindatcmd for eAthena

Question

i use eAthena thats not support bindatcmd script..can i know another way to make custom commands?

 

example: this script for rAthena

 

this is script that make command @test will call kafra cutin from grf

 

               - script atcmd_example -1,{

OnInit:

                 bindatcmd "test",strnpcinfo(3)+"::OnAtcommand";
                 end;
OnAtcommand:
                 cutin "kafra",3;
end;
}
 
but this script not support on eAthena..
 
may i know have other way to put this command?
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

this should be working on eAthena... maybe you'll need to patch manually:

https://github.com/15peaces/3ceam-Patches/blob/master/bindatcmd_3ceam_r804(49a1fd6)%2B%5B15peaces%5D.patch

Edited by 15peaces
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.