• 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!

Recent content by marcryzius

  1. marcryzius

    Action deleted thread

    very nice and good script
  2. marcryzius

    TalkAction Reset system by stages

    yes tested only tfs 0.3.3
  3. marcryzius

    TalkAction Reset system by stages

    just an adaptation of my old system "reset" now included the use of "stages". --[[( Marcryzius D'evil )]]-- function onSay(cid, words, param) local C ={ level = 8, -- LVL need to first reset. RemainingLvl = 8, --LVL that will remain after reset. pid = getPlayerGUID(cid), -- not fuse. stages...
  4. marcryzius

    TalkAction Reset System

    proved Pastey.net - www.lua paste bin
  5. marcryzius

    TalkAction Reset System

    where's my credits?
  6. marcryzius

    TalkAction [v1.0] Addon System(s)

    good script. this: to: not necessary use the storages.
  7. marcryzius

    Action Da F**king best quest system ever

    simples system of quest. very nice.
  8. marcryzius

    Action Doors system.

    With this script to use a key in the door it will open and will be possible to open and close the door until it is locked with the key again. replace your doors.lua by this script: function checkStackpos(pos,POS) local new_pos = (pos == nil) and POS or pos new_pos.stackpos = 255 local...
  9. marcryzius

    Close This Thread

    test this: http://otland.net/f81/small-script-anihilator-quest-68831/
  10. marcryzius

    profission woodcutter

    this is a simples script to job woocutter --[[> Marcryzius D'evil <]]-- function onUse(cid, item, fromPosition, itemEx, toPosition) local arvores = {2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2712,2717,2718,2720,2722} --id of tree local function skill(cid) local skills =...
  11. marcryzius

    2 simples function

    this function is an alternative to using the function tonumber(). transforms a 'string' to 'numbers'. the other returns all the elements function getnumber(n) --[[> Marcryzius <]]-- local v = 0 if type(n) == 'number' then return n end for s = 1,#n do for N = 0,9 do if ''..N == n:sub(s,s)...
  12. marcryzius

    Action small script to anihilator quest.

    lol modified this strings of the msg.
  13. marcryzius

    comands for access.

    the script of tfs using very loop in strings making very large stack of LUA. causing a great need for use of CPU and RAM memory.
  14. marcryzius

    Action small script to anihilator quest.

    this is a small script to annihilator. not have the system of rewards, because i use another system. --[[> Annihilator script by Marcryzius D'evil <]]-- local config ={ pos_players ={--pos players in the lever {x=247, y=659, z=13, stackpos=253}, {x=247, y=660, z=13, stackpos=253}...
Back
Top