darking123 Posted October 20, 2014 Posted October 20, 2014 I'm requesting that after using the guild recall skill. a cooldown effect will show and tell the GM how many more minutes he/she will wait before he can you recall again Quote
t3quila Posted October 22, 2014 Posted October 22, 2014 maybe you can add status icon with Urgent call/Guild Recall with SI_ in status.c for exp: set_sc( GD_EMERGENCYCALL, SC_GUILDCALL, SI_GUILDCALL, SCB_NONE ); StatusIconChangeTable[SC_GUILDCALL] = SI_GUILDCALL; after create that status icon,dont forget to recompile your map server. and dont forget to add skill_db.txt,etc and .lua/lub for your client. exp: http://rathena.org/b...om-guild-skill/ Quote
darking123 Posted October 27, 2014 Author Posted October 27, 2014 maybe you can add status icon with Urgent call/Guild Recall with SI_ in status.c for exp: set_sc( GD_EMERGENCYCALL, SC_GUILDCALL, SI_GUILDCALL, SCB_NONE ); StatusIconChangeTable[SC_GUILDCALL] = SI_GUILDCALL; after create that status icon,dont forget to recompile your map server. and dont forget to add skill_db.txt,etc and .lua/lub for your client. exp: http://rathena.org/b...om-guild-skill/ I'm noob in those. could you elaborate more, tell me step by step. and where to put. Quote
Question
darking123
I'm requesting that after using the guild recall skill. a cooldown effect will show and tell the GM how many more minutes he/she will wait before he can you recall again
2 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.