• 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

    [BRAZIL] Tunzod 10.90 tibia global map

    Address: http://tunzod.net Protocol: 10.90 Port: 7171 Funny events, full DDoS protection, unique guild, zombie, lms events. Friendly stuff, exp stages: 1 - 8 level, 50x 9 - 50 level, 300x 51 - 80 level, 250x 81 - 100 level, 200x 101 - 120 level, 150x 121 - 140 level, 100x 141 - 160 level, 80x...
  2. nevix

    War System tfs 1.2

    Guys I already downloaded many scripts global maps but didn't find guilds war system? Can anyone help me with it?
  3. nevix

    [Tfs 1.2] Shop system MODAL window

    Hello today I will present my shop system connected with website and modal window. first we need shop order table CREATE TABLE `shop_orders` ( `id` int(11) NOT NULL, `account_id` int(11) NOT NULL, `type` int(11) NOT NULL, `itemid` int(11) NOT NULL, `count` int(11) NOT NULL, `time`...
  4. nevix

    Gesior Shop system desigh

    Hello, guys I come back on website designing and my shop systems, today I will show you gesior shop system just tell me what you think :) Of course when I finish it I will share. :)
  5. nevix

    About Modal window Back button

    Please someone can explain how to create modal window back button. I can create events to move forward but lets say, how to get back to previos event. I want like that: lets say I press back button and creatureEvent bring me back to previos choices. I will try explain more: first image...
  6. nevix

    Solved About holes/stairs

    That hole doesn't work any ideas why?
  7. nevix

    Modal Window

    function onSay(player, words, param) local title = "Choose your ability!" local message = 'Points to spend: \n Plus Name Current\n ' local window = ModalWindow(1, title, message) player:registerEvent("modal_1") window:addChoice(1, '[+1%] [Attack bonus]...
  8. 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)...
  9. 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"...
  10. 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...
  11. 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 =...
  12. nevix

    Server Strange Crash

    I got crash server Without any error. After 10 mins about. I though its problem maybe with globalevent but its not. Here is image: And another Question why my map is loaded 2 times? And different size of map? WTF After ~10 min server crash without any error
  13. nevix

    Server Requirements

    I deside start server and I want to know what is minimum requirements for tibia global map? I thinking about: SSD 60GB 100 MB/s But i'm thinking increase up 1 Gb/s RAM 12GB DDR3 Intel Core i7-950 2x4x3 GHz So its enought?
  14. nevix

    Making Own Client.

    Making Own Client. Hello guys I'm looking for help reading threads but Can't find some usefull information. It's possible to change 10.41 tibia protocol connect without ip changer? I tried change all hex codes. But the same When i'm chaning IP's to mine it says connection failed...
  15. nevix

    [Gesior ACC] Shop System V 1.1

    Today I'm gonna share my shop system again with a little improvements . ------------------------------------------------------------------------------------------------------------------- [#] Version 1.1 * Fixed some style bugs. * Optimized and cleared necessary code. * Changed visual effects. *...
  16. nevix

    Gesior ACC Server Info

    Hello again guys, Today I will share gesior acc server Info ;) ----------------------------------------------------------------------------------- Open pages/serverinfo.php and put this code: <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg...
  17. nevix

    [Gesior ACC] Latest news 1.1

    Hello guys, Just Quickly i'm improve a little bit my latestnews.php [CODE] <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px...
  18. nevix

    Help ShowTextDialog

    Hello guys i have a question how to get text what I write inside player:showTextDialog(1811, text , 1) and eg: doCreatureSay(cid, text , TALKTYPE_SAY) how to make it everything, get text what is wrote inside blackboard and put this text into docreaturesay?
  19. nevix

    Problems Say function

    Hello guys I wanna make eg: sent function like saycreature and eg /reload actions or something doCreatureSay(cid, '/reload actions', TALKTYPE_SAY) I tried something like that but not working :/
  20. nevix

    Solved Modal Windows problems

    Hello guys, I dont understand why its not working, it working only one time and after once it not working. The code: talkactions: function onSay(cid, words, param) local player = Player(cid) if not player:getGroup():getAccess() then return true end if...
Back
Top