Giving a monster...
Posted: Fri Apr 21, 2006 11:25 am
Okay i would need some help... I don't know where to start but the thing i
need help is giving a moster a certain amount of EXP and level. I want it to be quite easy to change the EXP amount and what lvl a moster got.
Something like this
The EXP should be written in scrips>misc>death.src well atleast ive been told that. But i don't know how to make the script read how much EXP the monster got and the give it to the player.
I wanna know how to display the level over the monster like [Level:1] but thats not necessary.
Thanks
Im using POL095...
need help is giving a moster a certain amount of EXP and level. I want it to be quite easy to change the EXP amount and what lvl a moster got.
Something like this
Code: Select all
NPCTEMPLATE snake
{
Name a snake
script killPCs
objtype 0x0034
Color 0x0000
TrueColor 0x0000
Gender 0
STR 34
DEX 25
INT 10
HITS 34
LEVEL 1
EXP 100
STAM 25
MANA 0
AttackSpeed 35
AttackDamage 2D4
AttackAttribute WrestlingI wanna know how to display the level over the monster like [Level:1] but thats not necessary.
Thanks
Im using POL095...