Jump to content
  • 0

Requesting custom Skill - Swap


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

Max Level : 1
Type : Active
Target : Player/Emperium
Effect : Swaps location with target unit.

 

SAMPLE VIDEO

Edited by Bringer
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

gotta give more info then that, Fire Ivy is a skill dropped by Gravity and never made it to live other then the renaming skill entry in client


if you wanted to make it into a custom skill it would be quite easy.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

gotta give more info then that, Fire Ivy is a skill dropped by Gravity and never made it to live other then the renaming skill entry in client

if you wanted to make it into a custom skill it would be quite easy.

can you help me?
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

You have to give more details then you provided.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

You have to give more details then you provided.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

I believe that's your custom skill issue.

 

Make sure your custom skill added checking to avoid usage on any guardian/emperium mob.

 

 

Next time please use a proper title and detailed description.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

I believe that's your custom skill issue.

 

Make sure your custom skill added checking to avoid usage on any guardian/emperium mob.

 

 

Next time please use a proper title and detailed description.

Sorry for That but i'm Requeting for Custom Skill Like that on the Video

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

..........

 

Please provide detailed description next time.

 

and please search the forum as well before create any request topics.

https://rathena.org/board/topic/58944-skill-swap/

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

..........

 

Please provide detailed description next time.

 

and please search the forum as well before create any request topics.

https://rathena.org/board/topic/58944-skill-swap/

i got error

 

skill.c:21173: warning: conflicting typesfor ‘DOTASWAPfu’
skill.c:6306: warning: previous implicit declaration of ‘DOTASWAPfu’ was here

	case DOTASWAP:
		DOTASWAPfu(src,bl);
			clif_skill_nodamage(src,bl,skill_id,skill_lv,0);
			break;
void DOTASWAPfu (struct block_list *src, struct block_list *bl)
{
	int x=0, y=0;
	x=src->x;
	y=src->y;
	unit_movepos(src, bl->x, bl->y, 1, 1);
	clif_slide(src,bl->x,bl->y);
	unit_movepos(bl, x, y, 1, 1);
	clif_slide(bl,x,y);
	clif_specialeffect(bl,34,AREA);
	clif_specialeffect(src,34,AREA);
	return;
}
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...