Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Loxo
Forum: General::General Discussion 12-11-2016, 03:58 PM
Replies: 4
Views: 7,071
Posted By Loxo
sub EVENT_SPAWN { $npc->SetAppearance(1); ...

sub EVENT_SPAWN
{
$npc->SetAppearance(1);
my $x = $npc->GetX();
my $y = $npc->GetY();
quest::set_proximity($x - 10, $x + 10, $y - 10, $y + 10);
$x = undef;
$y = undef;
}
Forum: Quests::Q&A 02-15-2013, 08:19 AM
Replies: 3
Views: 7,496
Posted By Loxo
a working version of the first script for...

a working version of the first script for comparison:

##northwind.pl
sub EVENT_SPAWN
{
my $randomgail = (int(rand(1800)) + 300);
my $randomgust = (int(rand(1200)) + 300);
my $randombreeze =...
Forum: Quests::Custom 02-14-2013, 07:34 PM
Replies: 7
Views: 6,609
Posted By Loxo
Climb a tree

##a_Pine.pl
sub EVENT_SPAWN
{
$x = $npc->GetX();
$y = $npc->GetY();
$z = $npc->GetZ();
quest::set_proximity($x - 8, $x + 8, $y - 8, $y + 8, $z - 200, $z + 50);
}

sub EVENT_ENTER
Forum: Quests::Q&A 02-14-2013, 07:31 PM
Replies: 3
Views: 7,496
Posted By Loxo
Ok thank you for clearing that up and for the tip...

Ok thank you for clearing that up and for the tip on needing to validate, really I would have had assumed I had a corrupt perl file or something.

I think I already have a simple script of how to...
Forum: Quests::Q&A 02-14-2013, 08:32 AM
Replies: 3
Views: 7,496
Posted By Loxo
$mob->DoKnockback(?);

XS(XS_Mob_DoKnockback); /* prototype to pass -Wmissing-prototypes */
XS(XS_Mob_DoKnockback)
{
dXSARGS;
if (items != 4)
Perl_croak(aTHX_ "Usage: Mob::DoKnockback(THIS, caster, pushback,...
Showing results 1 to 5 of 5

 
Forum Jump
   

All times are GMT -4. The time now is 04:35 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3