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

    TFS 1.2 how to edit this spell so every creature could cast this spell

    Hi, how can i make so even monsters could cast this spell? because now it executes only for players local minTargets = 1 local thunderstorm = 28001 -- Storage used for thunderstorm cooldown local duration = 6000 -- 60 Lasts seconds local ticks = 2000 -- Hits every 5 seconds function shuffle(t)...
  2. Lopaskurwa

    TFS 1.2 Spell isnt executing when monster cast it

    local combats = {} local spellConfig = { combat = COMBAT_ENERGYDAMAGE, distanceEffect = 5, effect = 1, bounces = { max = 4, chance = 100, baseMult = 0.1, levelMult = 0.1, magicMult = 0.1 } } for i = 1, spellConfig.bounces.max do...
  3. Lopaskurwa

    TFS 1.2 Looking for action transform item to x item

    what an insane release
  4. Lopaskurwa

    TFS 1.2 Looking for action transform item to x item

    Hi does anyone have an action script that would lets say transform items and would give x random ammount of item (1 to 8) once u click on it so basically it would be (Pressing use on this item) 3500id (Grown Tree) --> 3501id (Cut tree Off) --> 3502id (Growing tree) -->3503id (Growing tree) -->...
  5. Lopaskurwa

    OTCV8 how to add extra exp bar below mana

    How do you change the size of this box to a little bit more height. Because now i need to scroll to see it
  6. Lopaskurwa

    OTCV8 how to add extra exp bar below mana

    yea but for example how?
  7. Lopaskurwa

    MyACC how to add ahref to a player character page in highscores

    nop still doesnt transfer him to his character profile
  8. Lopaskurwa

    MyACC how to add ahref to a player character page in highscores

    If im not wrong it might be this feature that enables player links on click getPlayerLink($member->getName()) using this highscores.php https://pastebin.com/kNvMf9Fc
  9. Lopaskurwa

    OTCV8 how to add extra exp bar below mana

    TFS 1.2 Hi how can i add extra exp bar below this
  10. Lopaskurwa

    Lua [TFS 1.2] Looking for wanted talkaction with myacc page

    TFS 1.2 This system is to wanted someone can make make a price for his dead. Command: !wanted nick, price Example: !wanted otland, 10000 If you make a price 10 for someone and other player will make a price 15 for the same person then his price will be 25. And table like Rank Name Level...
  11. Lopaskurwa

    GlobalEvent TFS 1.3 Monster Wave Event

    So whats the outcome of this system, is it worth using or not? Installed it everything looked fine but shit doesnt teleport you to an event, setuped everything properly with tiles, since it didnt allowed to enter tile when event didnt started but made an talkaction to start an event but after...
  12. Lopaskurwa

    Error misleading indentation in Linux

    I see no difference at all, this code part if(otclientV8 && type == CONST_ME_RESPAWNORMALCLIENT) type = CONST_ME_RESPAWN; suppose to be like this, you cant put any brackets on it or w/e
  13. Lopaskurwa

    Error misleading indentation in Linux

    TFS 1.2 Compiles fine on windows but on linux it gives this error, any ideas? void ProtocolGame::sendMagicEffect(const Position& pos, uint16_t type) { if (!canSee(pos)) { return; } if(otclientV8 && type == CONST_ME_RESPAWNORMALCLIENT) type = CONST_ME_RESPAWN...
  14. Lopaskurwa

    TFS 1.2 Monster spawn and effect

    Love when people gives quick and fast solution
  15. Lopaskurwa

    TFS 1.2 Monster spawn and effect

    Hello does anyone know how some people make that monsters spawn even when player is on screen, and how do they put effect before that monster spawn
  16. Lopaskurwa

    Lua TFS 1.2 Looking for TalkAction like twitch predication system

    Thats nice but those thinks i mentioned are the hardest stuff to do or maybe not even possible
Back
Top