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

effects

first add all images to the spr file. after that go to dateditor and add them in to effects, and then save. that number you get there like "64" thats the spell effect :p
 
so... that means I can add more effects and the client will read them fine huh didn't know that was now possible
 
so... that means I can add more effects and the client will read them fine huh didn't know that was now possible

You need to edit if you want to use it in scripts. 'lib/000-constant.lua'

it's all near

Code:
CONST_ME_LAST = CONST_ME_INSECTS
 
You need to edit if you want to use it in scripts. 'lib/000-constant.lua'

it's all near

Code:
CONST_ME_LAST = CONST_ME_INSECTS
hmm yep I know that, but I'd have to edit sources too
what i'll do is to add more effects (if possible)
 
You need to edit if you want to use it in scripts. 'lib/000-constant.lua'

it's all near

Code:
CONST_ME_LAST = CONST_ME_INSECTS

Lol, he has not to edit constant.lua -.-

Just add new sprites to .spr, add new effect to .dat and change effects limit in sources.
 
Back
Top