• 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

    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...
  2. tuduras

    spell based on level

    Gesior my God ;p Really good. It works!
  3. 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 = {...
  4. tuduras

    Atributte max health percent to a transform ring

    @up 3aola1 problem is that way, I have got ARMOR and SHIELD that MaxHitpointpercent works. Only ring doesn't work. :/
  5. tuduras

    Armor all profession

    thx really good thx /close
  6. tuduras

    Armor all profession

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

    Atributte max health percent to a transform ring

    still doesnt work. Maybe somethink in code 1737385336 I have shield with this atributte : <attribute key="maxManaPointsPercent" value="122"/> <attribute key="maxHitPointsPercent" value="122"/> and work perfectly. In ring doesnt work. any solution ? Thanks
  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

    @up engine tfs 0.3.7 . better ---> otx version snapshot 2.15 @edit Solved, Close // 3alola1 best answer
  10. 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 =...
  11. tuduras

    "Yout IP is banished!"

    I restart server , next step i Log in and crashed THis error . your ip is banished. 1737040913 SOLVED i change TYpe in php/myadmin in Bans /close
  12. 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. ;<
  13. tuduras

    add profession to chaos bangle config

    solved / close thread
  14. 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...
  15. tuduras

    [8.6] TFS 0.4 Data Pack Memsoria.pl

    hello, how to fix monster killed counter from Tasks. NPC give task but counter not works.
  16. tuduras

    Increase Spell Damage

    Hello Larry Here, how to convert to 0.x ((((((((0.4)))))))) doSendAnimatedText(getCreaturePosition(cid), "+"damage/0.x, 18) to followed spell: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT...
  17. tuduras

    Feature [TFS 1.3] Monster Levels

    It is possible to rewrite Code line player.cpp ---->> g_events->eventPlayerOnGainExperience(this, source, exp, rawExp); if (exp == 0) { return; } including ----->> if source:isMonster() and source:getLevel() > 0 then exp = (((exp *...
  18. tuduras

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    forgottenserver.s3db reads SQLite Manager from Desktop. Is not to website aplication. forgottenserver.sql is called mysql.sql in main folder.
  19. tuduras

    AAC Login in otx 4

    hello 1)Try to Hide (delete) login.lua ----->C:\Users\De Rzinksten\Desktop\forgottenserver-master\data\creaturescripts\scripts 2)Be sure You have installed Uniform on the other partition than XAMP
  20. tuduras

    CreatureEvent Increase player damage on rebirth!

    How to add this code? Data >Creaturescript ??
Back
Top