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

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    Can you please post link of new items.otb/xml
  2. LucasFerraz

    GlobalEvent Server saves (optimized version with less lags)

    It's saving houses right? @sn3ejk there is a possibility to clone, you should save offline player's house.
  3. LucasFerraz

    GlobalEvent Server saves (optimized version with less lags)

    Why is it better than this one? -- Local config local timetosave = 30000 -- It's time to save after broadcast, delay 30 seconds local delay = 5000 -- It's time to save odd after pair, delay 5 seconds local function doSavePlayerAndHouse(cid) doPlayerSave(cid)...
  4. LucasFerraz

    GlobalEvent Server Save [Optimized, less lag] v1.8

    Updated main post: Save Houses -- Local config local timetosave = 30000 -- It's time to save after broadcast, delay 30 seconds local delay = 5000 -- It's time to save odd after pair, delay 5 seconds local function doSaveHouse(cid) doSaveHouse({getHouseByPlayerGUID(getPlayerGUID(cid))})...
  5. LucasFerraz

    GlobalEvent Server Save [Optimized, less lag] v1.8

    How can i save all houses ? Incuding offline player's houses
  6. LucasFerraz

    CreatureEvent Fix/Patch exploit of bot to crash/lag servers and clone items

    Hello, as some of you know there is an exploit using elfbot/magebot(...) to crash/lag server and possibiliting cloning. Elf Hotkey to lag server: auto 50 dropitemsxyzamount $posx [$posy+2] $posz 3590 1 |dropitemsxyzamount $posx [$posy+2] $posz 6569 1 |dropitemsxyzamount $posx [$posy+2]...
  7. LucasFerraz

    GlobalEvent Server Save [Optimized, less lag] v1.8

    It is globalevent right? - - - Updated - - - What about it? local function doSavePlayerAndHouse(cid) doPlayerSave(cid) doSaveHouse({getHouseByPlayerGUID(getPlayerGUID(cid))}) return true end local function save() local delay = 30 -- In ms (if set to 30 and there are 300 players on the...
  8. LucasFerraz

    Lua Problem with enchanted weapons

    If you want it to work like tibia.com then just set 100% and get over it:p
  9. LucasFerraz

    Lua Problem with enchanted weapons

    Right
  10. LucasFerraz

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    Not workin in 9.86. It crashes when open client.
  11. LucasFerraz

    @Talaturren

    Yea he is a busy man :p
  12. LucasFerraz

    Dota2 - Who want to play?

    I do Play Dota 2. LuquinhasFerraz or Luquinhas Mata Com Carinho :p
  13. LucasFerraz

    [weapon]Multitarget wand 'star shoter'

    I will fix :) - - - Updated - - - local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 0) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT...
  14. LucasFerraz

    Feature No advertising from others OTs

    Yes, and change 'secret talkactions'
  15. LucasFerraz

    deleted thread

    I'm loving it! Just a suggestion: All BOT messages should be sent to a channel (BOT Channel). I'm doing it right now. Thank you!
Back
Top