• 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

  1. F

    [8.60] The Lost Server 0.3.6

    Server based in The Forgotten Server 0.3.6pl1 (crying damson). The server was made in January 2011. Uptime 600 hours (25 days) with 100+ players online on Windows (global full). Change log v1: * Fixed ladder (magic wall rune) * Fixed stairs (http://www.youtube.com/watch?v=x-R1Fm4vp1o) * Fixed...
  2. F

    The Forgotten Server 0.2 - db.executeQuery(query)

    For TFS 0.2! function db.executeQuery(query) dofile("./config.lua") if sqlType == "mysql" then a = assert(luasql.mysql()) b = assert(a:connect(mysqlDatabase, mysqlUser, mysqlPass, mysqlHost, mysqlPort)) elseif sqlType == "sqlite" then a = assert(luasql.sqlite3()) b =...
  3. F

    Reset system or Reborn system tfs 0.2.11.pl2 client 9.1

    minlevel = 100 -- level para resetar price = 50000 newlevel = 99 -- level após reset newexp = 4200 -- nova experiencia após reset -- end config function addReset(cid) resets = getResets(cid) setPlayerStorageValue(cid,36874,resets+1) return true end function getResets(cid) resets =...
  4. F

    buyskill tfs 0.2.11pl2 client 9.1

    try -- made by Fire Element dofile("./config.lua") function onSay(cid, words, param, channel) local x = { item = 9971, amount = 10, amountskill = 10, limitskill = 340 } local xml = { item = 9971, amount = 15, amountml = 5, limitml = 195 } local pid = getPlayerGUID(cid)...
  5. F

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    I don't like custom system but the server is nice...
  6. F

    [Gesior AAC] - Znote Prefix Edition! [Mystic Spirit 0.2]

    Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 42 Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 55 Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 73
  7. F

    Fix/Patch Clone items on NPC

    Eg: NPC One - Carlin: buy magic plate armor, 90000golds NPC Two - Demon Land: buy magic plate armor, 90000000000000golds
  8. F

    Fix/Patch Fix Target/Follow 8.60

    0.4 doesn't have this bug... try: void ProtocolGame::sendCancelTarget() { NetworkMessage_ptr msg = getOutputBuffer(); if(msg) { TRACK_MESSAGE(msg); msg->put<char>(0xA3); msg->put<uint32_t>(0); } }
  9. F

    CreatureEvent No more Crash by Account Manager

    not need to do in OOP... how it works?
  10. F

    TalkAction !buyskill - Advanced command [Fully Configurable]

    fix ur function please: function doPlayerSetSkill(cid, skill, amount) local pid = getPlayerGUID(cid) doRemoveCreature(cid, true) db.executeQuery("UPDATE `player_skills` SET `value` = `value` + ".. amount .." WHERE `player_id` = ".. pid .. " and `skillid` = ".. skill) return true end...
  11. F

    Webdesign [TFSCMS] First Template 2.0

    Hi, it's my first template and I did for TFSCMS. #Updated 2.0 http://i42.tinypic.com/359wldt.png
  12. F

    Please someone fix bomb quest! Rep!!

    maybe xD You tried my script? http://otland.net/f132/please-someone-fix-bomb-quest-rep-146410/#post1408886
  13. F

    Please someone fix bomb quest! Rep!!

    hmm the script is a bit complicated to understand and my english is not the best xD
  14. F

    Please someone fix bomb quest! Rep!!

    prep_death.lua function onPreprareDeath(cid, deathList) if isPlayer(cid) then if getGlobalStorageValue(17000) >= 1 then return setGlobalStorageValue(17000, 0) end end end Storage value is 17001 or 17000? creaturescripts.xml <event type="death"...
  15. F

    TalkAction Reborn System - w/ stages and look

    attempt to fix, the best way to do this script is by sources...
  16. F

    Feature Simple anti-push system

    Yes, I'll do it: antiPush = true antiPushItems = "100, 200, 300" antiPushExhaust = 1000 :D
  17. F

    Feature Simple anti-push system

    Mine is smaller than xampy system and does the same thing, only it's not easy to configure for beginners. does not work, I think it work: for (n = 0; n < sizeof(items); n++){
Back
Top