Thanna Posted November 21, 2012 Posted November 21, 2012 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 Quote
Dastgir Posted November 21, 2012 Posted November 21, 2012 (edited) 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 November 21, 2012 by Dastgir Pojee 1 Quote
Thanna Posted November 21, 2012 Author Posted November 21, 2012 (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 November 26, 2012 by Thanna Quote
PewN Posted December 1, 2012 Posted December 1, 2012 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; } Quote
GmOcean Posted December 1, 2012 Posted December 1, 2012 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... Quote
goddameit Posted December 1, 2012 Posted December 1, 2012 (edited) can be done by script commands. warpguild "<mapname>",<x>,<y>,<guild_id>; Edited December 1, 2012 by goddameit Quote
Thanna Posted December 2, 2012 Author Posted December 2, 2012 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 Quote
Question
Thanna
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
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.