• 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

    Suggestion Server Advertisement subforum?

    I also support this idea.
  2. nsanee

    Webdesign Marlex AAC

    Uh oh I wanna do some beta-testing! ... wanna be friends? @down The guy was obviously DDoSed by Tala <3
  3. nsanee

    Help me plis!! xp loss bug

    add doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 100) to your creaturescripts/scripts/login.lua file, restart the server, login, die and tell us if it helped.
  4. nsanee

    Easy problem fix, need help please.

    try: local tp = doCreateTeleport(1387,topos, createpos) doItemSetAttribute(tp, "aid" , 4024) I'm not sure whether doCreateTeleport returns item uid, so if it doesn't work try changing tp to tp.uid in the second line
  5. nsanee

    RME is breaking the GPL lisence.

    Stian, can you explain what are the benefits of moving map from .otbm to sql?
  6. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    It looks like you're missing worldId = 0 in your config.lua
  7. nsanee

    RME is breaking the GPL lisence.

    Heh, he probably forgot to change it ;) Well it started happening ever since Gesior released his shopsystem script and will probably continue. OT is starting to be more a buisness than a hobby. On the other hand - if Remere is going to make it commercial one day, I wouldn't mind. After all with...
  8. nsanee

    RME is breaking the GPL lisence.

    Changelog 1.1.10 Besides what's wrong with changing the license? Remere is the only author of RME, right?
  9. nsanee

    Solved Round numbers (?)

    math.ceil - round up math.floor - round down
  10. nsanee

    Lever

    Instead of <action itemid="2020" event="script" value="tools/addmana.lua"/> Try <action uniqueid="2020" event="script" value="tools/addmana.lua"/> P.s Use code tags ( script ) when pasting chunks of scripts.
  11. nsanee

    Czy ty juz wiesz?

  12. nsanee

    Error help Plz

    Please make a proper names for your threads in this section - here's a short guide http://otland.net/f16/need-help-ask-properly-correctly-18402/ On the topic - the error clearly says that table z_news_tickers doesn't exist. Reinstall your AAC using the installation script.
  13. nsanee

    Suggestion Inform users why their Distro thread has been denied.

    One announcement was here: http://otland.net/f14/update-73034/#post748412 and it clearly says that threads in the Distributions section are now unlikely to be accepted. The second was a 'floating message' (don't really know how to name it) in the downloads section with an explanation about the...
  14. nsanee

    Suggestion Inform users why their Distro thread has been denied.

    It's not really our job to kindly waste our time just to inform you that you didn't take your time to read the section's rules. By not abiding them you have already wasted the time of people that reported the thread and those who have dealt with the report. It might look like it's just a while...
  15. nsanee

    [Complaint/Suggestion] - Moderators Approving Threads

    I don't even think there are 'obvious threads'. After all how are you going to genuinly trace the map's/server's origin? The idea itself ain't bad, but it's undoable and in the end we would have to decide by our own judgement without any solid proofs. In my opinion - loss of time + blame those...
  16. nsanee

    Function to format numbers

    Thanks :) lol Chojrak you're sure alert - you posted 1 minute after I submitted this :)
  17. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    I'm using it with latest 0.4 and it works.
  18. nsanee

    Function to format numbers

    This function will format numbers so you can display large ones in a more user-friendly manner. I wrote it to display big bank account balances more neatly. Usage formatNum(12345, ",") > returns 12,345 formatNum(12345) > returns 12 345 The function works fine with both strings and integers. If...
  19. nsanee

    Auto Clean Lag :S

    Try setting this in config.lua: storeTrash = true
  20. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Bumpin, new version with multi-world support :)
Back
Top