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

Search results

  1. Belfahar

    TFS 1.X+ Problem with changing items

    I'm changing the status of some items on my server. And I wanted to create new trinkets. I made changes to items.xml and unscripted equipments. The server opens normally, but the changes do not apply. In the event the necessary level was applied but the item cannot be placed in the ammo slot.
  2. Belfahar

    [TFS 0.4] Battlefield Event

    #EDIT i found the error... Thanks! Can close...
  3. Belfahar

    [TFS 0.4] Battlefield Event

    globalevents/scripts/battleglobalstart.lua function onStartup() setGlobalStorageValue(_Lib_Battle_Info.TeamOne.storage, 0) setGlobalStorageValue(_Lib_Battle_Info.TeamTwo.storage, 0) setGlobalStorageValue(_Lib_Battle_Info.storage_count, 0) return true end
  4. Belfahar

    Action Yalahar Last Mission {BIG POST}

    At the end are two Azerus in the room. And the room is not clean for the next players .
  5. Belfahar

    [CreatureScript] Inquisition Bosses Error

    creaturescripts/scripts/inquisitionPortals.lua local monsters = { ["Ushuriel"] = {teleportPos = {x = 366, y = 254, z = 5, stackpos= 1}, toPos = {x = 437, y = 325, z = 7}}, ["Annihilon"] = {teleportPos = {x = 794, y = 356, z = 7, stackpos = 1}, toPos = {x = 823, y = 436, z = 8}}, ["Hellgorak"] =...
Back
Top