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

    Athenuz > Road to Spriter!

    Hello, I'm just a guy who loves graphic design, every kind of it... With a special interest on the pixel art! I know nothing... But i'm very interested on learning... This is a random thing i did with luck, something like a "Mythril Sword"... I know it's a newbie thing and it's beautiful...
  2. Athenuz

    Lua [TFS 1.X] Poison Arrow, % Chance of poison instead of poison per hit

    Hello, As the tittle says, i'd like to change the poison arrow script, to make the arrow poison the target only by certain chance, like 10% chance to poison the target instead of poison the target each hit... Here's the TFS 1.x "poison_arrow.lua" from data>weapons>scripts local combat =...
  3. Athenuz

    Scripter Hiring LUA Scripter for TFS 1.X and OTClient

    Hello, I need few scripts and OT Client modifications and since they're over 10 things and no one seems to help on the request/support threads, i'm looking for a scripter able to make some scripts for 1.x tfs and OTClient. Leave your reply with experience, price rate per script.. etc. Thanks
  4. Athenuz

    Lua Fishing up monsters (Upgrade to 1.x)

    Hello, Can please someone upgrade this or make a better script? function onUse(cid, item, fromPosition, itemEx, toPosition) local config = { waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625}, rateSkill =...
  5. Athenuz

    Lua Upgrade script to 1.X please

    Hello, Can someone help me please to upgrade this script to 1.x tfs? local config = { funnyEffect = TRUE, -- effects fireworks & Animated Text (TRUE/FALSE) minimumLevel = 20, maximumLevel = 160, -- for infinite type math.huge timesPerCharacter = 2, -- how many times one character can use this...
  6. Athenuz

    [TFS 1.X] Prize Box (By % Chance)

    Hello, Can someone help me with this action script please? When using an item, the item gives a random item according to % chance and remove the used item on-use? With possibility of configure the % of chance like: 100%: gold coin 40%: platinum coin 10%: crystal coin 1%: demon armor 0.5%...
  7. Athenuz

    [TFS 1.X] Item wich gives bonus only if is inside on a specific container

    Hi, I need a script for a item which gives bonus like HP/MANA or skills ONLY if it is inside of a Backpack of Holding. Not sure how to make it work, something like the Claw of Noxius when equipped has a chance to do damage, i think that can be useful to make this script. I hope someone be...
  8. Athenuz

    Compiling Standard map level/floor

    Hello, The standard level/floor in the game is z=7 (floor 7). How can i edit this to change the standard floor to 6? Thanks in advance
  9. Athenuz

    [TFS 1.X] Timed items with time left indicator when look the item

    Hello! Is possible to make an item "timed" for sample, "24 hours" and when "look" on it, show the time left? Can someone help me with this? :D
  10. Athenuz

    [TFS 1.X] "Unique Items" Can't trade or drop this item.

    Hello! I'd like to know if someone can help me to make this? Add a kind of attribute or something (if its source edition, to add the "unique" attribute at items.xml could be awesome) Or any working script... The goal is prevent the item of being dropped to the floor, traded, or selleable at...
  11. Athenuz

    [LUA] Killing certain Monster/Creature gives PK PZ-Lock

    Hello, (TFS 1.x) Can please someone help me to make this possible? If you kill certain creature/monster it gives you pz-lock / PK as if you kill a player please? (Or even if its possible, configurable time) I hope someone help <3 Thanks in advance
  12. Athenuz

    Requesting a script for items dropped by monsters

    Hello, I been thinking in a script which works with any creature/monster... If any monster drops "X" item, it will send an effect and message over the body and other message on the screen (white/orange one). For sample if i add the item "2160" on the script, every creature which drops the item...
  13. Athenuz

    Lua os.time edition/math?

    function onSay(player, words, param) local hours = player:getStorageValue(questStorage) > 0 and math.ceil((player:getStorageValue(questStorage)-os.time())/60/60) or 0 if player:getStorageValue(bonusStorage) > os.time() then player:sendTextMessage(TALKTYPE_ORANGE_2, "You have...
  14. Athenuz

    ZNote Shop rewards? [TFS 1.X]/ZNote 1.5

    Hello, I found this nice idea: Found at @Sir Knighter project. Tried to find a thread with this but didn't had luck. Can please someone help me to achieve this or @Sir Knighter would you kindly share this with me?:3 Regards :)
  15. Athenuz

    Lua Can't make this spell work

    Hello, I'm trying to make this spell work: local t = 60 * 1000 local v = 10 local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local resist = Condition(CONDITION_ATTRIBUTES)...
  16. Athenuz

    [TFS 1.X] Disable mounts for "X" looktype/outfit

    Hello! I need to disable the mounts for "X" outfits/looktypes If the player is wearing/using "citizen outfit" he can't use/ride mounts. Is that possible? Thanks
  17. Athenuz

    Lua TFS 1.X Fix Undead Legion Spell

    Hello, I'd like to add this spell to my project, but i can't handle this part... Can please someone help me? This is a 7.X spell and need to make it work on TFS 1.X please function onTargetCorpse(cid, pos) local getPos = pos getPos.stackpos = 255 corpse = getThingfromPos(getPos)...
  18. Athenuz

    TFS 1.X - Area Spell only damages 1 target?

    Hello, My area spells have a kind of bug... Damages only 1 target on the area! Applies in every kind of area spell: Can please someone help me? :c
  19. Athenuz

    TFS 1.X + OTC Last Commit, Kick for exceeding packet limit?

    189.237.121.xxx disconnected for exceeding packet per second limit. This message appears when the server kicks out a player. This happends if a player moves very fast using "ctrl + left arrow" and "ctrl + right arrow" (Moving in the same sql facing side to side) I see this on config lua...
  20. Athenuz

    [OT Client] Can't enter from localhost to OT with global ip

    Hello! I'm testing some features, and i've set online a test server with global IP (all ports open and my friends can login) But i, as "host" i can't login neither with global ip, 192.168.1.XX ip or localhost... What's the problem or how i fix? :(
Back
Top