• 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. Shiko Erye

    Help with custom client

    use XVI32 to open ur tibia.exe after find "Tibia" and edit it (Above "Tibia" is "outdated file does not exist temporary file does not exist...")
  2. Shiko Erye

    Tibia version

    Can I upgrade my tfs from 8.54 to 8.7 or more? If it can edit, pls tell me how... Thanks for read.:)
  3. Shiko Erye

    Compiling Source - Help Please

    (1) my config looklike your config. I think is source problem. (2) (3) with my potion script in other item (old item), i can use with hotkey (1) & (2) when I use other tfs, it's alright so I think problem is my source (3) I don't know why...
  4. Shiko Erye

    Compiling Source - Help Please

    My The Forgotten Server.exe Don't respawn monster after them die(1) Also, when player kill monster, the last player hit monster will get loot(2) When i make a custom item (like potion) and use it with hotkey, i get a white msg: 'Sorry, not possible'(3) How I can fix (1), (2) & (3) with...
  5. Shiko Erye

    Compiling Creature block?

    bump help plx
  6. Shiko Erye

    Compiling Creature block?

    bump
  7. Shiko Erye

    Compiling Creature block?

    I want when creature step into one position is available other creature, this step will be disabled... plx help
  8. Shiko Erye

    [Client] Crash

    Debug Assertion 8.54 Container.h 226 Thu Aug 23 16:37:36 2012 Graphic Engine: DirectX9 (2) Operating System: Windows 7 Business Edition 64 Bit in VNM Processor: Intel Pentium D 3.00GHZ Video Card: NVIDIA GeForce 7300 GT Last Packet Types: 131 131 131 131 131 131 131 131 131 131 Last Packet: 109...
  9. Shiko Erye

    Create NPC

    bump
  10. Shiko Erye

    Create NPC

    Can I create NPC on house title? I have try create on house but it's not work... I think it can fix on source but i don't know how to do...:( Please help:(
  11. Shiko Erye

    follow master

    remove thread
  12. Shiko Erye

    [LUA function] getAreaForDir(area, dir)

    function getAreaForDir(area, dir) if area == nil then return false end local newarea = {} local size = #area if size < #area[1] then size = #area[1] end if math.floor(size/2) == size/2 then size = size + 1 end for a = 1, size do table.insert(newarea, {}) end for b = 1, size do...
  13. Shiko Erye

    upper text?

    can you tell me how to do dll... ?
  14. Shiko Erye

    upper text?

    Uploaded with ImageShack.us why after some symbol a word auto upper? Lance'S how i can remove this? mean don't upper a word "s" (Lance's)
  15. Shiko Erye

    Check percent exp reward for each player...

    If a monster is attacked by player 1 and player 2, how can I check the percent damage each player causes to that monster? Or how many experience that each player get?
  16. Shiko Erye

    Sleep Powder Possible?

    set your monster speed = 0 after addevent to add speed to them ...
  17. Shiko Erye

    Open Channel

    Bring Up My Post
  18. Shiko Erye

    Open Channel

    When player create a party or invite other player to his party What script i need to open party channel for both player?
  19. Shiko Erye

    Damage with interval when standing on a tile

    local storage = 55555 local max = 20 local min = 10 function onStepIn(cid, item, position, fromPosition) if getPlayerStorageValue(cid, storage) <= 0 then doPlayerSetStorageValue(cid, storage, 1) local function damage(cid) if isCreature(cid) and getPlayerStorageValue(cid, storage) >= 1 then...
Back
Top