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

    [Gesior] Problem with paygol script

    Not really, I don't know what kind of MySQL driver / adapter GesiorAcc use in general, but if it works just fine then it must be either mysqli or PDO (or any other compatible with PHP 7 for that matter). The script you have is probably older than current version of GesioAcc and thus is not...
  2. Z

    [Poland] Erpegia 8.6 LowExp RPG Server with AntiCheat Client

    okay then, so it's my Ubuntu it does not work on then, ul.
  3. Z

    VPS Real map

    You should post this in support board (Support). So, it's Windows or Linux then? You mentioned both. I'm afraid nobody will be able to really answer your question, unless you find someone who hosted similar server before. I can only tell you that newly launched TFS 1.2 with 135MB real tibia map...
  4. Z

    [Poland] Erpegia 8.6 LowExp RPG Server with AntiCheat Client

    I'd probably check it out, seems nice, but unfortunately your client does not work anywhere besides Windows.
  5. Z

    7.4 Cipsoft Legacy Server

    Lovely, thanks :) Although I doubt most people remember about this poll and even if they wished for mid-rate non-pvp, they probably won't change their votes now :D
  6. Z

    [Gesior] Problem with paygol script

    You are both right actually. It took him 5 minutes, would take me at most 5 minutes too. But the fact is, I've learnt this and before I have, it would take me more time to deal with these things. I did learn about it, because it was my hobby back then (now it's part of my job). I will not write...
  7. Z

    [Gesior] Problem with paygol script

    Downgrade your PHP (I'd personally discourage this) or re-write your scripts to work with PHP 7 (using either mysqli or PDO)
  8. Z

    Looking for upgrade system

    If you want to pay for it: Jobs If you want someone to do it for free: Requests Please, use appropriate boards. This is a support board, for people who are looking for support in fixing their stuff or modifying their stuff.
  9. Z

    Lua Slot system mistake

    Try this: local function loadSet(cid) local player = Player(cid) if not player then return false end local t = {} for slot=1,10 do local s = getPlayerSlotItem(player,slot).uid if s ~= 0 then local item = Item(s) if item then...
  10. Z

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Well, it's very impressive to see the project / plan so comprehensive and I hope you can manage all that! I'm just a bit disappointed. Why you may ask, well, because you just revealed all the secrets here and you're not even halfway doing it, right? :)
  11. Z

    Compiling Compiling Error & Warnings

    Yeah, I will tell you what has been told numerous times here on this forum. Specify what you are compiling.
  12. Z

    Solved Problems with UniServer port 80 after windows 10 update

    Seriously mate, you can't even read the first sentence? It's for Windows 10 where IIS (MS Web Server embedded in Windows 10) is operating by default. Other than that, this thread is specific for problem with already taken ports, not the problem you're experiencing, so don't expect anyone to post...
  13. Z

    Wired debbug in some sqms client 11

    I honestly see nothing wrong with that map, care to enlighten me?
  14. Z

    C++ [TFS 1.3] Monster vs Monster problem

    Why does your demon have the yellow skull? Is any of these monsters your summon and you are GM/GOD that has flag not allowing you to attack players / monsters?
  15. Z

    What makes real tibia map so successful in regards to OTS? (compared to custom maps)

    Oh, trust me, I remember these times and even times before that - when monsters didn't drop loot and you had "coins counter" increased when killed a monster! I don't recall much from these times, but I think it was around Tibia 7.1 back then. But I believe most of the people who contributed to...
  16. Z

    What makes real tibia map so successful in regards to OTS? (compared to custom maps)

    To be honest, I assumed prior to making this poll that this will be the most popular answer and the reason behind this assumption is exactly what you just said. I must say I had this little spark of hope that this poll would turn out with a surprise and the conclusion would be that people play...
  17. Z

    Help to Fix Depot

    Right. So here you go: in depotlocker.cpp, line 25, change this: Container(type, 2), depotId(0) {} to this: Container(type, 30), depotId(0) {} and in player.cpp, line 703, comment out this (or just remove that line): depotLocker->internalAddThing(inbox); I didn't test it, but this should...
  18. Z

    Help to Fix Depot

    I think this comes from Tibia before 7.7 (7.4 it is, isn't it?). I could just remove the mailbox, but then I'm not sure if parcels and letters will arrive there (or worse, sending them won't crash the server).
  19. Z

    Crash OTX 2.S.X

    Can you post any scripts related to attacking / killing (onKill, onDeath, onBlockHit, etc.)?
  20. Z

    Help to Fix Depot

    And what is the expected result? To me it seems quite right for Tibia 7.7. Just post a screenshot or an explanation how it should look like and you'll get your fix.
Back
Top