Post by Danny on Mar 10, 2007 2:33:41 GMT
Global Footer
Preview - Clicky Here
I have added a feature that uses karma as a reward to add a boosted amount to your parametres aswell as going on amount of posts.
It changes the word karma to Rewards Given.
Ive added a link to the bottom of the table saying give reward. Once clicked it gives the user Karma (a reward).
Preview - Clicky Here
I have added a feature that uses karma as a reward to add a boosted amount to your parametres aswell as going on amount of posts.
It changes the word karma to Rewards Given.
Ive added a link to the bottom of the table saying give reward. Once clicked it gives the user Karma (a reward).
<script type="text/javascript">
<!--
/* Axel RPG Hack v2 By Schnooble(Danny Pearson) */
/* Do not edit or repost without my permission */
/* http://axellabstudios.proboards77.com */
/*If you dont want head/base images leave these blank*/
var iHead ='';
var iBase ='';
/*Edit these variables*/
var money = 'Money'; // Name of your currency.
var moneysign ='£'; // Symbol of your currency.
var attributes1 = 'Speed'; // Put in here and parametre you want.
var attributes2 = 'Attack'; // Put in here and parametre you want.
var attributes3 = 'Defense'; // Put in here and parametre you want.
var attributes4 = 'Hit Points'; // Put in here and parametre you want.
var attAdd1 ='4'; // This is the number of "points" attributes1 increases by.
var attAdd2 ='3'; // This is the number of "points" attributes2 increases by.
var attAdd3 ='2'; // This is the number of "points" attributes3 increases by.
var attAdd4 ='1'; // This is the number of "points" attributes4 increases by.
var moneyAdd ='5'; // This is the number of "points" your money increases by.
var addKarma ='10'; // This is the amount of points given each time karma is issued (should be larger than all of the regular attributes as it is a reward)
document.write('<script src="http://h1.ripway.com/Schnooble/test/rpgv2.js"></scr'+'ipt>');
//-->
</script>