• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. viking

    Lua Warzone onKill

    Vesperoth dont remove Item ID: 18462 and dont transform the teleport (his corpose) back to 18463 == Help please peoples!!! local teleportPosition = Position(33075, 31878, 12) local function transformTeleport() local teleportItem = Tile(teleportPosition):getItemById(1387) if not teleportItem...
  2. viking

    Lua Warzone onKill

    Hello My script dont removing the item crystals, someone knows why? Creaturescripts when kill parasites HELPPPPPP function onKill(cid, target) if(string.lower(getCreatureName(target)) == "Parasite" and getGlobalStorageValue(3144) < 100) then pos = { {x = 33097, y = 31976, z = 11}, {x = 33097...
  3. viking

    Feature Reward Chest & Boss Reward [TFS 1.2]

    For what is the reward depot chest? If I click on corpose and already take the reward ?
  4. viking

    Lua Equip hotkey

    My dont work, where I can check the action for equip?
  5. viking

    equip hotkey?

    bumpp
  6. viking

    Lua Task Budrik and Lugri

    I could not figured out why not count the kills, I put npc to give storages: "60049, 60050=5000, 4000" if the player are level X+ that was my noob solution :/ thanks all for replys
  7. viking

    Lua Task Budrik and Lugri

    My quest log update, Budrik give storage: 65049 and show "minotaurs 0/5000" Lugri give storage: 65050 and show "necromancers 0/4000" but when I kill monster dont count Quests.xml ................ <mission name="Paw and Fur: Minotaurs" storageid="65049" startvalue="0" endvalue="5000"...
  8. viking

    Lua dice script error

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  9. viking

    Lua SCript Change outfit Guild

    Solved, thanks rep +
  10. viking

    Lua SCript Change outfit Guild

    Hello This script will change outfit of members from your guild (only leader or vice-leader can do the comand) BUT, have 2 erros, If I'm leader and have one mount, I execute the comand.. all members will got the mount too including inside the depot gets the mount. o_O one could fix for...
  11. viking

    Bug door map

    I was think it too, I put the server files on rme and nothing change too ;/
  12. viking

    Bug door map

    In remers the door are correctly and right ID, but in game the door is other with other ID too.... wtf? :eek: in-editor ID: 22823 in-game: 22819 (changed,lol)
  13. viking

    JOB 3 scripts

    Hey bro, thanks.. I changed and compiled, got much erros : but thanks for reply
  14. viking

    Resquest $$$ Mapper + scripter

    bump
  15. viking

    ZOMBIE EVENT-DICE CASINO-WAR ANTIENTROSA

    bumpo
  16. viking

    JOB 3 scripts

    1- purchased 2- looking to buy yet (pay good) PS. I already have my ot, just need add codes to use that system, interesting? Pm me with skype
  17. viking

    Dont kick players l

    TFS 1.2 local BOSS_GLOBAL_STORAGE = 80513 -- to differentiate one from another boss local TEMPO_SALA = 20 * 60 -- time to be kicked from the room (20 minutes) local TEMPO_QUEST = 24 * 60 * 60 -- time to enter again on the boss room after killing one (24hours) local STORAGE_TEMPO_ESPERAR = 25002...
  18. viking

    SYstem boss gray island

    bump
  19. viking

    Depot in rookgard

    how to use a depot on Rookgaard , that the main players can not send parcel for there? :eek:
  20. viking

    SYstem boss gray island

    Its request :s One script to do this: When one boss die 2x, the script remove teleporte and after 5 minutes kick all players from room someone can halp me or sell ?
Back
Top