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

    !bless

    OMG Can't you read? How old are you? 7..?
  2. wesoly136

    !bless

    function onSay(cid, words, param) local fail = 0 if getPlayerLevel(cid) < 31 then cost = 2000 else cost = ((getPlayerLevel(cid) - 30) * 200) + 2000 end if cost > 20000 then cost = 20000 end...
  3. wesoly136

    [Request] Change voc with item

    OMG... And you want to make server? :/
  4. wesoly136

    [MOVEEVENT] Experience ring crashing the server

    what do you want ? Working ring? local percent = 100 local rate = 1 + (percent / 100) local effect = math.random(28) function onEquip(cid, item, slot) playerpos = getPlayerPosition(cid) if(item.itemid ~= 2166) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Your exp...
  5. wesoly136

    [0.3.6] Marriage system

    Ok, I use these scripts, maybe you copy wrong scripts from there :S functions.lua function getPlayerMarriage(player) local rows = db.getResult("SELECT `marriage` FROM `players` WHERE `id` = " .. player .. ";") local marry = rows:getDataInt("marriage") if marry ~= 0 then return marry...
  6. wesoly136

    Need script easy!

    Delete line doTransformItem(item.uid, item.itemid + 1)
  7. wesoly136

    [0.3.6] Marriage system

    ... Say me for what I may rep you? You copied solution from few posts higher and wants to be rep = noob...
  8. wesoly136

    dont drop backpack when die

    Up Fail.. He wants the corpse to appear
  9. wesoly136

    [0.3.6] Marriage system

    Works for me ... Use this for 0.3.4 :P
  10. wesoly136

    [0.3.6] Marriage system

    It is exactly the same thread -,-
  11. wesoly136

    [0.3.6] Marriage system

    WORKS, Thanks :DDD Repped
  12. wesoly136

    Enter to teleport withd uid rep++

    So you have step on x tile to get access to a portal? Two simple movements :P
  13. wesoly136

    Small Script !

    It should remove the stalagmites(stones) near dog and character in mage outfit ? :P
  14. wesoly136

    If too much money then many problems :/

    I know :/
  15. wesoly136

    If too much money then many problems :/

    I now what you mean - to use 'get' for my money as an item not money, but what with npc? :S I thought about creaturescript onThink that when player has more then xx new coins it will be send to his depot :P EDIT I'm not sure if I compiled server right, but I made frags time together with...
  16. wesoly136

    If too much money then many problems :/

    REFRESH If you are not sure about your solution idea also post it here please :D
  17. wesoly136

    [TFS 0.3.6] My own quest system script

    Cyko I thought so... :P Anyway.. Solved Thanks :D
Back
Top