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

Yalahari 10 mission. Actions, Movements, Creaturescripts,Monsters&NPC. Many Scripts.

More and this:
Configuration:
(X = 2881 y = 2179, z = 9) To change:

And

and (x = 2881 y = 2175, z = 10) to:

What do I do?
 
xDDD!! xD i scripted it a while ago, so i don't remember but propably because i didn;t know how to add param to "addEvent" (now i know xD) and declare it inside function and propably forget to delete old one :peace:
 
xDDD!! xD i scripted it a while ago, so i don't remember but propably because i didn;t know how to add param to "addEvent" (now i know xD) and declare it inside function and propably forget to delete old one :peace:

I only changed one function :) The script didn't work cuz elf removed:

Lua:
doSetItemActionId(uid, actionid)

and instead added:

Lua:
doItemSetAttribute(item.uid, "type", value)
 
I have error when I add this lines to items.xml
Code:
Info: Extra content at the end of the document
And TFS isn't started. Before add this lines items.xml are working. When I add this lines items.xml are stop working.
What the fuck?
 
Last edited:
Back
Top