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

    PK bug

    UPDATE `players` SET `loss_experience` = 100, `loss_mana` = 100, `loss_skills` = 100, `loss_containers` = 100, `loss_items` = 100
  2. Scooty

    [c++] Item limit in container

    refresh
  3. Scooty

    [c++] Item limit in container

    yes, i want to limit subcontainers. ex. in 1 backpack can be max 100 items. i think its good idea to edit this in container.cpp ReturnValue Container::__queryAdd(int32_t index, const Thing* thing, uint32_t count, uint32_t flags) const ... ...
  4. Scooty

    [c++] Item limit in container

    hi,i need something what will be limiting items in container. Can someone write it down? Thanks, Scooty
  5. Scooty

    Ciekawe klipy muzyczne...

    http://youtu.be/TCQ-o3knP14
  6. Scooty

    Diablo III

    osobiśnie nie gram, ale Mięsny Jeż i Diablo III :) - YouTube
  7. Scooty

    Terazniejszosc

    haters gonna hate boli was to że komuś wyszło, sam nie uważam się za jakiegoś mega ogara, bo cały czas pomaga mi kilka osób, którym jestem bardzo wdzięczny. Fakt, veneris to były moje początki z OTS, teraz gdy pracuję nad dość poważnym projektem rl mapy(pewnie zobaczycie mnie za ok. miesiąc)...
  8. Scooty

    Problem z Oracle.

    oracle
  9. Scooty

    blad przy kompilacji ubuntiu 10.04

    może spróbuj to
  10. Scooty

    useHouseDataStorage - is it safe?

    ]but my OTS didn't started yet. so i can change it to useHouseDataStorage = true it will be safe? no crashes, lags etc.?
  11. Scooty

    useHouseDataStorage - is it safe?

    Hi, i have found this line in config.lua: useHouseDataStorage = false docs says useHouseDataStorage New house data storage system. Performs much faster map saving. (up to 60x faster!) If enabled - items will be saved binary in `house_data` table, otherwise `tiles` and...
  12. Scooty

    Which sql query will be faster

    bump
  13. Scooty

    Anty MC TFS 0.2 - 8.1

    getIPByPlayerName(getPlayerName (cid)) zamień na getIpByName(getPlayerName(cid))
  14. Scooty

    Which sql query will be faster

    Hi, i have 2 sql queries, which will be faster? 1. SELECT `name`, `rank_id` FROM `players` WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = " .. getGuildId(getPlayerGuildName(cid)) .. "); 2. SELECT COUNT( `gr`.`id` ) AS `total` FROM `players` AS `p` LEFT JOIN...
  15. Scooty

    Pomoc

    rand = math.random(4) if rand == 1 or rand == 4 or rand == 3 then 3/4 czyli 75% szans rand = math.random(10) if rand == 1 then 1/10 czyli 10% szans
  16. Scooty

    to delete

    to delete
  17. Scooty

    getGuildCreationDate(guildname)

    hi, i need this function: getGuildCreationDate(guildname) can someone write it? thank you
  18. Scooty

    CountOnlineGuildMembers(cid) EDIT

    now work, rep++
  19. Scooty

    CountOnlineGuildMembers(cid) EDIT

    same problem ;/
  20. Scooty

    CountOnlineGuildMembers(cid) EDIT

    dont work ;/ [21:49:00.025] [Error - CreatureScript Interface] [21:49:00.025] data/creaturescripts/scripts/gift.lua [21:49:00.025] Description: [21:49:00.025] (internalGetPlayerInfo) Player not found when requesting player info #11 0
Back
Top