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

    OtLand dead....?

    i think otland is dying slowly because the the owners and principal mods abandoned the concept of community... rarely login, rarely share with "normal users", rarely share the development of projects which the community prefers (especially with the concept of sharing only with selected people...
  2. Exedion

    Damage Types,onStatsChange,doTargetCombatHealth

    Need c++ edit for that, is hard you can use "DROWN_DAMAGE" like water damage, and are other unnamed damage, i think you can use like grass
  3. Exedion

    Tibia Talaturen's IP Changer

    Gogo 8.72
  4. Exedion

    Compiling Problems with a custom function

    i try to make this function but dont work and no show error in console, why? int32_t LuaInterface::luaDoCreatureCancelFollow(lua_State* L) { //doCreatureCancelFollow(cid) ScriptEnviroment* env = getEnv(); if(Creature* creature = env->getCreatureByUID(popNumber(L))) {...
  5. Exedion

    "Passive spell" request, how to do passive spell ?

    you need some c++ edits for make optimized scripts like "onMove" "setPlayerExtraAttackSpeed" can be done with "onStatsChange" creature event, storage manipulation can be done with "onMove" creature event, storage manipulation, conditions scripts or doCreatureChangeSpeed this is more hard...
  6. Exedion

    [Items] Working Items Including All Zao ITEMS for 8.54 ->

    and where are the "xml" board?
  7. Exedion

    (Project) Pokemon Fans! Trailer!

    more of the same...
  8. Exedion

    CreatureEvent Trade logs

    Nice, that give me ideas...
  9. Exedion

    Lua [HELP]doSteerCreature

    thanks men! one more question... this work with summons?
  10. Exedion

    Lua [HELP]doSteerCreature

    bump!
  11. Exedion

    Lua [help]Directional Spells with lua function

    i test it ¬¬ try
  12. Exedion

    Lua [HELP]doSteerCreature

    it good for and how I can use the doSteerCreature? I have understood that is used to make walking a creature to a particular location
  13. Exedion

    Lua [help]Directional Spells with lua function

    for those who may need this, YES, THIS CAN BE! Take a look for the example: doCombatAreaHealth(cid, COMBAT_FIREDAMAGE, getCreatureLookPosition(cid), area, -1, -300, CONST_ME_HITBYFIRE) in param "POS" add the function "getCreatureLookPosition(cid)" to make this a directional spell :)
  14. Exedion

    Lua [help]Directional Spells with lua function

    and how i can do doCombat with summons? when i try, the area are executed with the player direction, not with the summon :/ can do sourcers edit for that or for my thread request?
  15. Exedion

    Lua [help]Directional Spells with lua function

    is possible make directional spells like fire wave with the function: doCombatAreaHealth and how i can do it?
  16. Exedion

    Lua [help]get something in item description

    can you give me a little example? i don't know to much of this
  17. Exedion

    Lua [help]get something in item description

    Thanks! i will test! EDIT: not work for me...
  18. Exedion

    Lua [help]get something in item description

    i try to get a number in a item description, but i don't know well how do this, take a look of the item desc: 14:45 You see a Rat sealed rune. It weighs 1.20 oz. Health:[5/20] It master is Test. i try to return the number "5" and "20" from this desc using: local desc =...
Back
Top