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

    make it do damage.

    Hello! my spell don't do any damage, don't know why, no errors: local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 6) local combat2 = createCombatObject() setCombatParam(combat2, COMBAT_PARAM_TYPE...
  2. zxzxzx

    Rekonstrukcja spella ;s

    Witam! czy byłby ktoś w stanie zrekonstruować tego spella? w zasadzie to już prawie go odtworzyłem lecz mam problem z effektem dystansowym, nie potrafię go dodać tak by działał razem z setCombatParam(combat[i], COMBAT_PARAM_EFFECT, 6) czy ktoś obeznany w czarach jest w stanie pomóc? spell...
  3. zxzxzx

    Help me with some spell :)!

    Hello! I just need to add different "arr" in this spell for third effect, how to make it work? the spell local combatConfig = { [0] = {type = COMBAT_PHYSICALDAMAGE, effect = CONST_ME_POFF, distanceEffect = CONST_ANI_THROWINGSTAR}, [1] = {type = COMBAT_PHYSICALDAMAGE, effect =...
  4. zxzxzx

    tfs 1.2+ How to change healing colour?

    Hello! I want to change healing colour, in spells with this - TALKTYPE_ORANGE_1) to purple or else, how can I do this? I've be looking in the forum, find this: Feature - Healing Text Color but tfs 1.2+ source code is different.. Help ++
  5. zxzxzx

    full monsterpack tfs 10.90-10.98 and up

    Is there somewhere monsterpack with new monsters like "hellflayer, ogree brute, etc? I can't find them on the forum, just this post https://otland.net/threads/updated-new-monster-10-95.244394/ but there is only 10.95.
  6. zxzxzx

    Svarground Arena tfs 1.2

    Hello! In my script from tfs 10.90 1.2 I have this error from arena door.lua : 2 attempt to idex global 'storage' (a nil value) CJ in function '__index' lua2 in main chunk how to make this works? code: local storages = { [26100] = Storage.SvargrondArena.Greenhorn, [27100] =...
  7. zxzxzx

    item change script on tfs 1.2+

    Hello! I have script which change item 2191 to item 8921 when I use item id 10305 and then items id 2191 and 10305 remove - this is ok but when I use item 10305 on the ground (not backpack) item 10305 not remove and this is the problem.. Help me to make item 10305 remove when it is on the...
  8. zxzxzx

    Double Exp item conflict with config.lua and exp stage!

    Hello! I have problem with my double experience item - I edited oryginal player.lua script from events and add: function Player:onDoubleExperience(source, exp, rawExp) local thing = self:getStorageValue(80000) if thing > os.time() then return exp * 2.0 end return exp end...
  9. zxzxzx

    Annihilator bug. tfs 1.2

    Hello! I have this annihilator script - i don't know why the script not working, when I try to use the lever the console show this lines: (acti0n interface) on use attempt to index a nil value/ lua33 in function/ lua 28 code: local config = { requiredLevel = 1, daily = false...
  10. zxzxzx

    DHQ for 1.2

    Hello! I have errors when using this dhq on tfs 1.2+ how to solve it? errors: Argument #3 is unsafe function addevent (lua 27, lua 18) main interface (lua 57, lua 52) (attempt to index local "lever" (a number value) the code: local pinkstonepos1 = {x=32670, y=32806, z=8, stackpos=1} --...
  11. zxzxzx

    Amulet of Life for tfs 1.2

    Hello! I need amulet of life script (when player die he don't loose items, skills, level, amulet teleport player to temple when he die, amulet have 1 charge left.
  12. zxzxzx

    New drinkable item!

    Hello! I want to make item id: 18305 drinkable and then change it to item id 3942. how to make it? tfs 1.2 help rep++
  13. zxzxzx

    another Light item!

    Hello! I need to make item id: 21699 to light like magic light wand - how can I make it?
  14. zxzxzx

    Full HP/MANA potion (1 charge)

    Hello! I need full hp/mana potion with only 1 charge, the potion ID must be 12328 and when I use it the potion should disappear. Thanks for help++
  15. zxzxzx

    Item which gives levels

    Hello! I'm need simple script item which gives me levels: etc I have 100 level and use item id X which gives me 5 levels and I have 105 level but player can only use 1 level up item of this ID. Thanks for help ++!
  16. zxzxzx

    Edit npc script! help :)

    Hello! I have this npc script, the script sell ring for item id: 2258 and its be fine but my ring must have 100 charges left but when I buy it the ring have only 1 charge left... please edit my script and make 100 charges for the ring. the code: local keywordHandler = KeywordHandler:new() local...
  17. zxzxzx

    Remove rune (teleport item)

    Hello! I need to remove item when I use it the script: local newPos = { x = 955, y = 1008, z = 3 } local delayInSeconds = 1800 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_POFF) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE...
  18. zxzxzx

    Special manarune for paladins

    Hello! I need manarune script that gives mana AND HP based on calculate method like this one: " template = {min = (((playerinfo.level * 4) + (playerinfo.mlevel * 10)) + 0.0) , max =(((playerinfo.level * 5) + (playerinfo.mlevel * 10)) + 0.0)}," and this manarune needs to be use only for...
  19. zxzxzx

    Specjalna manaruna dla paladyna.

    Witam! Poszukuję manaruny dla paladyna która będzie dawać mane I HP oraz będzie się obierać na metodzie wyliczeniowej jak przykład poniżej: " template = {min = (((playerinfo.level * 4) + (playerinfo.mlevel * 10)) + 0.0) , max =(((playerinfo.level * 5) + (playerinfo.mlevel * 10)) + 0.0)},"...
  20. zxzxzx

    Special Paladins Manarune!

    Hello! I need manarune script that gives mana AND HP based on calculate method like this one: " template = {min = (((playerinfo.level * 4) + (playerinfo.mlevel * 10)) + 0.0) , max =(((playerinfo.level * 5) + (playerinfo.mlevel * 10)) + 0.0)}," and this manarune needs to be use only for...
Back
Top