• 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!

Recent content by sailorv5

  1. sailorv5

    artificial intelligence in a monster?

    Can I post this link ¿ AI in Games Is Horrible, Admits EA's Patrick Söderlund, But It Will Get Much Better Soon
  2. sailorv5

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

    i may be wrong, but here is what i think... every custom map i ever downloaded tryed in its way to copy official/global tibia map/quests, when ever one added one new quest most people started using it, so since the beginer it was one way race to reach what we have now.
  3. sailorv5

    C++ tibia 10.90 login protocol, how it works ?

    thanks for that clear exemple, i tryed to follow you but ur account is private ? add me sailorv5 · GitHub ( if u wannt ) later i may share my project ;) ( or not ) [depends on how fair i can get]
  4. sailorv5

    C++ tibia 10.90 login protocol, how it works ?

    FIRST: i want to know Everything. ( i am trying to port otClient to my symbian Phone) _________________________________________________________________________ THEN: thank you for you Will to help me, after a lot of ?ReSearch? i found a usefull article that explain very good how it works (it...
  5. sailorv5

    C++ tibia 10.90 login protocol, how it works ?

    . Thank you for your time and help. I sure hope you understand that the ot client and server was the first thing I downloaded using Google search. But some how it isn't very clear how they are implemented, and having 4 classes to handle packet/network and any indication to follow makes...
  6. sailorv5

    C++ tibia 10.90 login protocol, how it works ?

    i created a Qt network project (using network-chat exemple) and set its server to listen on port 7171 when i try to connect to it using tibia Client (username:1/password:1) i get the following anwser (from the tibia client, also may change) buffer.size() -> 166 buffer.toHex() ->...
  7. sailorv5

    Two NPC with the same name?

    You can have as many NPC with the same name as you want because fileName has nothing to do with the name of the NPC itself. <!-- Donald.xml --> <?xml version="1.0" encoding="UTF-8"?> <npc name="MR Donald" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> i dont know how...
  8. sailorv5

    Solved Kick players from trainers after 30 min idle time

    luascript.cpp not sure about the output, but if it is a number you can create and register a creature event and if it is a time like > (more than) u can kick the player. //getPlayerIdleTime(cid) lua_register(m_luaState, "getPlayerIdleTime", LuaInterface::luaGetPlayerIdleTime)...
  9. sailorv5

    Solved Kick players from trainers after 30 min idle time

    i know the issue has already been solved... if you have access to the source, you can try to fix it or at least undestand it a little better. ( i am not a pro, but this may help OR not XD ) configmanager.cpp ( you dont need to open it or modify ) there is something this this ( found by...
  10. sailorv5

    Solved Kick players from trainers after 30 min idle time

    Sorry to say that, but my Point is... Players shouldnt be able to logout while trainning or even Die. if that is the case something is very wrong, now if you tell me you want to do that to kick playing using bot i can undestand (still it is a war you cant win) else you should just use the afk...
  11. sailorv5

    Lua Creating a global table to register stuff in

    like he said CID on the other hand is something generated when a player/creature login and it change, so in the long term 2 or more diffferents creature can hand the same CID.
  12. sailorv5

    Need DLL to open OTC

    Can you download it you self ? http://www.dlldownloader.com/
  13. sailorv5

    OT Client for mobile?

    looks like when i wanted to run windows App with my symbian Phone, UI need to be reworked a little or the only way the play is connecting with a MiraCast Screen with a mouse and a keyBoard.
  14. sailorv5

    Generating maps?

  15. sailorv5

    QT QML Client

    i know there are a lot of (prototype) tibia clients like js, ruby, otclient itself, flash does some one already tryed somthing with QT or have any progess made? any body interessed ?
Back
Top