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

  1. Q

    Lua npc question

    I'm doing it that way - make npc say /s <npcname> - if he has the access, the command should work and spawn the npc that you want - no idea if it will work on your server, but give it a try!
  2. Q

    Windows help me error mysql

    Learn english first lol it's surprising that some people can't do a simple google search, yet they write here
  3. Q

    Windows Can somebody explain this crashlog?

    Longest answer ever ... maybe explain?
  4. Q

    Windows Can somebody explain this crashlog?

    http://pastebin.com/FRZSHbcH Is it possible to get the line number and file name that caused the crash? If yes, how?
  5. Q

    Solved Problem with doRemoveItem

    You can mark the thread yourself as solved
  6. Q

    help with spell

    I just love people with terrible english with 0 knowledge of lua that come here and expect people to do everything for them xD How the fk do they expect to have an OTS if they can't even understand the errors in goddamn console? lol
  7. Q

    Lua Vocation Check in spells possible? TFS 1.2

    if creature:getVocation():getId() ~= 9 then return combat:execute(creature, var) elseif creature:getVocation():getId() == 9 then return combat2:execute(creature, var) end can be reduced to if creature:getVocation():getId() ~= 9 then return combat:execute(creature, var) else return...
  8. Q

    Lua Manarune

    And did you forget basic math as well? How percents work and stuff? ...
  9. Q

    Lua Manarune

    So keep playing till you learn lua :)
  10. Q

    Lua Manarune

    " I don't have time to learn lua" So how the hell do you want to create your server? Do you think that people will do stuff for you for free because you "don't have time to learn lua"? lol " but none of them work in percentages " - it wouldn't even be about lua, but about simple math ...
  11. Q

    Lua Health/Mana .cpp not working

    "Hi I have tfs 0.3.6 and I want to make my health/mana bar with .cpp (my databack does not have .cpp sources)" For me this is the proof that compiling a server is beyond you, I didn't even understand what you wanted to achieve. I'd suggest trying to add more details because now it's just garbage
  12. Q

    Lua Manarune

    This script and a manarune is like wanting a chair to become a car xD "how do I fix this?" you don't fix it, it's nowhere close to a manarune. I'd suggest learning the basics of lua first and I'm sure there are tons of manarune scripts available, don't be lazy
  13. Q

    Spell Help

    what a monstrosity lol "-- SpellCreator generated." - now I know why I've never used them xD
  14. Q

    Lua Vocation Check in spells possible? TFS 1.2

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE) combat:setArea(createCombatArea(AREA_CROSS1X1)) local combat2 = Combat()...
  15. Q

    Windows 7.92 XML Evolution - problems with logging in

    I say it's an attack, because a guy has told me 'look, I will make it so people can't log on your server' and he did it few minutes later - I'm just wondering what he did and how to protect against it
Back
Top