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

    C++ Error Compiling

    Hello everyone today im having an issue when i try to compile, im adding private war system to my server. Error: In file included from raids.h:26:0, from item.h:29, from tile.h:23, from map.h:26, from creature.h:28...
  2. MxSoft

    Lua Error spamming console

    Hi, im having a little problem with an script: error: [Error - CreatureScript Interface] data/creaturescripts/scripts/offtrain_login.lua:onLogin Description: data/creaturescripts/scripts/offtrain_login.lua:18: attempt to perform arithmetic on a string value stack traceback...
  3. MxSoft

    Lua Event dont add playerstorage

    addEvent(function () area1a = {x=33239,y=31100,z=7} area1b = {x=33295,y=31132,z=7} local revoP = {} for x = area1a.x, area1b.x do for y =...
  4. MxSoft

    SQL HELP!

    Hello everyone, i was just wondering if there is a way to give all player an item in their depots? Like something like this but for everyone? INSERT INTO `player_depotitems`(`player_id`, `sid`, `pid`, `itemtype`, `count`, `attributes`) VALUES (58059,102,101,itemid,2,0) Ty people in advance
  5. MxSoft

    C++ Syntax error

    Hello everyone, im getting syntax error, but i cant really find it: #include <stdio.h> #include <conio.h> #include <string.h> using namespace std; int final=0; int temp; int rows; int sumnumber; int columns; int answer; int i; int j; int s; char choice; int row_mod; int column_mod; int...
  6. MxSoft

    Busco Mapper

    Algun buen mapper que quede por aqui?
  7. MxSoft

    Xinn ?

    I get banned with no reason, idk why you ban a server for "spoofing" players if im not counting them in the fu"#*otservlist or even my webpage. YES i have non-log out in trainers buy they are count as afk. Currently there are 42 active and 224 AFK players on EuroTibia gameworlds. I have payed...
  8. MxSoft

    Lua Som help with function

    Im getting this error: Lua Script Error: [Action Interface] data/actions/scripts/other/music.lua:onUse data/actions/scripts/other/music.lua:39: attempt to index local 'player' (a number value) stack traceback: [C]: in function '__index' data/actions/scripts/other/music.lua:39...
  9. MxSoft

    Mapper Map tracker service

    Im looking for someone capable of give me a map tracker service to get some areas i need from cip map. Pm me
  10. MxSoft

    Hoster America Hoster

    I offer VPS Hosting in Linux -LOCATION: CANADÁ (LOW PING FOR AMERICA) -PROCESATOR: INTEL XEON 3.7 GHZ -HARD DRIVE: SSD DISKS (MUCH FASTER THAN HDD) -NETWORK: 1000 Mbp/s (1 GB). -PROTECTION: DDoS Pro. AVAILABLE OS: - DEBIAN - CENTOS- - UBUNTU All versions INSTALLATION: - If you haven't got any...
  11. MxSoft

    Lua Help with script

    local config = { exhaustionInSeconds = 420, storage = 36531 } function onSay(cid, words, param) local player = getPlayerByName(param) if(isPlayer(player) == TRUE) then if(exhaustion.check(cid, config.storage) == TRUE) then doPlayerSendCancel(cid, "You can...
  12. MxSoft

    Linux TFS not working on Ubuntu 14

    Hi im using latest Ubuntu 14.04 and im gettin this message each time i want to travel, the travel nopcs are not working anymore, any idea? Lua Script Error: [Npc interface] data/npc/scripts/default.lua:onThink data/npc/lib/npcsystem/npchandler.lua:178: bad argument #1 to 'remove' (position out...
  13. MxSoft

    SQL query

    Hi i need a sql query to add to everyone an item in theirs depots. INSERT INTO player_depotitems VALUES (NULL, 101, 3, 2589, 1, [BLOB - 0 B]) WHERE player_id IN (SELECT id FROM players); Mayeb something like this? I need to execute this for all players! INSERT INTO player_depotitems VALUES...
  14. MxSoft

    Set displayPlayersLogging = "no" TFS 1.0

    It is posible to set displayPlayersLogging = "no" in the new TFS 1.0????
  15. MxSoft

    Hoster I have free VPS

    If someone interested i have free vps on my dedicated server hosted on OVH in Montreal, 1Gbit transfer and fisical firewall. PM if someone interested.
  16. MxSoft

    0.3.7 Crash

    Does someone have experience this : (gdb) bt full #0 0x081dff43 in QTreeNode::getLeaf (this=0x2a683ff0, x=16384, y=16384) at map.cpp:1022 index = 0 #1 0x081dffb2 in QTreeNode::getLeaf (this=0x2a5ed570, x=40960, y=8192) at map.cpp:1027 index = 1 #2 0x081dffb2 in...
  17. MxSoft

    Scripter Need Scripter!

    Im looking for someone capable to script a full Yalahar Quest will all its features. PM if someone interested to discuss payment http://tibia.wikia.com/wiki/In_Service_of_Yalahar_Quest/Spoiler
  18. MxSoft

    Solved Doors problem

    Hi im having issues with all my doors that are like this: function onUse(cid, item, fromPosition, itemEx, toPosition) for i = 10001, 10008 do if getPlayerStorageValue(cid, i) > 0 then return doTransformItem(item.uid, item.itemid + 1) and doTeleportThing(cid, toPosition...
  19. MxSoft

    Gamemaster Need BR Gamemaster

    Hi im reopening one of my server but this time i need help so im offering 10% of the incomes of the server to a Gamemaster who speaks portuguese and spanish or english. The portugueses is mandatory. The server is TibiaMx.net PM or add me in skype [email protected]
  20. MxSoft

    Need Scripter for QUEST

    I need a scripter to make me a full working wrath of emperor quest PM if someone interested Im paying for service
Back
Top