• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Instant 80 - All spells and weapon skills on start.

Tommy

Founder
Great share!

However, the DELETE FROM could be simplified like this:

Code:
DELETE FROM `playercreateinfo_spell` WHERE note IN ('Hunter Spell', 'Priest Spell', 'Warlock Spell', 'Deathknight Spell', 'Mage Spell', 'Druid Spell', 'Paladin Spell', 
'Warrior Spell', 'Rogue Spell', 'Shaman Spell, 'Mage portal - Horde', 'Mage portal - Alliance');

Basic future advice if you guys ever come across anything like that again. Other than that, good release. :p
 

Portals

Banned
Great share!

However, the DELETE FROM could be simplified like this:

Code:
DELETE FROM `playercreateinfo_spell` WHERE note IN ('Hunter Spell', 'Priest Spell', 'Warlock Spell', 'Deathknight Spell', 'Mage Spell', 'Druid Spell', 'Paladin Spell', 
'Warrior Spell', 'Rogue Spell', 'Shaman Spell, 'Mage portal - Horde', 'Mage portal - Alliance');

Basic future advice if you guys ever come across anything like that again. Other than that, good release. :p

Thanks for the advice, share*.
 
Top