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

    Movements - Tile

    Hm i used this script for spell for square area, and when i used spell then for 5 seconds appear tiles id 2034, and i can enter but dont exit, and it work, but is this error, and i dont understand it because i'am newbie ;p
  2. A

    Movements - Tile

    It works, but have errors and crashes
  3. A

    Movements - Tile

    Hello, i need script movements: We can enter on tile id: 2034, but you can't exit from this tile: 2034, can you help me with it? tfs 0.3.6, thanks!
  4. A

    Catch Summons [Actions] tfs 0.3.6

    Hello, i have problem, i need add more "vial" reward for catching monster assigned to: monster 1 vial id: 1680 monster 2 vial id: 1690 monster 3 vial id : 1700 etc So when we catch monster 1 then we got vial id 1680, when we catch monster 2 then got vial id 1690, can someone help me? please :)...
  5. A

    creaturescripts, kill monster storage help

    function onKill(cid, target, lastHit) if doCreatureAddHealth and getCreatureName(target):lower() == 'wolf' or getCreatureName(target):lower() == 'xxxx' and doCreatureAddHealth(target, -(getCreatureHealth(target)*(5/100))) then if getPlayerStorageValue(cid, 2000) == 124 then doPlayerAddExp(cid...
  6. A

    creaturescripts, kill monster storage help

    ok i repair this xD
  7. A

    creaturescripts, kill monster storage help

    Hello, i have a problem with one script, when i have right storage and i kill a monster it becomes a storage +1, it gives you exp but when i kill monster with a friend, it counts kill for me but not for him anymore, it works only for last hit but in script is set HP %, can anyone test or help ...
  8. A

    Script teleport creature dont work

    its works! Thanks :)
  9. A

    Script teleport creature dont work

    Hello, i have problem, i need this script, and this dont work, and dont error in console, i dont know why... can anyone help? tfs 0.3.6 local t = { -- Monster Name, Teleport To Position ["angry wolf"] = {x = 4950, y = 5392, z = 5} } function onKill(cid, target, lastHit) if...
  10. A

    Lua, creaturescripts - Broadcast when player got storage

    Hello, i need script for my ot, when player got storage: 2000, 100 then broadcast on screen: "player xxxx done quest, Congratulations!" Can anyone help me? Tfs 0.3.6
  11. A

    Wand with color damage

    Hello, how i can set color damage wand? I do not want to be e.g. COMBAT_ENERGYDAMAGE, i need something like setCombatParam(combat, COMBAT_PARAM_HITCOLOR, COLOR_YELLOW) here is script: w = { [1] = {ef = 187, sh = 41, dmg = COMBAT_ENERGYDAMAGE}, [2] = {ef = 187, sh = 41, dmg =...
  12. A

    AAC Gesior account maker, new table - characters.php

    @BUMP !! help me
  13. A

    AAC Gesior account maker, new table - characters.php

    Hello, i need add new table under level table, this table can be called: Rank, and if we have storage 4848, value = 1, then in this table on the right appear Rank: Master, or if we have storage 4847, value = 1, appear Rank: Newbie, can anyone add this? i dont understand how to add this :/ here...
  14. A

    Help with npc scripts

    Hi, i have one problem in npc scripts, can someone fix it? tfs 0.3.6 -- Collecting items and monster missions by Limos local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  15. A

    Item regenerate 10% health and mana

    i repaired this script, thanks men :D
  16. A

    Item regenerate 10% health and mana

    it isnt working :/
  17. A

    Item regenerate 10% health and mana

    Hello, i need find action script, when we use item xxxx it add 10% health and mana - like potions. And with cooldown 2 sec, can you help me?
  18. A

    NPC Script with storage time

    if you can put on this script: - when we dont have item: xxxx then npc dont teleport us and when we have item: xxxx, then remove this item from backpack and teleport, can you? because i am begginer ;/
  19. A

    NPC Script with storage time

    This script with timer can be too! :/
  20. A

    NPC Script with storage time

    0.3.6 i will put on this place nologout zone and non-pvp because i need this to create simple system xd
Back
Top