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

    Access denied to Localhost PhpMyAdmin - Characters logging out immediately

    Hey! Haven't been on here for a while. Just trying to play around again and got these problems I can't get around: Account managers will stay logged in, but when logging in a created character, it will log right back out after less than a second. There are no errors showing, and this is...
  2. Grehy

    Buying [Buying]: Knight level 120+

    Hey! I'm looking for a level 120+ knight on any world with no final warning for botting and with a recovery key. Skills don't matter, and I'll buy it naked if it will lower the price. I will spend more if it has some nice outfits, major quests uncompleted are also a plus. Send me a private...
  3. Grehy

    Lua Finding time left in script countdown

    When using this object, I add a 60 second cool-down to it with this; setGlobalStorageValue(45000, os.time() + 60) To check if the cool-down is over, I use this; if getGlobalStorageValue(45000) >= os.time() then doPlayerPopupFYI(cid, "The crane can only be used every 60 seconds.")...
  4. Grehy

    Lua line not working (addEvent)

    Any idea why this isn't working? Player doesn't get teleported addEvent(doTeleportThing, t[2] * 60000, target, templepos) Forgot to mention I believe it worked on 0.3.6, using 0.4 now
  5. Grehy

    Compiling Where can I find "gratis premium account" in source?

    Where can I find where this is? Along with free account / premium account. Also, how can I search through all the source files at once to find something? Thanks
  6. Grehy

    Help with creating a new function? (pop-up windows)

    I need a function that could act on a pop-up window being closed or "accepted", what ever the proper term would be. An example would be that a player is assigned storage value "1", and a popup window appears on his screen telling him this. When he hits "ok" or the window is closed (what ever the...
  7. Grehy

    Help getting variables?

    I'm trying to do this; if getPlayerGroupId(cid) > 0 and < 3 then which returns an error, how would I do this? I want to group some groups together with a script, I can't figure this out so i have to use 5 different elseif's to make it work
  8. Grehy

    Compiling Problems compiling 0.4 on Winx32

    http://i36.tinypic.com/2vmcax4.jpg I've tried a couple different revs, I'm using the same version of dev I have used to compile 0.4 source in the past (stians repack). The only thing I've noticed is the console doesn't show my local ip address<es> like the downloaded console .exe I've been...
  9. Grehy

    "The MOTD field must contain a valid string."

    When trying to edit the guild description, I get this error; Error: The MOTD field must contain a valid string. Also, posting threads on the forums just plain sucks. The spacing and textual effects such as larger font do not work at all. Edit: Seems to only do this when my MOTD ends with a...
  10. Grehy

    Uptime: 0 hours and 0 minutes.

    I'm using close to the latest rev of 0.4, the !uptime command does not start counting uptime until the first time I use it. I haven't changed the script or any other settings that I would think would affect it. Does anyone know what is wrong?
  11. Grehy

    Modern AAC - Server displayed as offline

    Using Modern 1.0, what do I need to change for the website to get accurate information about my server being online/offline?
Back
Top