HI there, i Need a little help creating a .sql to add plate and mail skills to new players.
I have a nice script to do it already that contains lots of entries like:
INSERT INTO playercreateinfo_skills ( indexid, skillid, level, maxlevel )VALUES ( 15, 413, 400,400);
INSERT INTO playercreateinfo_skills ( indexid, skillid, level, maxlevel )VALUES ( 16, 293, 400,400);
The trouble is it gives plate and mail skills to EVERYONE even mages.
How do I identify which indexID refers to warriors and paladin etc?
I know the indexIDs for races (human=1 orc=2 etc)
And I know the indexIDs for classes (warrior=1 mage=8 etc)
But in this script the indexIDs start at 1 and go to like 56!
How do I know which ones to cut out so that only classes that are supposed to have plate and mail have it?
Heres a link to the file
HI there, i Need a little help creating a .sql to add plate and mail skills to new players.
I have a nice script to do it already that contains lots of entries like:
INSERT INTO playercreateinfo_skills ( indexid, skillid, level, maxlevel )VALUES ( 15, 413, 400,400);
INSERT INTO playercreateinfo_skills ( indexid, skillid, level, maxlevel )VALUES ( 16, 293, 400,400);
The trouble is it gives plate and mail skills to EVERYONE even mages.
How do I identify which indexID refers to warriors and paladin etc?
I know the indexIDs for races (human=1 orc=2 etc)
And I know the indexIDs for classes (warrior=1 mage=8 etc)
But in this script the indexIDs start at 1 and go to like 56!
How do I know which ones to cut out so that only classes that are supposed to have plate and mail have it?
Thanks in advance
I need 3 posts to be able to
Post a link so heres the 3 and....
Here the link to the file with every class getting plate and mail skill.
Which ones do I delete to only allow those that SHOULD be able to wear plate and mail to get the skill on creation. THANKS
http://www.alterna-uo.net/wow/pands.sql.zip