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

  1. K

    login server should post player data

    [tfls] Index of /tags/0.1
  2. K

    Premium_Points functions [For Gesior Website]

    i think this is better: price = 50000 --5cc function onSay(cid, words, param) if doPlayerRemoveMoney(cid, price) == TRUE then doAddPoints(cid, 10) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have bought 10 days of VIP") else...
  3. K

    Jaka firma do płatności?

    tak oraz musisz posiadac NIP
  4. K

    The Forgotten Server v0.3 alpha 4

    Fix for shutdown.lua(talkactions/scripts) function onSay(cid, words, param) if(param ~= "") then if(isNumber(param) == TRUE) then prepareShutdown(tonumber(param)) else doPlayerSendCancel(cid, "Command requires numeric param.") end else doPlayerSendTextMessage(cid...
  5. K

    The Forgotten Server v0.3 alpha 4

    Fixed frags.lua(talkactions/scripts) local config = { fragTime = getConfigInfo('timeToDecreaseFrags'), fragToBan = getConfigInfo('killsToBan') } function onSay(cid, words, param) maxfrag = config.fragToBan local amount = getPlayerRedSkullTicks(cid) if(amount > 0 and...
  6. K

    Ver. 0.1.0 - Gesior ITEM/PACC Shop (PHP+LUA) for TFS

    Hello, I adapt it for trunk version. (0.3) code here: -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 17 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ###...
  7. K

    [8.1] Slyveria 8.1

    Hello, i have problem I copy all to my server on linux and compiling newest TFS and in last step i have error: >> Loading map > Map size: 38000x38000. terminate called after throwing an instance of 'St9bad_alloc' what(): St9bad_alloc Aborted Please help me, my system is Linux Ubuntu 7.04 and...
  8. K

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    Welcome i can't compile TFS on Ubuntu 7.04 i do all how it is on this tutorial My error: root@h1315069:~/forgottenserver/forgottenserver/tags/0.2# make rm -rf *.o g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -O1 -c...
Back
Top