Jump to content
  • 0

Requesting custom Skill - Swap


Question

9 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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?
  • 0
Posted

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.

  • 0
Posted

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

  • 0
Posted

..........

 

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;
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...