Jump to content
  • 0

How to disable Heal and Teleport on monsters?


Question

Posted

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

Posted (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 by Microsoft

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...