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

    I dont know how to delete effect from lvl up

    I have problem with effect.. i dont want have this efect when player have got lvl up how to delete it?? i dont have script for this .. it must be in sources but i dont know where?
  2. K

    Solved One person per tile - training monks

    yup man if someone will logging again at this glowing switch he should be moved to Temple position can you make it for me?? please
  3. K

    Solved One person per tile - training monks

    YOU ARE MY BOSS!!!!!!! but when first player logout at glowing switch and second player will stand at glowing switch.... and first player will login then they can standing together with 2 player at glowing switch can you add to this script when someone is standing at this glowing switch...
  4. K

    Problem witch glowing switch

    please help me man i cant solve this problem for 2 days..
  5. K

    Problem witch glowing switch

    local config = { maxLevel = getConfigInfo('maximumDoorLevel') } local increasingItems = {[416] = 417, [426] = 425, [446] = 447, [3216] = 3217, [3202] = 3215, [11062] = 11063} local decreasingItems = {[417] = 416, [425] = 426, [447] = 446, [3217] = 3216, [3215] = 3202, [11063] = 11062} local...
  6. K

    Problem witch glowing switch

    0.4
  7. K

    Problem witch glowing switch

    Hi i have got problem witch my glowing switch.. when second player want stand at glowing switch putty shows me this : [Error - MoveEvents Interface] data/movements/scripts/tiles.lua:onStepIn Description: data/movements/scripts/tiles.lua:8: attempt to call global 'Player' (a nil value) stack...
  8. K

    Walkthrough 0.4 tfs r.3777

    please help i dont know where i can add sqm where 2 players can not stand
  9. K

    Walkthrough 0.4 tfs r.3777

    Hi my walkthrough bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasFlag(PlayerFlag_CanPassThroughAllCreatures) || creature->isWalkable() || std::find(forceWalkthrough.begin(), forceWalkthrough.end(), creature->getID()) != forceWalkthrough.end()...
  10. K

    Players Online Gesior acc Problem

    ty for answer i solved it
  11. K

    Creaturescript problem

    I Change if (isPlayer(position.uid)) then to if (isPlayer(pos.uid)) 0 errors but script doesn't work
  12. K

    Creaturescript problem

    [30/04/2014 10:40:56] zaas has logged in. [30/04/2014 10:40:56] [Error - CreatureScript Interface] [30/04/2014 10:40:56] data/creaturescripts/scripts/move.lua:onLogin [30/04/2014 10:40:56] Description: [30/04/2014 10:40:56] data/creaturescripts/scripts/move.lua:7: attempt to index global...
  13. K

    Creaturescript problem

    could you write full script for me?
  14. K

    Players Online Gesior acc Problem

    bump
  15. K

    Creaturescript problem

    bump
  16. K

    Guild War system problem

    bump
  17. K

    Guild War system problem

    bump
  18. K

    Creaturescript problem

    bump
  19. K

    Players Online Gesior acc Problem

    Hi i have got problem with players online in gesior acc.. In my page players online displays only "players online" without numer of players.. Sometimes show number of players but it quickly disapeared. I don't know where is the problem?? Any ideas?? I have got old gesior acc.. My shorted...
  20. K

    Creaturescript problem

    [29/04/2014 08:08:48] [Warning - Event::loadScript] Event onThink not found (data/globalevents/scripts/moveplayer.lua)
Back
Top