Thread: Hail distance?
View Single Post
  #2  
Old 08-29-2013, 05:31 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by jshows1 View Post
Working quests, I noticed that to hail an npc you have to be almost right on top of them. Is the hail distance set somewhere in the pl files? Or is that controlled in the database?

I've been trying to locate this information in order to expand the hail distance a bit but have not had any luck finding where this data is stored.
jshows, if you set an NPC's proximity using either the quest::set_proximity or the plugin that I created plugin::SetProx(x/y radius, z radius), you can then initiate your dialogue through

sub EVENT_PROXIMITY_SAY

With this, you could technically initiate say from across the zone depending on your proximity box.

Hopefully this helps.

~Akkadius
Reply With Quote