Log in

View Full Version : Get rid of Wayfarers Camps?


mgellan
04-17-2014, 06:58 PM
Hey all:

I'm trying to get PEQ stripped down to roughly what it was just before Luclin released but can't figure out where in the database wayfarer's camps are set up... can someone give me a hint please? Thanks!

Regards,
Mg

Maze_EQ
04-18-2014, 09:03 AM
The mobs would be in the npc_types table.

The scripts for them are in the quests folder.

and the ground objects follow the same deal.

AFAIK You can't remove the tents and shit.

Robregen
04-18-2014, 10:51 AM
The tents and other objects are door objects. They would be in the door tables of your database. Stuff like BARREL3, WAYBROBNR700, WBTENT700 can be removed.

Npc would be in npc_types table.

mgellan
04-20-2014, 03:17 PM
Aha! Ok thanks, I was puzzled when I couldn't find them in the objects table.

Regards,
Mg