• 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!

Search results

  1. Karain

    PvP RookGaard

    can you explain more? do you want vocation 0 never get killed?
  2. Karain

    Solved Problem with releaseFocus

    how about using ungreet instead of manually releasing focus?
  3. Karain

    (Question) setCreatureStorage in TFS 1.1

    as of tfs 1.0, global storages are actually tables, they are not stored in the database. so you can use setGlobalStorageValue(creature:getId(), value) getGlobalStorageValue(creature:getId()) take notice tho, everytime a server restarts or a monster respawns, they will get a new ID.
  4. Karain

    [Custom Map] Fight monsters, trade goods, make friends, cast spells - Open RPG!

    Awesome, i do love me some custom rpg servers :D a break from the mainstream. keeping my eyes on this one.
  5. Karain

    I have been thinking about the ways tibia took recently.

    he's talking about 10x ish servers if i am correct.
  6. Karain

    I have been thinking about the ways tibia took recently.

    every server is catering for a specific type of people, your type (from my silly understanding) are those 99999x exp mass aoe servers that makes you jump a billion level in 15 mins XD you can have a go at creating your own server tho :P as long as people see you try, you will be helped with...
  7. Karain

    I have been thinking about the ways tibia took recently.

    Be patient friend, with TFS 1.0 and 1.1, i'm seeing many new and old devs building their own worlds, myself included. i believe there will be a high influx of incredible custom servers. just keep an eye out :D
  8. Karain

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    awesome ideas! i really wish some of the features gets carried over to the main release. but i understand if you want to keep them for yourself :) keep up the good work tho :D
  9. Karain

    [Request] Illusionist Vocation

    well, the main 2 hurdles in this script would be: 1. changing the name of the illusion to your name: currently there is no way to change the name of a summoned creature to be the same as the owner's, even in TFS 1.1 2. a way to dynamically learn and use the owner's spell without making a giant...
  10. Karain

    [Request] Illusionist Vocation

    tell me more about what the illusionist can do. because creating a copy of yourself can be done with lua but it's gonna be an extensive script
  11. Karain

    [Solved] Backstab Spell

    i believe you forgot to add this line before function onGetFormulaValues combat:setArea(AREA_BEAM1) and in xml, direction="1" with no capital letters
  12. Karain

    [Solved] Backstab Spell

    mind posting the current script you have for the spell?
  13. Karain

    List of useful TFS 1.x scripts.

    can link/share original 0.x scripts of these?
  14. Karain

    [Solved] Backstab Spell

    in spells.xml make sure you don't have casterTargetorDirection="1" or needtarget="1" then add direction="1" should work i think.
  15. Karain

    [Solved] Backstab Spell

    yea, the 1 beam infront of the caster would work just fine, it will make the position check redundant :)
  16. Karain

    [Solved] Backstab Spell

    I am apologizing in advance for the mess you're about to read but here we go. I think you got the directions wrong + you need a location check to make sure the player is behind his target let me put a map for you to explain it. the letter "o" is you the player, and "x" is the target in every...
  17. Karain

    Lua Tile Walking speed [TFS 1.0]

    bump~
  18. Karain

    Lua Tile Walking speed [TFS 1.0]

    Hello, is there anyway to get the speed of the tile you are walking on? i know each time has their specific speed (cave floor is slow, cobble pavement is fast), i wanted to know if there is anyway to get with a lua function or atleast have a full list of them, Thanks!
  19. Karain

    Change the MagicDamage?

    if you're using TFS 1.0 try this add this code in creaturescripts.xml <event type="changehealth" name="voc" script="voc.lua"/> add this line in creaturescripts/scripts/login.lua before "return true" player:registerEvent("voc") creaturescripts/scripts/voc.lua -- add vocation id...
  20. Karain

    Change the MagicDamage?

    you need to manually type it, it's not written by default.
Back
Top