Thread: Miscellaneous: Ratraz-Neriak 3rd Gate
View Single Post
  #17  
Old 05-29-2014, 09:54 PM
Catashe Catashe is offline
Kobold


Join Date: Apr 2014
Posts: 156
Default

Quote:
Originally Posted by nilbog [You must be logged in to view images. Log in or Register.]
Yeah I don't think you can attack them anymore. There are a few other non-merchant npcs that should be on DarkBargainers.

Code:
select distinct npt.name,fl.name, sp2.zone from npc_types npt 
join spawnentry spt on (spt.npcid = npt.id) join npc_faction npcf on (npcf.id = npt.npc_faction_id) join faction_list fl on (fl.id = npcf.primaryfaction) 
join spawn2 sp2 on (sp2.spawngroupid=spt.spawngroupid) where npcf.primaryfaction = '69' and npt.class <> '41' order by fl.name,sp2.zone

Divn_L`Crit    DarkBargainers    neriaka
Bregna    DarkBargainers    neriaka
Pungla    DarkBargainers    neriaka
Antian_F`Lok    DarkBargainers    neriakb
Ratraz    DarkBargainers    neriakc
Lokar_To`Biath    DarkBargainers    neriakc
Dizra_To`Biath    DarkBargainers    neriakc
Mare_X`Lottl    DarkBargainers    neriakc
I would try the other ones but besides Lokar.. I don't really know where the others are and I'd probably end up killing lokar before I got him near a guard but I can try =\

EDIT: Well, i just attacked and dragged Lokar To'Biath to a guard and the guard didn't assist him either. So I guess it pretty much confirms the guards don't assist the DarkBargainers faction

Heres a picture of Lokar beating on me next to a guard to confirm: http://i561.photobucket.com/albums/s...n/EQ000002.png
Last edited by Catashe; 05-29-2014 at 10:00 PM..