[Code] Transformers: Legacy of Cybertron
Page 1 of 1
[Code] Transformers: Legacy of Cybertron
What is it: RPG Delta mod
with IFX Arena compatability
Preview: Here
*NOTE* If you were previously using the Transformers Beta Shop mod you will need to delete any previous rpg data from your members signature area along with replace with the below code
<JAVASCRIPT>
<% BOARD HEADER %>
<% COPYRIGHT %>
with IFX Arena compatability
Preview: Here
*NOTE* If you were previously using the Transformers Beta Shop mod you will need to delete any previous rpg data from your members signature area along with replace with the below code
<JAVASCRIPT>
<script type="text/javascript">
<!--
function currLocation()
{
alert(window.location)
}
function newLocation()
{
window.location="http://zX.invisionfree.com/YourBoard_URL/index.php?act=Msg&CODE=03"
}
var battleText="<center><font color=yellow>A T T A C K !!</font></center>"
frmAddress="http://zX.invisionfree.com/YourBoard_URL/"
frmBattle1="index.php?act=SR&f=##"
frmBattle2="index.php?act=SR&f=##"
frmFinale="index.php?act=SR&f=##"
imgURL="http://photobucket.com/albums/v502/npx/IFXMod/"
var postNeeded=[]
postNeeded[1]="1000"
postNeeded[2]="500"
postNeeded[3]="375"
postNeeded[4]="250"
postNeeded[5]="150"
postNeeded[6]="50"
postNeeded[7]="30"
postNeeded[8]="0"
var Character=[]
Character[1]="Convoy"
Character[2]="Starscream"
Character[3]="Grimlock"
Character[4]="Skywarp"
Character[5]="Jazz"
Character[6]="Ironhide"
Character[7]="Kickback"
Character[8]="Bumblebee"
//-->
</script>
<script>//Start Battle Process
function createCookie(name, value, days){
if (days) {var date = new Date();date.setTime(date.getTime()+(days*24*60*
60*1000)); var expires = "; expires="+date.toGMTString(); }
else var expires = "";document·cookie = name+"="+value+expires+"; path=/";}
function readCookie(name){ var ca = document·cookie.split(';'); var nameEQ
= name + "="; for(var i=0; i < ca.length; i++) {
var c = ca[i];while (c.charAt(0)==' ') c = c.substring(1, c.length);if (
c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); }return
null;
}function eraseCookie(name){createCookie(name, "", -1);}
</script>
<% BOARD HEADER %>
<% NAVIGATION %>
<div id="rpgUserBar" style="display:none" class="tableborder"><div class="maintitle">Logged Experience</div><div class="tablepad" id="rpgUserDiv"></div></div><br/>
<% COPYRIGHT %>
<script type="text/javascript">
/*
RPG Delta v1.0.7
Created by iFusion
Transformers: Legacy of Cybertron edit by
Nemesis Prime 2005-07 - Now Playing X
*/
var urlBoard = "http://zX.invisionfree.com/[color=yellow]Your Board/index.php"
var urlWeapons = "http://209.85.48.8/1882/184/emo/"
var urlItems = "http://209.85.48.8/1882/184/emo/"
var urlElements = "http://209.85.48.8/1882/184/emo/"
var urlGender = "http://209.85.48.8/1882/184/emo/"
var rpgWeapons = []
rpgWeapons[0] = [ "gemmind.gif" , "Mind Gem" , "10" , "Infinity Gem" , 0 ]
rpgWeapons[1] = [ "gempower.gif" , "Power Gem" , "20" , "Infinity Gem" , 3 ]
rpgWeapons[2] = [ "gemreality.gif" , "Reality Gem" , "30" , "Infinity Gem" , 5 ]
rpgWeapons[3] = [ "gemsoul.gif" , "Soul Gem" , "40" , "Infinity Gem" , 7 ]
rpgWeapons[4] = [ "gemspace.gif" , "Space Gem" , "50" , "Infinity Gem" , 5 ]
rpgWeapons[5] = [ "gemtime.gif" , "Time Gem" , "60" , "Infinity Gem" , 9 ]
var rpgElements = []
rpgElements[0] = [ "Electric" , "storm.gif" ]
rpgElements[1] = [ "Fire" , "fireball.gif" ]
rpgElements[2] = [ "Water" , "splash.gif" ]
rpgElements[3] = [ "Earth" , "avalanche.gif" ]
rpgElements[4] = [ "Ice" , "iceball.gif" ]
rpgElements[5] = [ "Steel" , "steel.gif" ]
rpgElements[6] = [ "Death" , "deathspell.gif" ]
//h = heal, l = luck, t = trading (0 = very common, 1 = common, 2 = average, 3 = rare, 4 = super rare, 5 = ultra rare, 6 = fiendish)
var rpgItems = []
rpgItems[0] = [ "IFG.gif" , "Infinity Gauntlet" , "500" , "Cosmic Item" , "t:4" ]
rpgItems[1] = [ "cosmiccube.gif" , "Cosmic Cube" , "1000" , "Contains Part of Enernity" , "t:5" ]
function getStats() {
stats = [];
TheStats = [];
var HP = [2];STR = [3];MAG = [4];DEF = [5];Human = [0];Bounty_Hunter = [1];Mercanary = [2];Convoy = [3];Warrior = [4];Camando = [5];Medic = [6];Guardian = [7];Terrorcon = [8];Sharkticon = [9];Zombicon = [10];Quintesson = [11];Conqueror = [12];Dark_Convoy = [13];Chaos_Lord = [14];
TheStats[2] = [ [] * [] ]
TheStats[HP][Human] = [ parseInt(PostCount) ]
TheStats[HP][Bounty_Hunter] = [ parseInt(PostCount) * (1/2) ]
TheStats[HP][Mercanary] = [ parseInt(PostCount) ]
TheStats[HP][Convoy] = [ parseInt(PostCount) ]
TheStats[HP][Warrior] = [ parseInt(PostCount) * (3) ]
TheStats[HP][Cammando] = [ parseInt(PostCount) ]
TheStats[HP][Medic] = [ parseInt(PostCount) * (1/2) ]
TheStats[HP][Guardian] = [ parseInt(PostCount) ]
TheStats[HP][Terrorcon] = [ parseInt(PostCount) ]
TheStats[HP][Sharkticon] = [ parseInt(PostCount) * (3) ]
TheStats[HP][Zombiecon] = [ parseInt(PostCount) * (3) ]
TheStats[HP][Quintesson] = [ parseInt(PostCount) ]
TheStats[HP][Conqueror] = [ parseInt(PostCount) * (1/2) ]
TheStats[HP][Dark_Convoy] = [ parseInt(PostCount) ]
TheStats[HP][Chaos_Lord] = [ parseInt(PostCount) ]
TheStats[3] = [ [] * [] ]
TheStats[STR][Human] = [ parseInt(PostCount) ]
TheStats[STR][Bounty_Hunter] = [ parseInt(PostCount) * (1/2) ]
TheStats[STR][Mercanary] = [ parseInt(PostCount) ]
TheStats[STR][Convoy] = [ parseInt(PostCount) ]
TheStats[STR][Warrior] = [ parseInt(PostCount) * (3) ]
TheStats[STR][Cammando] = [ parseInt(PostCount) ]
TheStats[STR][Medic] = [ parseInt(PostCount) * (1/2) ]
TheStats[STR][Guardian] = [ parseInt(PostCount) ]
TheStats[STR][Terrorcon] = [ parseInt(PostCount) ]
TheStats[STR][Sharkticon] = [ parseInt(PostCount) * (3) ]
TheStats[STR][Zombiecon] = [ parseInt(PostCount) * (3) ]
TheStats[STR][Quintesson] = [ parseInt(PostCount) ]
TheStats[STR][Conqueror] = [ parseInt(PostCount) * (1/2) ]
TheStats[STR][Dark_Convoy] = [ parseInt(PostCount) ]
TheStats[STR][Chaos_Lord] = [ parseInt(PostCount) ]
TheStats[4] = [ [] * [] ]
TheStats[MAG][Human] = [ parseInt(PostCount) ]
TheStats[MAG][Bounty_Hunter] = [ parseInt(PostCount) * (1/2) ]
TheStats[MAG][Mercanary] = [ parseInt(PostCount) ]
TheStats[MAG][Convoy] = [ parseInt(PostCount) ]
TheStats[MAG][Warrior] = [ parseInt(PostCount) * (3) ]
TheStats[MAG][Cammando] = [ parseInt(PostCount) ]
TheStats[MAG][Medic] = [ parseInt(PostCount) * (1/2) ]
TheStats[MAG][Guardian] = [ parseInt(PostCount) ]
TheStats[MAG][Terrorcon] = [ parseInt(PostCount) ]
TheStats[MAG][Sharkticon] = [ parseInt(PostCount) * (3) ]
TheStats[MAG][Zombiecon] = [ parseInt(PostCount) * (3) ]
TheStats[MAG][Quintesson] = [ parseInt(PostCount) ]
TheStats[MAG][Conqueror] = [ parseInt(PostCount) * (1/2) ]
TheStats[MAG][Dark_Convoy] = [ parseInt(PostCount) ]
TheStats[MAG][Chaos_Lord] = [ parseInt(PostCount) ]
TheStats[5] = [ [] * [] ]
TheStats[DEF][Human] = [ parseInt(PostCount) ]
TheStats[DEF][Bounty_Hunter] = [ parseInt(PostCount) * (1/2) ]
TheStats[DEF][Mercanary] = [ parseInt(PostCount) ]
TheStats[DEF][Convoy] = [ parseInt(PostCount) ]
TheStats[DEF][Warrior] = [ parseInt(PostCount) * (3) ]
TheStats[DEF][Cammando] = [ parseInt(PostCount) ]
TheStats[DEF][Medic] = [ parseInt(PostCount) * (1/2) ]
TheStats[DEF][Guardian] = [ parseInt(PostCount) ]
TheStats[DEF][Terrorcon] = [ parseInt(PostCount) ]
TheStats[DEF][Sharkticon] = [ parseInt(PostCount) * (3) ]
TheStats[DEF][Zombiecon] = [ parseInt(PostCount) * (3) ]
TheStats[DEF][Quintesson] = [ parseInt(PostCount) ]
TheStats[DEF][Conqueror] = [ parseInt(PostCount) * (1/2) ]
TheStats[DEF][Dark_Convoy] = [ parseInt(PostCount) ]
TheStats[DEF][Chaos_Lord] = [ parseInt(PostCount) ]
for (i=0;i<TheStats.length;i++){
if (rpgChars==""){
stats[i]=TheStats[i][1]
} else {
stats[i]=TheStats[i][rpgChars]
}}
for (i=0;i<stats.length;i++){
if (parseInt(stats[i]) >= parseInt(RPGHigh)) { stats[i]=RPGHigh; }
if (parseInt(stats[i]) < 0 ) { stats[i]=0 }
}
return stats
}
var rpgChars = []
rpgChars[0] = [ "Human" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/g1-mindwipe-vorath.gif" ]
rpgChars[1] = [ "Bounty_Hunter" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/g1-devcon.gif" ]
rpgChars[2] = [ "Mercanary" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/arm-sideways.gif" ]
rpgChars[3] = [ "Convoy" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/optimus_prime/ww-optimusprimeani.gif" ]
rpgChars[4] = [ "Warrior", "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/g1-magnus.gif" ]
rpgChars[5] = [ "Camando" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/cataclsym.gif" ]
rpgChars[6] = [ "Medic" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/g1-ratchet.gif" ]
rpgChars[7] = [ "Guardian" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/g1-omegasentinel.gif" ]
rpgChars[8] = [ "Terrorcon" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/eng-cruellock2.gif" ]
rpgChars[9] = [ "Sharkticon", "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/g1-sharkticon2.gif" ]
rpgChars[10] = [ "Zombiecon" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/bw-dinobottm2.gif" ]
rpgChars[11] = [ "Quintesson" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/g1-quintessonjudge.gif" ]
rpgChars[12] = [ "Conqueror" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/ww-megatron.gif" ]
rpgChars[13] = [ "Dark_Convoy" , "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/ww-optimusprimeblk.gif" ]
rpgChars[14] = [ "Chaos_Lord", "https://img.photobucket.com/albums/v131/darkangeldru/TF%20Figures/unicron_primus/cyb-unicron.gif" ]
var rpgWeight = [ 8 , 3 , 4 , 6, 0 ]
var rpgCurrency = "$"
var rpgBar = "Y"
var topicMoney = "25[/colopr]"
var replyMoney = "[color=yellow]15"
var order = [ 11, 'BR', 1, 'BR', 2, 3, 4, 5, 6, 'BR', 8, 7, 'BR', 9, 10, 12, 13, 14, 15 ]
var rpgFields = ["Logged Experience" , "Name" , "EP" , "STR" , "FP" , "DEF" , "EXP" , "Weapons" , "Items" , "Level" , "Gender" ,"Image" , "Element" , "Allignment" , "HQ" ,"Motto" ]
document.write('<script src="http://209.85.48.8/1882/184/upload/p9980638.ibf"><\/script>');
</script>
<script src="http://npx.np.funpic.org/xsrptx/Rpoints.js"></script>
Bad Wolf- Designer GFX
-
Level : 46
Number of posts : 3391
Location : Satellite V
Rank : 7
Experience : 3014
Registration Date : 2006-12-24
Cprofile
Title: The Digital Alchemist
Luck:
(588/588)
Karma:
(530/777)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum