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

    Door max level 20 enter!

    data/actions/scripts/door/leveldoor.lua:2: attempt to call global `getPlayerLevel' (a nil value)
  2. gianflogao

    Door max level 20 enter!

    gave error in function "getPlayerLevel" :/
  3. gianflogao

    Door max level 20 enter!

    hi guys I need a door script (action) that only 20- (less) can access. Base: Yurots 0.9.4f Help-me Please!
  4. gianflogao

    Lua yurots 0.9.4d - HOTA action

    function onUse(cid, item, frompos, item2, topos) piece1pos = {x=1027, y=1011, z=5, stackpos=2} -- Big Ruby piece2pos = {x=1028, y=1011, z=5, stackpos=2} -- Big Emerald piece3pos = {x=1029, y=1011, z=5, stackpos=2} -- Blessed Shield piece4pos = {x=1027, y=1014, z=5, stackpos=2} -- Violet Gem...
  5. gianflogao

    Lua yurots 0.9.4d - HOTA action

    function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = { bigruby = { x = 1027, y = 1011, z = 5, stackpos = 2 }, -- Big Ruby bigemerald = { x = 1028, y = 1011, z = 5, stackpos = 2 }, -- Big Emerald blesssed = { x = 1029, y = 1011, z = 5, stackpos = 2...
  6. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    @53701688 Working... function onUse(cid, item, frompos, item2, topos) piece1pos = {x=1027, y=1015, z=6, stackpos=1} rockpos = {x=1027, y=1015, z=6, stackpos=1} getpiece1 = getThingfromPos(piece1pos) if item.uid == 7050 and item.itemid == 1945 then doCreateItem(1355,1,rockpos)...
  7. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    actions.xml <action actionid="1234" script="levers/leverdepot.lua" /> scripts/levers/leverdepot.lua function onUse(cid, item, frompos, item2, topos) stone_pos = {x=1027, y=1015, z=6} stone = getThingfromPos(stone_pos) if item.actionid == 1234 and item.itemid == 1945 then...
  8. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    Nor is there any mistake in the distro.
  9. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    sorry bro, function onUse(cid, item, frompos, item2, topos) stone_pos = {x=1027, y=1015, z=6} stone = getThingfromPos(stone_pos) if item.actionid == 1234 and item.itemid == 1945 then doCreateItem(1304, 1, stone_pos) until this part the script works, after that the "lever"...
  10. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    not work... What can it be?
  11. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    elseif item.actionid == 1234 and item.itemid == 1946 and stone.itemid > 0 then doRemoveItem(stone.uid, stone.type) that part of code does not work; function onUse(cid, item, frompos, item2, topos) stone_pos = {x=1027, y=1015, z=6} stone = getThingfromPos(stone_pos) if...
  12. gianflogao

    Pox monster 7.6

    OK broo, thanks... i send msg!
  13. gianflogao

    Lua YurOTS 0.9.4d 7.6 - Lever - Switch

    Thanks, i go test :D
  14. gianflogao

    Pox monster 7.6

    YurOTS 0.9.4f
  15. gianflogao

    Pox monster 7.6

    Solved <attack type="poison_melee" maxdamage="20" probability="100" maxhits="40" maxhitsdamage="20"/>
  16. gianflogao

    Pox monster 7.6

    not work
  17. gianflogao

    Pox monster 7.6

    Thanks! POX - Scorpion -25 -25 -25 that!
  18. gianflogao

    Pox monster 7.6

    Nobody?
Back
Top