• 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

    Spawnrate/players online

    I want put rates spawn = 1 + (playersonline / 50) Its here? void Spawn::checkSpawn() { #ifdef __DEBUG_SPAWN__ std::clog << "[Notice] Spawn::checkSpawn " << this << std::endl; #endif Monster* monster; uint32_t spawnId; checkSpawnEvent = 0; for(SpawnedMap::iterator it =...
  2. D

    Lua Edit poison arrow poison

    bump
  3. D

    Spawnrate/players online

    Oh! Sorry! I'm using 0.4
  4. D

    Spawnrate/players online

    What i made worng? had spent more than 24 hours
  5. D

    Lua Edit poison arrow poison

    bump
  6. D

    Spawnrate/players online

    bump
  7. D

    Lua Edit poison arrow poison

    Idk how, thats why i posted here... I tried put in, dont work, tried put out, dont work Now idk what to do
  8. D

    Lua Edit poison arrow poison

    But is no possible put it local poison_value = getPlayerSkill(cid, SKILL_DISTANCE) / 2 * -1 local condition = createConditionObject(CONDITION_POISON) setConditionParam(condition, CONDITION_PARAM_DELAYED, 15) addDamageCondition(condition, 10, 2000, poison_value) setCombatCondition(combat...
  9. D

    Lua Edit poison arrow poison

    I wanted edit poison from poison arrow damage to: YOURSKILL / 2 For example skills 80... poison = 40 How to make it? I tried: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE)...
  10. D

    Is possible create a signature like this on ZNOTE?

    gesior, modern, znote....... no one have a system like this?
  11. D

    Compiling No count xlogged... All right?

    not even doing that? https://otland.net/threads/how-to-not-count-x-logged-players.81370/ i've made that because i have so much no logouts zones necessary in my map like, events zones... And sometimes players can quit there... I trought this codes not count players idle, but disconnect. Are u...
  12. D

    Compiling No count xlogged... All right?

    No one know?
  13. D

    Compiling No count xlogged... All right?

    Could i trust it?
  14. D

    Is possible create a signature like this on ZNOTE?

    have it in somewhere? some aac?
  15. D

    Compiling No count xlogged... All right?

    I have a question... I will start my server in a 1 moth But im scared to be banned from otland and others websites I've change my status.cpp to: http://pastebin.com/yeweaTmt Look for: // NO_COUNT_X_LOGGED following this tutorial...
  16. D

    Is possible create a signature like this on ZNOTE?

    Is possible create a signature like this to znote aac? http://www.zezeniaonline.com/signature.php?character=Ryan%20The%20Alcomist
  17. D

    Parcel trap 8.6 - 0.4

    I dont understand, srry, show me pls ( i made some changins) game.cpp http://hastebin.com/risowicaki.cpp tile.h http://hastebin.com/otuxuteqoj.cpp tile.cpp http://hastebin.com/pehajopayu.cpp I coment the changes to 'elevation'
  18. D

    Parcel trap 8.6 - 0.4

    U mean it? class Tile : public Cylinder { public: static Tile& nullTile; Tile(uint16_t x, uint16_t y, uint16_t z); virtual ~Tile(); TileItemVector* getItemList(); const TileItemVector* getItemList() const; TileItemVector* makeItemList(); CreatureVector*...
Back
Top