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

    Lua when dying receive storage

    its ok to return false? I mean would it trigger or not something else?
  2. StreamSide

    [Quick Showoff] Post your latest maps!

    like I never enter here but saw the last post from the one and only
  3. StreamSide

    NPC adding achievement

    you mixing code, try to use some compat function for that achievement call if there is any or just try something like Player(player):addAchievement("A Total Nightmare") instead of what you have. Btw, is this TFS 1.something? otherwise Im writing nonsense
  4. StreamSide

    NPC adding achievement

    would you share your achievements lib modifications and the npc you trying to do? with this information we barely can do something
  5. StreamSide

    TFS 1.X+ changing emote spells color to purple

    0x09 or just 9 https://github.com/SaiyansKing/optimized_forgottenserver/blob/b16a41ff299416432fa5433ebbc4abc9c4eab454/src/protocolgame.cpp#L5645
  6. StreamSide

    TFS 1.X+ changing emote spells color to purple

    its an spell, new talkaction type
  7. StreamSide

    How can I benchmark scripts?

    https://otland.net/threads/benchmarking-your-code-in-lua.265961/
  8. StreamSide

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    lol I already told you the solution
  9. StreamSide

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    you talking about monster droploot which is completely different
  10. StreamSide

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    so you are not using the latest rev I cant help much
  11. StreamSide

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    if you using tfs 1.3+ you can easily add some lines into the loot item creation open container.lua file inside libs and this function with function Container.createLootItem(self, item, multiplier) if self:getEmptySlots() == 0 then return true end multiplier = multiplier or 1...
  12. StreamSide

    Solved Google Clound.

    it seems to be a problem with otservlist itself (maybe im wrong) but I can guess he is trying to add his server with the correct ip but that ip is proxied by cloudflare, isnt it?
  13. StreamSide

    Don't make anything for this guy without pre-payments.

    I dont really have to prove anything to you, its not a matter of money you little b*stard because -not as you- I have no problems with it.
  14. StreamSide

    Don't make anything for this guy without pre-payments.

    not even pre payments, he just scammed a friend with this paypal payback shit
  15. StreamSide

    Disable raids TFS 1.3

    function onTime(interval) if Game.getStorageValue(1234) > os.time() then return true end -- Message broadcast addEvent(Game.broadcastMessage, 1000, "Rats are attacking near Trekolt Temple!", MESSAGE_STATUS_WARNING) addEvent(Game.broadcastMessage, 25000, "Rats...
  16. StreamSide

    Disable raids TFS 1.3

    use the globalevent as raid, I can show you an example.
  17. StreamSide

    Disable raids TFS 1.3

    is possible to disable some raids? I dont think so, but as my homie ranigod told me, why not use globalevents instead of some shitty xml files to declare this monsters and execute it as you want.
  18. StreamSide

    TibiaAPI: Record, Redact, Extract, and Watch

    Yes you can, the king said it.
Back
Top