• 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 Kill Monster & Create Portal

Status
Not open for further replies.
i got a error

see SS

i got the same error<_<
I do not obtain error when i change this <event type="kill" name="monsterPortals" event="script" script="script.lua"/>
for this
<event type="kill" name="monsterPortals" event="script" value="script.lua"/>
but it isn't working
 
Last edited:
i got the same error<_<
I do not obtain error when i change this <event type="kill" name="monsterPortals" event="script" script="script.lua"/>
for this
<event type="kill" name="monsterPortals" event="script" value="script.lua"/>
but it isn't working

Hi, I got this error too, i solved it recently, i'm in testing...

CHANGE
<event type="kill" name="monsterPortals" event="script" value="script.lua"/>

TO

<event type="kill" name="monsterPortals" value="script.lua"/>
 
@Up,
Ahh, yes, thanks for that.
Should work now.
 
@Up,
Ahh, yes, thanks for that.
Should work now.

You're welcome, thank you for creating it :p

I'm doing pretty much quests on my server (they're all look like killing in the name of...) and I'm creating a PoI with inquisition quest on my server :D custom map :) pretty cool so... thank you by the creation :p
 
It works, follow every step on the first post.
I use this. :thumbup:

I did everything exactly as in first post, but...

Code:
[Warning - Monster::Monster] Unkown event name - monsterPortals
 
I have bug in my console:
help.png


Please, help me.
 
[Warning - Monster::Monster] Unkown event name - monsterPortals

I have this error to.
 
Updated & Working.
 
This should be usable to use other monsters? like:

Code:
["Arkhothep"] = { {x=1093, y=513, z=11}, {x=1114, y=507, z=11} },
["Ashmunrah"] = { {x=1068, y=514, z=11}, {x=1089, y=509, z=11} },
["Dipthrah"] = { {x=1068, y=492, z=11}, {x=1071, y=509, z=11} },
["Mahrdis"] = { {x=1093, y=491, z=11}, {x=1068, y=488, z=11} },
["Morguthis"] = { {x=1118, y=494, z=11}, {x=1089, y=490, z=11} },
["Omruc"] = { {x=1143, y=489, z=11}, {x=1121, y=491, z=11} },
["Rahemos"] = { {x=1117, y=474, z=11}, {x=1144, y=484, z=11} },
["Thalas"] = { {x=1092, y=471, z=11}, {x=1113, y=468, z=11} },
["Vashresamun"] = { {x=1059, y=463, z=11}, {x=1092, y=468, z=11} },
["Thala"] = { {x=1092, y=471, z=11}, {x=1113, y=468, z=11} }

Is it that simple?
 
Status
Not open for further replies.
Back
Top