• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. wafuboe

    Action Herblore / Mining Skill [TFS 1.1]

    is there a way to check your current minning skill?
  2. wafuboe

    Looking double on item description onlook

    i try but it's still the same no error in console i changed what you told me on my data/stats.lua
  3. wafuboe

    Looking double on item description onlook

    no hurry i just wanted to give you more info, i totally understand if i looked kind of annoying i apologize is not my intention i appreciate your time and effort c:
  4. wafuboe

    Looking double on item description onlook

    I just recently installed this syustem to my tfs 1.3 server and by far its running ok but when i look at anything i get a double description https://otland.net/threads/tfs-1-1-ultimate-item-stat-system-elements-skills-exp-loot-and-more.229771/ Example> I made this changes in player.lua i...
  5. wafuboe

    versperoth script change

    Thank you !!!!!!!
  6. wafuboe

    errorvwith my creature.lua

    meanwhile ill check the movements that i made before the bug, ill post it here thank btw C: I did this changes player.lua event replace function Player:onLook(thing, position, distance) local description = "You see " .. thing:getDescription(distance) to function Player:onLook(thing...
  7. wafuboe

    errorvwith my creature.lua

    PLAYER.LUA https://pastebin.com/KMM7h6XZ
  8. wafuboe

    errorvwith my creature.lua

    im so sorry this whole time i was installing wrong the system. i needed to add to on data and global.lua instead of libs its working! but when i look at any object it goes x3 x2 double description Example" 10:19 You see a common royal helmet -1 (Arm:7). Imbuements: (Empty Slot, Empty Slot). It...
  9. wafuboe

    errorvwith my creature.lua

    now if rares > 0 then if STATS_SYSTEM_CONFIG.rare_popup then local spectators = Game.getSpectators(pos, false, true, 7, 7, 5, 5) for i = 1, #spectators do...
  10. wafuboe

    errorvwith my creature.lua

    now setConditionParam(stat_conditions[2]['hp'], CONDITION_PARAM_SUBID, 50) error on setConditionParam should i use condition:setParameter ????
  11. wafuboe

    errorvwith my creature.lua

    global only have 250+- lines the error comes from the lib file here it is im using tfs 1.3 stat_conditions[2]['hp'][i] = createConditionObject(CONDITION_ATTRIBUTES)
  12. wafuboe

    errorvwith my creature.lua

    Solved! Thank you! By any chance you know how to solve this??
  13. wafuboe

    errorvwith my creature.lua

    problem must be because i changed this part of the scipt function Creature:onTargetCombat(target) return stat_onTargetCombat(self, target) end imsure this part mess up but dont know how the error is on line 134 to much lines away
  14. wafuboe

    errorvwith my creature.lua

    hello well i was trying to install in my server CreatureEvent - [TFS 1.1] Ultimate item stat system (elements, skills, exp, loot and more) (https://otland.net/threads/tfs-1-1-ultimate-item-stat-system-elements-skills-exp-loot-and-more.229771/page-15) and i think i messup at the creature.lua part...
  15. wafuboe

    versperoth script change

    should i put in in creaturescript or movement im confused i just saw an identical script on movement i change it on creature script i got this error
  16. wafuboe

    versperoth script change

    thnkas for the response i got this error when killing versperoth and tp not working
  17. wafuboe

    versperoth script change

    hello i got this versperoth script that when it kills it transform its hole into a tp but the tp is not working properly, in this case to give a proper solution i would like to when you kill the miniboss transform the hole into a teleport with action id 25701. script> local teleportPosition =...
  18. wafuboe

    Action Herblore / Mining Skill [TFS 1.1]

    thanks the storage from the action script and the firstitems.lua i put was incorrect now it works but dont know why i dont receive my firstitems i place the code correctly? heres my script -- Without Rookgaard local config = { [0] = { --club, coat items = {{2510, 1}, {2480...
  19. wafuboe

    Action Herblore / Mining Skill [TFS 1.1]

    hi i have an issue, when i try to harvest it ask me to be level one also for mine i change to zero and now tells me i need skill 0 to harvest mine
  20. wafuboe

    [TFS 1.2] Change Weapon Damage 2.0

    yeah it was a problemwith my location lol script working awesome!! thanks you so much! nice modal window so clean
Back
Top