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

    Lua - TFS 0.3.6 8.60 - I made this code, but the creature only takes damage if it uses item 5902

    I wanted him to take normal damage without having to use item 5902 local UPGRADE_ITEM_ID = 5902 -- The upgrade item, in this case, the "scary blue eye" local LIFE_LEECH_INCREMENT = 1 -- Percentage to be added to Life Leech local MANA_LEECH_INCREMENT = 1 -- Percentage to be added to Mana Leech...
  2. samuel157

    Lua TFS 0.3.6 8.60 /ATK CREATURE WITH ITEM ID 5902 I DON'T WANT THIS STATUS IDK

    TFS 0.3. 6 8.60 I HAVE A PROBLEM WITH THIS CODE IT ONLY HITS THE CREATURE OR PLAYER OR MONSTER WHEN I USE ITEM 5902 ALONG WITH ATK BUT I JUST WANT TO USE THE PERCENTAGE TO IMPROVE THE ITEM PLEASE HELP ME I WANT IT TO ATTACK THE CREATURE AND NOT THE ID OF ITEM 5902 ALONG WITH ATK... local...
  3. samuel157

    C++ Please can someone help me put Life Leech And Mana Leech Life e Mana Absorb For TFS 0.3.6 Tibia 8.60

    :::CODE::: BY SAMUEL LIFE LEECH MANA LEECH ABSORB [CREATURESCRIPT] local LEECH_WEAPON_STORAGE = 47892 -- Storage for leech weapon local FIXED_DAMAGE = 100000000000 -- Adjusted to a more reasonable fixed damage value local LEECH_PERCENT = 100 -- Percentage of leech for health and mana local...
  4. samuel157

    C++ Please can someone help me put Life Leech And Mana Leech Life e Mana Absorb For TFS 0.3.6 Tibia 8.60

    THIS WILL GIVE AN UPGRADE ID: 10559 You see a spooky blue eye. It weighs 0.86 oz. (Used to upgrade Life Leech and Mana Leech). CAN SOMEONE COMPILE THIS SYSTEM FOR ME OR SHOW ME A TUTORIAL PLEASE? I did it but it doesn't work if anyone can help me I would appreciate it I used...
  5. samuel157

    TFS 0.X [REQUEST] Increasing the level from 717217. to 2000000 Limit of Level For 32 Bits.

    It will be 717217 because I wanted the level to be infinite and it can't be infinite so leave it as default 717217. It's not funny, it reaches 300 lol and it can't go up any further, but thank you very much to everyone in the topic.
  6. samuel157

    TFS 0.X [REQUEST] Increasing the level from 717217. to 2000000 Limit of Level For 32 Bits.

    player.h https://pastebin.com/nNZZweML protocolgame.cpp ////////////////////////////////////////////////////////////////////////// Ope - Pastebin.com (https://pastebin.com/5HMaejRB)
  7. samuel157

    TFS 0.X TFS 0.3.6 SOUL SYSTEM PROBLEM HELP PLEASE

    I HAVE A PROBLEM WITH THE SOUL SYSTEM, IT ONLY CAPTURES THE SOUL OF CREATION TO ACTIVATE IN THE WEAPON, IT DOES NOT ACTIVATE THE AURA, IS THIS THE PROBLEM THAT IT DOES NOT ACTIVATE THE AURA!?
  8. samuel157

    !kills - Tells you how many people you have killed without justification in a given period of time. (used to know if you can get a red skull or be ban

    NO FUNCTION -- kills.lua function onSay(cid, words, param) if not isPlayer(cid) then return false end local playerGUID = getPlayerGUID(cid) -- Query the killers table to get the number of unjustified kills local resultId = db.storeQuery("SELECT COUNT(*) as...
  9. samuel157

    TFS 0.X SQLITE TFS 0.3.6 8.60 - what is the 32-bit level limit edited in source???

    SQLITE TFS 0.3.6 8.60 - what is the 32-bit level limit edited in source???
  10. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 [Talkaction] You Need Script Remove STORAGE

    [SQLite] -=[TFS]=- 0.4 8.60 [Talkaction] I Need Script Remove STORAGE
  11. samuel157

    Lua [TFS] 0.4 8.60 HOW DO I GET THIS HEAL HP E MANA FOOD DON'T MESS WITH THE VOCATION FOOD INFINITE

    where do I add life and mana? one can take away the soul and the exhausted?
  12. samuel157

    Lua [TFS] 0.4 8.60 HOW DO I GET THIS HEAL HP E MANA FOOD DON'T MESS WITH THE VOCATION FOOD INFINITE

    1- Script [22/09/2023 08:20:12] [Error - Action Interface] [22/09/2023 08:20:12] data/actions/scripts/other/infinite.lua:onUse [22/09/2023 08:20:12] Description: [22/09/2023 08:20:12] data/actions/scripts/other/infinite.lua:17: attempt to call global 'getMaxPlayerHealth' (a nil value)...
  13. samuel157

    Lua [TFS] 0.4 8.60 HOW DO I GET THIS HEAL HP E MANA FOOD DON'T MESS WITH THE VOCATION FOOD INFINITE

    function onUse(cid, item, frompos, item2, topos) local level = getPlayerLevel(cid) local mlevel = getPlayerMagLevel(cid) local exhausted_seconds = 0.7 local exhausted_storagevalue = 10 local mana_minimum = 70000 local mana_maximum = 70000 local mana_add =...
  14. samuel157

    Lua [TFS] 0.4 8.60 HOW DO I GET THIS HEAL HP E MANA FOOD DON'T MESS WITH THE VOCATION FOOD INFINITE

    This item gives infinite food, I need to add health and mana to it. Item is infinite
  15. samuel157

    Lua [TFS] 0.4 8.60 HOW DO I GET THIS HEAL HP E MANA FOOD DON'T MESS WITH THE VOCATION FOOD INFINITE

    local FOODS, MAX_FOOD = { [11130] = {18, "~|Delicia|~"} }, 1200 function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.itemid == 6280) then if(fromPosition.x == CONTAINER_POSITION) then fromPosition = getThingPosition(cid) end...
  16. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Need script Talkaction show premium time of player

    [21/09/2023 20:36:59] [Error - TalkAction Interface] [21/09/2023 20:36:59] data/talkactions/scripts/premiumcheck.lua:onSay [21/09/2023 20:36:59] Description: [21/09/2023 20:36:59] data/talkactions/scripts/premiumcheck.lua:9: attempt to index global 't' (a nil value) [21/09/2023 20:36:59] stack...
Back
Top