Skin created by Ryan. Find more quality skins at the IF Skin Zone


 

 RPg for this site, wondering
Zaki Uchiha
Posted: Jun 7 2006, 12:32 PM


Wanderer


Group: Admin
Posts: 8
Member No.: 12
Joined: 27-May 06



Ok simply i made an RPG program for my naruto site, were you can pick charcters, gain money by posting, and you can use that money to buy stats and weapons and many things, i can edit any chartcter name picture, etc same with the weapon just to show you some of the code for my naruto site to show how long it took me, i added all the naruto charcters and weapons it took awhile, but i will be able to change to this sites charcter, etc. remeber this code is from my naruto site ill show you what i can edit by using color

CODE
*/
[COLOR=blue]
var urlBoard = "http://z3.invisionfree.com/NarutoX9/index.php?"

var urlWeapons = "http://webpost.net/ph/phoenixv2/images/objects/weapons/"
var urlItems = "http://webpost.net/ph/phoenixv2/images/objects/items/"
var urlElements = "http://www.webpost.net/ph/phoenixv2/images/objects/magic/"
var urlGender="http://www.ifcode.com/javascript/"

var rpgWeapons = []
rpgWeapons[0] = [ "Shuruken.gif" , "Steel Shuriken" , "10" , "An ancient ninja weapon" , 1 ]
rpgWeapons[1] = [ "Shuruken.gif" , "Steel Kunai Knives" , "50" , "An ninja favorite weapon" , 2 ]
rpgWeapons[2] = [ "Shuruken.gif" , " Giant Steel Shuriken" , "100" , "An ancient ninja weapon" , 3 ]
rpgWeapons[3] = [ "Shuruken.gif" , " Scroll of Transformation" , "150" , "Transform into your oppenent and strike" , 4 ]
rpgWeapons[4] = [ "Shuruken.gif" , " Cursed Chakra" , "10" , " Chakra stronger but for a price" , 5 ]
rpgWeapons[5] = [ "Shuruken.gif" , "Demon Windmill Shuriken" , "300" , "An powerful ninja weapon" , 6 ]


