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

    OTClient

    I wrote an auto loot script and it is not working right. I have edited my tibia.dat and added custom items. I dont think that is the problem though (they are replaced in all appropriate directories. The commands in talk action do work as they should. Talkaction wise, everything is working. This...
  2. athenso

    Rotating effect in X space.

    You are talking about rotating an effect in a radius? Something like With 0 being the tile you want the effect to rotate around and 1 being the effect? I have seen a script like this before, but I cant remember where. I do remember they set events with a timer. 1 1 1 1 0 1 1 1 1
  3. athenso

    Bug with script regen stamina in Protect Zone TFS 1.3

    Since there are no errors try using debug.print("TEXT") to try and isolate what is working and what is not working to help narrow down the issue. function Player:onChangeZone(zone) if not self:isPremium() then return false end local staminaRegen = {} local event =...
  4. athenso

    [USA][10.98 Custom] JATS

    Yeah that’s my bad. Shortly after posting it I lost my job. So I had to give up my internet
  5. athenso

    /addskill Player, attackspeed TFS 1.2

    Source editing I believe would be the only way to do it with a command. Not to mention we don’t know what source you are using. I will suggest again.....use the search function that this forum provides. You can set attack speed through armors and items. I’m pretty su
  6. athenso

    Help me with Lua Functions TFS 1.3

    Are you getting errors? Is it doing something in game that it shouldnt be? Details would help solve the question.
  7. athenso

    monsters drop empty bags

    I was referring to your client, not the server lol.
  8. athenso

    monsters drop empty bags

    Are you using OTClient? It might help to upload the crash log from otclient.txt for better information. From my past experience, the client crashing is usually from custom edits. your otclient.txt would provide better insight into the crash. Or if you have your client open do a ctrl+t to get...
  9. athenso

    [TFS 1.3] Anti-Bot Script

    I would suggest using Extended OP codes on your client. Simply, the Server will send packets to your client. If the player is using your client, they can continue playing. If they are using any other client, it will disconnect them. Its easier in my opinion to do it this way as i believe TFS...
  10. athenso

    Quest to obtain storage that allows you to open two doors

    I believe this should work, I havent tested it. Place in your action script folder, name the files. Change storage ID's to prevent overlapping.
  11. athenso

    TFS 1.2 Script request

    All of these can be found using the search function. I know they are on this forum
  12. athenso

    [USA][10.98 Custom] JATS

    JATS is Just Another Tibia Server, I am looking for some player feedback on the server as is. Current Features: Attack Speeds Wand/Rod Speeds No Vocations - Spells based off skills (all can use spells) Skill Point System Custom Crafting/Item Set bonuses No OP Donation Items Custom Map and so...
  13. athenso

    OTUI editor - worth making?

    Definitely worth it.
  14. athenso

    Item Quality Script

    I am looking for someone to write me a script that will show the quality of an item. Source is OTX 3.1 (TFS 1.2+ i believe) So it would say like: You see a [rare] wand of vortex. You see a [refined] wand of vortex. You see a [super] wand of vortex. You see a [god] wand of vortex. The...
  15. athenso

    Npc require item and can access forever

    Not trying to be like "That guy" but what your asking for I have pretty much given you all the information needed. If you cant put the pieces together for something like this, you probably need to spend more time studying code. Like i said of the two pieces of information needed to do what your...
  16. athenso

    Npc require item and can access forever

    its no php. NPC is XML and Actions are lua.
  17. athenso

    Npc require item and can access forever

    use the search feature and find an npc that reads storage. and then do another search for an item that sets storage. Seeing as I cant edit my post; I went ahead and searched the harder of the 2 issues you were asking about. Need storage to trade with NPC Now just set the storage with the...
  18. athenso

    Npc require item and can access forever

    should be simple. NPC checks player storage. Use item get storage. Boom done
  19. athenso

    [Znote AAC] Server information stats summary table

    I really like this, but I cant seem to get it to work
  20. athenso

    Znote Latest Character Created

    Dissregard I found it after a few hours of digging. [Znote AAC] Front page Server Info box
Back
Top