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

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    This is possible if you edit the original code. I did that and armor/atk and defense changes on an rolled item + the «original» rolls Just isolate those attributes, and edit the code to roll those everytime.
  2. Klank

    [PROJECT] Welcome to Clickz Custom Map Project!

    Good job Clickzz :) I can see that you have been "in thouch" with raw borderizing, which i wish i saw more of! I challenge you to create a fairly small nature piece, using 100% raw bordering, and place nature objects piece by piece with a bit more consistency, to see how you create your map...
  3. Klank

    RevScripts Upgrade scripts :/ Mana leech/hp leech

    Hi again, i havnt been able to do so much tests. I still havnt figoured it out 100%. I know this code will 100% overwrite one of the attributes, but maybe some other ppl would like to continue the code as i will not have the time to do it anymore. However, this code will add atleast mana, and...
  4. Klank

    RevScripts Upgrade scripts :/ Mana leech/hp leech

    I noticed that myself when i was able to test the code. Anyway the code is not working, it needs more work. I almost got it to work, but im struggling with new description are added each time, and the value would not go higher than 2. Its the string.match() variable that is not good. Guess ill...
  5. Klank

    RevScripts Upgrade scripts :/ Mana leech/hp leech

    I made a new one, but have no idea if this works(Im not able to check it atm), but you could try. Also i'm not sure if you need onInventoryUpdate function, maybe its already in TFS 1.5, check if its enabled or is present in events.. local config = { [485] = { manaLeech = {...
  6. Klank

    Maskamen Orcs

    Love the Warlock!
  7. Klank

    Lua [TFS 1.2] Task Party.

    We dont know what you have in your task.lua, if its compatible with this :p But should be possible with some edits
  8. Klank

    Lua Still can't find anything. [TFS-0.4]

    Share your OnDrop code. Idk, but you might be able to change the corpse container with the player backpack? PS: Im not very familiar with 0.x tfs versions. But anyway, you should share your current code.
  9. Klank

    RevScripts Upgrade scripts :/ Mana leech/hp leech

    Looks like it was made for revScript but not correctly. Also i think you have to use action with target.. if target:getId() == wandId then --perform code end Import the script with changes below in data/scripts/actions. local Upgrade = Action() function Upgrade.onUse(player, item...
  10. Klank

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    I know this is super late reply but.. In the code below rarity roll is implemented aswel as items in bag and also key's. local containerID = ChestUid.containerID local bag = nil local text = nil local textTwo = "" local addItem = 0...
  11. Klank

    NPC Multiple Shop NPC

    Cant you just make local prices values that changes with the storage value and use it with the original shop modules?
  12. Klank

    [France][10.98/Custom] Trollheim Online - no payments/free to play

    There's finally a great custom RPG server for us to play. I enjoyed BETA a lot and spent more time then i had on it, which speaks for itself. I recommend to play, it has very good content and you wont get bored. Good job @Trollheim.
  13. Klank

    TFS 1.X+ Sudden client crash TFS1.4.2/OTCV8

    Hello, I got sudden problems connecting to my server via OTCv8 client. TFS works fine, i can see that i login in tfs window, but client crashes at "login point". The problem is most likely on my own computer where im running the TFS. If my friend tries to login, it works, if i login on my...
  14. Klank

    [TFS 1.3] Advanced quest chests

    I didnt test it probably until now. You have to add the local container before the for loop inside the code, otherwise you will just get and X * times items with bags xd.. Sorry! like this : -- Give reward if player has not yet opened box -- local containerID =...
  15. Klank

    TFS 1.X+ Change name on currency for unique shop module/window

    Hello. I made a system to buy spells with storage value from shop module, but i need to change the "cost" of spells from gold to storagevalue. I do not want to change the currency of all modules, just for this particular shop window. Does anyone know how to do this or does this require source...
  16. Klank

    [TFS 1.3] Advanced quest chests

    If you guys need items to be added in a container, i.e bag or backpack, add this: Under "Item Type Reward: ----------------------------------------------------------------------------------- -- Item Type Reward --...
  17. Klank

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hmm. I didn't even edit it yet, just wanted it to work properly first.. :<
  18. Klank

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Please try to figure out how you fixed it.. xD I'm having the same issue, and i enabled it all in events.. Do i have to register the event callback somehow? Ingame i can see that the item is undentified as im getting cancel message that i cannot equip a unidentified item, but not at the item itself.
  19. Klank

    OTCv8 Error in corelib

    Hi, I have compiled the OTCv8 client, and just randomly started getting errors. On my GOD character, i probably did something ingame, but im not sure what. Suddently im getting kicked out, and the terminal report this: WARNING: attempt to destroy widget 'widget1314' two times ERROR: lua...
  20. Klank

    OTClientV8 is from now open-source project

    im struggling with this. I tried to change the boost folder to boost_system, but then it says boost version 0.0.0 and the requested boost version is to be 1.67+++. Im out of ideas now. Need help!. I tried to update the x64 vpck boost library, but it just fails. I tried to compile on x86(win32)...
Back
Top