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

    Solved Spell crashing server [TFS 1.2]

    Nah, the problem is related to this part: local items = Tile(pos):getItems() for i = 1, #items do addEvent(function() items[i]:remove() end, 10000) end
  2. Aeronx

    Solved Spell crashing server [TFS 1.2]

    Hello guys! im testing new things and i've created simple script, but for some reason I dont know it crashes the server. function onCastSpell(creature, var) local pos = creature:getPosition() local item = Game.createItem(2579, 1, pos) if item then item:setActionId(8764)...
  3. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    I think this time we got it right. Im adding some more lifechanging features and it will be ready to go. Im really happy with the path the server is taking and it will be really good. Thanks for the support guys.
  4. Aeronx

    Lua Gain X% Attributes When Equiped.[Creaturescript]

    Then test with only one id.
  5. Aeronx

    Lua Gain X% Attributes When Equiped.[Creaturescript]

    I dont know if its possible to register more than one item at once on movements. If its possible the way should be as in items fromid="8931" toid="8905". Also, you dont need funciton="onEquipItem" since you are using script="weaponbonus" which already is using that function inside. TFS has a...
  6. Aeronx

    Lua Gain X% Attributes When Equiped.[Creaturescript]

    Yes it will achieve your achievements, but you need to register the script on ALL you objects. Can be done really easy with copy paste replace. There's a better way to do it probably. If you want to do it onThink would be way harder.
  7. Aeronx

    Lua Gain X% Attributes When Equiped.[Creaturescript]

    local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, -1) setConditionParam(condition, CONDITION_PARAM_SKILL_SWORDPERCENT, 500) function onEquip(player, item, slot) if player:getSlotItem(CONST_SLOT_LEFT) then weaponside =...
  8. Aeronx

    Lua Gain X% Attributes When Equiped.[Creaturescript]

    Get weaponType needs to be from an item. If you want to check the weaponType the creature has, do it like this. local weapon = creature:getSlotItem(CONST_SLOT_LEFT).itemid local it = ItemType(weapon) I'd write the whole code, but im on mobile! If you cant do it with that, ill do it all later.
  9. Aeronx

    Xikini's - - Titan Kingdoms, Updates/Progress/Suggestions & Discussion Thread

    haha i was joking. Why are you inactive? Such a shame :( Liked your ideas!
  10. Aeronx

    Xikini's - - Titan Kingdoms, Updates/Progress/Suggestions & Discussion Thread

    We've made a whole system. Since you can have more than one offline msg, there are 3 commands. To send, to check msges and to delete them. The idea was totally yours! We just made it better :p
  11. Aeronx

    Xikini's - - Titan Kingdoms, Updates/Progress/Suggestions & Discussion Thread

    We managed to make it on our server too! its a real nice and original feature. We used db for storing various messages.
  12. Aeronx

    Lua Magic Shield Toggle

    -1 works for all conditions but manashield. Tested on different versions, It always happens. Probably a source problem? dunno.. Just set it to 24h.. its rare for someone to stay more than 24hours online without reloging even once.
  13. Aeronx

    TFS 1.X+ Simple CreatureScript Question.

    Or you change the function to onkill and register it on login to players.
  14. Aeronx

    [Tutorial Requests] Flatlander Source Code Changes

    I thought so hehe! Is there any way to see those changes? I mean, is TheImaginedServer open or is a personal project which you are releasing some parts of it? Many of your features are really interesting and i like to know more. Thank you for your time.
  15. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    New client updater ready! Please, dowload the new launcher from the website button: "DOWNLOAD". Just click on "thelostkingdom" launcher, wait for patch and click start. Next time there's an update it will autoupdate your client!
  16. Aeronx

    [Tutorial Requests] Flatlander Source Code Changes

    @Flatlander Thank you for your efforts. Is your github repository up to date? I mean, all the changes that are listed as done in "theImaginedServer" are in there? Since everything says last modified 4 years ago. Thank you for your time.
  17. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Hello Otlanders! Today, i had this msg: He had been playing for 12 minutes. So I've been testing and checking other OTs for information and out of curiosity. There are NPC inside with info, pop-up windowns everytime on start explaining how it works, there are tutorials in website, full...
  18. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    If you read the game info, it says there is no vocations. You create your own vocation by combining different spells given by the equipment and weapons.
  19. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Nope! Its all working, website and server. The website redirect from first post was old. Http://thelostkingdomonline.com
  20. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Im sorry to break it to you, but this server has nothing to do with your old server. Not even the ideas. The only server I have ever played before opening my own was Archlight. The original name for my server was "The lost tower" but i didnt like the name so i just changed tower to kingdom...
Back
Top