• 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. alissonfgp

    Check area, kill monster get teleported.

    Try now... It took me to answer because I had to leave, I tested this and it worked here if there are any errors let me know. I changed the script in the same post.
  2. alissonfgp

    Check area, kill monster get teleported.

    try this (not tested) Movements.xml <movevent type="StepIn" actionid="10100" event="script" value="tp config.lua"/> Movements ~~ scripts tp config.lua pos = {x=857, y=964, z=7} --- Position monster summon function onStepIn(cid, item, position, fromPosition) local...
  3. alissonfgp

    OpenTibia RME {Updated to 9.83}

    Yes, is new drefia, but I need to test the new version 10.10 areas to see if they are with errors when opening the server with TFS 10.10 or not.
  4. alissonfgp

    OpenTibia RME {Updated to 9.83}

    I will remove errors and put in a forum if someone has not posted.
  5. alissonfgp

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    items.otb 10.10 items - Download - 4shared - - - Updated - - - items.otb 10.10 http://www.4shared.com/rar/XjvVd1yy/items.html
  6. alissonfgp

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    I have compiled with Microsoft Visual Studio 2010
  7. alissonfgp

    Rme 10.10

    Have to update the RME (Sources) to be compatible with the new Dat and is <otb client="10.10" version="3" id="50"/> new otb version is id 50 I will try to update here and post in forum.
  8. alissonfgp

    Solved Problem with doors.lua

    oO try this then 050-function function isInArray(array, value, caseSensitive) if (caseSensitive == nil or caseSensitive == false) and type(value) == "string" then local lowerValue = value:lower() for _, _value in ipairs(array) do if type(_value) == "string" and lowerValue ==...
  9. alissonfgp

    Solved Problem with doors.lua

    Try this other/doors.lua local function checkStackpos(item, position) position.stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE local thing = getThingFromPos(position) position.stackpos = STACKPOS_TOP_FIELD local field = getThingFromPos(position) return (item.uid == thing.uid or...
  10. alissonfgp

    9.81 Global map with 50 quests: warzones, wote, inq, poi

    Nice Teckman Thanks... But you have the Quest log??
  11. alissonfgp

    Buying Tibia Quests for TFS 1.0

    The missions of addons that I rode some quests and type the Warzones, In Service Of Yalahar, Blood Brothers, Inquisition, Wrath, War Against The Hive, among others, but understand the differences between the bases and I change if necessary.
  12. alissonfgp

    Buying Tibia Quests for TFS 1.0

    My Server have this quests... ---->Quests de Mainland<---- A Father's Burden Quest---OK Adorned UH Rune Quest---OK Against the Spider Cult Quest---OK Alawar's Vault Quest---OK An Interest In Botany Quest---OK An Uneasy Alliance Quest---OK Arito's Task Quest---OK Barbarian Arena...
  13. alissonfgp

    Lua Bug In Npc of WOTE

    if someone can help me I would be very grateful! :) Coloca isso... elseif(getPlayerStorageValue(cid, STORAGE_ZLAK) == 1 and getPlayerStorageValue(cid, STORAGE_MAGISTRATUS) == 3) then elseif(getPlayerStorageValue(cid, STORAGE_ZLAK) == 2 and getPlayerStorageValue(cid, STORAGE_NOBLE) == 5)...
  14. alissonfgp

    Remove Wall in time

    bump...
  15. alissonfgp

    Remove Wall in time

    I need a script type if the player clicks the itemid "18458" ActionID with "23891" then invokes monsters and after 30 seconds and removes the wall creates a tile with aid "23891", after 30 seconds it creates the old wall again and remove the tile. For TFS 0.3 and 0.4
  16. alissonfgp

    open chest in time

    thx :D, i use storage of boss to open chest...
  17. alissonfgp

    open chest in time

    I need a script to open the chest he needs to kill the boss, and can only reopen after 20h and every time the player will need to kill the boss, the kind of warzones. For TFS 0.3 and 0.4 if possible? REP++
  18. alissonfgp

    Linux Who Is Online / Lasted

    go to var/www/config in your serverstatus change for serverStatus_checkInterval = "303" serverStatus_lastCheck = "1355147643" serverStatus_online = "1" serverStatus_players = "1" serverStatus_playersMax = "500" serverStatus_uptime = "0h 40m" serverStatus_monsters = "723" if don't work try this...
  19. alissonfgp

    Please Post Gnome NPCs!

    Gnome Npcs... http://otland.net/f83/npcs-9-60-a-175631/ if you need scripts, download The_Hide Bigfoots Burden's Quest...
  20. alissonfgp

    Use item 1x

    Greaat!! thx :D
Back
Top