Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 126 to 147 of 147
Search took 0.03 seconds; generated 81 minute(s) ago.
Search: Posts Made By: prickle
Forum: Development::Bots 10-23-2009, 02:06 PM
Replies: 41
Views: 42,808
Posted By prickle
I just noticed this line in the...

I just noticed this line in the 1030_botzoningsupport.sql file

DROP TABLE IF EXISTS `botactives`;

The 1027_botactives.sql file creates this table, and then the 1030 update removes it. Is this...
Forum: Development::Bots 10-23-2009, 11:48 AM
Replies: 41
Views: 42,808
Posted By prickle
well, just added -DBOTS to my world/makefile and...

well, just added -DBOTS to my world/makefile and then followed that up with 'make clean' and 'make' from the top level build directory.

I'm still getting the same results. bots still forget to...
Forum: Support::Linux Servers 10-23-2009, 11:43 AM
Replies: 1
Views: 6,986
Posted By prickle
Rev 1036 and new bot functionality

Hello,

I've been discussing this particular issue in the bot dev forum for a bit, but thought I'd ask in here too just incase it's a linux specific issue.

I've been unable to get the new bot...
Forum: Development::Bots 10-23-2009, 02:48 AM
Replies: 41
Views: 42,808
Posted By prickle
hmmmmm.... I was only aware of needing to add...

hmmmmm.... I was only aware of needing to add -DBOTS to the zone/makefile ... I didn't know about the world/makefile

I'll add it, recompile, and report back tomorrow...

The group is 1 player...
Forum: Development::Bots 10-23-2009, 01:33 AM
Replies: 41
Views: 42,808
Posted By prickle
this is after zoning: mysql> select * from...

this is after zoning:

mysql> select * from group_id;
+---------+--------+-------------+
| groupid | charid | name |
+---------+--------+-------------+
| 109002 | 1 | Nunyscleric |...
Forum: Development::Bots 10-23-2009, 01:22 AM
Replies: 41
Views: 42,808
Posted By prickle
I'm playing with a full bot party right now this...

I'm playing with a full bot party right now this is what's in the two tables right now:

mysql> select * from group_id;
+---------+--------+-------------+
| groupid | charid | name |...
Forum: Development::Bots 10-23-2009, 12:28 AM
Replies: 41
Views: 42,808
Posted By prickle
ok... I've had some time with them now... (still...

ok... I've had some time with them now... (still haven't had a chance to check the raiding aspect though)

I did the following after I got home from work:

Redid DB with PEQ DB Rev1008:
-sourced...
Forum: Development::Bots 10-22-2009, 05:50 PM
Replies: 41
Views: 42,808
Posted By prickle
in case it helps: $ gcc --version gcc...

in case it helps:

$ gcc --version
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO...
Forum: Development::Bots 10-22-2009, 02:20 PM
Replies: 41
Views: 42,808
Posted By prickle
That was happening with rev 1035. I updated...

That was happening with rev 1035.

I updated to rev 1036 last night, but didn't have time to personally test it out.

I'll be able to test rev 1036 (or whatever the latest is when I get home)...
Forum: Development::Bots 10-22-2009, 09:15 AM
Replies: 41
Views: 42,808
Posted By prickle
I haven't had a chance to test out the raiding...

I haven't had a chance to test out the raiding aspect with the bots and the new code. However, the one part of the new bots code that I was able to test was with zoning. On my system (Ubuntu...
Forum: Support::Linux Servers 10-17-2009, 05:34 PM
Replies: 9
Views: 8,440
Posted By prickle
adding #include <stdlib.h> to the...

adding
#include <stdlib.h>
to the QGlobals.cpp file allowed me to complete the compile...

Thanks folks!
Forum: Support::Linux Servers 10-17-2009, 05:29 PM
Replies: 9
Views: 8,440
Posted By prickle
Rev all revs after 1015 fail compile for me... ...

Rev all revs after 1015 fail compile for me...

I'm using:

$ gcc --version
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the...
Forum: Support::Linux Servers 10-17-2009, 10:03 AM
Replies: 9
Views: 8,440
Posted By prickle
Revisions from 1015 to current

Hi all,

Since SVN revision 1015 the compiles have been failing with:
QGlobals.cpp:23: warning: suggest parentheses around && within ||
QGlobals.cpp: In member function ‘void...
Forum: Support::Linux Servers 10-02-2009, 09:34 PM
Replies: 10
Views: 8,632
Posted By prickle
I missed that. I've enabled that so the zones on...

I missed that. I've enabled that so the zones on my server that are still dynamic will be more persistent when I come back to them. Though, I don't think it'll be exactly like a statically loaded...
Forum: Support::Linux Servers 10-02-2009, 02:22 PM
Replies: 10
Views: 8,632
Posted By prickle
I haven't noticed any memory leaks with dynamic...

I haven't noticed any memory leaks with dynamic zones, yet (running rev 974). However, I HAVE noticed that some PoP zones (e.g. poinnovations and a couple of others) like to chew on 200+ MB of RAM...
Forum: Support::Linux Servers 10-02-2009, 02:13 PM
Replies: 2
Views: 6,067
Posted By prickle
I used the sticky at the top of this forum to...

I used the sticky at the top of this forum to help me figure out how to compile with bots...

http://www.eqemulator.net/forums/showthread.php?t=29464

there are two links in there that tell you...
Forum: Support::Linux Servers 10-02-2009, 02:10 PM
Replies: 2
Views: 5,872
Posted By prickle
I've figured it out enough for myself to...

I've figured it out enough for myself to understand at this point with the help of some Google Fu.

The -Di386 needs to stay as that's the basic architecture. The -march=xxxxxxx is the...
Forum: Support::Linux Servers 09-16-2009, 02:40 PM
Replies: 2
Views: 5,872
Posted By prickle
Should I change -Di386 entries in the makefiles?

Hi,

I've already compiled the server and have it running. Everything appears to be running fine at this point, including the bots. However, I couldn't help but notice that when I did my original...
Forum: Support::Windows Servers 09-16-2009, 01:02 PM
Replies: 14
Views: 12,287
Posted By prickle
bah... figured out my problem... apparently I...

bah... figured out my problem... apparently I forgot to uncomment out the first set of IPs... O_o
Forum: Support::Linux Servers 09-16-2009, 12:14 PM
Replies: 10
Views: 11,011
Posted By prickle
yup... I did it shortly after I posted my last...

yup... I did it shortly after I posted my last response and it worked perfectly.

When I originally sourced the sql files, I had used peq mysql rev 974 files to populate the database. So, all I...
Forum: Support::Linux Servers 09-14-2009, 02:06 PM
Replies: 10
Views: 11,011
Posted By prickle
Please excuse my ignorance, but if I understand...

Please excuse my ignorance, but if I understand the compile correctly the only binary difference between the "with bots" build and the "without bots build" is in the zone binary file.

So, to...
Forum: Support::Windows Servers 09-08-2009, 07:41 PM
Replies: 14
Views: 12,287
Posted By prickle
I'm experiencing the same problems as the OP. ...

I'm experiencing the same problems as the OP. Every time I try to enter the world my eqemu_debug_world.log spews:


5543 [09.08. - 16:14:13] [WORLD__CLIENT] player: Attempting autobootup of...
Showing results 126 to 147 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