• 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

    Bless + Bploss HELP

    When players user talkaction !bless They dont loss nothing at dead. Even if they are without AOL Thats fcked up to me cause, my server got forever aol quest, ETC So please, is somebody can help me on this, ill be greatful.. -- Blessings -- NOTE: blessingReduction* regards...
  2. D

    Donator Items

    But be carefully about the monster loot, Example downloa notepadc++ And open all xml files of your monsters, then Search on files the id Example 8883 And if its beign lotted delete it and must be all
  3. D

    Request help (Only Experts) Custom spells

    Every Magic effect is working fine, It works fine just at dragonhead, Then, its get fcked also here is my code magic effect !cansee void ProtocolGame::sendMagicEffect(const Position& pos, uint8_t type) { if(type > MAGIC_EFFECT_LAST || !canSee(pos)) return; NetworkMessage_ptr...
  4. D

    [Help needed] The forgotten server 8.6 + acc

    Try another aac, A oficially one also what version of xampp you have??
  5. D

    Request help (Only Experts) Custom spells

    --Darknelson GOW Spell local combat0_Brush = createCombatObject() setCombatParam(combat0_Brush, COMBAT_PARAM_EFFECT, CONST_ME_DRAWBLOOD) setCombatParam(combat0_Brush, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANY_GLADIATOR) setCombatParam(combat0_Brush, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  6. D

    Request help (Only Experts) Custom spells

    Hi, im making custom spells with custom effect etc, the thing is i already put into my spr and dat the sprites, and in compilation sources, i follow this steeps to add my effects. I compile Const.h in this way MAGIC_EFFECT_DRAGONHEAD = 0x45, //69 MAGIC_EFFECT_ORCSHAMAN = 0x46, //70...
  7. D

    Windows How to ??

    How to change tibia client version With xvi32?? anyone knows how to do it? Im asking cause, i got a customized 100% fully customized ot server, with my own sprs, and dats, the thing is, on #Definitions max and min version i can put anything i want, Example Max version and min: 860 i change it...
  8. D

    Compiling How to compile this sources,help please

    Problem solved, As you say i did, and it works, The only difference it was my fucking windows 7, so i mount a vmware machine with xp, and it compiles sucesfully nice :D Thanks for your help man, i will be greatfull all my life :D
  9. D

    Compiling How to compile this sources,help please

    bump check inbox
  10. D

    Compiling How to compile this sources,help please

    help pleaseeeeee
  11. D

    Compiling How to compile this sources,help please

    I got this error men
  12. D

    HELP Bug award Frags and exp

    yo entiendo ingles y español, publica lo que realmente quieres y si no lo entiendo hago el favor de traducirlo, pero seguro qe te puedo ayudar que realmente quieres?
  13. D

    Compiling How to compile this sources,help please

    hi, i love if somebody can told me what dev, and what parameters and lib, i must use to compile this otserver please http://otland.net/threads/8-60-the-forgotten-server-0-3-6-crying-damson-v8.147913/ I already got the sources and, a devcpp by Stian, and other codeblocks, please somebody if...
  14. D

    Lua Someone Fix my script please

    bump!!
  15. D

    Lua Someone Fix my script please

    Hi, i recently add into my ot server the rebirth function system, its work nice, but i have onlook description another who count frags. Anyway the script for my rebirth look is function onLook(cid, thing, position, lookDistance) if(isPlayer(thing.uid) and thing.uid ~= cid and...
  16. D

    Flag Calculator

    nice program, but SONAR is better
  17. D

    Lua Need a little modification in this script.

    Working fine, but the creature doesn't dissapear and send me a msg luaDoRemoveCreature, Creature not found. Any fix of this? im only using the uid 5001 and 5002
  18. D

    Lua Need a little modification in this script.

    This is working for everybody want to use this: function doRemoveMonk(cid) doRemoveCreature(cid) end local cash = 1000-- Remove amount of GP local time = 30-- Time in minutes for the summons to remain.. function onStepIn(cid, item, pos, fromPos) local t = { [5000]={{x=pos.x-1, y=pos.y+1...
  19. D

    Lua Need a little modification in this script.

    Problem on line 16 > expected 'near' 'then'
Back
Top