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

    Lua HealthGain and ManaGain

    Up up
  2. Fischturd

    NPC shows items to sell that the player doesn't have in their backpack

    That is really weird to me, I never did anything fancy to make it appear with charges (my server doesn't use charges) but it works just fine I add something in the shop with charges.. https://gyazo.com/099555ceee44ee1580673bec63d88fda What if you take <parameter key="shop_buyable" value="...
  3. Fischturd

    NPC shows items to sell that the player doesn't have in their backpack

    <parameter key="shop_buyable" value=" dragon necklace, 2201,100, 1000,200; What happens if you do this? Much as when you create a item on GM with charges, you need to specify item id and how many charges, so in this case 2201,100 *Not tested I am on TFS1.4 and if I add a dragon...
  4. Fischturd

    NPC shows items to sell that the player doesn't have in their backpack

    You have show all items checked in the picture, it looks like it is functioning correctly from what I can tell.. because the items you DO have aren't greyed out.. or am I missing something? Edit: I am dumb I see it now, you have nothing equipped and no inventory.. let me review Try this local...
  5. Fischturd

    Solved Items.otb

    I don't use canary, however if you need items.otb it looks like that above picture is showing items as a XML.. so you just need to enable file extensions within File Explorer and rename it items.otb and give it a shot
  6. Fischturd

    Lua HealthGain and ManaGain

    Good morning, Good afternoon and Good evening! I recently started using this upgrade system: CreatureEvent - [TFS 1.3 / 1.4] Upgrade System (https://otland.net/threads/tfs-1-3-1-4-upgrade-system.264672/) It peaked my interest and it has been pretty fun playing around with everything, it works...
  7. Fischturd

    Linux Problem finding build 0.4 linux 8.60

    Hey dawide, I came across this... maybe it helps? https://github.com/Fir3element/3777 https://otland.net/threads/8-60-the-forgotten-server-0-4.240240/post-2699114
  8. Fischturd

    OTClient OtclientV8 for server 12.91

    I never used OTCv8, but with OTC.. I had to create a spot in client folder data\things where you have to input, in your case the 12.91 Tibia folder which includes the .spr and .dat files. It may be something like this, sorry I am not much more help.. I will need to read into this as well just...
  9. Fischturd

    Monster Drops 1 Item

    Howdy, I am looking into some of this coding for C++, which I am not good at... however I want to add this feature that monsters only drop 1 item from the loot table. TFS 1.3 I wanted to know if this code here monsters.cpp std::vector<Item*> MonsterType::createLootItem(const LootBlock&...
  10. Fischturd

    Lua GHOST Script

    Thank you for that info! Much appreciated.
  11. Fischturd

    TFS 1.X+ Help with JSON, TFS1.3 and OTC

    Disregard :)
  12. Fischturd

    TFS 1.X+ Help with JSON, TFS1.3 and OTC

    Hey there, wondering if anybody could help me out with this? The TLDR is it is a module that should populate spells learned by character, when clicking on spell it should cast. The module opens, but nothing is in it. Server side local OPCODE_CASTER = 108 local storage = 55390 function...
Back
Top