Hello.
I have stupid question :$
Where to change limit of display magiceffects ?
I got new magiceffects in my client but on ot not display if i type /z 149
Where to change it on C++ ?
I need to change it for highest value ex. MAX = 200 magic effects.
PS.
I got bug with LOADING MONSTERS...
My engine starts well, loading all tables etc and on loading monsters is crash...
I checked all monsters and if i remove:
I have stupid question :$
Where to change limit of display magiceffects ?
I got new magiceffects in my client but on ot not display if i type /z 149
Where to change it on C++ ?
I need to change it for highest value ex. MAX = 200 magic effects.
PS.
I got bug with LOADING MONSTERS...
My engine starts well, loading all tables etc and on loading monsters is crash...
I checked all monsters and if i remove:
Code:
<defenses>
</defenses>
[code]
these lines, OT starts with 0 crashes...
This is c++ problem too ?