Cambiar el targert, este debe estar agregado en la Spr y dat como efecto
En la source de otclient buscar el archovo crature.cpp
buscar:
void Creature::draw(const Point& dest, float scaleFactor, bool animate, LightView *lightView)
reemplazar
if(m_showTimedSquare && animate) { e if(m_showStaticSquare && animate) {
por:
Código: if(m_showTimedSquare && animate) {
ThingType *effect = g_things.rawGetThingType(id del ...
↧