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

    TFS 1.X+ Custom UH

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) local level = player:getLevel() local magLevel = player:getMagicLevel() local min = (level * 1.5) + (magLevel * 8) - 50 local max = (level * 2.5) + (magLevel * 10) player:addhealth(math.random(min, max))...
  2. Sp0tl3ss

    Programmer TFS 1.x Programming Services

    Hello i would like to request 3 runes if you have the time: Mage Rune (Sorc/druid) Gives mana based on level and magic level. Paladin rune Gives hp and mana depending on level and distance fighting. knight rune Gives Hp based on level and higest fighting skill.
  3. Sp0tl3ss

    Hire Me, I'll tackle your jobs - Almost Anything Small/Huge- Any TFS Version - xKrazyx Job Thread

    Hello i have an issue with "vial of lifefluid" on my tfs 1.2 (client 8.0), i can use it by manualy using it on myself but it cant be used with hotkeys, manafluid (same scripts) works fine with hotkey's do you have any ideas or time to help? :) TFS 1.X+ - Cant Use Potion on hotkey. (my support...
  4. Sp0tl3ss

    TFS 1.X+ Cant Use Potion on hotkey.

    Bump, May it be in the source codes?
  5. Sp0tl3ss

    TFS 1.X+ Cant Use Potion on hotkey.

    local drunk = Condition(CONDITION_DRUNK) drunk:setParameter(CONDITION_PARAM_TICKS, 60000) local poison = Condition(CONDITION_POISON) poison:setParameter(CONDITION_PARAM_DELAYED, true) poison:setParameter(CONDITION_PARAM_MINVALUE, -50) poison:setParameter(CONDITION_PARAM_MAXVALUE, -120)...
  6. Sp0tl3ss

    TFS 1.X+ Cant Use Potion on hotkey.

    BUMP
  7. Sp0tl3ss

    TFS 1.X+ Cant Use Potion on hotkey.

    hello i have a problem with "vial of life fluid" i can right click it and heal myself but i cannot bind it to a hotkey for some reason, Vial of manafluid however works, they both contains the same scripts. its an 8.0 server using tfs 1.2 distro [8.0][TFS 1.x] Realera - Real Map Screen capture...
  8. Sp0tl3ss

    Looking for 7.9-8.1 (preferebly 8.0) monsters

    yeah im using this pack but the files is 8.6+ downgrades so it contains Function_curse wich isnt working for the distro :(
  9. Sp0tl3ss

    Looking for 7.9-8.1 (preferebly 8.0) monsters

    Hello im looking for a monster file for 8.0 for a real map
  10. Sp0tl3ss

    Setup oldschool server 8.0

    [8.0][TFS 1.x] Realera - Real Map
  11. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    nah it just adds a bag to depot for some reason removed it now it works thanks for youre time! :D
  12. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    i just want to enter the game :D, from what in understand this code it used for first login (i belive this is why the sample ones work) to set outfit the chest code i dont rly understand i think it adds a locker to depot chest or simular :D EDIT: feel free to add my discord "spotless#3377"
  13. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    Hello so i can login using "rook sample" etc but the chars i create still makes errors " Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/login.lua:onLogin data/creaturescripts/scripts/login.lua:14: attempt to index a boolean value stack traceback: [C]: in...
  14. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    i have not writhen these files :D but its fixed now thanks to you! :D
  15. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    this indeed fixed my errors i got trying to login but it still wont let me connect to the game Edit: i can login with the sample chars so its some other problem now, huge thanks for youre time and support and i hope you have an amazing day sir!
  16. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    still the same error.. " Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/login.lua:onLogin data/creaturescripts/scripts/login.lua:16: attempt to index a boolean value stack traceback: [C]: in function '__index' data/creaturescripts/scripts/login.lua:16...
  17. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    i changed the code to the one you posted got this error now the town ids are fine i swaped LOOK FOR THE DEPOT ID to the id of the depot. Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/login.lua:eek:nLogin data/creaturescripts/scripts/login.lua:16: attempt to index a...
  18. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    So replace "player:getDepotLocker(townIds):addItem(1987, 1)" with "player:getDepotChest(depotId[, autoCreate = false])"? local events = { 'PlayerDeath', 'LevelSave', 'SvargrondArenaKill', 'DropLoot' } local townIds = {1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12} function...
  19. Sp0tl3ss

    TFS 1.X+ Login Lua Script Error

    Admin has logged in. Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/login.lua:onLogin data/creaturescripts/scripts/login.lua:16: attempt to call method 'getDepotLocker' (a nil value) stack traceback: [C]: in function 'getDepotLocker'...
  20. Sp0tl3ss

    [7.4][OTX] RLMAP 100%, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp ...

    where can or shuld i find this file? Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'libxml/xmlmemory.h': No such file or directory TheOTXServer e:\7.4\otserv\sources\otpch.h 29
Back
Top