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

    [TFS 1.2] Walkthrough Quest Door Bug

    if not have a fix, remove the protection zone in sqm of door.
  2. viking

    Lua Little Help in Player.lua

    Thank you Ninja, I'll try it and feedback here
  3. viking

    Lua Little Help in Player.lua

    don't solved my problem
  4. viking

    Lua Little Help in Player.lua

    Hello, I'm trying to do when the player trying to put more than 10 items in the same sqm, not be possible. But it is giving me error (nil value in line 227). Help? Script: Code in Events/Scripts/Player.lua: function Player:onMoveItem(item, count, fromPosition, toPosition) if toPosition.x...
  5. viking

    Lua Ant Clon Tfs 1.2

    I can solve your problem easy. skype: viking.mu
  6. viking

    Cast System 1.2 10.90

    thanks.. linked where? I dont find in his profile
  7. viking

    Cast System 1.2 10.90

    Man want my instagram for follow me?
  8. viking

    Cast System 1.2 10.90

    because of answers like your the country is as it is.
  9. viking

    Cast System 1.2 10.90

    i agree
  10. viking

    Cast System 1.2 10.90

    Someone can/know solve the debbugs spectators in new clients 10.90? cast system by djarek https://github.com/otland/forgottenserver/pull/994/files
  11. viking

    MaxPackets Por second

    Hey if you have an otserver, what is the value you configured there? The original configuration is 25. But players got many kicks I was configured with 300 and some players still kicks. PS. of course I was reloaded config :p
  12. viking

    Debbug in spectators cast system (print)

    Yes, but there free users can't reply.
  13. viking

    Debbug in spectators cast system (print)

    I've got this problem, almost always occurs debbug in spectadores and I do not know what else try to do for solve this. TFS 1.2 - Protocol 10.90 Print:
  14. viking

    Hacking or what?

    Removed
  15. viking

    Solved Outfit NPC

    Npc Addoner (only 2 outfits in exemple): local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  16. viking

    vial of oil npc trade problem !

    Npc for Sell Oil: <?xml version="1.0" encoding="UTF-8"?> <npc name="Oil Npc" script="OilNpc.lua" walkinterval="0" floorchange="0"> <health now="100" max="100" /> <look type="759" head="78" body="63" legs="97" feet="76" addons="2"/> -- CHANGE THE LOOKTYPE <parameters>...
  17. viking

    Pk in depot

    Dont work too, I was tried this local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITBYFIRE) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FIRE) combat:setParameter(COMBAT_PARAM_CREATEITEM...
  18. viking

    Pk in depot

    Ye this is old, but I dont find fix
  19. viking

    Pk in depot

    Fixes please? ^^
Back
Top