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

    Lua Help with Syntax problem in spell "player nil value"

    Try declaring player like local player = Player(cid) or something like that, I've come across same/similar error before and it did the trick for me.
  2. SorketROrk

    manarune tfs 1.3

    Try local runeTest = Spell(SPELL_RUNE) function runeTest.onCastSpell(creature, variant) local target = Tile(variant:getPosition()):getTopVisibleCreature(creature) if not target or not target:isPlayer() then creature:getPosition():sendMagicEffect(CONST_ME_POFF) return...
  3. SorketROrk

    Looking for what kind of VPS to buy

    And what about 500-1000 online? Just wondering :) what would you recommend?
  4. SorketROrk

    Homage: A Link to the Past.

    Cool! I do not know anything about the original game, but it's nice to see you working on your goals! Keep at it :)
  5. SorketROrk

    Windows Object builder - cannot remove empty slots

    What exactly are you trying to duplicate? :) maybe help will arrive with a bit more information!
  6. SorketROrk

    [Download] Tibianic DLL Sources (Client Injection)

    Ask in support section? :)
  7. SorketROrk

    I hate scammers (Photo Proof) -€1000

    @Levi999x hunted.
  8. SorketROrk

    Common Disappointments

    I can relate to that, I have not played any ot myself for yeeears, yet I keep myself updated and play my own server ofc. I like the community aspect as well, But I also feel like it takes huge amounts of time and effort to achieve this, which is no problem if it is what the players are after...
  9. SorketROrk

    Common Disappointments

    How would you keep the players entertained to make a good first impression? How about the early exp rates? I've seen lots of servers where the early exp rate is too strong and it ends up making players skip low-mid game content in order to keep players hooked..
  10. SorketROrk

    Common Disappointments

    Hey! I'm currently working on my ots, however I do have lots of questions to the community, maybe some can be answered with your help and input here. * What are the most common disappointments you've experienced when playing a new server? And what would be your suggestion to the developers...
  11. SorketROrk

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    How do you have 15 points at level 3500? It should be 3x3491 = 10.473 points if you start getting points from advancement to level 9. And line 14 set to 3 points.. am I missing something? :)
  12. SorketROrk

    Do you prefer option 1 or 2?

    1 .. and a half, depends on what your definition of ugly is. Self-made maps are always welcome, and any effort towards making it worthwhile is a plus as long as the quality is better than average :)
  13. SorketROrk

    OTClient Aura Placement

    This issues was solved with help from the first answer..? How is this thread still alive.. are you guys for real? xD
  14. SorketROrk

    New otservers list! Otservers.online

    It says it's a preview, it will probably be available later on? 😃
  15. SorketROrk

    Lua TFS 1.3 Storage on use!

    Well it seems to be working now, I did it like this: local config = { [45111] = { storage = 16125 }, [45112] = { storage = 16126 }, [45113] = { storage = 16127 } } function onUse(player, item, fromPosition, target, toPosition, isHotkey) local statue =...
  16. SorketROrk

    Lua TFS 1.3 Storage on use!

    Hey, thanks for making it a bit easier, im getting another result than expected tho. 15:31 you have found 0 statues 15:31 you have found 1 statues 15:31 you have found 2 statues How come it starts from 0 when using the first statue? Here is the code: local config = { [45111] = { storage...
  17. SorketROrk

    Lua TFS 1.3 Storage on use!

    Hey! :) I was wondering if someone could help me out with a simple script, I want to spread out a couple of statues around the map, and when player "use" they should get a storage value and a message "You found 1 out of 10 statues". I've been having difficulties with it since I do not know how...
  18. SorketROrk

    Lua TFS 1.3 - Eat a demon shield!

    Wow thank you guys, its working as intended :)
  19. SorketROrk

    Lua TFS 1.3 - Eat a demon shield!

    Hey I have tried adding it as food, but how do I control the regeneration rate for the player that eats it to be faster than the rest of the food? :)
  20. SorketROrk

    Lua TFS 1.3 - Eat a demon shield!

    Hi :) After looking around with no luck, for what I think should be a simple script I ask for your help! Is it possible to click and "use" an item that would then dissapear on use and give player "food regeneration" but stronger? Lets say I wanna eat a demon shield, that would then give me a...
Back
Top