• 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!

modernaac

  1. Paxton

    [Modern AAC] [Command] Adding Levels

    This is how it works. You put something like this /level Paxton,300 and it will give level 300 to Paxton, you put this in the command line below footer do not put this into the CMD line in admin panel, this is the wrong command line! Create folder called level in: commands/scripts...
  2. hodleo

    [Modern AAC] Support List

    This is AchTung's script, updated for Modern AAC. I removed those old ugly styles the GesiorAAC usually has, and well... look at the preview: You have to set the dir address in the script where your server folder is located: $config['site']['server_path'] = "C:/otserv/"; Now, create this...
  3. hodleo

    [ModernAAC] SkillPix

    The version of Skill Pictures for ModernAAC is here! You can choose between the 3 sets of images or your own made ones.:thumbup: INSTRUCTIONS Put the askills folder @ /injections/character_view/ You can change the default background colors: # BG-COLORS $BG1 = '#F5F5F5'; //WhiteSmoke $BG2 =...
  4. Vean

    [Modern AAC] Worgen Template

    After long time i'm back to you with new template and some other changes! :) Now you can visit my blog where you'll find all my templates, some articles adn in future extensions or i don't even know what... You can also comment my templates and anything on blog. Anyway here is "Worgen". New...
  5. Acordion

    Show your Vip Status [Mysql Table][Gesior/Modern Acc]

    How Show your Vip Status for Mysql Table First add the public fuction Gesior Acc: htdocs/pot/OTS_ACCOUNT.php Modern Acc: htdocs\system\application\libraries\POT\OTS_Account.php Next to 'lastday' => 0, Add this 'vipdays' => 0, Next to ' . $this->db->fieldName('rlname') ...
  6. Svira

    [ModernACC] Server Details + Time to start

    Hello easy but userfull script. in index.tpl below: <h1>Server status</h1><br /> {foreach from=$worlds key=id item=world} &nbsp; <b>World:</b> {$world} <br /> &nbsp; <b>Status:</b> {if $serverOnline[$id]} <font color='green'>Online</font><br />...
  7. Herpicus

    [ModernAAC] NRacer Layout

    NRacers Layout recoded for Modern AAC. Original Template from Clantemplates.com How to implement into Modern AAC: Extract the .rar archive Copy the NRacers Folder into Modern AAC Template folder Open the configuration. Look for $config['layout'] Replace line with $config['layout'] =...
  8. Herpicus

    [ModernAAC] Endurance Layout

    Endurance Layout recoded for Modern AAC. Original Template from Clantemplates.com How to implement into Modern AAC: Extract the .rar archive Copy the Endurance Folder into Modern AAC Template folder Open the configuration. Look for $config['layout'] Replace line with $config['layout']...
  9. Herpicus

    [ModernAAC] Loppersum Layout

    Originally from clantemplates.com, Loppersum Template. Template recoded for ModernAAC by Chrsman Extract the Loppersum folder into ModernAAC templates folder. In the config change: $config['layout'] = "whatever";To: $config['layout'] = "loppersum";This layout is simple and sleek.:thumbup...
  10. Herpicus

    [ModernAAC Layout] Glock47

    Originally from clantemplates.com, glock47 Template. Template recoded for ModernAAC by Chrsman Extract the glock47 folder into ModernAAC templates folder. In the config change: $config['layout'] = "whatever"; To: $config['layout'] = "glock47"; Screenshots: I will be...
  11. Archez

    Modern AAC - Bounty Hunters

    Well, I was told Gesior AAC was dead, so I decided to script my Gesior AAC stuff for Modern AAC, but in this case, I am not the original author of this system but... I am the original and only scripter of this script, as you can see, this is not the same script as Gesior AAC's. I hope this is...
  12. X

    [Modern AAC] Fvusion v1

    A ModernAAC theme release by me (Xenios)! it includes a 'top 5 level' script from Kavvson. Also don't forget to change the config for jquery and to place all the files in the correct place. Fvusion Screenshot: How to install: Go to your config.php and this line: $config['layout'] =...
  13. EvulMastah

    MODERN AAC - Character Deaths, Character Frags, Latest Deaths.

    Credits to the original creators whos names I dont really recall. All I did was to rewrite and improve a bit. Character Deaths (/injections/character_view/deaths/injection.php): <?php if(!defined('BASEPATH')) exit('No direct script access allowed'); $player = $GLOBALS['player']...
  14. Xampy

    [ModernAAC] Recover Lost Account

    Hello! I've made my own 'Recover Account' page, since I didn't find none in ModernAAC yet. If you fill the 3 necessary data boxes, assuming the data isn't wrong, it will generate a new password. Go to system/pages/ and create a file called recover.php and copy this into it: <html><head><style...
  15. X

    [Modern AAC] Phoenix layout

    A new layout based on the default template for Modern AAC. I call it Phoenix and you can download it in the attachment on the bottom. Screen: Install: When you downloaded the attachment and unpacked it in your template folder, follow these instructions: Go to Config.php and change this...
  16. Zonet

    [Modern AAC] Automatic DaoPay script

    Hi, I made a own DaoPay script for Modern AAC. I've tested it and it works properly for me. Any error or bugs in it, post here and I'll fix it asap. New script: Remember, It's not /p/v/ pages or what's called.. You should place this in system/application/controllers folder, call it daopay.php...
  17. camman

    [ModernAAC ] Staff List Page

    This is a script that will show a list of all the staff on your server. It will show the player's rank (God/CM/etc.), their name, and if they are online or offline. Save this in /system/pages You could also use your admin panel to add it. <? // Staff List Page // by Camman (Cameron...
  18. hodleo

    [Gesior/Modern AAC] Mock's Tetris Highscores! just 2 simple queries

    Well, this is the highscore script for Mock's Tetris System. I post it here as a request by some ppl. 100% by Me ;) Tested with Gesior AAC latest rev, Modern AAC 0.2 rev.135, TFS 0.3.6pl1 Made for: [Action] Tetris system by mock LIVE DEMO: Kinera - Tetris Gesior AAC Modern AAC The...
  19. Kavvson

    Modern AAC - Customize your Character_view

    Its emporia.vapus.net style. So all credits goes to the maker. View_Character.php Note this is only the Character Info part Open \system\application\views and view_character.php replace all: <?php require_once("system/application/config/create_character.php")...
  20. Kavvson

    Modern AAC - Customize your Guild_view

    Guild_View.php Open \system\application\views and view_guild.php replace all with: <?php $ide = new IDE; try { $ide->loadInjections('guild_view'); } catch(Exception $e) { error($e->getMessage()); } $logo = (file_exists("public/guild_logos/".$guild->getId().".gif")) ? "<img...
Back
Top