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

    Lua Bonus to Mounts?

    Is possible add Bonus to the mounts? example, who are mounting a Lion get 10% more of life? EDIT: If some player are mounting a Red Manta will add 10% more of life, or skill as attributes for outfits: Example: <mount id="1" clientId="368" name="Widow Queen" speed="100" attackSpeed="-100"...
  2. beenii

    Character Market for Gesior

    reupload
  3. beenii

    [Gesior-AAC] Marco Oliveira

    nice work
  4. beenii

    [GESIOR] - The Real Ferobra

    the same as I publish marco olivero in other forums. I thought it was the fina l version of ferobra xD
  5. beenii

    (Random) A small cave - good for beginner quest

    I am very interested in custom areas of new versions :)
  6. beenii

    GetMonsters

    reupload
  7. beenii

    Elime's NPC Editor

    when you plan to upload it to git?
  8. beenii

    Windows theforgottenserver_20-11-2017_09-00-01.mdmp

    it can not be seen attach the file: theforgottenserver_20-11-2017_16-25-40.mdmp on my pc with windows 10 works fine with visual studio: Dump Summary ------------ Dump File: theforgottenserver_20-11-2017_16-53-42.mdmp : C:\Users\ciao\Documents\_ToksOT\Sienox...
  9. beenii

    Windows theforgottenserver_20-11-2017_09-00-01.mdmp

    I like windows
  10. beenii

    Windows theforgottenserver_20-11-2017_09-00-01.mdmp

    hi i use windows server 2012 r2 and windows server 2016 i try open exe 32 bits and 64 bits tfs 0.4 and create theforgottenserver_20-11-2017_09-00-01.mdmp theforgottenserver_20-11-2017_09-00-01.mdmp theforgottenserver_20-11-2017_09-00-01.mdmp etc etc and crash
  11. beenii

    [TFS 1.1] Monster Arena

    MonsterArena = { fromPosition = { Position(1022, 1030, 7), Position(1024, 1030, 7) }, toPosition = { Position(1020, 1021, 7), Position(1022, 1021, 7) }, spawnPosition = { Position(1020, 1022, 7), Position(1022, 1020, 7) }, area = { from = Position(1015, 1016, 7)...
  12. beenii

    Lua Chest System Problem

    Yes, the idea was that they could only choose a weapon, but already modify the script to do that function. and what prevents the player from grabbing that sword is actionid 8000. -- No move items with actionID 8000 NOT_MOVEABLE_ACTION = 8000 in events\scripts\player.lua -- No move items...
  13. beenii

    How to show images

    How did you do so that the other images could be seen? xD
  14. beenii

    Action Advanced quest chests 1.x

    maybe add storage = xxx, [1000] = { minLevel = 20, storage = 1000, items = { [1] = {type = "item", item = 25376, count = 20}, }, }, local storage = questChests[questChest].storage...
  15. beenii

    Lua Chest System Problem

    have this error: then in game only have one chest with Unique ID 3000 how fix? in game.cpp i find this: Item* Game::getUniqueItem(uint16_t uniqueId) { auto it = uniqueItems.find(uniqueId); if (it == uniqueItems.end()) { return nullptr; } return it->second; } bool...
  16. beenii

    Action Advanced quest chests 1.x

    how only select one reward? example to anihi
  17. beenii

    Lua MySQL Delete Results Os.time() > result

    executed: SELECT `player_id`,`pid`,`sid`,CONVERT(`attributes` USING latin1 ) FROM `player_items` WHERE CONVERT(`attributes` USING latin1 ) LIKE '%timerOnExp%' and have this results how delete in lua for tfs 1.2 if timerOnExp < os.time() ? i try local TItoDelete = db.storeQuery("SELECT...
Back
Top