PDA

View Full Version : All mobs are indifferent to non-gm characters


Garaborn
07-03-2010, 10:38 AM
George I am posting this question here because I used your database download from georgestools. If you think i should post this question elsewhere let me know.
I got everything working well with your georges_db_r1496_1316BOTS_.rar
database. Thanks again for your revision.
My only glitch is the mobs are all indifferent, even goblin warriors to my halfling in rivervale. Their character status is left at the 20 default. (so not GM's)
I read some articles about running faction patches to fix but I havent found a good rev match and I dont want to muck up anything anyways.

Do you have any ideas?

Thanks

GeorgeS
07-03-2010, 01:04 PM
Ok here you go


ALTER TABLE `faction_list` ADD COLUMN `mod_r60` smallint(6) NOT NULL default '0' AFTER `mod_r14`;
ALTER TABLE `faction_list` ADD COLUMN `mod_r120` smallint(6) NOT NULL default '0' AFTER `mod_r108`;


I'll update the database to reflect these changes

GeorgeS

Garaborn
07-04-2010, 01:34 PM
Thanks George, I applied the change and it worked great! I appreciate the help.