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

  1. J

    Solved Exp

    Thanks. :)
  2. J

    Solved Exp

    Hi. Is it possible to know how much exp I need for 10k lvl? I saw exp calculator on web but it's telling wrong numbers. :C See ya.
  3. J

    Lua Profession

    Thank You very much. :) edit: One more question. How to change profession which be after promotion? I've tried sth and: 19:58 You see yourself. You are a . [13/01/2013 19:58:48] [Warning - Vocations::getVocation] Vocation 4294967295 not found.
  4. J

    Lua Profession

    Hey. I've got a problem with script. I wrote this: if (getPlayerVocation(cid) == 4) and (getPlayerStorageValue(cid,1020) == 14) then doPlayerSetVocation(cid,12) end And there's a problem. When I log on it works but when i log off and log on again there's again vocation 4. I don't know why...
  5. J

    Lua Problem with script

    Hello. Can anybody tell me what is wrong with that small script? if (getPlayerVocation(cid) == 4) then if (getReborns(cid) == 7) then doPlayerSetVocation(cid,12) end end After reborn vocation is still the same. I could do something but TFS 0.3.6 don't show any error. See ya.
  6. J

    Solved Spell duration

    It's working. THANKS
  7. J

    Solved Spell duration

    Welcome again. I need help with my spell. Ive got a trap spell but i don't know how to change duration of trap. Here is code: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_EARTH) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1499)...
  8. J

    Problem with description

    Is there other way to change desc? These methods don't work. ;c
  9. J

    Problem with description

    Hello. Is it possible to change description when i look on yourself? Im working on tf 0.3.6. I know how to change other players descriptions but I can't handle with my description. Greetings.
Back
Top