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

Lua Exiva not working TFS 0.3.6

korff

New Member
Joined
Sep 11, 2009
Messages
78
Reaction score
3
My exiva , Find Person spell, isnt working for TFS 0.3.6
heres the script in spells.xml

<instant name="Find Person" words="exiva" lvl="8" mana="20" aggressive="0" params="0" exhaustion="2000" needlearn="0" event="function"
value="searchPlayer">
<vocation id="1"/>
<vocation id="2"/>
<vocation id="3"/>
<vocation id="4"/>
<vocation id="5"/>
<vocation id="6"/>
<vocation id="7"/>
<vocation id="8"/>
</instant>

someone knows how to fix it?
 
Nope. Works fine for me on 0.3.6 and 0.4, have you changed anything major?

No, sir!
Anything, just dont work! I added in databaase some things, like kingdom system, but I dont think its because of this...

There is an old script? working?
 
Does it work if you use it on a GM? If so, are you using 0.3.6 or 0.3.6 pl1 because if your using 0.3.6 I believe you need voc names not numbers.


Edit: nvm I am dumb, change params="0" to params="1"
 
Back
Top