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

    delete accounts

    Try it; DELETE * FROM `accounts` WHERE `id` <> 'Heber Holanda'; ;)
  2. HeberPcL

    [HOT] Vestia Layout

    Nice! Thanks shared
  3. HeberPcL

    [10.10] Team War CTF

    Nice job! Thanks for share
  4. HeberPcL

    [node.js] Application with various tools

    WoW, Nice Job!
  5. HeberPcL

    [Gesior 2012] First Tibia Global Layout

    Bug 3, change: $c=mysql_connect($config['site']['connection_host'],$config['site']['connection_user'],$config['site']['connection_pass']) or die(mysql_error()); $b=mysql_select_db($config['site']['connection_db'], $c) or die(mysql_error()); $acc_qr = mysql_query("SELECT * FROM accounts WHERE...
  6. HeberPcL

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Thanks, elegant solution. Another issue, as you would to create a method to display the sum of time online each player within the highscores? Ussing $player['onlinetime1'] + $player['onlinetime2'] + $player['onlinetime3'] + $player['onlinetime4'] + $player['onlinetime5'] +...
  7. HeberPcL

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Create an interval (5 minutes) to create account from same ip and same thing for the characters.
  8. HeberPcL

    [10.77][TFS 1.2] ORTS, a real map project

    @lopez65 https://github.com/otland/forgottenserver/archive/master.zip
  9. HeberPcL

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    @Gesior.pl Could help me create a gap between the creation of accounts and players from the same ip?
  10. HeberPcL

    Banshee - [Slec]

    Thanks share. Nice job
  11. HeberPcL

    GlobalEvent 2.0 Database Cleaner - Inactive Players + The Players Child Data (skills, items, etc)

    @chiitus Change: dropCount.accounts = ((dropCount.accounts or 0) + countRowsWhereInTable(childAttributeTables.accounts.table, childAttributeTables.accounts.idField, aid[acc])) To: dropCount.accounts = ((dropCount.accounts or 0) + countRowsWhereInTable(childAttributeTables.accounts[i].table...
  12. HeberPcL

    [Talkactions] Check players online in certain areas

    Try function countPlayers(fromPosition, toPosition) local count = 0 for _, pid in ipairs(getPlayersOnline()) do if isInRange(getCreaturePosition(pid), fromPosition, toPosition) then count = (count + 1) end end return count end function onSay(cid...
  13. HeberPcL

    GlobalEvent 2.0 Database Cleaner - Inactive Players + The Players Child Data (skills, items, etc)

    @chiitus Change Line 171 db.executeQuery("DELETE FROM " .. childAttributeTables.accounts.table .. " WHERE " .. childAttributeTables.accounts.idField .. " = '" .. aid[acc] .. "';") To db.executeQuery("DELETE FROM " .. childAttributeTables.accounts[i].table .. " WHERE " ...
  14. HeberPcL

    GlobalEvent 2.0 Database Cleaner - Inactive Players + The Players Child Data (skills, items, etc)

    @chiitus Change Line 123 result = db.getResult("SELECT `id`,`name`,`account_id` FROM `players` WHERE `level` < ".. cleanup.level .." AND `name` NOT IN('Account Manager', 'Sorcerer Sample', 'Druid Sample', 'Paladin Sample', 'Knight Sample', 'Rook Sample') AND `group_id` < 2 AND `lastlogin` <...
  15. HeberPcL

    [MOD] Loot Ring

    Post error!
Back
Top