Jump to content
  • 0

recall skill


darking123

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/16/12
  • Last Seen:  

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/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

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.

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