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

    Slots Update

    Is there a function that updates a player's inventory when they log in or log out? On the addition of a new slot, when a player has an object in this slot, by disconnecting and connecting another player, this one has the object in question in the inventory (new slot), but only visual, have I...
  2. alejandro762

    Limit Slots C++ TFS 1.4.2 / Otcv8

    I started to see if there is possible to add many slots on client and TFS. Got working all slots till number 15, above on Slot number 16, i see on visual says: C++ enum SlotPositionBits::SLOTP_SLOT16 = 65536U I see on OTC: &position: {x=65535, y=16, z=0} Is there the 65536, the same as...
  3. alejandro762

    TFS 1.4 Magic Effect Limit Otclient

    Have followed this tutorial: Increase effect limit (https://otland.net/threads/increase-effect-limit.262809/post-2541397) Then added enabled the feature: g_game.enableFeature(GameMagicEffectU16) But stills on the same 255 is the last limit effect, on 256 it starts again to number 1, Anyone can...
  4. alejandro762

    OTClient New Slot Otclient

    I followed this tutorial: TFS 1.X+ - Help new inventory slot TFS 1.3 and OTClient (https://otland.net/threads/help-new-inventory-slot-tfs-1-3-and-otclient.264537/) Everything seems correct ( also i have added the slot to movements & luascript ) Using TFS 1.4 OnEquip / DeEquip works, slot is...
  5. alejandro762

    Bag allowing certain items , similar (Gold Pouch)

    Hello, I want to create a simple bag, that you can only allow certains items from a table, like a Gold Pouch. I tried many ways, the first one was to create an attribute for items that are allowed, doesnt work since you can add any item on container. The second way i tried onMoveItem, here it...
  6. alejandro762

    Otclient container animation

    Hello I have a question about otcv8, a simple container like backpack, when you open it it shows the mini icon and name of backpack. If you add an animation to the backpack (no shade) example flames, aura or something, that fit 32 or 64px, it looks very weird in game the mini icon, is...
  7. alejandro762

    Compilation Otcv8 - OpenAL32

    I'm facing an error that I tried to resolve, but as soon as I resolve one, a new one appears. I'm trying to Compile Otcv8 Under Visual studio 2019, https://github.com/OTCv8/otcv8-dev Easy until here, vcpkg folder is linked, extract, boostrap, integrate, then install all dependencies. But when...
  8. alejandro762

    Solved SkillsTries and cap Level Skill Fist

    I Was trying to find the best Rate Stages on my server, As i leave my paladin on trainers with spears , then i go to job. When i come back i forget spears can break, then i see it was starting leveling up the Skill Fist Fighting on character, but something pay my attention that it was capped on...
  9. alejandro762

    Lua Call Multiples storages NPC

    Hello, on a NPC, i want to check each StorageID Value if they are completed or not, if not, player cannot complete the delivery, if all storages are 1, so the delivery it's completed and player get a reward, I got a table like this: local itemsDelivery = { ['royal helmet'] = {cost = 0, items...
  10. alejandro762

    TFS 1.X+ Bow/crossbows attack

    Hello Im trying to understand the attack of bow and crossbows on Tfs 1.3. Ok I have the bad engine otbr, but idk if is corrected on tfs. I just copy paste rift bow And create a new one with 14 attack and 15 hitChance ( double attack) Using the crystalline arrow both the shoots damage are...
  11. alejandro762

    Lua Monster Levels TFS 1.3

    Hello I am using this script, Feature - [TFS 1.3] Monster Levels (https://otland.net/threads/tfs-1-3-monster-levels.260470/) I have a TFS 1.3 Revscript I Was wondering (also @ralke ) to know how to add the monster.level on the script of monster.lua , After compiling, You see a wolf, it is...
  12. alejandro762

    Lua onTradeRequest from pos to pos

    Hello I find one script here on forum, that give me some errors, that i dont know how to fix it. Im looking for a tfs 1.3 revscript onTradeRequest, from Pos x y z to Pos x y z to Block Trade, all items. https://otland.net/threads/item-not-able-to-trade.147127/ I See i need change my player.lua...
  13. alejandro762

    Lua Player target Item, detect which one and give reward or experience

    Hello I would like to know in lua, how can we tell in an 'if' if a player uses (right click) an object (without consuming it) such as, for example, right click open a table > modal windows, so that it detects what is the table it opens and depending on the table, it executes a function. Let me...
  14. alejandro762

    Lua Item upgrading by jewels

    Hello, I am using this amazing script, https://otland.net/threads/tfs-1-1-items-upgrading-by-jewels.228712/page-4#post-2708741 I would like to know how we can add if player:removeItem(1111, 1) (check item player ) then, it would prevent downgrade level then the item will be removed. If player...
  15. alejandro762

    Target:getDescription()

    Hello, I am using this script, ( something very similar posted already on forum with "sucess" and "fail" method ) i cannot find right now the post https://otland.net/threads/tfs-0-4-1-2-tier-upgrading-system.245047/ Here is the code, Do not pay attention about 'fail', that's normal the...
  16. alejandro762

    PHP Call Storage on Web

    Hello We want to know how we can call a storage from web (using znote AAC ), As i discovered this: if ($config['Ach']) { $user_id = (int) $user_id; $achievementPoints = mysql_select_single("SELECT SUM(`value`) AS `sum` FROM `player_storage` WHERE `key` LIKE...
  17. alejandro762

    Lua Add Level and Experience onUse ModalWindows

    Hello everyone I wish to know if is possible to add a Level and experience system on a modal windows for craft ? Since i tried with the right parts of level storage and experience storage, working on jobs, but pressing the button "craft" it doesn't show any error and not work. here is my...
  18. alejandro762

    Compiling [Windows] Compiling on Visual Studio 2022 - Boost Error required 1.53.0 minimum

    Hello. Im testing to compile an TFS 1.3 based on canary server ( using src for otbr) from @EduardoDantas . As isn't really hard to follow steps, https://github.com/opentibiabr/ (from Git installed with all required components and visual studio, same as pictures ). git clone...
  19. alejandro762

    Lua Adding Levels on This system

    Hello, Im using this script made by @Xikini on a thread with many pages , i don't remember where is it now... And is working perfect. I Would like to add a Level System from 0 to 255 for example with levels, increasing the Experience needed on each level ( for example +500 experience / each...
  20. alejandro762

    Lua Add or Subtract Storage Value using items on the same StorageValue

    Hello, Im using this code as Add and Subtract Storage values from items, For example, A Sword +500, Armor + 500 and legs +500. Making a look i"ll get a +1500 a score. I wish to know if is possible to do that using the same Storage Value , adding or subtract values from each one, if Equip or...
Back
Top