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

    TFS 1.X+ [OTServ BR-Global] Skill Stage

    are you talking about Skillstage.xml? if yes, this is my skillstage: <?xml version="1.0" encoding="UTF-8"?> <skillstages> <skills enabled="0"> --set 1 to enable <skill minskill="1" maxskill="50" multiplier="3" /> <skill minskill="51" maxskill="100" multiplier="2" />...
  2. Hyagosrs

    [HELP] Wear a new weapon

    i can't fit this rod in my hand and i don't know why!! it says: You can't dress this object there. my item.xml: <item id="25918" article="a" name="Tales Rod"/> <attribute key="weaponType" value="wand" /> <attribute key="quicklootcategory" value="weaponwand" />...
  3. Hyagosrs

    TFS 1.X+ [LOGIN.LUA] Access to quests

    1596763956 it worked with this script !! <3 1596764159 No , it didn't work, new players does'nt get these storages...
  4. Hyagosrs

    TFS 1.X+ [LOGIN.LUA] Access to quests

    hm, i used a script to get access for some quests, but every time i log in.. i recive this message: Your questlog has been updated. this is the script i put on login.lua: --In Service of Yalahar player:setStorageValue(Storage.InServiceofYalahar.Questline, 5) --> START...
  5. Hyagosrs

    MoveEvent Refill Stamina on PZ for premiums

    i didn't find: Player:onChangeZone
  6. Hyagosrs

    Lua [STAMINA] Regeneration stamina in Protect Zones [TFS 1.3]

    I need a script to regenerate stamine while in protect zone (Like depots or temples)
  7. Hyagosrs

    [HELP] [MOVEMENTS] You Don´t have permission to use this portal. [HOW TO REALEASE ACCESS]

    thanks, the problema was i didnt have this part in my login.lua : player:getStorageValue(Storage.ForgottenKnowledge.AccessLast) < 1 then
  8. Hyagosrs

    [HELP] [MOVEMENTS] You Don´t have permission to use this portal. [HOW TO REALEASE ACCESS]

    no, i dont want to remove storage, i want to give storage to all the players. Because the bosses. :(
  9. Hyagosrs

    [HELP] [MOVEMENTS] You Don´t have permission to use this portal. [HOW TO REALEASE ACCESS]

    i need help to realese access to the portals from Thw forgotten Knowledge Quest. And this is the movement script: local destination = { [27715] = {newPos = Position(32807, 31657, 8), effect = CONST_ME_MORTAREA}, [27716] = {newPos = Position(32325, 32089,7), effect =...
  10. Hyagosrs

    [ERROR - TALKACTION !BLESS]

    i solve my problem, the problem was /data/lib/compat/compat.lua .. i change my compat.lua and all worked. but thanks!!!
  11. Hyagosrs

    OTClient Graphic otclient

    did you try to install visual studio 2019? vc_redist2019.exe
  12. Hyagosrs

    [ERROR - TALKACTION !BLESS]

    i get an error while i say !bless, look: 2020-08-05 04:11:52 - Lua Script Error: [Scripts Interface] 2020-08-05 04:11:52 - /home/hyago/otserv/data/scripts/talkactions/player/bless.lua:callback 2020-08-05 04:11:52 - ...e/hyago/otserv/data/scripts/talkactions/player/bless.lua:4: attempt to...
  13. Hyagosrs

    Debug/Client Crash on openning werefox corpse.

    i have same problem 😭
  14. Hyagosrs

    Solved talkaction to restore softboots on tfs 1.0

    it works perfectly - OTX Server
Back
Top