• 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] Custom Conditions or Another Way

    adding a few lines to luascript doesnt mean you added them but instead you tried to register them. You need to create a new one here: otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/src/condition.cpp) I'm a little busy but take a look at a simple one and try to...
  2. StreamSide

    [Lua] Custom Conditions or Another Way

    seems like the condition doesnt exist at all
  3. StreamSide

    TFS 1.X+ playeradditem, removal of auto stacking

    if items are meant to be used once or to be different from normal items like example. tibia uses one potion but with 2 different functions. I did this by adding an special action id to every item that was added to the player, this way its not going to stack neither tradeable at market.
  4. StreamSide

    Character Auction

    O_O are you a ninja
  5. StreamSide

    About a new NPC system

    I dont think this is correct but sure I can be wrong. npc:addAction( ACTION_KEYWORD, { keywords = { "time" }, reply = "No clue, boy." } ) npc:addAction( ACTION_KEYWORD, { keywords = { "time" }, reply = "No clue, girl." } ) also it would...
  6. StreamSide

    Lua loot randomize

    op rats wtf that loot bro you hacking?
  7. StreamSide

    Lua when using the! leavehouse command the items disappear and are not sent to the depot TFS 1.3

    but anyways, the second problem seems to be a big number trying to be added to database where only non-big numbers can go in. Seems like you need to edit itemtype type (lol) to some new type.
  8. StreamSide

    Lua when using the! leavehouse command the items disappear and are not sent to the depot TFS 1.3

    I mean you checking depot and that the first problem, item goes to inbox. But then you show some clear problem from database, this problem already told you the solution. Out of range value for column itemtype.
  9. StreamSide

    Lua Vocational Item Bonus's -> using RevScripts

    why would you @ someone? lmao
  10. StreamSide

    onTargetCombat wont work script

    do you have it enabled?
  11. StreamSide

    The Mystery Server Showoff

    hehe
  12. StreamSide

    TFS 0.X how to remove smoke effect from exhaust

    or search for the constant and take a look at your sources? there must be like one or 2 declarations related to exhaust and that constant, that should be enough.
  13. StreamSide

    Difference in displaying floors/levels in game - OT distributions vs real tibia (picture)

    well three open tibia titans already said it.
  14. StreamSide

    error transferring http://127.0.0.1/login.php

    I guess its a server name mismatch
  15. StreamSide

    Berciq Rookgaard

    while I was scrolling I said I should have this map, its so good, then the stories and gifs. Really good job. It feels so good just to see the images.
  16. StreamSide

    C++ World Light Colors

    you can change those values to whatever you want, I remember a pr related to this. https://github.com/ranisalt/forgottenserver/commit/d5e9f982cc47f8aeb29232dfef892e62307fdb9e
  17. StreamSide

    C++ Container - onMove function

    Im not sure if I understood this at all but you can check if the player is the actual parent of the item so you will know if the player is holding or not the item
  18. StreamSide

    Znote guild data and guild frags

    well I have not used my aac but I can not tell you that much when there is not code to see :P
  19. StreamSide

    Feature Antirollback

    all this "stop monetizing" stuff is just pointless when you only see realmaps with big stores and people just wondering why the store is not working with new updates all around, like do they even want to sell incomplete stuff, and be proud of it? thats silly
  20. StreamSide

    Lua return nill function self:getId()

    me right now
Back
Top