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

    any otserver online with the new utamo's features?

    hi ezodus hasnt the new utamo feature bump!!
  2. miguelshta

    any otserver online with the new utamo's features?

    is there any ot updated with this new spells features?
  3. miguelshta

    RevScripts help converting this movements: to revscripts

    Script 1.- actionid: 45000 local conditionRed = Condition(CONDITION_OUTFIT) conditionRed:setTicks(120 * 60 * 1000) conditionRed:setOutfit({lookType = 465, lookHead = 94, lookBody = 94, lookLegs = 94, lookFeet = 94}) local conditionBlack = Condition(CONDITION_OUTFIT) conditionBlack:setTicks(120...
  4. miguelshta

    Keep one, drop one

    pretty woman
  5. miguelshta

    [TFS 1.X] Flash Client + ACC Maker (Dev Environment)

    im talking about the tfs 1.3 10.79 exe
  6. miguelshta

    [TFS 1.X] Flash Client + ACC Maker (Dev Environment)

    leo cna you share the compiled exe? i want to try it
  7. miguelshta

    TFS 1.X+ help kill top level gain special item

    maybe adding a daily cooldown would bee good
  8. miguelshta

    TFS 1.X+ help kill top level gain special item

    can someone help me with a script thats if someone kills top level gain 10x orshabal brains or something like this?
  9. miguelshta

    Programmer TFS 1.x Programming Services

    nekiro how much for the new paladin challenge spell?
  10. miguelshta

    Gesior OTBR Bot Detected

    same here did u fix it?
  11. miguelshta

    CreatureEvent Stamina Training Monk [0.4 / 0.3.7]

    thats very good how can i make work for tfs 1.3?
  12. miguelshta

    TalkAction Now Script removeskull

    it removes skulls but no frags? so 1 frag more and then red skull again? a good idea is removing frags too
  13. miguelshta

    Bounac 12.40

    got alot of stone walls on map what i can do?
  14. miguelshta

    Spell [TFS 1.X] Animated Spells (Dynamic vs Static)

    leo i liked the purple emote spells how i can do this?
  15. miguelshta

    Lua help online guild bonus exp

    @Shadow_ i have another problem when player logouts the storage is still in in and if he logs in again without requiered members online he has the storage still active
  16. miguelshta

    Lua help online guild bonus exp

    worked good but my exp is less function Player:onGainExperience(source, exp, rawExp) if not source or source:isPlayer() then return exp end if self:getStorageValue(1577534) == 1 then exp = exp * 0.95 end maybe adding exp + base exp? how will be
  17. miguelshta

    Lua help online guild bonus exp

    still no errors but no changes on experience
  18. miguelshta

    Lua help online guild bonus exp

    i put like this function Player:onGainExperience(source, exp, rawExp) if not source or source:isPlayer() then return exp end if source:getStorageValue(1577534) == 1 then exp = exp * 0.95 end but still no changes on experience
Back
Top