Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 147
Search took 0.02 seconds; generated 81 minute(s) ago.
Search: Posts Made By: prickle
Forum: Development::Bots 01-10-2010, 03:58 PM
Replies: 38
Views: 28,657
Posted By prickle
ok... hmmm... a lot has changed in the sources...

ok... hmmm... a lot has changed in the sources since this thread was originally posted...

Let me see if I have everything straight...

DOES WORK:
-Rev1052 Windows Binaries W/ NEW database...
Forum: Development::Bots 01-10-2010, 03:54 PM
Replies: 6
Views: 7,290
Posted By prickle
yup.... changing that one line definitely fixed...

yup.... changing that one line definitely fixed the bot create bug for me.
Forum: Support::Linux Servers 01-10-2010, 03:40 PM
Replies: 24
Views: 22,152
Posted By prickle
My server ~only~ serves my LAN. So, I use the...

My server ~only~ serves my LAN. So, I use the "privatelogin" server found on the following .... errrr... forgot external links not allowed... Google for "eqemu privatelogin" it comes up as the first...
Forum: Development::Bots 01-10-2010, 03:24 PM
Replies: 38
Views: 28,657
Posted By prickle
Did you also add -DBOTS to your world/makefile...

Did you also add -DBOTS to your world/makefile file as well?

Sounds like you've got all the necessary sql patches in, but you're bots aren't cooperating properly.

Here are a couple of things...
Forum: Development::Bots 01-10-2010, 03:13 PM
Replies: 6
Views: 7,290
Posted By prickle
yeah, I saw that bit in the bot.cpp file, but...

yeah, I saw that bit in the bot.cpp file, but didn't bother with editing and recompiling that when I first encountered the error. I'll try it out and report my results...


I'm not sure what to...
Forum: Support::Linux Servers 01-10-2010, 05:21 AM
Replies: 24
Views: 22,152
Posted By prickle
for database stuff it's fairly straight forward. ...

for database stuff it's fairly straight forward. If you do not have the phpMyAdmin package installed on Mint then you can always use command line.

With command line you'll do something like:...
Forum: Development::Bots 01-10-2010, 01:24 AM
Replies: 6
Views: 7,290
Posted By prickle
Unable to create new bots

I've noticed that I am unable to create new bots with Rev 1085. The following are the steps that I take to reproduce the bug:

1) Issue the bot create command:
#bot create <random bot name>...
Forum: Support::Linux Servers 01-09-2010, 11:10 PM
Replies: 24
Views: 22,152
Posted By prickle
I use Ubuntu for my Linux box, so I predominently...

I use Ubuntu for my Linux box, so I predominently used this Wiki when I setup my EQEmu server:
http://www.eqemulator.net/wiki/wikka.php?wakka=DebianLinuxServer

I did a ~brief~ read up on Mint and...
Forum: Development::Bots 01-09-2010, 10:04 PM
Replies: 8
Views: 8,756
Posted By prickle
makes bot spawning a bit more "intuitive". ...

makes bot spawning a bit more "intuitive". Unfortunately (for me), that means I need to go change all of my bot spawn hot keys...

on the up side, I noticed there are botgroup save, camp, and...
Forum: Development::Bots 01-09-2010, 10:02 PM
Replies: 6
Views: 8,406
Posted By prickle
yup... definitely happens with Rev 1052. Get a...

yup... definitely happens with Rev 1052. Get a mob within melee range of a wizzie familiar and it will mow that mob down. Pretty easy to replicate when fighting "giant" mobs like wurms and giants...
Forum: Development::Server Code Submissions 01-09-2010, 09:55 PM
Replies: 20
Views: 28,253
Posted By prickle
yes yes, thanks WildCardX! And thanks for...

yes yes, thanks WildCardX! And thanks for providing an interim solution that worked great, bad_captain!

I've not updated my server to the latest source yet... but after seeing the change list...
Forum: Development::Bots 01-09-2010, 09:47 PM
Replies: 38
Views: 28,657
Posted By prickle
The healing bug was definitely happening in...

The healing bug was definitely happening in Rev1052. I've not tried it with the most recent Rev's yet, because I've just returned from vacation...
Forum: Development::Bots 01-09-2010, 09:43 PM
Replies: 12
Views: 13,597
Posted By prickle
question out of curiosity, because I haven't...

