Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 239
Search took 0.01 seconds.
Search: Posts Made By: Kroeg
Forum: Support::General Support 11-25-2004, 04:16 AM
Replies: 4
Views: 4,107
Posted By Kroeg
Download a copy of BitDefender standard 8.0. It's...

Download a copy of BitDefender standard 8.0. It's shareware, but is fully functional for 30 days. This happens to be one of the only anti-virus progs that successfully remove the win32.jeefo.A virus,...
Forum: Quests::Q&A 11-21-2004, 07:46 AM
Replies: 6
Views: 3,315
Posted By Kroeg
You showed him how to achieve the $item[no] way,...

You showed him how to achieve the $item[no] way, I showed him how to use what he had properly. So no, not what you said at all.
Forum: Quests::Q&A 11-21-2004, 05:20 AM
Replies: 6
Views: 3,315
Posted By Kroeg
Yeah, plus you're using itemcounts where they...

Yeah, plus you're using itemcounts where they obviously don't need to be. Such a use would be like this:


if ($itemcount{13758} == 1 && $itemcount{20270} == 2 && $itemcount{6011} == 3 &&...
Forum: Quests::Q&A 11-19-2004, 05:25 AM
Replies: 5
Views: 3,017
Posted By Kroeg
Aye, just caught that... probably because that's...

Aye, just caught that... probably because that's a sort of messy way to write a quest =]

sub EVENT_SAY {
if($text =~/Hail/i){
quest::say("Test"); }

if($text =~/Test/i){ ...
Forum: Quests::Q&A 11-19-2004, 05:09 AM
Replies: 20
Views: 6,061
Posted By Kroeg
Yes, you have to put the entire argument in or it...

Yes, you have to put the entire argument in or it will not work!

quest::movepc(zoneid, x, y, z);

is what it should always be

quest::movepc(zoneid);

will defnitely not work, unless there...
Forum: Quests::Q&A 11-19-2004, 05:03 AM
Replies: 36
Views: 13,943
Posted By Kroeg
You could try increasing their aggro radius, but...

You could try increasing their aggro radius, but I was pretty sure that guards were fixed. Weren't they?

I was just in qeynos the other day, and had fippy darkpaw follow me into the city and he...
Forum: Quests::Q&A 11-19-2004, 04:57 AM
Replies: 5
Views: 3,017
Posted By Kroeg
Also, not sure this is giving you a problem or...

Also, not sure this is giving you a problem or not, but you don't need to close every single line with a bracer.


sub EVENT_SAY {
if($text =~/Hail/i){ quest::say("Test");
...
Forum: Quests::Q&A 11-15-2004, 07:29 PM
Replies: 20
Views: 6,061
Posted By Kroeg
try not using the . dots ... perhaps that's...

try not using the . dots ... perhaps that's screwing with it.. not sure, but this is the first thing I would try. Use whole integers.
Forum: Development::Tools 11-14-2004, 07:37 PM
Replies: 25
Views: 9,001
Posted By Kroeg
Where's the sourcecode Muuss ? I'll add the...

Where's the sourcecode Muuss ? I'll add the changes during my offtime.
Forum: Development::Tools 11-14-2004, 07:35 PM
Replies: 129
Views: 77,902
Posted By Kroeg
I use IIS and php works just fine. All I need to...

I use IIS and php works just fine. All I need to do to get php working is install php, then make sure IIS knows how to handle a .php document and it works.
Forum: Development::Tools 11-12-2004, 02:52 PM
Replies: 129
Views: 77,902
Posted By Kroeg
Very NICE! I'm sending this to my webserver right...

Very NICE! I'm sending this to my webserver right now! Thanks a lot Muuss! :D
Forum: Development::Tools 11-12-2004, 02:33 PM
Replies: 25
Views: 9,001
Posted By Kroeg
Great job, and I've always been a long time...

Great job, and I've always been a long time supporter of this tool, back since when you first released it. One problem with this one is though, the syntax is off quite a bit.

Just plugging in a...
Forum: Quests::Q&A 11-12-2004, 04:03 AM
Replies: 2
Views: 2,918
Posted By Kroeg
Exactly right... you just need a full command...

Exactly right... you just need a full command list, and even more patience.
Forum: Quests::Q&A 11-11-2004, 01:41 PM
Replies: 11
Views: 4,263
Posted By Kroeg
54087.pl = I'd guess, multiple quotes " will...

54087.pl = I'd guess, multiple quotes " will screw with it.

54070.pl = you have to use { } like said before. An example would be: if($itemcount{13198} == 4){

You are also adding quotes to the...
Forum: Quests::Q&A 11-11-2004, 01:31 PM
Replies: 20
Views: 6,061
Posted By Kroeg
yep, that works too :) My main thing is...

yep, that works too :)

My main thing is sticking to eqlive as much as possible, and on eqlive it uses a spell casted on you. This is why I myself haven't added in soulbinders yet.
Forum: Quests::Q&A 11-10-2004, 07:14 PM
Replies: 20
Views: 6,061
Posted By Kroeg
the spells are already in, as they are spells...

the spells are already in, as they are spells used on eqlive. The issue with translocators is that the spells used to accomplish this are beneficial spells, like bind, which haven't been working. I'm...
Forum: Quests::Q&A 11-08-2004, 07:46 PM
Replies: 9
Views: 3,618
Posted By Kroeg
Damn, you're the man... this is very exciting. I...

Damn, you're the man... this is very exciting. I shall put this to great use in the near future! 8)
Forum: Quests::Q&A 11-08-2004, 07:17 PM
Replies: 4
Views: 3,227
Posted By Kroeg
Well, what are you trying to do with the item...

Well, what are you trying to do with the item counts? it works like this:

sub EVENT_ITEM {
if($itemcount{13198} == 4 && $itemcount{13199} == 3){
quest::say("Thanks for the 4 of this and 3 of...
Forum: Misc::Off Topic 11-05-2004, 08:53 PM
Replies: 4
Views: 3,312
Posted By Kroeg
Judging by the mis-structured english and the...

Judging by the mis-structured english and the seemingly instant nervousness from the seller, that and the "COMPUTER DVD DRIVE ONLY", they are bootlegs (probably crap quality I'll bet) and the seller...
Forum: Misc::Off Topic 10-30-2004, 05:08 AM
Replies: 8
Views: 3,195
Posted By Kroeg
I've personally never had good results with eq...

I've personally never had good results with eq and onboard sound. Seems to want to cut out and stop making any noise until you reboot. You can score a cheap soundcard (like an audigy gamer, which go...
Forum: Support::General Support 10-30-2004, 04:47 AM
Replies: 4
Views: 3,087
Posted By Kroeg
the #npcloot is the way I do it (if ever should I...

the #npcloot is the way I do it (if ever should I need to summon a nodrop item for someone else). Sometimes if you give a nodrop item to a mob/npc, it becomes a vendor then poofs when you slay it.
Forum: Development::Tools 10-28-2004, 03:56 AM
Replies: 14
Views: 4,227
Posted By Kroeg
Sorry about that... I've been having major...

Sorry about that... I've been having major problems with this particular workstation, and am about to completely rebuild it if it keeps doing that!@
Forum: Development::Tools 10-28-2004, 03:40 AM
Replies: 14
Views: 4,227
Posted By Kroeg
I can host it for you too, if you like.. I run my...

I can host it for you too, if you like.. I run my own webhost for my business and wouldn't mind sharing some bandwidth. :)
Forum: Development::Feature Requests 10-27-2004, 05:15 PM
Replies: 1
Views: 3,238
Posted By Kroeg
Optional Zoneproxy capability

This isn't entirely important, so I'll understand if it gets overlooked. My main issue with compiling zoneproxy code into each cvs myself is that I'm not a C++ savvy guy and end up getting fed up and...
Forum: Development::Feature Requests 10-19-2004, 04:23 AM
Replies: 16
Views: 7,357
Posted By Kroeg
The projecteq team uses the same tools and files...

The projecteq team uses the same tools and files that normal typical users have access to... as the projecteq team was started firstly as a private effort, much like yours. The only trick to it all...
Showing results 1 to 25 of 239

 
Forum Jump
   

All times are GMT -4. The time now is 03:44 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3