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

    [Poland] Nevia 10.37 | Real Map | 14.05.2014 05:00 pm.

    To start Nevia: 0 days, 0 hours, 41 minutes and 40 seconds!
  2. Maldero

    TFS 1.0 Bug with market

    When the exhibition request to the market, someone cant accomplish. Only work item: beach backpack Can someone fix it?
  3. Maldero

    [Poland] Nevia 10.37 | Real Map | 14.05.2014 05:00 pm.

    Start już dzisiaj. Zapraszamy :)
  4. Maldero

    [Poland] Nevia 10.37 | Real Map | 14.05.2014 05:00 pm.

    Connection: IP: nevia.sytes.net Port: 7171 Client 10.37 http://nevia.sytes.net/?subtopic=download Map: Real map Type: RPG/PVP or something 4FUN Website: http://nevia.sytes.net/?subtopic=latestnews Forum: http://nevia.sytes.net/?subtopic=forum FAQ...
  5. Maldero

    Market - works to buy sell offers, but not to sell to buy offers

    Yeah, @Printer should fix it.
  6. Maldero

    Solved Can't connect to my own server [TFS 1.0]

    -- Connection Config ip = "external ip" -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "xxx" mysqlPass = "xxx" mysqlDatabase = "forgottenserver" mysqlPort = 3306 mysqlSock = "" passwordType ="sha1"
  7. Maldero

    Solved Can't connect to my own server [TFS 1.0]

    You using a dedicated server? Change localhost to 127.0.0.1
  8. Maldero

    Solved Can't connect to my own server [TFS 1.0]

    How ur config.lua
  9. Maldero

    Linux Server Dropping connection!

    Hmm maybe it's "DHCP Lease Time"?
  10. Maldero

    Lua addItemToDepot

    Ok, but in tfs 1.0 it works?
  11. Maldero

    Reward on advance level [TFS 1.0]

    Try this: function onAdvance(cid, oldLevel, newLevel) if getPlayerLevel(cid) == 30 and getPlayerStorageValue(cid, 90005) == -1 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have received 1 cc.") doPlayerAddItem(cid, 2160, 1)...
  12. Maldero

    Gesior Acc No Admin Panel

    You must only your adminpro.php drop to folder /pages/ and then yourdomain.com/?subtopic=adminpro
  13. Maldero

    Lua addItemToDepot

    Yeah, please tell us how?
  14. Maldero

    How i can add second shop category?

    Yea i think this same... Ok i must wait for gesior updated script. Thank you WibbenZ and Himii. Can be closed.
  15. Maldero

    How i can add second shop category?

    Hi! How i can add second shop category which contains items eg. I want to have first category: Weapons and second: Equipment. Gesior acc 2012 Here's my shopsystem.php http://pastebin.com/4XPc2AzN
  16. Maldero

    [Gesior 2012 1.0.1] Latestnews.php

    If someone use tfs 1.0 and gesior 2012 and have bug with "Banned accounts: (nothing) and Rented Houses: 0" Change your queries to: $time = time(); $query = $SQL->query("SELECT * FROM `players` ORDER BY `experience` DESC")->fetch(); $query2 = $SQL->query('SELECT `id`, `name` FROM...
  17. Maldero

    Linux Basic IPTables (Protected all ports and stop attacks)

    Yea, i too don't understand this script.
  18. Maldero

    TFS 1.0 onAdvance error.

    Yea, please.
  19. Maldero

    talkaction to add items in shop (tfs 1.0 - gesior 2012)

    Yea take this :) function onSay(cid, words, param, channel) local params = param:split(",") local price = params[1] table.remove(params, 1) local desc = table.concat(params, ",") local name = '' local item1 =...
  20. Maldero

    Need script playerdeath.lua - problem

    Hello guys, i have problem with tfs 9.80-9.86. When i'm dead don't show character list.. . After this text close character still in this position (pic. 2). Sorry for my english ;/ Please help, i don't know where is problem.
Back
Top