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

    Lua If Empty Slot then do (something)

    Script works, until you remove the quiver(s). So yes it does "work" but I want it to work 100%. How do I check if the CONST_SLOT_AMMO is empty? So I can throw up a cancel message saying something like "You need a quiver equipped to cast this spell"? function onCastSpell(creature, variant) local...
  2. athenso

    TFS 1.X+ MyAAC Sha1 Issue

    I am using MyAAC, I am using a fork of TFS 1.3 this one. MyAAC will not recognize that the server is using Sha1 encription. (Everything is sourced/located correct in the config file for config.local and config in my www root folder). So any accounts created are submited to the database in...
  3. athenso

    Action Server Rate Boost

    I created an action script to partner with the script TFS 1.x Global (EXP/Skill/Magic) Rate Boost I wanted a way for my players to boost the server for a small fee when there is no admin online. Checks to see if a boost is already in use (if so will not let the player boost) So here we go...
  4. 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...
  5. 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...
  6. 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...
  7. athenso

    Znote Latest Character Created

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

    Remeres 10.99

    Remove please, solved my own question
  9. athenso

    OTX 3 Creaturescript

    I have a rebirth system in place on my server. With that being said the standard player protection system does not work as a reborn 30 level 500 can destroy a level 500 non reborn. Im trying to work with the store system to get a check system in place so that anyone under rebirth 20 cannot be...
  10. athenso

    Website Work

    Looking for someone to create a new template/layout (including logo) for my website. We can talk price current website: Latest News - Tales of Chaoss
  11. athenso

    TFS 1.0+ Talkaction Log

    I am using OTX but it is very well compatible with TFS 1.0+. My server cleans the houses with a script, 5 days of a player not logging in and the house owner gets reset. I am creating castles and I would like to create a log for the talkaction i created to buy the castles. That way if someone...
  12. athenso

    OTX 3 10.99 Broken HP/MP Limit

    I have been struggling for quite a while now to break the hp limit on OTX3 10.99 source. I can compile it, but when i get everything done the exe that i created says Failed to start application 0x0000. I am wondering if someone has a pre compiled exe that sends hp/mp in % values or if someone...
  13. athenso

    OTX 3 Event Script

    I have an event script for Events -> creature.lua The script is supposed to be working, so a player can not attack another player that is 30% less than the attacker. In this case its for my reborn storages. function Creature:onTargetCombat(target) local percent = 0.3 --- devide the percent...
  14. athenso

    OTX Paypal Script

    I have a paypal script for my OTX server, it is half working. The money is sent and recieved, but it is not rewarding the players, I have to do it manually. Can someone help with this? I am using MyAAC for my website.
  15. athenso

    OT Client Particle System

    Does anyone have any information about the Particle system in the otclient? Im looking to play around with it, but I cannot find any information anywhere about how to start with it or even where to look.
  16. athenso

    EXP Stage based off storage OTX 3.0+

    I am working on a script to change a players exp stage based off a storage value. I am not seeing any Functions that I know I can get it to work with. An example script would be something like: local player = Player(cid) local check = player:getStorageValue(928487) function onThink(interval)...
  17. athenso

    Combining 2 scripts help

    I am currently using the extra loot creature script that adds extra loot to the monster drops: local rare_popup = true local rare_text = "*rare*" local rare_effect = true local rare_effect_id = CONST_ME_MAGIC_GREEN local tiers = { [1] = { prefix = 'rare', showattr = true, --...
  18. athenso

    Website Help

    I am trying to get the website to load the reborn information in the players database. I seem to be getting close but I am getting weird outcomes. I know nothing of php. <style type="text/css" media="all"> .Toplevelbox { top: -4px; position: relative; margin-bottom: 10px...
  19. athenso

    Stamina Assistance

    I am very sleep deprived, I know the solution is easy. I am working on a script that reduces stamina from mining items. I tried a few methods, but all of which return full stamina and not reduce. Not my script, just tweaking it for stamina. -- Mining Skill by Ramirow -- Skill System created by...
  20. athenso

    Mapper Mapper Needed 10.99

    I am looking for a mapper to do a list of quests. I have the room ready, I just need a mapper to make me the quests as I do not have time to do them all and keep the coding up. It doesnt have to be anything over the top crazy as the quest will reward mounts/outfits but we are looking at...
Back
Top