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

    Increase Addons default (3)

    What happens if i modify all the 3 to 999? What files i need to edit to increase the max addons ? the default is 3, I am using object builder I need edit Otclient, Server and Objectbuilder? 1680856134 In my source (TFS 1.4 by Nekiro) I have found in Server source only this mention to number 3 in...
  2. J

    Ubuntu 20.04 to Windows

    What changes i should do in source to compile Ubuntu 20.04 source in Windows ? From Ubuntu to Windows
  3. J

    Change vocation when reach skill level?

    Its possible to upgrade character vocation (change vocation) when player reach skill fist level 20 for example?
  4. J

    Paper Doll System

    Someone know how to do it? On equip a item, change player outfit?
  5. J

    a bug in my script creature.lua (OnTargetCombat)

    When I attack a monster if I have the outfit 100, it change to 101 for 3 seconds and it back to the normal outfit 100. This script is working only 1 time, to work again I need attack the monster again, how fix it? local attackOutfit = Condition(CONDITION_OUTFIT, CONDITIONID_COMBAT) local...
  6. J

    onTargetCombat wont work script

    I put this code in events/scripts/creature.lua and it wont work and don't show errors in distro local attackOutfit = Condition(CONDITION_OUTFIT, CONDITIONID_COMBAT) local outfitTable = { --Looktype/newLooktype/Seconds until newOutfit removes [100] = {newOutfit = 101, outfitInterval...
  7. J

    setTicks (NIL VALUE)

    attempt to call method 'setTicks' (a nil value) stack traceback: [C]: in function 'setTicks' I got this error in my script in TFS 1.3 local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local condition =...
  8. J

    TFS for 10.56?

    I dount found here in the forum TFS 1.3 or 1.3 for SPR 10.41 ~ 10.56
  9. J

    Authenticator TOken

    How Change or remove Authenticator Token in OTClient and TheForgottenServer 1.3 ?
  10. J

    Lua Simple TP System

    When player's summon die, teleport player to temple Someone can do it? TFS 0.3.6
  11. J

    Someone have Object builder 10.98 With Sources?

    Someone have Object builder 10.98 With Sources? I have found only the old version 0.3.3 without sources The newest version of Objcet builder is 0.4.8
  12. J

    How change OTB VERSION of TFS 1.3?

    How change OTB VERSION of TFS 1.3? What file of the source I need to edit? I want change 10.98 to 10.56
  13. J

    Object builder (Increase Outfit Animation Limit)

    How increase the Animation limit from 3 Frames to more? Like 12 frames?
  14. J

    paperdoll system (I PAY FOR IT)

    I want the paperdoll system to show the armor when equip the item...
  15. J

    Help me (SUMMON SPEED)

    In monster.cpp how config to the monster run at the same speed that the PLAYER ? "Basespeed" how put GetPlayer Speed? if(isSummon()) { health = (int32_t)(mType->health * multiplier); healthMax = (int32_t)(mType->healthMax * multiplier); } health =...
  16. J

    How change summon SQM distance

    How change summon SQM distance? From player? Is this part of the code? if (!summons.empty()) { //check if any of our summons is out of range (+/- 2 floors or 30 tiles away) std::forward_list<Creature*> despawnList; for (Creature* summon : summons) {...
  17. J

    Summon Speed

    How enable the summon run at the same speed of the player?
  18. J

    Otclient dont save settings

    The Otclient make a file without format named: otclient (Its not a folder), C:\Users\Myuser The fix is delete the files and make a folder called otclient and the settings will work fine How edit the minimap.lua to fix it automatically without making the folder? minimapWidget = nil minimapButton...
  19. J

    Change OUTFIT SPELL

    The Spell will Throw a Missile id 71 and Change the player outfit to 420 for 2 seconds Somebody can help me with this?
  20. J

    SPAWN MONSTER (Move events)

    If Player is between area (x1, y8), can spawn at random a rat: Like between a Square: ______Y X 1 2 3 ... 3 4 5 ... 6 7 8 Someone can help me with this?
Back
Top