• 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!

Recent content by Robxxxx

  1. R

    Lua Weapons.xml created new classes but somethings wrong.

    or https://www.dropbox.com/s/5jioy5gs9mvvr7s/weapons.xml?dl=0
  2. R

    Lua Weapons.xml created new classes but somethings wrong.

    https://www.dropbox.com/s/akq0fnivc15k006/weapons1.xml?dl=0
  3. R

    Lua Weapons.xml created new classes but somethings wrong.

    Hoping someone can take a gander at my weapoms.xml and tell me what i did wrong, my .exe closes to fast for me to find out what line is wrong but i can def make out weapons.xml.
  4. R

    [TFS 1.1] Outfit Bonuses

    i did, then at some point it would make everyone look invisible then crash the game if you tried to change your outfit again.
  5. R

    [TFS 1.1] Outfit Bonuses

    so no errors everything seems to be in the right place yet none of the bonuses seem to be working, would appreciate any input. function Creature:onTargetCombat(target) return stat_onTargetCombat(self, target) end function Creature:onChangeOutfit(outfit) local hp =...
  6. R

    [TFS 1.1] Outfit Bonuses

    lol thanks i stared at it for a good 20 mins and kept looking it right over
  7. R

    [TFS 1.1] Outfit Bonuses

    [Warning - Events::load] Can not load script: creature.lua data/events/scripts/creature.lua:5: '<name>' expected near 'function' >> Loading monsters >> Loading outfits >> Checking world type... PVP >> Loading map > Map size: 2048x2048. > Map loading time: 1.267 seconds. > Loaded house items in...
  8. R

    TFS 1.1/1.2 10.76 Modal Window Addon and Mount Doll

    function onLogin(player) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. " Please choose your outfit." player:sendOutfitWindow() else if loginStr ~= "" then...
  9. R

    TFS 1.1/1.2 10.76 Modal Window Addon and Mount Doll

    is there a specific way it needs to be entered i cant seem to it it to work, i keep getting unexpected error near "modalMD'
  10. R

    TFS 1.1/1.2 10.76 Modal Window Addon and Mount Doll

    Has the exploit been fixed and where do i place 'modalAD', 'modalMD' ?
  11. R

    Solved [Help] I cannot get quests to work.

    Just figured it out lol i was having a total brain malfunction lol.
  12. R

    Solved [Help] I cannot get quests to work.

    so what do i change here to pick only one? im not sure which uniqe id im supposed to change. <action actionid="2001" script="reward.lua"/> function onUse(player, item, fromPosition, target, toPosition, isHotkey) local chest = Container(item.uid) if not chest then return true...
  13. R

    Solved [Help] I cannot get quests to work.

    so that keeps them from picking more then 1?
  14. R

    Solved [Help] I cannot get quests to work.

    tfs 1.1, tibia client 10.77, map 9.60
Back
Top