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

    Cut Scene in OT - Need someone to look over my code

    Hi guys! I have been trying to play around some in LUA scripting to make me a start of a cut scene code. However this peice of code does not work. The idea is that when a player walk on a tile two NPCs will appear and start talking. I use the addEvent function for the delay between the...
  2. Gaddhuve

    automatic /reload

    lol'd ty
  3. Gaddhuve

    automatic /reload

    Can you post the script here? Cant open that page. Thnx!
  4. Gaddhuve

    The Eclip - Teaser

    Lol'd
  5. Gaddhuve

    On advance to x level doPlayerSendTextMessage

    Alright, how to fix it?
  6. Gaddhuve

    On advance to x level doPlayerSendTextMessage

    All I want is when a player reach x level she gets this message function onAdvance(cid, skill, oldLevel, newLevel) if(newLevel >= 40 and getPlayerStorageValue(cid, 99882) < 1) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)...
  7. Gaddhuve

    archezaac 2

    Sweet! Would be great if you could alter this script so you have to logon to your accout before posting and then the user would be able to select their character. Less trolling this way.
  8. Gaddhuve

    Tibia Tibiando - Audio API for tibia

    If I want to run this Tibiando on a 64 bits system what .dll files do I need and where do I get them? Heard you told someone else that you need to switch .dll files both in client and server. Mock please tell me! :D
  9. Gaddhuve

    Supra Skytop (Skor)

    Jäkla gäddhuve!
  10. Gaddhuve

    How i delete that? ask for user and pw to enter to my website..

    you just open ports, done! ;] rep++ me!
  11. Gaddhuve

    Supra Skytop (Skor)

    Äh, du kan sluta leka gäddhuve!
  12. Gaddhuve

    Fast and Furious 5 :)

    holy fkkk you got a bad taste of music!
  13. Gaddhuve

    [C++] Need someone to check this code!

    Bumping
  14. Gaddhuve

    [C++] Need someone to check this code!

    Im learning C++ so I thought it would be a good idea to try edit some TFS sources. This is the code Im using Player.cpp std::string Player::getRanger(uint32_t level) const { std::string rang = "Rank 1"; if(level >= 40 && level <= 45) { rang =...
Back
Top