Help with quest::set_proximity
So far what I
|
heres a working example of a proximity..
Code:
sub EVENT_SPAWN quest::set_proximity(200,-200,100,-100,10,-10); this would make a proximity at those same coords. hope this makes sense and helps :) edit: yours is probably working but you have to go to the coords 0,30 |
Code:
sub EVENT_SPAWN I fixed the last line, yours was bad |
oh see I thought that the code ment the distance away from the NPC.
sub EVENT_SPAWN { quest::set_proximity(0,30,0,30,0,30); } So that 0 would be right on top of the NPC and 30 would be 30 units away from the NPC in all directions. But what your saying is that it means that I have to be at 0,30 to get the reaction, yes or no? |
I just tested the code below and that works just as I wanted thank you Angelox and Cripp.
Code:
sub EVENT_SPAWN |
All times are GMT -4. The time now is 03:47 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.