• 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

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

    TFS 1.0+ OTX 3.0+ Global Loot

    I am looking for a global loot script, that i can have a table of items and counts that I can add to that will adjust the drop rate for all creatures. I want to use it for seasonal events, it would be a lot quicker than just editing the files individually. I have tried local extra_loot = {...
  3. athenso

    [TFS 1.3] NPC get level and add experience

    I took this script from my Rebirth npc. So yes I did copy it, but from myself. That is why player and guid are called as I never deleted them out. The whole npc was written from this. OTX 3.7 Rebirth with Onlook
  4. athenso

    [OTClient Mod] Health and mana circle

    A thought. Make this an option for when people have the standard health bar turned off, like a toggle. So they can choose between the two
  5. athenso

    [TFS 1.3] NPC get level and add experience

    If the above function didn't work I will make one when I get home, to set to a specific level
  6. athenso

    [TFS 1.3] NPC get level and add experience

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  7. athenso

    [TFS 1.3] NPC get level and add experience

    I could make it when I get home, or you could edit a few things in other NPC scripts. Neither of which are hard.
  8. athenso

    OTX 3.7 Rebirth with Onlook

    If you don't like it, don't use it. This script should still be useable on TFS 1.0+ as I used core functions to execute everything. Don't flame the source. This is a script thread not a source thread.
  9. athenso

    OTX 3.7 Rebirth with Onlook

    Should also work on TFS 1.0+. I can't edit the original post
  10. athenso

    have Object Builder for tibia 11/10?? PLEASe

    Object Builder 10.99
  11. athenso

    OTX 3.7 Rebirth with Onlook

    NPC Script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  12. athenso

    OTClient Maker/Mapper

    I am looking for a Mapper and someone who is willing to do a few visual edits on OTClient.
  13. athenso

    Playing around with UI

    I have been digging and looking as to where I would be able to find the files to edit the main screen (pre login). If anyone would care to help :)
  14. athenso

    32bit instead of 16 on health and mana

    I am assuming you want to get your health into % So i will go ahead and share the easiest way possible without source edits. Go to your game_healthinfo open healthinfo.lua and find function onHealthChange(localPlayer, health, maxHealth) and change it to this function...
  15. athenso

    [MOD] Emoticon in Tibia, more & more

    bump? I got the same weird symbols
  16. athenso

    [Request] TFS 1.0 Reborn NPC

    OTX 3.7 Rebirth with Onlook I litterally made this just for you. Should work on 1.0+
  17. athenso

    Object Builder 10.99

    Everything I downloaded, is in the zip file. I just updated the signatures. Original link: EasyPaste.org From the thread:[Solved] Request: Object Builder for 10.98
  18. athenso

    Object Builder 10.99

    Not mine, I just updated it to 10.99. I was looking I am sure others will be.
  19. athenso

    [Module] game_shop

    Resolved Script: function getPremiumPoints(cid) local player = Player(cid) local query = db.storeQuery("SELECT `premium_points` FROM `accounts` WHERE `id` =" ..player:getAccountId()..";") if query ~= false then local points = result.getNumber(query, 'premium_points')...
  20. athenso

    [Module] game_shop

    bump
Back
Top