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

    Help stamina training online

    Lua Script Error: [Event Interface] data/events/scripts/creature.lua:Creature@onTargetCombat data/events/scripts/creature.lua:88: attempt to index local 'self' (a nil value) stack traceback: [C]: in function '__index' data/events/scripts/creature.lua:88: in function...
  2. robertorb12

    Help stamina training online

    [Warning - Events::load] Can not load script: creature.lua data/events/scripts/creature.lua:153: <eof> expected near 'end' there is my creature.lua; __picif = {} function Creature:onChangeOutfit(outfit) return true end function Creature:onAreaCombat(tile, isAggressive) return true end...
  3. robertorb12

    Help stamina training online

    I already tried it but I don't understand how this part should go: --in the function-- Creature:onTargetCombat(target) --under the last return true-- if self:isPlayer() then if target and target:getName() == staminaBonus.target then local name = self:getName()...
  4. robertorb12

    Help stamina training online

    Hello, i want to implement that when attacking a monster (in this case training monk) give 1 min of stamina every 3 minutes hitting him Can somebody help me? 👍
  5. robertorb12

    help with Drowning condition

    nope dont work 😓 grounds id for drowning are: 5407 to 5409
  6. robertorb12

    help with tutor group

    Hi guys, I need help with the tutor. They can't give you sio and have access to ctrl + arrows. I would like to remove the access to ctrl + arrows and if they can give you yes, it also gives you a gm outfit and I want to remove it there's my code: <group id="2" name="Tutor"...
  7. robertorb12

    help with Drowning condition

    What I can do? 1582178204 BUMP
  8. robertorb12

    help with Drowning condition

    Lua Script Error: [MoveEvents Interface] data/movements/scripts/others/drowning.lua:onStepOut data/movements/scripts/others/drowning.lua:17: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index' data/movements/scripts/others/drowning.lua:17...
  9. robertorb12

    help with Drowning condition

    still the same, when leaving the water continues with the drowning effect
  10. robertorb12

    help with Drowning condition

    still same 1582070190 how could i solve that ?
  11. robertorb12

    help with Drowning condition

    <!-- Swimming --> <movevent event="StepIn" fromid="4620" toid="4625" script="others/swimming.lua" /> <movevent event="StepOut" fromid="4620" toid="4625" script="others/swimming.lua" /> <movevent event="StepIn" fromid="5406" toid="5410" script="others/drowning.lua"/> <movevent...
  12. robertorb12

    help with Drowning condition

    the drowning effect never disappears, need to log out to remove im using tfs 1.3 i use this script: Drowning.lua in movements local condition = Condition(CONDITION_DROWN) condition:setParameter(CONDITION_PARAM_PERIODICDAMAGE, -20) condition:setParameter(CONDITION_PARAM_TICKS, -1)...
  13. robertorb12

    help reset all skills mysql

    hi, I need help. I would like to return all players to the skills that come when the character is created I think it's 10 and ml 0 can u help me please?
  14. robertorb12

    Help to clean houses mysql

    Hello, i delete the accounts of my server, to make reset but in the houses they were all their items, their aleta sio etc. How can I delete that from mysql? At the door he says he has no owner due to delete the players and account help please :D
  15. robertorb12

    weapons with elemental damage hit little with spell [TFS 1.3]

    Yes, it is as you say. elemental damage does extra damage . That configuration you sent for what it is?
  16. robertorb12

    weapons with elemental damage hit little with spell [TFS 1.3]

    I already checked it well, if it worked only now that it hits more than it should, I tested it with "cobra axe" a total charge atk:52 between physical and elementary its hit was 1500 with exori gran and with umbral master axe atk:54 its hit was 1000
  17. robertorb12

    weapons with elemental damage hit little with spell [TFS 1.3]

    I put it that way but it's still the same, don't throw me bug on the console function onGetFormulaValues(player, skill, attack, factor) local weapon = player:getSlotItem(CONST_SLOT_LEFT).itemid local eledmg = ItemType(weapon):getElementDamage() ~= nil and...
  18. robertorb12

    weapons with elemental damage hit little with spell [TFS 1.3]

    i change it and the attack remains the same bro :s
  19. robertorb12

    weapons with elemental damage hit little with spell [TFS 1.3]

    Hi everyone, I have a little problem with knight spells or weapons. if I do a knight spell (anyone) and I have an ax cobra, cobra ax (Atk: 8 physical + 44 ice, Def: 29 +2, ax fighting +2), falcon battleaxe, etc. anyone who has little physical attack and a lot of elementary the damage done by...
  20. robertorb12

    HELP on my oberon lever .

    hmmm.. and how can I make oberon disappear ? 1580372726 right now it disappears every 10 minutes
Back
Top