• 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. Caio Cesar

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    But it not working here, got same error here than Tatuy1, i download boost156 but the folder libs different than 155
  2. Caio Cesar

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    How you compile otclient then?
  3. Caio Cesar

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    It working with 1.56 or .57?
  4. Caio Cesar

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    Where should i put boost 1.56 / 1.57?
  5. Caio Cesar

    Lua setCombatCallback() is overwriting itself in two script files

    local combat = {} combat[1] = createCombatObject() local arr1 = { {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 3, 1...
  6. Caio Cesar

    Lua setCombatCallback() is overwriting itself in two script files

    bump, i got a problem like this
  7. Caio Cesar

    Imperius Diablo 3

    Tried do Imperius from Diablo 3 , what you guys think? http://3.ii.gl/yFluxdFQZ.png
  8. Caio Cesar

    Looking for a solid concept

    @Printer read your inbox :)
  9. Caio Cesar

    Official NightShine Online Custom RPG Discussion

    Can you post more spells video?
  10. Caio Cesar

    Cliente Perspective

    Does anyone knows if theres a way to compile the otclient using another perspective instead 45º ?
  11. Caio Cesar

    Item Editor

    Does anyone got a item editor working in tibia 10.41? :rolleyes:
  12. Caio Cesar

    Spell Silence TFS 1.0

    Hello, im using this spell in a monster but instead monster get sillence, i'm who were silenced o_o
  13. Caio Cesar

    Armagedon Spell

    @offtopic Halfaway do you have item editor for tibia 10.41? or remere's map editor working in 10.41
  14. Caio Cesar

    Solved Talkaction to change target outfit

    I think he's looking for a script that works like /looktype 123 , but instead change player outfit change target outfit :>
  15. Caio Cesar

    Solved Talkaction to change target outfit

    @heba What this code in pastebin do?
  16. Caio Cesar

    Lua Cancel event

    local config = { cooldown = 5, -- tempo entre uma magia e outra tempo = 20, -- tempo em segundos que ficará healando percent = 2, --- porcentagem da vida que cura storage = 45382 } function onCastSpell(cid, var) local p = Creature(cid) if os.time() - p:getStorageValue(cid, config.storage) >=...
  17. Caio Cesar

    Lua invencible

    Dont work as expected :\
  18. Caio Cesar

    Lua invencible

    Tfs 1.0
  19. Caio Cesar

    Lua invencible

    bump
  20. Caio Cesar

    Lua invencible

    Like this one :D
Back
Top