Jump to content
  • 0

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


Thanna

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  331
  • Reputation:   63
  • Joined:  11/29/11
  • Last Seen:  

Haven't Tested,

Basically It Checks if Guild have the EC Skill, if yes then uses the skill,(maybe it ignores the cooldown time.)

ec.txt

Edited by Dastgir Pojee
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

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;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

can be done by script commands.

warpguild "<mapname>",<x>,<y>,<guild_id>;

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

I already fixed it 3 minutes after I edited my post, sorry dont have much time to post it here, btw thanks to all who helped me

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