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

    MoveEvent Need Some Help With Transform

    local pos1 = {x = 836, y = 1368, z = 7, stackpos = 1} local pos2 = {x = 837, y = 1368, z = 7, stackpos = 1} local pos3 = {x = 838, y = 1368, z = 7, stackpos = 1} local pos4 = {x = 836, y = 1369, z = 7, stackpos = 1} local pos5 = {x = 837, y = 1369, z = 7, stackpos = 1} local pos6 = {x =...
  2. Blackcody

    Step In Floor Change Trap Need Help

    local pos1 = {x = 836, y = 1368, z = 7, stackpos = 1} local pos2 = {x = 837, y = 1368, z = 7, stackpos = 1} local pos3 = {x = 838, y = 1368, z = 7, stackpos = 1} local pos4 = {x = 836, y = 1369, z = 7, stackpos = 1} local pos5 = {x = 837, y = 1369, z = 7, stackpos = 1} local pos6 = {x =...
  3. Blackcody

    on use add soul help needed please

    function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerAddSoul(cid, 2)then doPlayerRemoveItem(cid, 7499, 1) return true end its not doing any thing <action itemid="7499" script="Rise Of Tibia/Weed System/Smoke.lua"/>
  4. Blackcody

    On use Transform

    local grass = {106, 103, 101} function onUse(cid, item, fromPosition, itemEx, toPosition) if itemid == 2549 then doTransformItem(grass, 804)then end return true end If The Rake Id = 2549 is used on the grass Tiles Id = {106, 103, 101} the grass tiles should transform to...
  5. Blackcody

    Traps Problem Need Help

    local pos1 = {x = 1439, y = 1496, z = 7} local pos2 = {x = 1438, y = 1496, z = 7} local pos3 = {x = 1440, y = 1496, z = 7} local id = 1511 local time = 7 local time1 = 1 function onStepIn(cid, item, pos) addEvent(doCreateItem,time1 * 1000, id,1,pos1) addEvent(doCreateItem,time1...
  6. Blackcody

    Rake Action Help

    this is the idea You Use The Rake To Go From Grass To Dirt Then you Use The Hoe To Go From Dirt To Plantable Soil Rake Id = 2549 Hoe Id = 2552 Grass Id = 106, 103, 101 Dirt Id = 804 Plantable Soil Id = 806 Seeds Id = 7732 The Rake Code That Should Transform The Grass To Dirt...
  7. Blackcody

    Scripts I Need Help With

    I Will All Ways Have Scripts Here I Need Help with Scripts That Need Some Help
  8. Blackcody

    Need Some Help With Stepin Again

    local pos1 = {x = 1653, y = 2511, z = 5, stackpos = 1} local id = 8007 function onStepIn(cid, item, position, fromPosition) if getCreatureStorage(cid, 1037) ~= 1 then doCreatureSay(cid,You Have Not Activated The Wall Yet,TALKTYPE_ORANGE_1) return false else...
  9. Blackcody

    Need Some Param Help

    function onUse(cid, item, frompos, item2, topos) local id = 3364 local time = 2 local pos = {x = 1561, y = 1568, z = 7} local pos1 = {x = 1562, y = 1568, z = 7} local pos2 = {x = 1561, y = 1568, z = 7} local pos3 = {x = 1562, y = 1568, z = 7, stackpos = 1} local pos4 = {x = 1561, y = 1568, z =...
  10. Blackcody

    Life Drain Hp To Player Spell Help

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_LIFEDRAIN) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_BATS) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, true) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -2, -10, -2, -20, 5, 5, 2, 3)...
  11. Blackcody

    OnStepIn Create item Problem

    local pos = {x = 1439, y = 1496, z = 7} local id = 1511 local time = 2 function onStepIn(cid, item, pos) doCreateItem(1511, 1, pos) addEvent(doRemoveItem,time * 1000, id,1,pos) return true end its createing the item under the player insted of on that postion
  12. Blackcody

    nvm

    delete
  13. Blackcody

    Npc Shop Dialog Help Please

    recipes = { ["steel shield"] = {skill = 0, storage = 100, price = 50, talkState = 1, sellable = true, requiredItems = {[2152] = 1, [2225] = 1}}, ["plate shield"] = {skill = 10, storage = 101, price = 100, talkState = 2, sellable = true, requiredItems = {[2152] = 2, [2225] = 2}}, ["brass...
  14. Blackcody

    need a script to set hp and mana to full on level up

    need a script to set hp and mana to full on level up the monsters are hard and players keep dieing so this is the thought if some one could help it would be great
  15. Blackcody

    help Random items

    Local Items = 1234, 4332, 5467, 6543 doPlayerAddItem(cid, items, 1) return TRUE end i wanna make it random i am adding this to a script i dont know how to make it add items randomly
  16. Blackcody

    A Spell Or Command That make you completely invisable

    ok I am Looking for a spell or command that will work for assassins so they can go completely invisable to players and monsters like a god can /ghostbut not go offline but cant be seen
  17. Blackcody

    Temple Rune Help

    function onUse(cid, item, frompos, item2, topos) local tid = cid local pos = getPlayerTown(tid) local tmp = getTownName(pos) tmp = getCreaturePosition(tid) if item.id==2314 then getTownTemplePosition(pos) then doTeleportThing(tid, pos, true) end return...
  18. Blackcody

    Item.xml Problem boots not working

    <item id="6132" article="a" name="pair of soft boots"> <attribute key="weight" value="800"/> <attribute key="slotType" value="feet"/> <attribute key="transformEquipTo" value="2640"/> <attribute key="stopduration" value="1"/> <attribute key="showduration" value="1"/> </item>...
  19. Blackcody

    I Need A One Uses Cheats

    The Chest Is To be Used Once But If The Player Uses One Of the Other 2 Chests If Will Not Allow The Player To Receive Any Other Chests This Is Chest 1 <vocation id="5" <vocation id="4" This Is Chest 2 <vocation id="3" <vocation id="6" This Is Chest 3 <vocation...
  20. Blackcody

    Server Start Up Wall Create Need Help

    function onStartup(cid, item, frompos, item2, topos) doPlayerSendTextMessage(cid, 22, "Welcome back "..getPlayerName(cid).."!") local id = 3364 local pos1 = {x = 1562, y = 1568, z = 7} local pos2 = {x = 1561, y = 1568, z = 7} addEvent(doCreateItem, id,1,pos1) addEvent(doCreateItem...
Back
Top