Jump to content
  • 0

monster agressive + skill 100%


IsabelaFernandez

Question


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.07
  • Content Count:  354
  • Reputation:   8
  • Joined:  04/16/18
  • Last Seen:  

hello everyone, i would like to know how to edit a mob to attack any target, and have a 100% chance to use the skill (271 / MO_EXTREMITYFIST) with 
a 2 second cast. 
Mob ID: 1585
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

3 hours ago, IsabelaFernandez said:

hello everyone, i would like to know how to edit a mob to attack any target, and have a 100% chance to use the skill (271 / MO_EXTREMITYFIST) with 
a 2 second cast. 
Mob ID: 1585

El mime monkey eh?

agregale la skill al mob_skill_db

1585,Mime Monkey@MO_EXTREMITYFIST,chase,271,5,1000,2000,0,no,target,always,0,,,,,,,

si quieres que pase un tiempo entre reuso de skill agregale el delay al cero antes del no en milisegundos

 

Tambien puedes ver la estructura, no hace daño aprender un poco.

// Structure of Database:
// MobID,Dummy value (info only),State,SkillID,SkillLv,Rate,CastTime,Delay,Cancelable,Target,Condition type,Condition value,val1,val2,val3,val4,val5,Emotion,Chat

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

7 minutes ago, IsabelaFernandez said:
 
 

the mob is not attacking alone, it is necessary to hit first to be attacked

Ok you mean the aggresive mode, you can guide using the mob db structure

// Structure of Database :
// ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper

0x3095

1585,MIME_MONKEY,Mime Monkey,MimeMonkey,40,6000,0,200,22,3,300,350,40,40,1,40,40,40,40,30,10,12,1,3,21,0x3095,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,0,0

 

Edited by iraciz
Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.07
  • Content Count:  354
  • Reputation:   8
  • Joined:  04/16/18
  • Last Seen:  

43 minutes ago, iraciz said:

El mime monkey eh?

agregale la skill al mob_skill_db

1585,Mime Monkey@MO_EXTREMITYFIST,chase,271,5,1000,2000,0,no,target,always,0,,,,,,,

si quieres que pase un tiempo entre reuso de skill agregale el delay al cero antes del no en milisegundos

 

Tambien puedes ver la estructura, no hace daño aprender un poco.

// Structure of Database:
// MobID,Dummy value (info only),State,SkillID,SkillLv,Rate,CastTime,Delay,Cancelable,Target,Condition type,Condition value,val1,val2,val3,val4,val5,Emotion,Chat

 
 
the mob is not attacking alone, it is necessary to hit first to be attacked
Link to comment
Share on other sites

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.

×
×
  • Create New...