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

    tfs 1.1 Random crash

    Its server problem, not client
  2. nevix

    [Gesior ACC] Shop System V 1.1

    Yes, My knowledge don't know how to fix it. Sorry
  3. nevix

    Gesior ACC Epic shop system!!!

    It's for all TFS servers 1.x series. It working without any problem.
  4. nevix

    Necronia - Discussion

    FACKING HELL!!!!! IT'S amazing can't wait to play!!!
  5. nevix

    Solved How to drop/remove specific item on player death?

    if math.random(1, 100) == 20 then -- do something end I think should be if math.random(1, 5) == 5 then -- do something end
  6. nevix

    [Sweden] Tunzodus 10.41 Own CLient Global Map

    [#] ALLREADY STARTED!!!!!!!!!!! [#] Name: Tunzodus Hello, Welcome to Tunzodus! Our Website: www.tunzodus.net Our own Client: http://tunzodus.net/?subtopic=download Server Information: CPU: Intel Core i3-2120 2x2x3.3 GHz RAM: 16GB DDR3 Connection: 1Gbps (It means 0(zero) server lag)...
  7. nevix

    Create teleport

    Its variables local t = { sec = 10, --- Seconds how long teleport has been created portalwhere = {x = 32341, y = 32226, z = 7}, ---- Where teleport gonna be created itemid = 11798, --- Which item gonna be shows active = 1, ---- True or false "1 or 0" cooldown = 10, --- How long teleport shows...
  8. nevix

    Create teleport

    Its your start what you want to do.. Take it and be happy, use it and move your brains, nobody gonna do everything for you local t = { sec = 10, sec2 = 5, portal = {x = 32353, y = 32219, z = 7}, portalwhere = {x = 32341, y = 32226, z = 7}, itemid = 11798, active = 1...
  9. nevix

    Donation Castle system. Tfs 1.1

    Only 4 players (editable) available to enter that zone.
  10. nevix

    Exp stages some bug

    Fixed cheers mate
  11. nevix

    Exp stages some bug

    1.1
  12. nevix

    Exp stages some bug

    Mate i'm not stupid :) I did that, its not working anyway
  13. nevix

    Exp stages some bug

    Doesn't work
  14. nevix

    Exp stages some bug

    My config.lua -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 5 rateSkill = 12 rateLoot = 2 rateMagic = 15 rateSpawn = 1 stages.xml <?xml version="1.0" encoding="UTF-8"?> <stages> <config enabled="1" /> <stage minlevel="1" maxlevel="100"...
  15. nevix

    Donation Castle system. Tfs 1.1

    It works for all 1.x tfs versions
  16. nevix

    Donation Castle system. Tfs 1.1

    Thanks ;) Of course I don't mid :)
  17. nevix

    Donation Castle system. Tfs 1.1

    Hello guys I need a donation castle for myself so I did it for everyone. Working no bugs and simple code. Actions (put storage) function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) local castle = 16001 local itemid = 2108 if player:getItemCount(itemid) == 0...
  18. nevix

    Simple VIP System tfs 1.1

    Hello guys, Today i'm gonna share my simple vip system. I need it for my self so i'm gonna share for everyone :) VIP ITEM (you can change by yourself) actions: function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) local viptimestorage = 15001 local itemid =...
Back
Top