darking123 Posted April 7, 2012 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
1 KeiKun Posted April 7, 2012 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
darking123 Posted April 9, 2012 Author 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
KeiKun Posted April 9, 2012 Posted April 9, 2012 wew seriously? just add comment ~_~ or remove it Quote
darking123 Posted April 9, 2012 Author 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
KeiKun Posted April 9, 2012 Posted April 9, 2012 wew just try what i said above before you report things if it show errors then post it Quote
Question
darking123
i want to remove the skill that teleports the enemy when they are using tarot on it thank you
Edited by glemor1236 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.