|
Weapons
Nov 13, 2010 15:51:34 GMT -5
Post by [Head Server] on Nov 13, 2010 15:51:34 GMT -5
Well here is the code for the shop It's an utter nightmare xD
<script type="text/javascript"> <!-- /* YourShop Version 0.3
Copyright 2005-2008 Bradley Nelson a.k.a CCWorld All Rights Reserved
For use on Proboards Boards only. This Header must remain intact at all times. Do not re-post without permission. */
// staff that can mange shop settings var shopAdmin = [ "admin" ];
// staff that can edit money // Note: Users in shopAdmin DO NOT need to be listed here too var shopStaff = [ "ccworld" ];
var moneyName = "Dollars"; var moneySym = "$"; var moneyPP = 5; var shopOn = 1; var shopSig = 0; var shopAvatar = 0; var allowDonations = 1; var useButton = 1; var maxItems = -1; // can leave blank "" var buttonUrl = "http://pb.ccsr.us/shop/menu/card_shop.gif";
/*ITMLSTSTRHRE*/ var addOnItems = [ [0,"Basic Axe","http://pb.ccsr.us/shop/items/axe.gif",500,"A basic battle axe.",0,1], [1,"Bunch of Balloons #1","http://pb.ccsr.us/shop/items/balloonbunch.gif",250,"The first bunch of brightly colored balloons.",0,3], [2,"Blob","http://pb.ccsr.us/shop/items/blob.gif",800,"Buy your very own pet blob!",0,4], [3,"Bunny","http://pb.ccsr.us/shop/items/bunny.gif",900,"Buy your own pet bunny! Nice and fluffy...",0,4], [4,"Chain Mace","http://pb.ccsr.us/shop/items/chainmace.gif",750,"High quality iron chain mace.",0,1], [5,"Cross","http://pb.ccsr.us/shop/items/cross.gif",650,"A solid stone cross.",0,2], [6,"Cutlass","http://pb.ccsr.us/shop/items/cutlass.gif",800,"A well constructed cutlass.",0,1], [7,"Dagger","http://pb.ccsr.us/shop/items/dagger.gif",300,"A short, easily concealible dagger.",0,1], [8,"Dark Blue Balloon","http://pb.ccsr.us/shop/items/dbballoon.gif",75,"A dark blue balloon.",0,3], [9,"Double Axe","http://pb.ccsr.us/shop/items/doubleaxe.gif",950,"A double sided battle axe.",0,1], [10,"Fire Axe","http://pb.ccsr.us/shop/items/fireaxe.gif",850,"An axe enchanted with fire.",0,1], [11,"Fire Sword","http://pb.ccsr.us/shop/items/firesword.gif",800,"A sword enchanted with fire.",0,1], [12,"Green Balloon","http://pb.ccsr.us/shop/items/gballoon.gif",75,"A green balloon.",0,3], [13,"Hammer","http://pb.ccsr.us/shop/items/hammer.gif",300,"A strudy metal hammer.",0,2], [14,"Hand Axe","http://pb.ccsr.us/shop/items/handaxe.gif",400,"A small, but nice hand axe.",0,1], [15,"Harp","http://pb.ccsr.us/shop/items/harp.gif",650,"Make music (or at least noises) with this nice golden harp.",0,2], [16,"Light Blue Balloon","http://pb.ccsr.us/shop/items/lbballoon.gif",75,"A light blue balloon.",0,3], [17,"Bow","http://pb.ccsr.us/shop/items/makebow.gif",550,"A low quality make-shift bow.",0,1], [18,"Mallet","http://pb.ccsr.us/shop/items/mallet.gif",150,"A cheap, wooden mallet.",0,2], [19,"Minning Equipment","http://pb.ccsr.us/shop/items/mineeqp.gif",450,"A collection of minning equipment.",0,2], [20,"Purple Balloon","http://pb.ccsr.us/shop/items/pballoon.gif",75,"A purple balloon.",0,3], [21,"Penguin","http://pb.ccsr.us/shop/items/penguin.gif",1000,"Your very own pet penguin! Straight from the south pole.",0,4], [22,"Red Balloon","http://pb.ccsr.us/shop/items/rballoon.gif",75,"A red balloon.",0,3], [23,"Royal Bow","http://pb.ccsr.us/shop/items/royalbow.gif",1200,"A very high quality bow with all the accessories you could want.",0,1], [24,"Shovel","http://pb.ccsr.us/shop/items/shovel.gif",150,"A simple shovel.",0,2], [25,"Spiked Club","http://pb.ccsr.us/shop/items/spikedclub.gif",400,"A basic club covered in spikes.",0,1], [26,"Sword","http://pb.ccsr.us/shop/items/sword.gif",650,"The basic sword.",0,1], [27,"Water Sword","http://pb.ccsr.us/shop/items/watersword.gif",800,"A sword enchanted with water.",0,1], [28,"Wooden Club","http://pb.ccsr.us/shop/items/woodenclub.gif",150,"A thick club of wood.",0,1], [29,"Yellow Balloon","http://pb.ccsr.us/shop/items/yballoon.gif",75,"A yellow balloon.",0,3], [30,"Bunch of Balloons #2","http://pb.ccsr.us/shop/items/balloonbunch2.gif",250,"The second bunch of brightly colored balloons.",0,3], [31,"Purple Heart Balloon","http://pb.ccsr.us/shop/items/phballoon.gif",85,"A purple balloon shaped like a heart.",0,3], [32,"Red Heart Balloon","http://pb.ccsr.us/shop/items/rhballoon.gif",90,"A red balloon shaped like a heart.",0,3], [33,"Silver Earings","http://pb.ccsr.us/shop/items/searings.gif",1250,"A pair of silver earings.",0,5], [34,"Gold Earings","http://pb.ccsr.us/shop/items/gearings.gif",2500,"A high quality pair of gold earings.",0,5], [35,"Empty Potion Bottle","http://pb.ccsr.us/shop/items/nopotion.gif",50,"A bottle that could hold a potion, but is instead empty.",0,6], [36,"Red Potion","http://pb.ccsr.us/shop/items/redpotion.gif",650,"A bottle contaning a special red potion.",0,6], [37,"Green Potion","http://pb.ccsr.us/shop/items/greenpotion.gif",650,"A bottle contaning a special green potion.",0,6], [38,"Blue Potion","http://pb.ccsr.us/shop/items/bluepotion.gif",650,"A bottle contaning a special blue potion.",0,6], [39,"Red Pill","http://pb.ccsr.us/shop/items/redpill.gif",600,"A single red pill.",0,6], [40,"Red Pills","http://pb.ccsr.us/shop/items/redpills.gif",1300,"Three red pills.",0,6], [41,"Blue Pill","http://pb.ccsr.us/shop/items/bluepill.gif",600,"A single blue pill.",0,6], [42,"Blue Pills","http://pb.ccsr.us/shop/items/bluepills.gif",1500,"Three blue pills.",0,6], [43,"Med Kit","http://pb.ccsr.us/shop/items/medkit.gif",1800,"A med kit contaning everything you'd ever need.",0,6], [44,"Brown Cloths","http://pb.ccsr.us/shop/items/brownshirt.gif",550,"A brown shirt and a pair of pants.",0,5], [45,"Yellow Cloths","http://pb.ccsr.us/shop/items/yellowshirt.gif",550,"A yellow shirt and a pair of pants.",0,5], [46,"Red Cloths","http://pb.ccsr.us/shop/items/redshirt.gif",550,"A red shirt and a pair of pants.",0,5], [47,"Purple Cloths","http://pb.ccsr.us/shop/items/purpleshirt.gif",550,"A purple shirt and a pair of pants.",0,5], [48,"Green Cloths","http://pb.ccsr.us/shop/items/greenshirt.gif",550,"A greem shirt and a pair of pants.",0,5], [49,"Blue Cloths","http://pb.ccsr.us/shop/items/blueshirt.gif",550,"A blue shirt and a pair of pants.",0,5], [50,"Black Cloths","http://pb.ccsr.us/shop/items/blackshirt.gif",550,"A black shirt and a pair of pants.",0,5], [51,"Small Pile of Coins","http://pb.ccsr.us/shop/items/smcoins.gif",500,"A small pile of coins.",2,7], [52,"Medium Pile of Coins","http://pb.ccsr.us/shop/items/medcoins.gif",1000,"A medium pile of coins.",2,7], [53,"Large Pile of Coins","http://pb.ccsr.us/shop/items/bigcoins.gif",1500,"A large pile of coins.",2,7], [54,"Treasure Chest","http://pb.ccsr.us/shop/items/treasure.gif",2500,"A treasure chest fillied with coins.",2,7], [55,"Red Jewel","http://pb.ccsr.us/shop/items/redjewel.gif",500,"A shiny red jewel.",0,7], [56,"Blue Jewel","http://pb.ccsr.us/shop/items/bluejewel.gif",500,"A shiny blue jewel.",0,7], [57,"Green Jewel","http://pb.ccsr.us/shop/items/greenjewel.gif",500,"A shiny green jewel.",0,7]
]; var cMaxItems = 57; /*ITMLSTENDHRE*/ /*SHPITMSTRHRE*/ var shopItems = { title: { available: 1, amount: 250 }, sig: { available: 1, amount: 100 }, avatar: { available: 1, amount: 100 }, usernameBold: { available: 1, amount: 100 }, usernameItalic: { available: 1, amount: 100 }, usernameColor: { available: 1, amount: 100 }, usernameUline: { available: 1, amount: 100 }, rank: { available: 1, amount: 500, max: 5 } }; /*SHPITMENDHRE*/ /*SHPRNKSRTHRE*/ var shopRanks = [ [0, "Blue", "http://pb.ccsr.us/shop/stars/starblue.gif"], [1, "Red", "http://pb.ccsr.us/shop/stars/starred.gif"], [2, "Green", "http://pb.ccsr.us/shop/stars/stargreen.gif"], [3, "Small Yellow", "http://pb.ccsr.us/shop/stars/star.gif"], [4, "Large Yellow", "http://pb.ccsr.us/shop/stars/staryellow.gif"], [5, "Pink", "http://pb.ccsr.us/shop/stars/starpink.gif"], [6, "Purple", "http://pb.ccsr.us/shop/stars/starpurple.gif"], [7, "Black", "http://pb.ccsr.us/shop/stars/starblack.gif"], [8, "Grey", "http://pb.ccsr.us/shop/stars/stargrey.gif"], [9, "White", "http://pb.ccsr.us/shop/stars/starwhite.gif"] ]; var cMaxRanks = 9; /*SHPRNKENDHRE*/ /*SHPCATSRTHRE*/ var shopCats = [ [1, "Weapons"], [2, "Tools/Other"], [3, "Balloons"], [4, "Animals/Pets"], [5, "Clothing"], [6, "Medical"], [7, "Jewels"] ]; var cMaxCats = 7; /*SHPCATENDHRE*/ //--> </script> <script type="text/javascript" src="http://pb.ccsr.us/shop/0.3/main.js"></script>
|
|
|
Weapons
Nov 13, 2010 23:01:47 GMT -5
Post by Lineaux on Nov 13, 2010 23:01:47 GMT -5
<script type="text/javascript"> <!-- /* YourShop Version 0.3
Copyright 2005-2008 Bradley Nelson a.k.a CCWorld All Rights Reserved
For use on Proboards Boards only. This Header must remain intact at all times. Do not re-post without permission. */
// staff that can mange shop settings var shopAdmin = [ "admin", "Head Moderator" ];
// staff that can edit money // Note: Users in shopAdmin DO NOT need to be listed here too var shopStaff = [ "ccworld" ];
var moneyName = "Gold"; var moneySym = "G"; var moneyPP = 5; var shopOn = 1; var shopSig = 0; var shopAvatar = 0; var allowDonations = 1; var useButton = 1; var maxItems = -1; // can leave blank "" var buttonUrl = "http://pb.ccsr.us/shop/menu/card_shop.gif";
/*ITMLSTSTRHRE*/ var addOnItems = [ [0,"Nooblet Axe","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Axe. level 1. Heavy Axeman.",1,1], [1,"Ax Raider","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Axe. Level 7. Heavy Axeman.",1,1], [2,"Nooblet Sword","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Sword. Level 1. Blademaster.",1,1], [3,"Sword Fang","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Swrod. Level 7. Blademaster.",1,1], [4,"Nooblet Broad","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Broad Sword. Level 1. Heavy Blade.",1,1], [5,"Broad Cross","http://pb.ccsr.us/shop/items/cutlass.gif",250,"Broad Sword. Level 7. Heavy Blade.",1,1], [6,"Nooblet Twin","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Twin Swords. Level 1. Twin Blade.",1,1], [7,"Twin Lee","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Twin Swords. Level 7. Twin Blade.",1,1], [8,"Nooblet Fan","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Fans. Level 1. Macabre Dancer.",1,1], [9,"Fan Kai Shen","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Fans. Level 7. Macabre Dancer.",1,1], [10,"Nooblet Staff","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Staff. Level 1. Wavemaster.",1,1], [11,"Staff Quina","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Staff. Level 7. Wavemaster.",1,1], [12,"Nooblet Pole","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Lance. Level 1. Long Arm.",1,1], [13,"Pole Halbard","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Lance. Level 7. Long Arm.",1,1], [14,"Nooblet Ring","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Chakrams. Level 1. Illusionist.",1,1], [15,"Ring Gemini","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Chakrams. Level 7. Illusionist.",1,1], [16,"Nooblet Whip","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Whip. Level 1. Thaumatergist.",1,1], [17,"Whip Wrangler","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Whip. Level 7. Thaumatergist.",1,1], [18,"Nooblet Bow","http://pb.ccsr.us/shop/items/cutlass.gif",150,"Bow. Level 1. Ranger.",1,1], [19,"Bow Rune","http://pb.ccsr.us/shop/items/cutlass.gif",300,"Bow. Level 7. Ranger.",1,1], [20,"Health Drink","http://pb.ccsr.us/shop/items/redpotion.gif",40,"Heal Target 150 HP.",3,2], [21,"Health Potion","http://pb.ccsr.us/shop/items/redpotion.gif",150,"Heal Target 400 HP.",3,2], [22,"Mage's Soul","http://pb.ccsr.us/shop/items/bluepotion.gif",20,"Restore 100 SP.",3,2], [23,"Antidote","http://pb.ccsr.us/shop/items/redpotion.gif",10,"Heal target's Poison, Paralyze, Slow, ATK Down, DEF Down.",3,2], [24,"Restorative","http://pb.ccsr.us/shop/items/bluepotion.gif",10,"Heal Target's Curse, Charm, M-ATK Down, M-DEF Down",3,2], [25,"Resurrect","http://pb.ccsr.us/shop/items/redpotion.gif",60,"Resurrect dead party member",3,2], [26,"Warrior's Blood","http://pb.ccsr.us/shop/items/redpotion.gif",10,"Temporary increase in ATK",0,2], [27,"Knight's Blood","http://pb.ccsr.us/shop/items/redpotion.gif",10,"Temporary Increase in DEF",0,2], [28,"Hunter's Blood","http://pb.ccsr.us/shop/items/redpotion.gif",10,"Temporary Increase in Physical Accuracy.",0,2], [29,"Hermit's Blood","http://pb.ccsr.us/shop/items/bluepotion.gif",10,"Temporary increase in M-ATK",0,2], [30,"Beast's Blood","http://pb.ccsr.us/shop/items/bluepotion.gif",10,"Temporary increase in M-DEF",0,2], [31,"Wizard's Blood","http://pb.ccsr.us/shop/items/bluepotion.gif",10,"Temporary Increase in Magical Accuracy.",0,2], [32,"Fortune Wire","http://pb.ccsr.us/shop/items/searings.gif",5,"disarm risky Treasure.",4,2], [33,"Sprite Ocarina","http://pb.ccsr.us/shop/items/bluejewel.gif",20,"Return from Dungeon to Field.",4,2], [34,"Fairy's Orb","http://pb.ccsr.us/shop/items/greenjewel.gif",10,"Reveal floor plan and monster locations.",4,2], [35,"Revolver","http://pb.ccsr.us/shop/items/redjewel.gif",150,"Level 2 Skill. 15 SP. open to all classes.",7,3], [36,"Aerial Arc","http://pb.ccsr.us/shop/items/redjewel.gif",150,"Level 2 Skill. BM, TB, TH, IL, LA.",7,3], [37,"Followthrough","http://pb.ccsr.us/shop/items/redjewel.gif",200,"Level 2 Skill. All Classes",7,3], [38,"Tripple Wield","http://pb.ccsr.us/shop/items/redjewel.gif",200,"Level 2 Skill. HB, HA.",7,3], [39,"Barrier","http://pb.ccsr.us/shop/items/redjewel.gif",150,"Level 2 Skill. WM, MD",9,3], [40,"Repth","http://pb.ccsr.us/shop/items/redjewel.gif",150,"Level 2 Skill. All Classes.",9,3], [41,"Ap Orv","http://pb.ccsr.us/shop/items/redjewel.gif",200,"Level 2 SKill. All Classes.",9,3], [42,"Ap Orma","http://pb.ccsr.us/shop/items/redjewel.gif",200,"Level 2 SKill. WM, MD, IL, TB, TH",9,3], [43,"Launch","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 3 Skill. All Classes",7,3], [44,"Blowback","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 3 Skill. All Classes.",7,3], [45,"Drain","http://pb.ccsr.us/shop/items/redjewel.gif",550,"Level 3 Skill. WM, MD.",7,3], [46,"Vak Don","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 2 Skill. All Classes.",8,3], [47,"Gan Zot","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 2 Skill. All Classes.",8,3], [48,"Zan Rom","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 2 Skill. All Classes.",8,3], [49,"Rue Kruz","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 3 Skill. All Classes.",8,3], [50,"Rai Rom","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 3 Skill. All Classes.",8,3], [51,"Ani Zot","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 4 Skill. All Classes.",8,3], [52,"Juk Zot","http://pb.ccsr.us/shop/items/redjewel.gif",300,"Level 4 Skill. All Classes.",8,3], [53,"Ap Do","http://pb.ccsr.us/shop/items/redjewel.gif",600,"Level 4 Skill. All Classes.",9,3], [54,"Sure Footed","http://pb.ccsr.us/shop/items/redjewel.gif",800,"Level 2 Skill. All Classes.",3,3], [55,"Stun Ward","http://pb.ccsr.us/shop/items/redjewel.gif",800,"Level 3 Skill. All Classes.",3,3], [56,"Poison Ward","http://pb.ccsr.us/shop/items/redjewel.gif",800,"Level 4 Skill. All Classes.",3,3], [57,"HP +1","http://pb.ccsr.us/shop/items/redjewel.gif",800,"Level 3 Skill. All Classes.",3,3]
]; var cMaxItems = 57; /*ITMLSTENDHRE*/ /*SHPITMSTRHRE*/ var shopItems = { title: { available: 1, amount: 250 }, sig: { available: 1, amount: 100 }, avatar: { available: 1, amount: 100 }, usernameBold: { available: 1, amount: 100 }, usernameItalic: { available: 1, amount: 100 }, usernameColor: { available: 1, amount: 100 }, usernameUline: { available: 1, amount: 100 }, rank: { available: 1, amount: 500, max: 5 } }; /*SHPITMENDHRE*/ /*SHPRNKSRTHRE*/ var shopRanks = [ [0, "Blue", "http://pb.ccsr.us/shop/stars/starblue.gif"], [1, "Red", "http://pb.ccsr.us/shop/stars/starred.gif"], [2, "Green", "http://pb.ccsr.us/shop/stars/stargreen.gif"], [3, "Small Yellow", "http://pb.ccsr.us/shop/stars/star.gif"], [4, "Large Yellow", "http://pb.ccsr.us/shop/stars/staryellow.gif"], [5, "Pink", "http://pb.ccsr.us/shop/stars/starpink.gif"], [6, "Purple", "http://pb.ccsr.us/shop/stars/starpurple.gif"], [7, "Black", "http://pb.ccsr.us/shop/stars/starblack.gif"], [8, "Grey", "http://pb.ccsr.us/shop/stars/stargrey.gif"], [9, "White", "http://pb.ccsr.us/shop/stars/starwhite.gif"] ]; var cMaxRanks = 9; /*SHPRNKENDHRE*/ /*SHPCATSRTHRE*/ var shopCats = [ [1, "Weapons"], [2, "Consumables"], [3, "Skills"], [4, "Animals/Pets"], [5, "Clothing"], [6, "Medical"], [7, "Jewels"] ]; var cMaxCats = 7; /*SHPCATENDHRE*/ //--> </script> <script type="text/javascript" src="http://pb.ccsr.us/shop/0.3/main.js"></script>
Read more: http://dothacklive.proboards.com/index.cgi?board=feedback&action=display&thread=343&page=1#ixzz15CvG5iuG
That should do it. for now. The code is such that I'll have to keep messing with it. I'll need to add more items to the list as the players progress. Higher level stuff isn't needed yet, but when it is, I'll need to add. This will probably cover us for a few levels at least.
|
|