Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: Templus
Forum: Support::Windows Servers 11-19-2010, 12:03 PM
Replies: 16
Views: 5,203
Posted By Templus
Got signal working :D woot! thank you :) so...

Got signal working :D woot! thank you :)

so that number is the NPC type ID :)
Forum: Support::Windows Servers 11-17-2010, 06:33 PM
Replies: 16
Views: 5,203
Posted By Templus
The signal doesn't seem to be working ... I'll...

The signal doesn't seem to be working ... I'll have to try proximity
Forum: Support::Windows Servers 11-16-2010, 02:56 AM
Replies: 16
Views: 5,203
Posted By Templus
interesting .. how would you set something like...

interesting .. how would you set something like that up in player.pl? I didn't realize you could do that..

edit:

hmm .. perhaps something as simple as using a proximity event on the mob?
Forum: Support::Windows Servers 11-16-2010, 02:40 AM
Replies: 16
Views: 5,203
Posted By Templus
noob enters the world, goes to the loading zone,...

noob enters the world, goes to the loading zone, is immediately transferred to a new private instance created for them where they are welcomed by 2 NPCs that are of their same race.. they then go...
Forum: Support::Windows Servers 11-15-2010, 11:14 PM
Replies: 16
Views: 5,203
Posted By Templus
errrr .. yeah it is $glob .. I just messed up...

errrr .. yeah it is $glob .. I just messed up retyping it in the post here

the problem is with using $instanceID as part of the variable name
Forum: Support::Windows Servers 11-15-2010, 10:30 PM
Replies: 16
Views: 5,203
Posted By Templus
interesting idea.. but then I'd have to make a...

interesting idea.. but then I'd have to make a ton of copies of the zone with all the spawns/npcs in them .. hmm .. not sure how to do that either .. lol =\

i'll try it without the quotes .. is it...
Forum: Support::Windows Servers 11-15-2010, 12:16 PM
Replies: 16
Views: 5,203
Posted By Templus
still not working ...

still not working



quest::setglobal("newbrace_$instanceID", $raceid, 7,"H2");

quest::say("Global Set");

my $glob = $qglobals{"newbrace_$instanceID"};
Forum: Support::Windows Servers 11-15-2010, 11:56 AM
Replies: 16
Views: 5,203
Posted By Templus
I can't seem to set a global variable... ...

I can't seem to set a global variable...


quest::setglobal("newbrace_$instanceID", $raceid, 7,"H2");

quest::say("Global Set");

my $glob = $qglobals{"newbrace_$instanceID"};
...
Forum: Support::Windows Servers 11-14-2010, 09:14 PM
Replies: 16
Views: 5,203
Posted By Templus
Set Race of NPC based on owner of instance?

Is there any way to set the race of an NPC based on the owner of an instance? (without having to keep crazy kinds of track of that kind of thing using global variables) .. I guess it can be done with...
Forum: Support::Linux Servers 11-14-2010, 02:56 PM
Replies: 5
Views: 4,172
Posted By Templus
Ok I see now.. I fixed the issue with there being...

Ok I see now.. I fixed the issue with there being no spawns.. (basically I figured out what that variable meant in createzone)

here's the new code:

my $instanceID =...
Forum: Support::Linux Servers 11-14-2010, 12:23 PM
Replies: 5
Views: 4,172
Posted By Templus
..... Went and got pretty much every database...

..... Went and got pretty much every database update and now I can't login to my server anymore =\\\ ....

starting from scratch again ..... =\

Still would like to get this instance bug resolved...
Forum: Support::Linux Servers 11-14-2010, 11:01 AM
Replies: 5
Views: 4,172
Posted By Templus
Cool. Thank you :) I still can't seem to...

Cool. Thank you :)

I still can't seem to find out why my instance has no NPCs and buffs that last only 3 minutes .. perhaps I need to find some kind of a database update...
Forum: Support::Linux Servers 11-14-2010, 12:46 AM
Replies: 5
Views: 4,172
Posted By Templus
Found out basic instancing techniques.. here's...

