• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

modify square of attack

Ranzor

Pixel Art
Joined
Apr 7, 2016
Messages
68
Reaction score
28
Location
Germany
How can I do this with the OTC?
tlT9lDUSQAKoH_pD3QLZig.png
 
You can change it in creature.cpp, function:
C++:
void Creature::draw(const Point& dest, float scaleFactor, bool animate, LightView *lightView)
 
I think that if you wanna draw a circle, you need to do it with texture, i don't know if the otclient has a function to draw circle
 
It doesn't, but if you know how, you can add it :)
 
Back
Top