helmut7414
New Member
- Joined
- Mar 3, 2012
- Messages
- 14
- Solutions
- 1
- Reaction score
- 3
Hello,
Maybe someone here have a solution how to solve my problem with the monster level feature.
I am useing OTX2.9 with THIS monster level feature. Everything works fine except one thing.
I am not able to use
anymore. It still returns a name but its like "Deer [8]" and its useless in scripts if the function is returning the name + the level.
Is there any possibility to make the function returning only the monstername without the level. I do not want to hide the level at the monstersnames.
If there is no other possibility to make it work I have to hide the level.
Maybe someone here have a solution how to solve my problem with the monster level feature.
I am useing OTX2.9 with THIS monster level feature. Everything works fine except one thing.
I am not able to use
Lua:
getCreatureName(target)
Is there any possibility to make the function returning only the monstername without the level. I do not want to hide the level at the monstersnames.
If there is no other possibility to make it work I have to hide the level.