Log in

View Full Version : Attacking merchants


lymontyme
06-02-2023, 09:11 PM
What determines whether a specific merchant can be attacked? Is it a certain field in a table, or hardcoded somewhere? I have noticed that I can attack merchants in Shadow Haven, Crescent Reach or the tutorial "B" zone (mines of Gloomingdeep), but not in North Qeynos or West Freeport. [Edit: clarifying that Freeport is the old zone, and this is specifically merchants - I can attack regular mobs and guards just fine in those zones]

Kingly_Krab
06-03-2023, 09:03 AM
The `special_abilities`column in `npc_types` causes this.
https://docs.eqemu.io/server/npc/special-attacks/

lymontyme
06-05-2023, 10:27 PM
Got it. Tried this on Ping in Freeport and was promptly flattened, as desired. Thanx!