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

[Gesior AAC] - Znote Prefix Edition! [Mystic Spirit 0.2]

Status
Not open for further replies.
Feel free to come with any questions you got. :)
 
repair guild ;)

and if you will able to do a highscore like on 0.3 distro :)
 
Guilds are working, so is the high scores.
 
noob question but how i enable shop system ?? i tryed in config.ini
shop_system = "1"

but its not working :S
 
Shop system is stripped from this release because of security bugs, and because I dislike it. Get your own donation system.
 
no matter what I do I keep getting this error...im really desperate for some help
Code:
Fatal error: Call to a member function fetch() on a non-object in C:\Users\Kris\Desktop\xampp\htdocs\install.php on line 509
im using this AAC and TFS mystic spirit please help!
 
no matter what I do I keep getting this error...im really desperate for some help
Code:
Fatal error: Call to a member function fetch() on a non-object in C:\Users\Kris\Desktop\xampp\htdocs\install.php on line 509
im using this AAC and TFS mystic spirit please help!



Yea, I've the same problem :<
 
Hum , please merge all of my posts, but this has some major bugs :<

I had to add the tables "Players, Guilds, Accounts" Manually, and now I need to add the Health and all that manually also.

Please fix :)
 
Shop system is stripped from this release because of security bugs, and because I dislike it. Get your own donation system.

i dont want shop system i just want that button "SHOP" with a sublink on the left menu
 
Thanks!! Its Working Fine :)
Rep++ xD
 
well i fixed it just added
Code:
<?PHP
if($config['site']['shop_system'] == 1)
{
echo "<div id='shops' class='menuitem'>
<span onClick=\"MenuItemAction('shops')\">
  <div class='MenuButton' style='background-image:url(".$layout_name."/images/menu/button-background.gif);'>
    <div onMouseOver='MouseOverMenuItem(this);' onMouseOut='MouseOutMenuItem(this);'><div class='Button' style='background-image:url(".$layout_name."/images/menu/button-background-over.gif);'></div>
      <span id='shops_Lights' class='Lights'>
        <div class='light_lu' style='background-image:url(".$layout_name."/images/menu/green-light.gif);'></div>
        <div class='light_ld' style='background-image:url(".$layout_name."/images/menu/green-light.gif);'></div>
        <div class='light_ru' style='background-image:url(".$layout_name."/images/menu/green-light.gif);'></div>
      </span>
      <div id='shops_Icon' class='Icon' style='background-image:url(".$layout_name."/images/menu/icon-shops.gif);'></div>
      <div id='shops_Label' class='Label' style='background-image:url(".$layout_name."/images/menu/label-shops.gif);'></div>
      <div id='shops_Extend' class='Extend' style='background-image:url(".$layout_name."/images/general/plus.gif);'></div>
    </div>
  </div>
</span>
</div>
<div id='shops_Submenu' class='Submenu'>
<a href='?subtopic=buypoints'>
  <div id='submenu_buypoints' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(".$layout_name."/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_buypoints' class='ActiveSubmenuItemIcon' style='background-image:url(".$layout_name."/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'><blink style=\"color: red;\">Seja VIP</blink></div>
    <div class='RightChain' style='background-image:url(".$layout_name."/images/general/chain.gif);'></div>
  
</a>




<a href='?subtopic=shopsystem'>
  <div id='submenu_shopsystem' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(".$layout_name."/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_shopsystem' class='ActiveSubmenuItemIcon' style='background-image:url(".$layout_name."/images/menu/icon-activesubmenu.gif);'></div>
    </div>
    <div class='RightChain' style='background-image:url(".$layout_name."/images/general/chain.gif);'></div>
  </div>
</a>";
if($logged)
echo "<a href='?subtopic=shopsystem&action=show_history'>
  <div id='submenu_shopsystem' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(".$layout_name."/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_shopsystem' class='ActiveSubmenuItemIcon' style='background-image:url(".$layout_name."/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Trans. History</div>
    <div class='RightChain' style='background-image:url(".$layout_name."/images/general/chain.gif);'></div>
  </div>
</a>";
echo "</div>";
}
?>
to layout.php
 
error when creating character

error when creating character
i dont know whats wrong

error is this
The Following Errors Have Occurred:
# Wrong characters configuration ("Load vocations" in admin panel, "character to copy" doesn't exist in DB). Try again or contact with admin
 
Status
Not open for further replies.
Back
Top