var rpgElements = []
rpgElements[0] = [ "Fire" , "fire.gif" ]
rpgElements[1] = [ "Water" , "splash.gif" ]
rpgElements[2] = [ "Ice" , "iceball.gif" ]
rpgElements[3] = [ "Freeze" , "breeze.gif" ]
rpgElements[4] = [ "Storm" , "storm.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] = [ "angelsgrail.gif" , "Angels Grail" , "400" , "A healing cup" , "h:20%" ]
rpgItems[1] = [ "arcanebook.gif" , "Arcane Book" , "250" , "Trading Item" , "t:0" ]
rpgItems[2] = [ "assassinbugeye.gif" , "Assasain's Eye" , "900" , "Trading Item" , "t:1" ]
rpgItems[3] = [ "badluckdice.gif" , "Bad Luck Dice" , "3000" , "Gift" , "l:40%" ]
rpgItems[4] = [ "battumeye.gif" , "Blue Eye" , "1000" , "Trading Item" , "t:1" ]
rpgItems[5] = [ "beeseye.gif" , "Bee's Eye" , "1900" , "Trading Item" , "t:2" ]
rpgItems[6] = [ "birdscale.gif" , "Bird Scale" , "2400" , "Trading Item" , "t:2" ]
rpgItems[7] = [ "bookofrune.gif" , "Book of Rune" , "4400" , "Tradin Item" , "t:4" ]
rpgItems[8] = [ "dart.gif" , "Poison Dart" , "100" , "Trading Item" , "t:0" ]
rpgItems[9] = [ "potoil.gif" , "Healing Oil" , "1000" , "A healing item" , "h:30%" ]
[/COLOR]
[COLOR=blue]
var rpgChars = []
rpgChars[0] = [ "Akamaru", "http://www.naruto-kun.com/gallery/gifs/Akamaru/aka02.gif" ]
rpgChars[1] = [ "Anbu", "http://www.naruto-kun.com/gallery/gifs/Anbu/anbu01.gif" ]
rpgChars[2] = [ "Asuma", "http://www.naruto-kun.com/gallery/gifs/Asuma/asuma07.gif" ]
rpgChars[3] = [ "Baki", "http://www.naruto-kun.com/gallery/gifs/Baki/baki03.gif" ]
rpgChars[4] = [ "Chouji", "http://www.naruto-kun.com/gallery/gifs/Chouji/chouji01.gif" ]
rpgChars[5] = [ "Demon Brothers", "http://www.naruto-kun.com/gallery/gifs/Demon%20brothers/demon02.gif" ]
rpgChars[6] = [ "Dosu", "http://www.naruto-kun.com/gallery/gifs/Dosu/dosu03.gif" ]
rpgChars[7] = [ "Ebisu", "http://www.naruto-kun.com/gallery/gifs/Ebisu/ebisu03.gif" ]
rpgChars[8] = [ "Enma", "http://www.naruto-kun.com/gallery/gifs/Enma/enma01.gif" ]
rpgChars[9] = [ "Gaara", "http://www.naruto-kun.com/gallery/gifs/Gaara/Gaara-05.gif" ]
rpgChars[10] = [ "Gai", "http://www.naruto-kun.com/gallery/gifs/Gai/gai11.gif" ]
rpgChars[11] = [ "Gamabunta", "http://www.naruto-kun.com/gallery/gifs/Gamabunta/Gamabunta_01(78).gif" ]
rpgChars[12] = [ "Gamakichi", "http://www.naruto-kun.com/gallery/gifs/Gamakichi/gamakichi03.gif" ]
rpgChars[13] = [ "Gemma", "http://www.naruto-kun.com/gallery/gifs/Gemma/gemma04.gif" ]
rpgChars[14] = [ "Genma", "http://www.naruto-kun.com/gallery/gifs/Genma/Gemma_01(62).gif" ]
rpgChars[15] = [ "Haku", "http://www.naruto-kun.com/gallery/gifs/Haku/haku02a.gif" ]
rpgChars[16] = [ "Hanabi", "http://www.naruto-kun.com/gallery/gifs/Hanabi/hanabi01.gif" ]
rpgChars[17] = [ "Hayate", "http://www.naruto-kun.com/gallery/gifs/Hayate/hayate11.gif" ]
rpgChars[18] = [ "Hiashi", "http://www.naruto-kun.com/gallery/gifs/Hiashi/Hiashi_03(61).gif" ]
rpgChars[19] = [ "Hinata", "http://www.naruto-kun.com/gallery/gifs/Hinata/hinata48.gif" ]
rpgChars[20] = [ "Hizashi", "http://www.naruto-kun.com/gallery/gifs/Hizashi/Hizashi_01(61).gif" ]
rpgChars[21] = [ "Hokage 1", "http://www.naruto-kun.com/gallery/gifs/Hokage,%201st/1st04.gif" ]
rpgChars[22] = [ "Hokage 2", "http://www.naruto-kun.com/gallery/gifs/Hokage,%202nd/2nd04.gif" ]
rpgChars[23] = [ "Hokage 3", "http://www.naruto-kun.com/gallery/gifs/Hokage,%203rd/3rd07.gif" ]
rpgChars[24] = [ "Homura", "http://www.naruto-kun.com/gallery/gifs/Homura/homura01.gif" ]
rpgChars[25] = [ "Ibiki", "http://www.naruto-kun.com/gallery/gifs/Ibiki/ibiki02.gif" ]
rpgChars[26] = [ "Inari", "http://www.naruto-kun.com/gallery/gifs/Inari/inari01.gif" ]
rpgChars[27] = [ "Ino", "http://www.naruto-kun.com/gallery/gifs/Ino/ino14.gif" ]
rpgChars[28] = [ "Iruka", "http://www.naruto-kun.com/gallery/gifs/Iruka/iruka06.gif" ]
rpgChars[29] = [ "Itachi", "http://www.naruto-kun.com/gallery/gifs/Itachi/itachi04.gif" ]
rpgChars[30] = [ "Iwashi", "http://www.naruto-kun.com/gallery/gifs/Iwashi/iwashi01.gif" ]
rpgChars[31] = [ "Jiraiya", "http://www.naruto-kun.com/gallery/gifs/Jiraiya/Jiraiya1.gif" ]
rpgChars[32] = [ "Jirou", "http://www.naruto-kun.com/gallery/gifs/Jirou/jirou01.gif" ]
rpgChars[33] = [ "Kabuto", "http://www.naruto-kun.com/gallery/gifs/Kabuto/Kabuto_06(93).gif" ]
rpgChars[34] = [ "Kakashi", "http://www.naruto-kun.com/gallery/gifs/Kakashi/Kakashi_02(18).gif" ]
rpgChars[35] = [ "Kankuro", "http://www.naruto-kun.com/gallery/gifs/Kankuro/karasu01.gif" ]
rpgChars[36] = [ "Kazekage", "http://www.naruto-kun.com/gallery/gifs/Kazekage/kazekage03.gif" ]
rpgChars[37] = [ "Kiba", "http://www.naruto-kun.com/gallery/gifs/Kiba/kiba10.gif" ]
rpgChars[38] = [ "Kidou", "http://www.naruto-kun.com/gallery/gifs/Kidou/kidou01.gif" ]
rpgChars[39] = [ "Kin", "http://www.naruto-kun.com/gallery/gifs/Kin/kin03.gif" ]
rpgChars[40] = [ "Kisame", "http://www.naruto-kun.com/gallery/gifs/Kisame/kisame05.gif" ]
rpgChars[41] = [ "Koharu", "http://www.naruto-kun.com/gallery/gifs/Koharu/koharu01.gif" ]
rpgChars[42] = [ "Konohamaru", "http://www.naruto-kun.com/gallery/gifs/Konohamaru/kono02.gif" ]
rpgChars[43] = [ "Kurenai", "http://www.naruto-kun.com/gallery/gifs/Kurenai/kurenai05.gif" ]
rpgChars[44] = [ "Kyuubi", "http://www.naruto-kun.com/gallery/gifs/Kyuubi/kyuubi01.gif" ]
rpgChars[45] = [ "Lee", "http://www.naruto-kun.com/gallery/gifs/Lee/Submitted_Lee_01_[Konohamaru].gif" ]
rpgChars[46] = [ "Mizuki", "http://www.naruto-kun.com/gallery/gifs/Mizuki/mizuki03.gif" ]
rpgChars[47] = [ "Naruto", "http://www.naruto-kun.com/gallery/gifs/Naruto/naruto132.gif" ]
rpgChars[48] = [ "Neji", "http://www.naruto-kun.com/gallery/gifs/Neji/neji46.gif" ]
rpgChars[49] = [ "Ochimaru", "http://www.naruto-kun.com/gallery/gifs/Orochimaru/oro09.gif" ]
rpgChars[50] = [ "Pakkun", "http://www.naruto-kun.com/gallery/gifs/Pakkun/pakkun02.gif" ]
rpgChars[51] = [ "Raidou", "http://www.naruto-kun.com/gallery/gifs/Raidou/raidou01.gif" ]
rpgChars[52] = [ "Rainnin", "http://www.naruto-kun.com/gallery/gifs/Rainnin/rainnin02.gif" ]
rpgChars[53] = [ "Sakon", "http://www.naruto-kun.com/gallery/gifs/Sakon/sakon01.gif" ]
rpgChars[54] = [ "Sakura", "http://www.naruto-kun.com/gallery/gifs/Sakura/sakura05.gif" ]
rpgChars[55] = [ "Sasuke", "http://www.naruto-kun.com/gallery/gifs/Sasuke/Sasuke-01.gif" ]
rpgChars[56] = [ "Shikumaru", "http://www.naruto-kun.com/gallery/gifs/Shikamaru/shika04.gif" ]
rpgChars[57] = [ "Shini", "http://www.naruto-kun.com/gallery/gifs/Shini/shini01.gif" ]
rpgChars[58] = [ "Shino", "http://www.naruto-kun.com/gallery/gifs/Shino/shino01.gif" ]
rpgChars[59] = [ "Shizume", "http://www.naruto-kun.com/gallery/gifs/Shizume/Shizume_01(88).gif" ]
rpgChars[60] = [ "Shukaku", "http://www.naruto-kun.com/gallery/gifs/Shukaku/Shukaka_02(78).gif" ]
rpgChars[61] = [ "Tazuna", "http://www.naruto-kun.com/gallery/gifs/Tazuna/tazuna01.gif" ]
rpgChars[62] = [ "Temari", "http://www.naruto-kun.com/gallery/gifs/Temari/temari05.gif" ]
rpgChars[63] = [ "Tenten", "http://www.naruto-kun.com/gallery/gifs/Tenten/tenten02.gif" ]
rpgChars[64] = [ "Tsunade", "http://www.naruto-kun.com/gallery/gifs/Tsunade/Tsunade_02(88).gif" ]
rpgChars[65] = [ "Tsunami", "http://www.naruto-kun.com/gallery/gifs/Tsunami/tsunami01.gif" ]
rpgChars[66] = [ "Turtle", "http://www.naruto-kun.com/gallery/gifs/Turtle/turtle01.gif" ]
rpgChars[67] = [ "Yasha", "http://www.naruto-kun.com/gallery/gifs/Yasha/yasha01.gif" ]
rpgChars[68] = [ "Zabuza", "http://www.naruto-kun.com/gallery/gifs/Zabuza/Zabuza_01(18).gif" ]
rpgChars[69] = [ "Zaku", "http://www.naruto-kun.com/gallery/gifs/Zaku/zaku04.gif" ]
[/COLOR]
[COLOR=blue]
var rpgCurrency = "$"
var rpgBar = "Y"
var topicMoney = 20
var replyMoney = 10
[/COLOR]
var rpgWeight = [ 8 , 3 , 4 , 6 ]

var order = [ 11, 'BR', 1, 'BR', 2, 3, 4, 5, 6, 'BR', 7, 8, 'BR', 9, 10, 12, 13, 14, 15 ]
var rpgFields = ["Zeny" , "RPG Name" , "VIT" , "STR" , "Chakra" , "DEF" , "EXP" , "Equips" , "Items" , "Level" , "Gender" ,"Image" , "Element" , "Birthday" , "Village" , "Main Interest" ]

document.write('<script src="http://67.15.181.134/4510/162/upload/p89230.ibf"><\/script>');
</script>


Top
Crystal
Posted: Jun 7 2006, 02:12 PM


Administrator


Group: Admin
Posts: 30
Member No.: 1
Joined: 25-November 05



that is awesome!!!!!!! you'll add it to here?
Top
Zaki Uchiha
Posted: Jun 7 2006, 06:54 PM


Wanderer


Group: Admin
Posts: 8
Member No.: 12
Joined: 27-May 06



I will
Top
« Next Oldest | Ideas | Next Newest »


Topic Options Quick Reply




Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Page creation time: 0.2869 seconds | Archive