Mob Summons
Is there way to make an NPC summon a character who attacks it even if they havent done enough damage for the special attack summon to kick in?
|
From the wiki here:
http://www.eqemulator.net/wiki/wikka...a=QuestObjects This is probably your best option: MovePC(zoneID, x, y, z, ignorerestrictions= 0, summoned= false) Something like this should do the trick: Code:
my $myx = $npc->GetX(); |
Hm I might do a proximity or something. This is the case, I have an area of a zone populated with shadowmen who check the clients value of some global and if its high enough, they let them proceed, if not, the character keeps getting kicked back to entrace. Someone pointed out that the boss that you should have to have done a bunch of quests to reach can just be pulled to the entrance to people who havent done the quests. So, I want to find a way that basically as soon as they engage, they won't be able to pull the mob away.
|
Set the runspeed to 0 so that it is perma-rooted?
|
You could also tether the NPC to its spawn point.
|
Idk how to tether so I'll do the run speed 0 thing plus summon as a special attack. Thanks for the ideas
|
All times are GMT -4. The time now is 10:25 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.