View Single Post
  #14  
Old 03-21-2015, 10:42 PM
Songsinger
Fire Beetle
 
Join Date: Mar 2015
Posts: 21
Default

cant get either of these to work, Mage epic spell id for Summon orb is 1944. it still scribes when put into both of these configurations? does this not got off the ID in the database or am I still missing something?

With
Code:
	my @blockedspells = (1944);
	quest::scribespells ($ulevel, $ulevel - 1, $blockedspells);
in the 1944 is in red, still scribes all spells.

with the other formate the
Code:
quest::scribespells ($ulevel, $ulevel - 1, "1944");
the 1944 is grayed out and still scribes all spells.
Reply With Quote