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

    Need help Installation Website

    You are calling unexisting page.. Make sure there is a page menu.PHP in htdocs, if there is one, try changing this line. 'Menu'. To 'menu.php'
  2. D

    Can't log in to world

    Are you playing on local host, if you are not make sure you have opened all your ports correctly and there is no firewall or antivirus blocking your program :p
  3. D

    Compiling [C++] Help with a little function,

    I dont have this function in my version of tfs! but I solved it! now i have another question! i'm getting a strange error, int32_t LuaScriptInterface::luaSetPlayerParty(lua_State* L) { uint32_t lid = popNumber(L); uint32_t cid = popNumber(L); ScriptEnviroment* env =...
  4. D

    Compiling [C++] Help with a little function,

    Hello, here is my problem, I want the player of the same sex to be unable to attack target of the same sex. examble, PLAYER_MALE cant attack another PLAYER_MALE here is my code in Combat.cpp: [ Player* playerGetSex = player->getSex(); Target* targetGetSex = target->getSex()...
  5. D

    Shop system tfs v2 for tibia 7.6

    Got any great ressources tout learn it or some recommended links?.. I've edited many script and learned a lot about L'UA by editing existing code, unfortunatly it doesnt help me with unkniwn fonctions .. :p
  6. D

    Shop system tfs v2 for tibia 7.6

    Mmh I do not understand your method of testing, I've created a global event with your code and it says : Error global event on think
  7. D

    Shop system tfs v2 for tibia 7.6

    It says Creature not found :/ but thx for the functions
  8. D

    Shop system tfs v2 for tibia 7.6

    Hello, I'currently working on a retro tibia server 7.6 with a downgraded version of tfs. I think it's the version 0.3 and i've used gesior aac. I've made many change to this acc to works fine for this version of tfs and now the shop system is perfectly working. I've used a global event script...
  9. D

    Some random stuff.

    Can you rehost please ^^ ! I like your harbor
  10. D

    Using 7.6 map by remere gets error in console

    same for me, the only distro it didnt bug and that was stable was realsoft, but it doesnt have the autosave function, and the house are also not working! someone can help me?
  11. D

    [7.6] Avesta

    oh, i don't realy use server save for now, I got an error while importing my schema.sqlite, can you help me out please ?
  12. D

    [7.6] Avesta

    Ah just found it again! here's the link: http://www.mediafire.com/download/y4r991bykco5nl3/Avesta.22.02.09.rar Not sure if it is safe, and I don't have time to scan it, but if it can helps someone :)!
  13. D

    [7.6] Avesta

    Please !
  14. D

    Windows Unable to Edit Map - Repeated Error - Please Help

    i'm having the same issue, if anyone has a solution can you explain it please
Back
Top