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

Search results

  1. tuduras

    [Otx2][0.3.7]You do not have enough skill - problem

    Hello, i made new character paladin. And have this problem --> any ideas what is it >? Thx
  2. tuduras

    dependence healing (with manarune)

    Hello, my 5548level DRUID has more healing than 6006 SORCERER . Can someone know what's wrong ? Post my mr scirpt: local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 100) -- time in seconds x1000 function onUse(cid, item, fromPosition...
  3. tuduras

    !frags - no frag

    hello, I don't get frag when I kill the player. ;/ Do you know , what's wrong ? ~~~~ ~~ ~SOLVED ~~~ ~~~~ -- -- add frag if player kill mc / same ip addFragToSameIp = true in config lua only change
  4. tuduras

    Critical System - no effect

    Hello I used to thread : https://otland.net/threads/dodge-system-tfs-0-3-6.250605/ I have upgraded critical stone 100/100 and have no effect on character. Do I need to compile? Used otx 2.16 based on 0.3.7
  5. tuduras

    HUNTING ROOM - problem with spawn monster

    Hello! ;] I have got the problem, when I stay on special sqm , it could spawn monster. I get it feedback 15:56 Monsters has been spawned and nothing is happening. Anyone know what's this. Here post my code with hunting room: <!-- to jest do tworzenia potworow --> <movement...
  6. tuduras

    spell based on level

    Hello, I have got one problem, Have this ue script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 53) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -2.0, -6000, -1.6, -6000) local arr = {...
  7. tuduras

    Armor all profession

    Hello, how to make shield atributte to all profession. Now I have only for Knight. EDit post
  8. tuduras

    Atributte max health percent to a transform ring

    Hello Otland, I have got transform ring . Problem is, it doesn't add maxhitpointspercent to a character when i equip ring. I don't know why. Engine: otx version 2.16. Its based on: The Forgotten Server 0.3.7. I try add <attribute key="maxhitpointspercent" value="X" /> to my ring id 2127 in...
  9. tuduras

    never ending Super Uh

    Helloo, how can I make forever super uh ? Here my script: local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) local level =...
  10. tuduras

    "Yout IP is banished!"

    I have this problem when i run console, everythink is alright. otx 2.15 codename snapshot (based on 0.3.7) Help. ;<
  11. tuduras

    add profession to chaos bangle config

    Hello Otlander, I have script chaos bangle aka transform ring. And 9,10,11,12 id of super profession. I have got also more profession 13.14.15,16 and ring doesnt work with 13,14,15,16 id of profession. How to fix it? Code of chaos bangle script: -- >> Small config section -- local...
  12. tuduras

    {error - mysql_real_query} - save after loggout ------tfs 1.2

    -----------------SOLVED------ UniServerZ\core\mysql\bin\mysqld_z.exe: <- lunch aplication
Back
Top