jersak Posted November 28, 2013 Posted November 28, 2013 Hello, I would like to know how can i disable certain skills used by monsters? Mores specifically, i don't want MVPs to cast heal and teleport. What file do i have to edit and does it need a re-compile after that? Thanks! Quote
Microsoft Posted November 28, 2013 Posted November 28, 2013 (edited) Please try this, as my example I use monster "creamy" because we all know that creamy has a teleportation skill. now this is line is from rathena/trunk/db/re/mob_skill_db.txt As you can see the code below the number 26 is the skill id of teleportation skill, then the other number is the skill level. 1018,Creamy@AL_TELEPORT,attack,26,1,500,0,5000,yes,self,myhpltmaxrate,30,,,,,,, To disable: 1018,Creamy@AL_TELEPORT,attack,0,0,500,0,5000,yes,self,myhpltmaxrate,30,,,,,,, See the Difference? You can also use the "mapflag". mapname<tab>mapflag<tab>monster_noteleport Just Do restart your entire server to make changes. No need to recompile due to recompiling is just for SRC editing (Custom Map Also). Edited November 28, 2013 by Microsoft Quote
Emistry Posted November 29, 2013 Posted November 29, 2013 why not just simply remove that instead of edit the value Quote
Question
jersak
Hello,
I would like to know how can i disable certain skills used by monsters? Mores specifically, i don't want MVPs to cast heal and teleport.
What file do i have to edit and does it need a re-compile after that?
Thanks!
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.