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

Action [Finished] Annihaltor / Annihaltor chests TFS 0.3.4

I don't get the part "
Code:
        local room = {     -- room with demons
        fromX = 1100,
        fromY = 1192,
        fromZ = 10,
        toX = 1105,
        toY = 1196,
        toZ = 10
" :S, mind explaining?
 
It's the room, where are the demons.

This is the tile at the top, left:
Lua:
        fromX = 1100,
        fromY = 1192,
        fromZ = 10,

This is the tile at the buttom, right:
Lua:
        toX = 1105,
        toY = 1196,
        toZ = 10

It will check from the first pos, to the second pos.
If there is any player, it says the player "There is already a team at the quest room".
If there is no player, it will delete the old demons, and summon new ones, then it teleport the player in the room.

I hope you understand it now :thumbup:.

Regards,
Shawak
 
Last edited:
Yep, you didn't brake any rules. It was just a reminder. :)
 
the script work for me 99% on tfs 0.3.6
Reason: When i click on the switch and we are 4 in the team its write you need four players to the quest :/

i dont get erros or something please help!
 
the script work for me 99% on tfs 0.3.6
Reason: When i click on the switch and we are 4 in the team its write you need four players to the quest :/

i dont get erros or something please help!

Version:
TFS 0.3.4


Perhabs it works with tfs 0.3.5pl1 too but 0.3.6?... :huh:
 
Back
Top