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

    [Znote AAC] Live Cast Page

    I added this to database: ALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0', ADD `castViewers` INT( 11 ) NOT NULL DEFAULT '0', ADD `castDescription` VARCHAR( 255 ) NOT NULL but cast always stays 0 in Players. Should it be 'Update * FROM, when player comment /cast on or sth...
  2. A

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Convert your .dat and spr to higher protocol 8.1 using ObjectBuilder tool.
  3. A

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Use itemeditor ver. 0.3.1. Those red sqrs are missing item ids in .otb
  4. A

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    There doesnt give condition after step in. Small fix adjusted. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITBYFIRE) setCombatParam(combat, COMBAT_PARAM_PZBLOCK, 1) local condition =...
Back
Top