Bringer Posted September 24, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: April 16 Share Posted September 24, 2016 (edited) i got error when recompile anyone help me? 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; } Edited September 25, 2016 by Bringer Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted September 25, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: April 16 Author Share Posted September 25, 2016 (edited) BUMP Please Help 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; } Edited September 25, 2016 by Bringer Quote Link to comment Share on other sites More sharing options...
0 Stolao Posted October 6, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted October 6, 2016 bumpWhat part of do not bump unless providing additional information don't you understand? Thank you. Quote Link to comment Share on other sites More sharing options...
Question
Bringer
i got error when recompile anyone help me?
Edited by BringerLink to comment
Share on other sites
2 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.