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

    Solved Ring of Ending Argument #3 is unsafe

    Ty, no errors in console. But text is still displaying 3 times. Maybe you know why?
  2. Majster12

    Solved Ring of Ending Argument #3 is unsafe

    Ty for reply, but nothing changed. <!-- Ring of Ending --> <movevent event="Equip" itemid="22543" slot="ring" function="onEquipItem" script="roe.lua"/> <movevent event="DeEquip" itemid="22543" slot="ring" function="onDeEquipItem"/>
  3. Majster12

    Solved Ring of Ending Argument #3 is unsafe

    function onEquip(cid, item, slot) local messages = { {m = "The ring feels quite heavy now. Nothing else happens.", e = CONST_ME_MAGIC_GREEN}, {m = "The ring feels even heavier. You feel slightly stronger, however.", e = CONST_ME_MAGIC_GREEN}, {m = "You feel better, more energetic than ever...
  4. Majster12

    [Need a fix] (internalGetPlayerInfo) Player not found when requesting player info #18

    Script: <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Skull System" version="1.0" author="Vomar" contact="massa-war.com" enabled="yes"> <config name="SkullC_func"><![CDATA[ function setSkullColor(cid) local t = { [{5,19}] = 1, [{20,39}] = 2, [{40,59}] = 3, [{60,99}] = 4...
  5. Majster12

    [Germany][8.60] Massa-War - 12.08.2014 17:00

    Server online 24h/7
  6. Majster12

    [Germany][8.60] Massa-War - 12.08.2014 17:00

    Start 12.8.2014r 5:00 PM (GMT+2). Timer on website. Welcome. Website:massa-war.com ~Hosted in Germany. Protocol: 8.6 Port: 7171 Server Info: massa-war.com to make account Very, very custom detailed balanced OT. ~Map Info: Our map is the best map on the war servers. *Features! ~Offline...
  7. Majster12

    Linux Error MOD / Skull System Linux

    bump
  8. Majster12

    Compiling Need Little Help with c++

    delete
  9. Majster12

    Compiling Need Little Help with c++

    delete
  10. Majster12

    Solved Vocation Base protection from Fire or Psyhical.

    How to make protection from physical for several vocations? Ex. Knight has 5% psychic resistance and if i shoot from exori con he will lose 95hp instead of 100. Changing that in Spells will be embarrassing because I have a lot of professions and a lot of spells. Solved...
  11. Majster12

    Lua Storages MaxMana MaxHp

    I edited this script and all working fine :D If you want to see final script, tell me :)
  12. Majster12

    Feature [8.54]Vocation - interval effect system.

    Not Working! Tfs 0.3.6 When i want to login server crashed.
  13. Majster12

    Lua Storages MaxMana MaxHp

    Syryniss can you help me with modifying transform script to revert script?
  14. Majster12

    Lua Storages MaxMana MaxHp

    Every transform need vocation. :) <vocation id="1" name="Goku" description="a saiyan" needpremium="0" gaincap="70" gainhp="160" gainmana="165" gainhpticks="3.5" gainhpamount="0" gainmanaticks="3" gainmanaamount="0" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120"...
  15. Majster12

    Lua Storages MaxMana MaxHp

    local reb = getPlayerStorageValue(cid, 95657) if getPlayerStorageValue(cid,30023) == 4 then setCreatureMaxHealth(cid, getPlayerLevel(cid)*getVocationInfo(getPlayerVocation(cid)).healthGain+reb*getVocationInfo(getPlayerVocation(cid)).healthGain) setCreatureMaxMana(cid...
Back
Top