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

    Happy birthday wyzr!!!!!!!!!!!!!!!!

    All the best to you! :)
  2. nsanee

    @ Daopay, need a good zaypay tutorial

    Don't bump your thread before 24 hours have passed. Also edit your posts instead of posting one after another. Besides that - stian's tutorial is good, you just can't expect people to walk you by hand with every step. You need to explore and learn yourself. Third and most important thing - no...
  3. nsanee

    Complaint About Anco's avatar

    Cute girl exposing her legs isn't anything offensive, at least not in the european culture. She's not naked so there's no adult content as well. Tell him to aim even higher ;)
  4. nsanee

    Compiling Help me !

    Look in the tutorials section + read the rules about naming topics in the support forum.
  5. nsanee

    [x.x][TalkActions]Anty Obraza Script Nowa wersja!

    Moved to polish board. If anyone wishes to post anything outside their native chatboards they're obliged to use english, as this is the main forum language.
  6. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Can you post the errors? Otherwise I won't know what's wrong this time
  7. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Well different revisions, last one I'm using is 3670 but I doubt it matters. I'm really puzzled now, cause for me and some people it works as exected ;/
  8. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Are you using 0.4? I suppose this could be the script confusing player and house id, so I have edited my first post. Try copying the mod again and run it - if it doesn't help then I'm out of ideas :(
  9. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Updated MOD to 1.03, I dropped support for non-mod so if you're using it you will have to update it yourself. With this update there's new configurable, which allows you to choose whether to clean houses of all players, or only those who don't have any PACC days left. The issue with missing...
  10. nsanee

    Gray reputation

    If you received a grey reputation it means a person who gave it to you has 0 rep power, and thus basically their rep won't make any difference to you. Closing.
  11. nsanee

    Happy birthday ntmr

    Happy birthday buddy! p.s Sorry I missed it yesterday :(
  12. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    It sure isn't normal, it could cause a lot more trouble so I'd either remove or fix them.
  13. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Well a quick fix is to remove this line: logs = logs .. getHouseInfo(house:getDataInt('id')).name ..", owned by " .. house:getDataString('name') .. "\n" It will still clean the houses but you won't have them logged, or replace the line to logs = logs .. "House owned by " ...
  14. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    I think I got it, replace: getHouseInfo(house:getDataInt('id')).name with (getHouseInfo(house:getDataInt('id')).name or 'Unnamed House') Not sure, but seems like you have a house without the name. edit: or actually not. Wait a while, I'll try to fix it.
  15. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Can you please paste errors from non-mod version? Will be easier to pinpoint the problem.
  16. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Hmm I'm not sure what is it. Whch TFS version do you use? Does this happen when using a non-mod version as well? Also try cutting ns_query =[[SELECT houses.owner,houses.id,players.name FROM houses LEFT JOIN players ON players.id=houses.owner WHERE...
  17. nsanee

    Solved Banned Users Gesior Acc

    It's not really a solution, but you can always remove this part from characters.php if($account->isBanned()) if($account->getBanTime() > 0) $main_content .= '<font color="red"> [Banished until '.date("j F Y, G:i", $account->getBanTime()).']</font>'; else $main_content...
  18. nsanee

    [Gesior Acc] Edited Tibia.com Layout

    Nice, thanks for sharing.
  19. nsanee

    Complaint Gesior aac topic is delated?

    Either way I'd suggest making releases, archiving them and posting them as attachments. There really shouldn't be any svn links in downloads section, but rather links to static files only.
Back
Top