[Help] Monsters

Status
Not open for further replies.
Junior Spellweaver
Joined
Jun 17, 2005
Messages
187
Reaction score
1
i want to make the monsters stronger wish i allrdy did but i also want them to hit not miss all the time and hit one time every 1 minute or so pleas ehelp me how to do this
 
Re: [HELP] Monsters

no help not even a place to understand the monster.txt better???? hello what section is this help section or ignore section?
 
Upvote 0
Re: [HELP] Monsters

Its easy:

Example: Spider

Code:
3    1    "Spider"          2            30    0    4    7    1    0    8    1    2    0    1    5    400    1800    3    2    120    10    6    0
3 = Index
1 = Rate
"Spider" = Name
2 = Level
30 = HP
0 = MP
4 = Minimun Damage
7 = Maximun Damage
1 = Defense
0 = Magic Defense
8 = Attack
1 = Defense Success
2 = Move Range or something..
0 = Attack Type
1 = Attack Range
5 = Visual Range
400 = Move Speed
1800 = Attack Speed
3 = Regeneration time
2 = Attribute
120 = Item Rate
10 = M. Rate
6 = Max Item
0 = Skill

Copy this to the top of your monster.txt file so its easier..

Code:
//Index    Rate      Name            Level    HP    MP    DamMin DamMax    Defence    Magic    Attack    Success    MoveRg    A.Type    A.Range    V.Range    MoveSP    A.Speed    RegTime    Attrib    ItemRat    M.Rate    MaxItem    Skill
 
Upvote 0
Re: [HELP] Monsters

thanks alot man wasnt easy for me since i didnt understand much the monster.txt but thank you for helping me i appreciate it lots
 
Upvote 0
Re: [HELP] Monsters

is there a max like max on damage a monster can do like have guards kill olmost max chars with one hit? or monster to be able to kill or at least hurtbadly a max char?
 
Upvote 0
Status
Not open for further replies.
Back