IsabelaFernandez Posted June 8, 2020 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Share Posted June 8, 2020 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 Quote Link to comment Share on other sites More sharing options...
0 iraciz Posted June 8, 2020 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted June 8, 2020 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 Quote Link to comment Share on other sites More sharing options...
-1 IsabelaFernandez Posted June 8, 2020 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Author Share Posted June 8, 2020 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 Quote Link to comment Share on other sites More sharing options...
0 iraciz Posted June 8, 2020 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted June 8, 2020 (edited) 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 June 8, 2020 by iraciz Quote Link to comment Share on other sites More sharing options...
Question
IsabelaFernandez
Link to comment
Share on other sites
3 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.