Jump to content
  • 0

A command for emergency call, @ec can this be possible?


Question

Posted

Hello rathena community, I would like to request for a command @ec, just like a emergency call but in a command, because in a fast phase WOE its a little bit hard to click and use emergency call so it would be better if it is in a command.

thanks in advance /no1

6 answers to this question

Recommended Posts

Posted (edited)

thanks for this, I will try it and when there's a problem I will post it here, thanks

Edit: Not working, it says @ec is unknown command

Edited by Thanna
Posted

thanks for this, I will try it and when there's a problem I will post it here, thanks

Edit: Not working, it says @ec is unknown command

here try this


- script EmergencyCall -1,{
OnInit:
bindatcmd("ec","EmergencyCall:OnAtCommand");
end;

OnAtCommand:
if(getgdskilllv(getcharid(2),10013)){
atcommand "@useskill 10013 1 "+strcharinfo(0);
end;
}
else{
dispbottom "You don't have EmergencyCall Skill";
}
end;
}

Posted

If i remember correctly this was already asked for in the script section, and I released this sorta fix for him already, turns out he is on eAthena, and doesn't have the script command ' bindatcmd '. So he really actually needs a src edit... IMO, you should just switch from eAthena -> rAthena...

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...