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

    C++ classicAttackSpeed

    Would it be possible to include a check in this function, so that classicAttackSpeed only works for players with storage x = 1? The idea would be to limit this feature so that only a few people can have this advantage, without the server exploding. TFS 1.3 downgrade player.cpp void...
  2. peteralto

    TFS 1.X+ attempt to call method getId

    I tried to use/adapt the code from an NPC from the Canary base, but in TFS 1.3+ it is giving the following errors: Lua Script Error: [Npc interface] data/npc/scripts/Maeryn.lua:onCreatureSay data/npc/scripts/Maeryn.lua:25: attempt to call method 'getId' (a nil value) stack traceback: [C]...
  3. peteralto

    TFS 1.X+ Push Target Player Exausted

    When I pull a player without being on target he pushes normally, but if he is on target there is some type of exhaustion occurring. Could anyone tell me how I could remove this exhaust? TFS 1.3+ Nekiro Downgrade 8.6
  4. peteralto

    TFS 1.X+ Money Limit 8.6 NPC

    When I try to buy something from the NPC with a value above: 2147483647 the Money value becomes negative and there is no way to buy from it. TFS 1.3 downgrade 8.6, Cipsoft client.
  5. peteralto

    TFS 1.X+ Teleport to position 0,0,0

    Occurred like 3x in 1 month of all movements scripts in teleports stop working, in this, those that do not have a determined position of X,Y,Z send the character to position 0,0,0 making client freeze. It doesn't debug, it just stops responding and needs to open again. There are no errors in...
  6. peteralto

    TFS 1.X+ Lost connection to server during query

    I've been getting two connection loss errors during query. [Error - mysql_real_query] Query: INSERT INTO `player_killers` (`death_id`, `killed_by`, `level`, `is_player`) VALUES (77289, '2x Orc Spearman', 0, 0) Message: Lost connection to server during query [Error - mysql_real_query] Query...
  7. peteralto

    TFS 1.X+ Monsters don't turn invisible

    Monsters that normally turn invisible are no longer turning invisible. In the past I made some changes to the source, but I don't remember which ones. TFS 1.3 Nekiro Downgrade 8.6
  8. peteralto

    TFS 1.X+ Food regeneration condition

    As far as I remember, in old versions of Tibia, even if you used an item with regeneration, like a life ring, soft boots, it was still necessary to eat food for the regeneration of the items to work as well. I'm using TFS 1.3+ Downgrade 8.6, however, just equip the items with regeneration and I...
  9. peteralto

    Windows Client Resolution 8.6

    My default Windows resolution is 1920x1080, but the Tibia client always kept a lower resolution, which I thought was better. I ended up pressing the shortcut to leave it in full screen and when I returned from the shortcut the client was at 1920x1080, and it turns out that the icons, inventory...
  10. peteralto

    Limit number words nickname

    I use the site below and would like to limit the number of words a nickname can contain. I don't know exactly which checks should be inserted and in which files. https://github.com/Riicksouzaa/ferobrinha
  11. peteralto

    Error mysql Illegal mix of collations

    Can anyone tell me why these errors appear in the distro?
  12. peteralto

    TFS 1.X+ Block words to insert in a label

    Is possible to block a specific word from being inserted and saved in a label?
  13. peteralto

    TFS 1.X+ Log onUse

    Is it possible to generate a log with the time and name of the player that executes an action script? For example, opening a quest chest.
  14. peteralto

    TFS 1.X+ block house push

    How could I block players from pushing players into houses (tile)?
  15. peteralto

    Raid with script

    How could I block this wall of energy so that it only pass when the Ferumbras raid is running?
  16. peteralto

    TFS 1.X+ Depot Rookgaard

    I would like to put depot on rookgaard, but I wanted to prevent them from sending items from main there. How should I proceed? Possible by LUA or would it be necessary to change some line in the source? Thanks TFS 1.3 Downgrade
  17. peteralto

    attempt to buy a non-buyable item

    How do I find out which NPC is causing this? Is there any way to print? Lua Script Error: [Npc interface] (Unknown scriptfile) data/npc/lib/npcsystem/modules.lua:1044: [ShopModule.onSell] attempt to buy a non-buyable item stack traceback: [C]: at 0x004ffe20 [C]: in function 'error'...
  18. peteralto

    Lua Reward delivery inside a bag

    I have a task system, and in it there is the reward of a fixed item and a random item, which are declared in a lib. Would it be possible for these two rewards, the fixed and the random one, to be delivered inside a bag in the players depot? if msgcontains(msg, "report") then if...
  19. peteralto

    TFS 1.X+ Delay onChangeOutfit

    Would it be possible to put some delay/exhausted on the outfit color change, to decrease the rainbow outfit frequency? I saw that the function is in events/script/creature.lua, but I don't know what would be the correct way to analyze the looktype change requests and insert the delay.
  20. peteralto

    Lua attempt to call method 'sendCancelMessage'

    Could someone tell me the reason for the error? Lua Script Error: [MoveEvents Interface] data/movements/scripts/others/tilepa/tilepa.lua:onStepIn data/movements/scripts/others/tilepa/tilepa.lua:5: attempt to call method 'sendCancelMessage' (a nil value) stack traceback: [C]: in function...
Back
Top