question out of curiosity, because I haven't tried it since I discovered archery crashed my zone server. Now that it's fixed, will the bots you tell to use archery remember to use archery when you...
Forum: Support::Linux Servers 12-30-2009, 10:32 AM
Replies: 11
Views: 11,186
Posted By prickle
the quick edit to hit all the files: -go to...

the quick edit to hit all the files:

-go to the top level build directory
-run the following command:
grep -Ril i686 * | xargs perl -pi -e 's/i686/i386/g'
-run 'make clean'
-run 'make'
Forum: Development::Bots 12-21-2009, 06:17 PM
Replies: 38
Views: 28,657
Posted By prickle
I had similar problems for a while... however,...

I had similar problems for a while... however, the windows binaries would work while my Linux compiles would not. In my case it turned out that I needed to remove the -O flags from the zone/makefile...
Forum: Misc::Screenshots 12-21-2009, 01:42 PM
Replies: 18
Views: 58,574
Posted By prickle
not EQ... but still... :P a classic.......

not EQ... but still... :P

a classic.... Leroy JENKINS!!!!!!

http://www.youtube.com/watch?v=LkCNJRfSZBU
Forum: Development::Bots 12-21-2009, 01:07 PM
Replies: 38
Views: 28,657
Posted By prickle
Since it's the only sql file you didn't mention,...

Since it's the only sql file you didn't mention, did you source in the EQEmuServer/utils/sql/svn/bots.sql file?

Since it's not working for neither your SVN compiled build nor the downloaded Win...
Forum: Development::Server Code Submissions 12-20-2009, 05:28 PM
Replies: 20
Views: 28,253
Posted By prickle
Been playing around with this quite a bit this...

Been playing around with this quite a bit this weekend. As for the healing issues, I've been noticing... I've come up with the following so far:

-Healing goes a bit wonky with static zones in the...
Forum: Development::Bots 12-20-2009, 03:51 PM
Replies: 4
Views: 9,322
Posted By prickle
I play a ranger on my server and the "#bot...

I play a ranger on my server and the "#bot botgroup attack <groupleader>" command works fine for me..

You might want to review the syntax of your attack commands. The botgroup leader's name is...
Forum: Development::Server Code Submissions 12-16-2009, 03:04 PM
Replies: 20
Views: 28,253
Posted By prickle
I've been playing with this code tweak on my...

I've been playing with this code tweak on my server... and i seem to be getting random times where the cleric bot(s) goes on strike. I just can't pin it down to what's causing it yet. My most...
Forum: Development::Server Code Submissions 11-30-2009, 03:17 PM
Replies: 20
Views: 28,253
Posted By prickle
Yeah, same here... Although, I did find some...

Yeah, same here...

Although, I did find some weirdness yesterday where my group's cleric was refusing to heal during a raid (all other clerics in the other groups were doing their job though)......
Forum: Development::Server Code Submissions 11-29-2009, 05:21 AM
Replies: 20
Views: 28,253
Posted By prickle
CH rotation seems to work ok... though it could...

CH rotation seems to work ok... though it could go a bit faster. I just tested it against Dozekar the Cursed w/ a 6-group lvl 55 bot raid. The MT was grouped with 4 clerics and a shaman, the MT...
Forum: Development::Server Code Submissions 11-29-2009, 04:04 AM
Replies: 20
Views: 28,253
Posted By prickle
OK, I just looked more into that Force of Nature...

OK, I just looked more into that Force of Nature + heal issue I had... Looking back at my eqclient logs and with additional testing, I found the cleric wasn't healing me because it was out of mana......
Forum: Development::Server Code Submissions 11-29-2009, 03:02 AM
Replies: 20
Views: 28,253
Posted By prickle
I just patched this into SVN rev 1052... ...

I just patched this into SVN rev 1052...

testing it out right now. Seems to be doing ok with straight regen spells...

I'm not so sure about multi-component buffs that have a regen segment to...
Forum: Support::Linux Servers 11-23-2009, 11:58 AM
Replies: 5
Views: 10,643
Posted By prickle
I compile on Ubuntu 9.10 with Perl 5.10 and gcc...

I compile on Ubuntu 9.10 with Perl 5.10 and gcc version 4.3.4. It compiles successfully for me all the time. However, I have to make 1 change to the makefiles to enable successful compiles:

1) ...
Showing results 76 to 100 of 147

 
Forum Jump
   

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