![]() |
| |||||||
| General Chat Area Talk about everything not related to Forumer or Support. NO ADVERTISING! |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Forumer ![]() | HEY! I tried to add the RPG HACK to my FORUM and it worked Actually, it didn't work 100%, cuz there's no way you can go and change the Gender and stuff. Take a look at my Forum http://forum4teens.4.forumer.com VIEW ANY TOPIC AND YOU WILL SEE I'll show you how to add the code later, but now i wanna see why this things don't work for changing Gender and Race. |
![]() | |
| | |
| | #2 (permalink) |
| Senior Forumer ![]() | cool thanks |
![]()
Want to affliate Pm me Loving BSB Fans In CA Backstreet-Online Backstreet-Online Forums Backstreet News And Remember KTBSPA | |
| | |
| | #5 (permalink) |
| Active Forumer ![]() | that is so cool |
![]()
VISITE MY NEW FORUM AT ASIANFAMILY TELL ALL YOUR AZN FRIENDS ABOUT IT...I WANT IT TO BE THE BIGGEST AZNFAMILY FORUM...
| |
| | |
| | #6 (permalink) | |
| Active Forumer ![]() | Quote:
I want to add LOCATION, too. Is it possible ? Btw, and then what we can do with the $$$ ? Just staring at it ? | |
![]() | ||
| | |
| | #7 (permalink) |
| Senior Forumer ![]() | oops! Sorry then, Go here to see the demon then, http://vnonline.5.forumer.com Cuz i change mine to another RPG to see how it works. I'm still testing that RPG things, it still don't work for buying stuff for your character and chosing the RACE and other things I really need help on this one! This is the code Code: <style>
.rpgmain {font-size: 10px}
.rpgmain2 {color: 000000}
</style>
<script>
/*
GTA:Online by Nova11 http://s3.x.com/Nova_Mods/index.php
RPG Hack v3.2
Created by Webworldx & Peter - 17.11.03
Updated for xHTML compliance by Magus
This code may not be redistributed without express permission.
This header must stay intact at all times. Failure to comply with the above may result in your board being deleted.
*/
RPGHigh="1000"
NextLevel="15"
MoneySign="$"
NextWeapon="8"
NextItem="20"
AddMoney="15"
MoneyOn="Y"
ItemWeapOn="N"
var BaseURL="http://www.webpost.net/ww/wwx/ifrpg/images"
var StatsURL="http://www.webpost.net/ww/wwx"
var statsImage=[];
statsImage[0]=["HP","/hp.gif"]
statsImage[1]=["STR","/str.gif"]
statsImage[2]=["GUNABIL","/mag.gif"]
statsImage[3]=["DEF","/def.gif"]
var theEXP = ["EXP","/exp.gif"]
function getStats() {
TheStats=[];
stats=[];
var HP=0;STR=1;GUNABIL=2;DEF=3;Gangster=1;Drugdealer=2;Mastermind=3;
TheStats[HP]=[]
TheStats[HP][Gangster]=PostCount
TheStats[HP][Drugdealer]=PostCount
TheStats[HP][Mastermind]=PostCount
TheStats[STR]=[]
TheStats[STR][Gangster]=parseInt(TheStats[HP][Gangster]) - 5
TheStats[STR][Drugdealer]=parseInt(TheStats[HP][Drugdealer]) - 50
TheStats[STR][Mastermind]=parseInt(TheStats[HP][Mastermind]) + 10
TheStats[GUNABIL]=[]
TheStats[GUNABIL][Gangster]=parseInt(TheStats[HP][Gangster] * (3/2))
TheStats[GUNABIL][Drugdealer]=parseInt(TheStats[HP][Drugdealer] * 2)
TheStats[GUNABIL][Mastermind]=parseInt(TheStats[HP][Mastermind] / 2)
TheStats[DEF]=[]
TheStats[DEF][Gangster]=parseInt((2/3) *(TheStats[HP][Gangster] - 10))
TheStats[DEF][Drugdealer]=parseInt(TheStats[HP][Drugdealer] * (4/3))
TheStats[DEF][Mastermind]=parseInt(TheStats[HP][Mastermind] * (5/4))
for (i=0;i<TheStats.length;i++){
if (ChosenRace==""){
stats[i]=TheStats[i][1]
} else {
stats[i]=TheStats[i][ChosenRace]
}}
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 Race=[];
Race[1] = ["1","Gangster"]
Race[2] = ["2","Drugdealer"]
Race[3] = ["3","Mastermind"]
var WPName=[ [] , [] ];
WPName[0][1]=["Bow","Gloves","Grass Boots","Thick Leather"]
WPName[0][2]=["Staff","Cloak","Freeze Spell","Basic Heal Spell","Seismic Wind"]
WPName[0][3]=["Wooden Sword","Light Armour","Helmet","Spear"]
WPName[1][1]=["Grand Bow","Tough Leather Gauntlets","Jungle Boots","Brigandine"]
WPName[1][2]=["Elite Staff","Cloak of Light","Repel Spell","Death Curse","Seismic Wind"]
WPName[1][3]=["Steel Sword","Immune Armour","Dazzling Helm","Spear of the Forsaken"]
var WPURL=[ [] , [] ];
WPURL[0][1]=["bow","gloves","grassboots","thickleather"]
WPURL[0][2]=["staff","cloak","freeze","basicheal","seismicwind"]
WPURL[0][3]=["wooden","lightarmour","helm","spear"]
WPURL[1][1]=["grandbow","leathergt","jungleboots","brigandine"]
WPURL[1][2]=["elitestaff","cloaklight","repel","deathcurse","seismicwind"]
WPURL[1][3]=["steel","immunearmour","dazzlinghelm","spforesaken"]
var Items=[]
Items[0]=["Fire Orb","Heal Leaf","Strength Increase Bottle","Ring of Death","Protect Shield","Sword of the Wise"]
Items[1]=["fireorb","healleaf","strincrease","ringdeath","lock","sticky"]
var Extension=".gif"
</script>
<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3profile.js"></script>
<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3forum.js"></script>
remember to remove the XProfile if you have (don't worry, you can have it back later if you don't want this RPG) Would anyone help me on this. |
![]() | |
| | |
| | #10 (permalink) |
| Junior Forumer | did you ever get it to work..if so well i dont know were to place to code..i see were u say but i dont kow were that is on admin Cp..if you could help that would be great thnx. |
| | |
| | #11 (permalink) |
| Junior Forumer ![]() | I face the same problem like Grey land , anyone can fix it ? And how can we control the money amount ? Besides , how can we use the money ? Any suggestion and how to do it ? |
![]() | |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|