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

    Spotify? F*ck that! Use Tubeify! **FREE INVITES**

    Depends on your speakers, with mine, you can tell a HUGE difference between Youtube & Spotify. But yeah, lame that Spotify pretty much fucked over everyone :/ But i guess they were losing money from us listening to so much music!
  2. Radium

    Ole's sprites (new)

    Like the first one in the very first post, others im not to sure though!
  3. Radium

    Secure your modern AAC template

    Ever noticed people stealing your paid for or designed template? Yes, it can be easy for the users to extract each image from your design, and then code it. But we can atleast TRY and make their lives difficult. Most of the users here using modern aac have their index.tpl for show to everyone...
  4. Radium

    Lua need a teleport script!

    Well it works for kekox's system.. lol
  5. Radium

    Spotify? F*ck that! Use Tubeify! **FREE INVITES**

    What is the quality of the music like?
  6. Radium

    Lua If already monster then no summon next

    local left = {x=3068, y=3074, z=7, stackpos=2} local right = {x=3070, y=3074, z=7, stackpos=2} local summon = {x=3067, y=3072, z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) local tileid = getTopCreature(summon).uid if tileid == 0 then if item.itemid == 1945 then local...
  7. Radium

    Lua need a teleport script!

    Ok, that isnt a problem, but how in the world am i ment to help if i don't know what queries this system is using. Edit - http://otland.net/f81/mod-vip-system-96000/ This system??? If so here. local TEMPLE_POS = {x=1000,y=1000,z=7} local VIP_POS = {x=1000,y=1000,z=7} local VIP_PLAYER =...
  8. Radium

    Lua need a teleport script!

    You decide.. If it helped you, don't hesitate to send some reputation my way =D
  9. Radium

    Lua need a teleport script!

    local TEMPLE_POS = {x=1000,y=1000,z=7} local VIP_POS = {x=1000,y=1000,z=7} local VIP_PLAYER = --storage value for VIP membership?-- function onStepIn(cid, item, position, fromPosition) if isPlayer(cid) and getPlayerStorageValue(cid,VIP_PLAYER) == 1 then doTeleportThing(cid, VIP_POS)...
  10. Radium

    [USA]Frozen-Hell.org (8.54-8.57)

    Bump D:
  11. Radium

    [USA]Frozen-Hell.org (8.54-8.57)

    Bump =).
  12. Radium

    ModernAAC version 1.0.2 released!

    Try this, It may not work, if it doesn't revert back to your original copy. <?php class Guilds_Model extends Model { public function getGuildsList($world_id = null) { $this->load->database(); $ext = (!empty($world_id)) ? "WHERE `world_id` = '$world_id'": ""; $guilds = array(); $sql =...
  13. Radium

    ModernAAC version 1.0.2 released!

    Actually no, there is a coding error in system/application/models/guild_model.php Alot of people have this error.
  14. Radium

    Linux Virtual Hosts Debian

    Okay, so i currently own a dedicated server running Debian. I just added a additional IP to it, and not quite sure how to make use of it! Goal - To run a website & server from the IP separate from the original server. So lets say 69.xx.xx.xx runs Server A and Website A The additional IP =...
  15. Radium

    [USA]Frozen-Hell.org (8.54-8.57)

    Bump =).
  16. Radium

    archezaac 2

    Sweet, Good luck it =). I hope you have taken all of the criticism from the other thread to improve on :).
  17. Radium

    Archez AAC :: 0.1.0

    Yeah, i agree a SVN would be good. Seriously though, what's so hard in just using "<?php" instead of "<?". Such bad practice. Since the official PHP manual suggests, you not to use short tags, since it WILL be removed in PHP6, people still do.. Nonetheless, Good Job =).
  18. Radium

    Selling Open Tibia - House Renamer + Number Organizer By Me

    Wow, suprising what people do for abit of money here now.
  19. Radium

    [USA]Frozen-Hell.org (8.54-8.57)

    sorry textual.us
  20. Radium

    [USA]Frozen-Hell.org (8.54-8.57)

    Go and host it Mr fail scriptor ;)
Back
Top