Thread: Spell scriber..
View Single Post
  #3  
Old 06-04-2013, 07:48 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Nerdgasm, take a look in the spell_globals table, you can set a required qglobal for certain spells that you don't want to get scribed, it also requires you to set the value in which is required, the name is also nice to put in there so you can modify it later.
Code:
mysql> select * from spell_globals;
+---------+------------+-------------+-------+
| spellid | spell_name | qglobal     | value |
+---------+------------+-------------+-------+
|       1 | Test       | TestQGlobal | 1     |
+---------+------------+-------------+-------+
1 row in set (0.00 sec)
Reply With Quote