• 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 for query: lottery globalevent

  1. Extrodus

    Lua Do not give certain access lottery reward error [0.4]

    function onThink(interval, lastExecution) if getWorldCreatures(0) > 0 then local list = {} for i, tid in ipairs(getPlayersOnline()) do if getPlayerAccess(tid) <= 2 then list[i] = tid end end Results in [10:2:41.261]...
  2. abdala ragab

    TFS 1.3 Lottery System

    local config = { interval = "1 hours", rewards = {[6527] = 75, [6527] = 100, [2160] = 100}, -- [itemid] = count; [6527] = 50 - it gives 50 crystal coins website = false } function onThink(interval) local players = {} for _, player in ipairs(Game.getPlayers()) do...
  3. goncalveses

    global event store does not deliver the item q the player buys through the site

    change to code! change for new shop.lua change old <globalevent name="Shop" interval="3000" event="script" value="shop.lua"/> for new code : <globalevent name="Shop" interval="30" event="script" value="shop.lua"/> e input new shop.lua Open your constant.lua file that is in "data / lib /...
  4. K

    Linux Last OTX Server 2 Usage 120% CPU.

    <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <!-- Player Login --> <event type="login" name="PlayerLogin" event="script" value="login.lua"/> <!-- Server Events --> <event type="channeljoin" name="GuildEvents" event="script" value="guild.lua"/> <event...
  5. Infernum

    [TFS 1.2/1.3] Free scripting service

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getStorageValue(88888) == -1 then player:addMount(MOUNT ID HERE) player:setStorageValue(88888, 1) player:sendTextMessage(MESSAGE_STATUS_CONSOLE_ORANGE, 'You have been awarded with a new...
  6. God Mythera

    TFS [1.0] Lottery System

    So i am using this lottery system, but i dont believe it works with TFS 1.2 i am trying to make it so GM's and God's cannot get lottery rewards data/globalevents/scripts/lottery.lua --[[ ACCOUNT_TYPE_NORMAL = 1, ACCOUNT_TYPE_TUTOR = 2, ACCOUNT_TYPE_SENIORTUTOR = 3...
  7. S

    LOTTERY SYSTEM FOR PROMOTED

    only promoted vocations (id > 4) local lottery = GlobalEvent("lottery") local config = { interval = "5 minutes.", rewards = { [3040] = 3, -- GOLD NUGGET [3053] = 1, -- TIME RING [2995] = 1, -- PIGGY BANK [8072] = 1, -- SPELLBOOK OF ENLIGHTENMENT...
  8. kawon

    TalkAction [MOD] Azi's Lottery System

    Version tfs 0.4: <?xml version="1.0" encoding="UTF-8"?> <mod name="Lottery System" version="2.0" author="Azi [Ersiu]" contact="http://otland.net/members/azi/" enabled="yes"> <config name="Lottery Config"><![CDATA[ config = { types = 2, -- how many numbers you can type...
  9. Tarek

    GlobalEvent [TFS 1.1] - Lottery

    nice one! Will probaly use this.
  10. Aleada

    Lua Raids...

    I have no idea what I have done wrong... but this is my raids.lua: <?xml version="1.0" encoding="UTF-8"?> <raids> <raid name="Brutus Bloodbeard" file="Brutus_Bloodbeard.xml" interval2="18000" margin="18000" reftype="single" ref="no"/> <raid name="Dire Penguin" file="Dire_Penguin.xml"...
  11. xx Kami xx

    serious problem with shop.lua

    its not working.....it still giving items... heres my scripts shop -- ### CONFIG ### -- message send to player by script "type" (types you can check in "data/lib/000-constants.lua") SHOP_MSG_TYPE = MESSAGE_STATUS_CONSOLE_BLUE -- time (in seconds) between queries to MySQL database by shop...
  12. A

    GlobalEvent The best Lotto System AdamsiQ Works.

    Hello at start i say im from Poland and my English is on medium level ^^. I done my new ots script. It is advanced lottery system, it have options to add VIP days, premium days or item from configuration. This script is 100% by me. Version : 1.0 Author : AdamsiQ Ok lets start :) At...
  13. gameover99097

    Porządki w datapack

    Mam tu pare nie pewnych plików , chce tylko znać znaczenie i czy nie na robi syfu . Folder actions addon.lua function onUse(cid, item, fromPosition, itemEx, toPosition) if (getPlayerStorageValue(cid, 4767) == EMPTY_STORAGE) then doCreatureSay(cid, "You have gained your new outfit...
  14. W

    Solved Write server info to file error

    i have write Ohh i didnt know lua supports string.format, thanks :) soo this works like charm but still i have error in my console no idea Whyy :O [Error - GlobalEvents::think] Couldn't execute event: serverstatus -edit- Fixed, forgot to add return true server didnt know it passed well or...
  15. Gesior.pl

    (MOD) Lottery System TFS 0.4

    No. If you use SQLite database you should change it to MySQL. It's really simple. Remove that table from database and just execute this ('SQL' in phpmyadmin): CREATE TABLE IF NOT EXISTS `lottery_system` ( `id` int(11) NOT NULL AUTO_INCREMENT, `player_id` int(11) NOT NULL DEFAULT '0'...
  16. therrax

    Zombie Event - Without Bugs! Work on all TFS

    [14:25:19.817] > Loading Lottery System.xml... done. [14:25:19.825] > Loading Zombie Event.xml...[Warning - Event::loadScript] Event onTime not found (domodlib("zombieEvent_conf") [14:25:19.825] function onTimer() [14:25:19.826] addEvent(function() [14:25:19.827] if...
  17. elking

    Zombie Event - Without Bugs! Work on all TFS

    I upload this to you ,try it http://speedy*****malware.localhost/ZqccX/Zombie-event.rar
  18. kito2

    Trading scripts, quest, system - only for other scripts!

    Hi there, I want to trade items, Im not selling, or buying, just trading... If you get ideas from here and you can make your scripts, it would be nice. ALL OF THE What I offer: ACTIONS - Full Dreamers Challenge Quest - Full Koshei's Amulet + Blue Legs quest + Sundial (torchs and entrance) -...
  19. Cypher

    [8.54][WAR]ScapeOT[Project]

    Greetings OtLand members, here i'll post some information about the new WAR OT ScapeOT ScapeOT is a WAR project i started in February 2010, actually it is a 100% custom map server with quests, events, awesome war-zones and more! ScapeOT will be a dedicated server hosted by Znote [Server...
  20. Cornex

    Windows Can it lagg the server?

    Is there any possibility that this effect script can lagg up the server completely when there are more players? This 2 scripts from globalevent }, ["1500 GN"] = { { x = 994, y = 997, z = 6 } }, ["2 B-Coin"] = { { x = 1002, y = 1003, z = 6 }, { x = 1003, y = 1003, z = 6 }...
Back
Top