PDA

View Full Version : Change Faction


Nightrider84
06-02-2026, 02:06 AM
I hope this is a lot simpler than I am making it. Basically I want to make it so Ogre's can go to druid circles without getting KOS. and for the life of me I can't figure it out. I know it has to do with specific factions being negative towards specific races I just don't know where to go to change that.

Thanks

blackdragonsdg
06-02-2026, 10:12 AM
Easiest way would be to set the faction of the npc's at the druid circle to zero.

Nightrider84
06-02-2026, 11:43 AM
How do I go about doing that?

blackdragonsdg
06-02-2026, 03:28 PM
First thing backup your database before you make any changes. You are going to need to get the npc id for each of the npc's at the druid rings. To do this you can use #showstats command while targeting the npc. This will tell you a bunch of information on that npc. You may have to set your status level to 250 in the account table to make the command work. Once you have all of the correct npc id's you can just use sql commands to update the npc types table to set the faction id to zero. It is possible that there is faster way to do this but I can not think of one at the moment.