Jump to content
  • 0

When use a skill, transform


ChokituBR

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  11/16/14
  • Last Seen:  

Hello guys, I want to make a custom skill that when you use it, you will become a custom sprite that I added on my server. How can I do that? And it will display a message when you use it.

I think I'll have to use active_transform  but I am not sure. I don't want it to be activated when I get attacked or when I hit something, I need to activate when I use this Custom Skill.

Is it hard?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/04/17
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/doc/script_commands.txt

*autobonus3 <bonus script>,<rate>,<duration>,<skill id>,{<other script>};
*autobonus3 <bonus script>,<rate>,<duration>,"<skill name>",{<other script>};
*active_transform <monster ID>,<duration>;
*active_transform "<monster name>",<duration>;

Rate is the trigger rate of the script (1000 = 100%).
Duration is the time that the bonus will last for since the script has triggered.
Skill ID/skill name the skill which will be used as trigger to start the bonus. (autobonus3)

ex :
autobonus3 "{}",1000,5000,"NV_FIRSTAID","{ active_transform 1115,5000; }";

Edited by mwyazq
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...