View Single Post
  #9  
Old 02-14-2013, 02:28 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

No no, ghanja wasn't working on that one bud.

Code:
my $buffs = {
        enchanter => {
            spelllist	=>	["Bind Affinity","Breeze","Clarity","Clarity II","Alacrity","Augment","Aanya's Quickening","Rune I"],
            spellcost	=>	[10,25,50,200,10,30,100,5],
			spellid		=>	[35,697,174,1693,170,1729,1708,481]
        },
        necromancer => {
            spelllist	=>	["Dead Men Floating"],
            spellcost	=>	[10],
			spellid		=>	[1391]
        },
    };
Should be in the last one we were working on. However, the use of grep you may be better off with.

Now using the above and the references I pointed out the other night, tie it all together.
Reply With Quote