Bringer Posted September 22, 2016 Posted September 22, 2016 (edited) Max Level : 1Type : ActiveTarget : Player/EmperiumEffect : Swaps location with target unit. SAMPLE VIDEO Edited September 24, 2016 by Bringer Quote
0 Stolao Posted September 22, 2016 Posted September 22, 2016 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. Quote
0 Bringer Posted September 22, 2016 Author Posted September 22, 2016 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? Quote
0 Stolao Posted September 22, 2016 Posted September 22, 2016 You have to give more details then you provided. Quote
0 Bringer Posted September 22, 2016 Author Posted September 22, 2016 You have to give more details then you provided. Quote
0 Emistry Posted September 24, 2016 Posted September 24, 2016 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. Quote
0 Bringer Posted September 24, 2016 Author Posted September 24, 2016 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 Quote
0 Emistry Posted September 24, 2016 Posted September 24, 2016 .......... 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/ 1 Quote
0 Bringer Posted September 24, 2016 Author Posted September 24, 2016 .......... 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; } Quote
Question
Bringer
Max Level : 1
Type : Active
Target : Player/Emperium
Effect : Swaps location with target unit.
SAMPLE VIDEO
9 answers 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.