Found out basic instancing techniques.. here's how I'm doing it:

my $instanceID = quest::CreateInstance("freportn", $charid, 6400);
quest::AssignToInstance($instanceID);
quest::MovePCInstance(8,...
Forum: Support::Windows Servers 11-13-2010, 11:54 AM
Replies: 2
Views: 2,215
Posted By Templus
Block Pathing / firewall?

I'd like to be able to make zones unable to be zoned out of .. preferably by completely blocking pathing to the zone-out while creating kind of a "fire wall" effect where pathing is blocked and...
Forum: Support::Linux Servers 11-12-2010, 06:40 PM
Replies: 6
Views: 3,058
Posted By Templus
make sure you have gcc go into the ubuntu...

make sure you have gcc

go into the ubuntu package manager

System > Administration > Synaptic Package Manager

you'll want to get a bunch of stuff from there, particularly gcc, apache,...
Forum: Quests::Q&A 11-12-2010, 06:38 PM
Replies: 5
Views: 3,432
Posted By Templus
Got it working. Thanks so much :)

Got it working. Thanks so much :)
Forum: Support::Linux Servers 11-12-2010, 04:46 PM
Replies: 5
Views: 4,172
Posted By Templus
Guide to creating instanced zones?

Where can I find some kind of a guide for creating / working with zone instances? I can't seem to find anything about that :(

Thanks :D
Forum: Quests::Q&A 11-12-2010, 04:41 PM
Replies: 5
Views: 3,432
Posted By Templus
I see, cool. So no added code/plugin is needed?...

I see, cool. So no added code/plugin is needed? Just doing this sort of thing within your EVENT_SAY? Or do you need to get the saylink plugin from somewhere?

Thanks :)
Forum: Quests::Q&A 11-12-2010, 01:38 PM
Replies: 5
Views: 3,432
Posted By Templus
Clickable NPC quest text?

Can't seem to find a link for how to do this anywhere save for the posting with a link that doesn't work. I know pretty much everyone uses clickable quest text though. If anyone could point me in the...
Forum: Support::Windows Servers 11-10-2010, 10:00 AM
Replies: 1
Views: 2,195
Posted By Templus
I figured out how to do this by copying a combine...

I figured out how to do this by copying a combine box item and creating new recipes using the PEQ database as well as the PEQ editor

The latest copies of PEQ database and PEQ editor are only...
Forum: Quests::Q&A 11-09-2010, 05:31 PM
Replies: 5
Views: 3,131
Posted By Templus
Tried doing it a number of ways based on the...

Tried doing it a number of ways based on the suggestions. Still can't get it working. Oh well :(

Thanks :)
Forum: Support::Windows Servers 11-09-2010, 05:26 PM
Replies: 1
Views: 2,195
Posted By Templus
Making a Combine Box?

How does one go about making a custom combine box complete with customized combination recipes? Not necessarily using tradeskills, just basic combination.

Thanks :)
Forum: Quests::Q&A 11-09-2010, 01:12 AM
Replies: 5
Views: 3,131
Posted By Templus
addloot on spawn?

this doesn't seem to work:


sub EVENT_SPAWN{
$npc->addloot(119811);
}


i put it into "test.pl" in my zone and #reloadquest and then do #spawn test 1 1 1 1 1 1
Forum: Quests::Q&A 11-09-2010, 12:55 AM
Replies: 6
Views: 3,214
Posted By Templus
wow .. i cant believe i missed the bracket .....

wow .. i cant believe i missed the bracket .. thanks :)
Forum: Support::Windows Servers 11-08-2010, 10:02 PM
Replies: 12
Views: 3,285
Posted By Templus
ahh i see, individually for each item eh? ...

ahh i see, individually for each item eh?

thanks :)

is 100 the maximum you can do for stacks?
Showing results 1 to 25 of 39

 
Forum Jump
   

All times are GMT -4. The time now is 12:17 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3