• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

CreatureEvent Creating teleport after monster dies.

setPlayerStorageValue(killer, pos[3]) -> setPlayerStorageValue(killer, pos[3], TRUE)
 
setPlayerStorageValue(killer, pos[3]) -> setPlayerStorageValue(killer, pos[3], TRUE)

master rudolf
the main inquisition script used to work for me on alpha 4
but on beta 2 it doesnt work and it doesnt give any errors
what is the problem?
 
ooo thats weird bro
i tried more than 10 times on beta 2 but nothing
i also tried different inquisition scripts but its the same

try again you fixed that with monster's tex... and putted in login.lua and added script :P?
 
ok guys fixed.
wanna know what the fuck was the problem?
here it is

in the lua file the name was
if creaturename == 'The Imperor' then

and in monster file it was

<monster name="the imperor" nameDescription="the imperor" race="fire" experience="8000" speed="330" manacost="0">

when i changed it to

<monster name="The Imperor" nameDescription="the imperor" race="fire" experience="8000" speed="330" manacost="0">

the motherfucking problem is solved
thanks to all and to the masters
 
Back
Top