Jump to content
  • 0
Sign in to follow this  
rituel

Rebellion skills = rAthena > Hercules

Question

Hello everyone. 
 
I would like to know it's possible to use the rAthena's Skill.c to add Rebellion's skill support on Hercules.
If yes, can you give me some advices ?
 
 
For exemple: 'Fallen_Angel' skill is not present on Hercules Skill.c
 
 
case RL_FALLEN_ANGEL:		if (unit_movepos(src,x,y,1,1)) {			enum e_skill skill_use = GS_DESPERADO;			uint8 skill_use_lv = pc_checkskill(sd,skill_use);			clif_slide(src, x, y);			clif_fixpos(src);			if (skill_check_condition_castend(sd,skill_use,skill_use_lv)) {				sd->skill_id_old = RL_FALLEN_ANGEL;				skill_castend_pos2(src,src->x,src->y,skill_use,skill_use_lv,tick,SD_LEVEL|SD_ANIMATION|SD_SPLASH);				battle_consume_ammo(sd,skill_use,skill_use_lv);			}			sd->skill_id_old = 0;		}		else if (sd)			clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);		break;

 

Thank you in advance.

 

Share this post


Link to post
Share on other sites

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.