darking123 Posted April 7, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted April 7, 2012 (edited) i want to remove the skill that teleports the enemy when they are using tarot on it thank you Edited April 9, 2012 by glemor123 Quote Link to comment Share on other sites More sharing options...
1 KeiKun Posted April 7, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted April 7, 2012 actually the teleport under tarot card of fate = teleport + heal 2000hp under skill.c find: case 5: // 2000HP heal, random teleported case 5: // 2000HP heal, random teleported status_heal(src, 2000, 0, 0); if( !map_flag_vs(bl->m) ) unit_warp(bl, -1,-1,-1, CLR_TELEPORT); break; commented that line (//) or remove it then above that change 14 in this line eff = rnd() % 14; to 13 1 Quote Link to comment Share on other sites More sharing options...
darking123 Posted April 7, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Author Share Posted April 7, 2012 i will give it a try thanks KeiKun Quote Link to comment Share on other sites More sharing options...
darking123 Posted April 9, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Author Share Posted April 9, 2012 sir keikun i do not know what to edit here to remove this teleport skill can you help me case 4: // atk halved sc_start(bl,SC_INCATKRATE,100,-50,skill_get_time2(skillid,skilllv)); break; case 5: // 2000HP heal, random teleported status_heal(src, 2000, 0, 0); if( !map_flag_vs(bl->m) ) unit_warp(bl, -1,-1,-1, CLR_TELEPORT); break; case 6: // random 2 other effects if (count == -1) count = 3; else count++; //Should not retrigger this one. break; BUMP! Quote Link to comment Share on other sites More sharing options...
KeiKun Posted April 9, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted April 9, 2012 wew seriously? just add comment ~_~ or remove it Quote Link to comment Share on other sites More sharing options...
darking123 Posted April 9, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Author Share Posted April 9, 2012 if i add comment..i think the case # will be affected also i dont get this change 14 in this line eff = rnd() % 14; to 13 Quote Link to comment Share on other sites More sharing options...
KeiKun Posted April 9, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted April 9, 2012 wew just try what i said above before you report things if it show errors then post it Quote Link to comment Share on other sites More sharing options...
Question
darking123
i want to remove the skill that teleports the enemy when they are using tarot on it thank you
Edited by glemor123Link to comment
Share on other sites
6 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.