[Guide] Working way to play any class with any race -
06-18-2008
I have tried Guitargod218's guide to try to playing with any class on any race, and i have not found success. I started to look through my database and found found out how to do it. Ill add screen shots ASAP.
First open a new Query and put this into it and run it.
Quote:
CREATE TABLE `player_levelstats` (
`race` tinyint(3) unsigned NOT NULL,
`class` tinyint(3) unsigned NOT NULL,
`level` tinyint(3) unsigned NOT NULL,
`hp` smallint(5) unsigned NOT NULL,
`mana` smallint(5) unsigned NOT NULL,
`str` tinyint(3) unsigned NOT NULL,
`agi` tinyint(3) unsigned NOT NULL,
`sta` tinyint(3) unsigned NOT NULL,
`int` tinyint(3) unsigned NOT NULL,
`spi` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`race`,`class`,`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores levels stats.'
That will make a new table for this. NEW TABLE!
Then make a new Query and put this into it, but make sure to change the race to the race you need and the class to the class you want. For example if you want a Blood Elf Warrior, you would take out the Race and put in 10 and take out the class and put 1.
For a mass text editor go here [Only registered and activated users can see links. ]
For the list of Races/Classes go to [Only registered and activated users can see links. ]
You will need to go to [Only registered and activated users can see links. ] if your server goes higher then 70.
After you run the Query above, go to your database and find the table "playercreateinfo" and open it.
Once opened make a new record, + symbol if using navicat.
When you have made the new record fill in the index number with the next highest number, then the id for your class, and race. Then find another record of the same race and copy all the info into the correct boxes. When you get to the part where it says base strength and base agility and all that you can put any numbers into there. Finish entering all that information, and when done close that window.
Then copy this Query but make sure to change Race and Class to the ones you want.. Example, take out Race and put in 10, and take out class and put in 1.. for a blood elf warrior.
Quote:
INSERT INTO `playercreateinfo_bars` VALUES ('Race', 'Class', '1', '133', '0', '0');
INSERT INTO `playercreateinfo_bars` VALUES ('Race', 'Class', '2', '168', '0', '0');
INSERT INTO `playercreateinfo_bars` VALUES ('Race', 'Class', '0', '6603', '0', '0');
INSERT INTO `playercreateinfo_bars` VALUES ('Race', 'Class', '10', '159', '128', '0');
INSERT INTO `playercreateinfo_bars` VALUES ('Race', 'Class', '11', '2070', '128', '0');
Then start your server and create a character that is the race you want. Then log off and shut down your server. Go into your character tab and choose that character and change his class to the class you want. There you go! Start you server back up and log in as it. But there is one problem, changing, lets say a blood elf rogue to warrior, can cause some problems, like when i did that i got no EXP and i could not talk, i have yet to fix that, but when i do, i will up date THIS PART and add some screen shots. Thank You.
P.S. i have yet to try any other classes and races other then blood elf warrior. will update when i have found out fixes to those problems.
Last edited by coreykrauss13; 06-19-2008 at 11:14 PM.
Theres a more stable way to do it but it involves getting rid of another race. Like i have a completely working undead paladin and a blood elf warrior on mine if you can have a GM cast on you .learnsk 698 300 300 or learnsk 699 300 300 depending on what faction you are ... Then you should be able to talk np.
If this hasn't already been posted put spell # 817 in the table that defines what spells the character starts off with or have someone else with gm prims learn you the spell this will teach you Language: old tongue which will let you talk to all languages and understand evryone.