• 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!

How to add custom effect?

lynx_

New Member
Joined
Sep 15, 2011
Messages
25
Reaction score
0
Hello!

This time I have to ask how to add a custom spell effect to my OTS. I searched and haven't found any tutorial describing it.
I know that after adding custom effect I have to change .spr and .dat files of tibia client.

The question is what I have to change in my OTS except .spr and .dat? What file should I change before compiling, and what file should I change in my OTS files?

Thanks for help, giving rep.
 
To perform a proper effect you must design the sprites that will make up the effect, then you have to add them to the end of the spr editor in a blank space, then I think you must create the transition in the dat files editor, I think it is so I do not remember very well
 
I know that I have to change .dat and .spr files, add something in c++ files and something in OTS files, but I don't know exactly what!

Bumping
 
Last edited by a moderator:
You need do:

* Make a custom client with new spiret in it (during next step)
* Make a custom spiret (3-4 imgs, and add too the custom client)
* Add the spirets number (Tutorials are in the forum use search)
* Use command: doSendMagicEffect(getCreaturePos(cid), ...number of the spiret...)

If you did use serch in the first place this thread wasent needed.

Wibbenz
 

Similar threads

Back
Top