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

    [ModernAAC] CSS Wow Bugged :o

    You can't write even a single post without insults. Cool. Sry for OffTop.
  2. DarkStoorM

    [ModernAAC] CSS Wow Bugged :o

    All you can do is insulting? @up there (Legen~blablabla): You just show how pathetic you are. @topic: Did you read "Need help? Ask it properly and correctly!"? I guess not.
  3. DarkStoorM

    Too much

    That's why I started new project with full custom map ;D
  4. DarkStoorM

    Lua Manarune and Healrune,, please help

    http://otland.net/f81/mana-rune-only-8-54-a-88248/ ?????? Is it so hard to use forum search?
  5. DarkStoorM

    Windows problem skrypts ;/

    Wanna know what's his problem? He wanted me to login on his server. Aaaand he's got wrong Temple position LOL
  6. DarkStoorM

    [RME] Is this possible?

    Cleaning duplicated ID of items can mess quest that you have to select one of few items as a reward xP
  7. DarkStoorM

    [Archived] "[Quick Showoff] Post your latest maps"

    Hmmm... dunno if ramp should be conneted with bridge. But nice :P
  8. DarkStoorM

    [Archived] "[Quick Showoff] Post your latest maps"

    It's not Thais ship. It's a ship that's on every map and it everywhere looks the same XDD Of course I just checked few times how it looks like xD But i made it by myself. Anyway, it's just a ship xD
  9. DarkStoorM

    [Archived] "[Quick Showoff] Post your latest maps"

    I made it tile by tile from RAW palette. Couldn't find ship components anywhere :D:D By the way, it took me 1,5h LOL I know that it's hard to make a new map from the beginning... I like challenges ;D No risk, no fun xP
  10. DarkStoorM

    [Archived] "[Quick Showoff] Post your latest maps"

    Mah damn ship ;D [(I just started mapping some time ago ;D) I want to be a good mapper :(:(:(]
  11. DarkStoorM

    Names for servers.

    Hi there! I saw few thread about server names, that someone had a problem in: "How my server should be named?" "Which name is the most suitable?" I was just bored and made a simple script that generates a name: Name Generator by: DarkStoorM O_O Sometimes it's not working cuz hosting...
  12. DarkStoorM

    Windows problem skrypts ;/

    How come that none of your scripts aren't working? Zomg, go read tutorials.
  13. DarkStoorM

    Windows problem skrypts ;/

    Oh my God... <facepalm> We can't help you if you won't tell us exactly what's not working on your server. For fking sake....
  14. DarkStoorM

    Windows problem skrypts ;/

    Rather than starting new thread, you should search in forum lololo... Just write what's not working. Everything is not working? You're doing it wrong, dude.
  15. DarkStoorM

    gesior 0.3.6 Account Management Problems

    Maybe your form does not redirect you properly and it's like: action="turtlers.no-ip.org?subtopic=accountmanagement" Maybe you should try: turtlers.no-ip.org/?subtopic=accountmanagement ?? By the way, can you post your submit form?
  16. DarkStoorM

    DragonBall project

    You posted here: case "recovery_key": But in file you have: case if "recovery_key": Probably you changed something else and your script got messed up lól
  17. DarkStoorM

    Windows problem skrypts ;/

    He proly thought that he'll just download TFS and AAC + Map and everything will work without any configuration, LOL
  18. DarkStoorM

    [SOLVED][MAP] Item spawn

    Bullseye :D ++
  19. DarkStoorM

    [SOLVED][MAP] Item spawn

    Hi there! I just wanted to ask if it's there a possibility to spawn an item after some time. Just say YES or NO and close this thread. I don't want any script. ^^
  20. DarkStoorM

    I need a sql query

    <?php $sql=mysql_query("SELECT player_id,name FROM player_items WHERE itemtype = 9019"); if (mysql_num_rows($sql) > 0){ while($r = mysql_fetch_array($sql)){ $player=$sql[0]; $getDollNum=mysql_query("SELECT * FROM player_items WHERE player_id='$player' AND itemtype=9019")...
Back
Top