Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 101 to 125 of 147
Search took 0.05 seconds; generated 81 minute(s) ago.
Search: Posts Made By: prickle
Forum: Support::Linux Servers 11-18-2009, 03:14 PM
Replies: 11
Views: 12,170
Posted By prickle
interesting. I'll have to play around with those...

interesting. I'll have to play around with those on my next day off from work to see what i can and can't do with those flags to get a working server going... thanks for the additional informaiton
Forum: Support::Linux Servers 11-15-2009, 11:38 PM
Replies: 11
Views: 12,170
Posted By prickle
Ok, a little update on this issue I had... ...

Ok, a little update on this issue I had...

The changes listd above worked great on my server with my SoF client UNTIL I recompiled with bots. Once I added -DBOTS to world/makefile and...
Forum: Support::Linux Servers 11-15-2009, 04:06 PM
Replies: 11
Views: 12,170
Posted By prickle
this worked out perfectly! Zoning takes a couple...

this worked out perfectly! Zoning takes a couple of seconds longer, but I can deal with it as long as I can play with my SoF client!
Forum: Support::Linux Servers 11-15-2009, 02:11 PM
Replies: 11
Views: 12,170
Posted By prickle
Excellent! I'll give this a try!

Excellent! I'll give this a try!
Forum: Support::Linux Servers 11-14-2009, 01:50 PM
Replies: 7
Views: 11,021
Posted By prickle
ok, I must be doing something wrong during my...

ok, I must be doing something wrong during my compiles then...

I assume you're also using SoF client as well?
Forum: Support::Linux Servers 11-13-2009, 01:35 PM
Replies: 11
Views: 12,170
Posted By prickle
Thanks for the reply. I'll try to answer your...

Thanks for the reply. I'll try to answer your questions as best I can:



I'm currently running svn Rev. 1048... I started having problems with Rev 1038, but decided to upgrade incase it was the...
Forum: Support::Linux Servers 11-13-2009, 12:45 AM
Replies: 11
Views: 12,170
Posted By prickle
My server doesn't like SoF clients

I finally purchased a copy of SoF to play with, and my Eqemu server which seemed to be working fine with my Titanium client crashes every time I try to log in with my SoF client. I copied the new...
Forum: Support::General Support 11-12-2009, 12:26 AM
Replies: 20
Views: 45,917
Posted By prickle
have you tried turning on compatibility modes for...

have you tried turning on compatibility modes for the exe? You can do that by right-clicking on the app and select properties...

I start with setting it to Windows XP compatibility mode... if...
Forum: Support::Linux Servers 11-07-2009, 06:01 PM
Replies: 7
Views: 11,021
Posted By prickle
I'm curious, did you compile with bots? If so,...

I'm curious, did you compile with bots? If so, does bot zoning work for you?
Forum: Support::Linux Servers 11-06-2009, 01:47 PM
Replies: 7
Views: 11,021
Posted By prickle
hmmmm... I compiled with gcc4.3 fine on Ubuntu...

hmmmm... I compiled with gcc4.3 fine on Ubuntu 9.04...

Upgraded to Ubuntu 9.10 lastnight, and it broke bot zoning for me. Recompiled this morning, and bot zoning is still borked even after...
Forum: Support::Linux Servers 11-06-2009, 01:33 PM
Replies: 7
Views: 11,021
Posted By prickle
I ran into this problemthis morning too. To...

I ran into this problemthis morning too. To allow the build to compile I did the following:

-Opened the common/SocketLib/Mime.cpp file
-uncommented the #include <stdio.h> line to make it active...
Forum: Development::Bots 10-25-2009, 01:09 PM
Replies: 6
Views: 9,019
Posted By prickle
NP, glad you got it working :) Thanks for...

NP, glad you got it working :)

Thanks for the update Cavedude!
Forum: Development::Bots 10-24-2009, 10:28 PM
Replies: 6
Views: 9,019
Posted By prickle
it needs to go into the WORLD/makefile as well ...

it needs to go into the WORLD/makefile as well

This is the line I added -DBOTS to in my WORLD/makefile:
DFLAGS=-DDEBUG=5 -DEQDEBUG=5 -DSHAREMEM -DCATCH_CRASH -DNO_PIDLOG -DFIELD_ITEMS -DIRC...
Forum: Support::Linux Servers 10-24-2009, 02:53 PM
Replies: 1
Views: 6,986
Posted By prickle
Never Mind... Turns out, I needed to source...

Never Mind...

Turns out, I needed to source in the "Rev1008.sql" file found in the updates directory of the PEQ DB Rev 1008 database package....
Forum: Development::Bots 10-24-2009, 02:50 PM
Replies: 41
Views: 42,808
Posted By prickle
yes, that's exactly what it means The...

yes, that's exactly what it means

The "Rev1008.sql" update file made changes to my database that the main "peqdb_Rev1008.sql" file did not.

I will continue checking out the raiding/multi-group...
Forum: Development::Bots 10-24-2009, 02:46 PM
Replies: 6
Views: 9,019
Posted By prickle
I was having the same problem (until ~just~ now)...

I was having the same problem (until ~just~ now) and went through a boat load (2 or 3 days worth) of troubleshooting try and figure it out...

The ultimate fix for me was the following:

-Make...
Forum: Development::Bots 10-24-2009, 02:38 PM
Replies: 41
Views: 42,808
Posted By prickle
assumptions are killing me.... ...

assumptions are killing me....
http://scienceblogs.com/insolence/facepalm.jpg

even though I used the used the "peqdb_Rev1008.sql" file during my updates last night, it did not apply the changes...
Forum: Development::Bots 10-24-2009, 02:31 PM
Replies: 41
Views: 42,808
Posted By prickle
it's there from my last compile: ...

it's there from my last compile:
:~/eqemubuilds/10232009/world$ cat makefile

HCC=$(shell ccache -V 2>/dev/null)
ifneq (,$(findstring version,$(HCC)))
CC=ccache gcc
else
CC=gcc...
Forum: Development::Bots 10-24-2009, 01:08 PM
Replies: 41
Views: 42,808
Posted By prickle
the only things I change after an SVN check out...

the only things I change after an SVN check out are the following:

-march=i686 to -march=athlon64 (all makefiles)

And:

Add -DBOTS to the zone/makefile

Add bot.o and botRaids.o to the...
Forum: Development::Bots 10-24-2009, 12:47 PM
Replies: 41
Views: 42,808
Posted By prickle
Sorry, the first post with initial log in with NO...

Sorry, the first post with initial log in with NO GROUP. I was splitting it up into 3 posts instead of 1 long post. #1 zone in no group, #2 spawn bot setup testing group, and #3 evac/zone the...
Forum: Development::Bots 10-24-2009, 12:44 PM
Replies: 41
Views: 42,808
Posted By prickle
The following is the log outputs after EVAC WITH...

The following is the log outputs after EVAC WITH bot group:

zone_templeveeshan.log (grouped evac):
[Debug] Zoning Nunyas to safe coords (-499.000000,-2086.000000,-36.000000) in templeveeshan...
Forum: Development::Bots 10-24-2009, 12:37 PM
Replies: 41
Views: 42,808
Posted By prickle
There are the log entries made for spawning my...

There are the log entries made for spawning my bot and adding to group

MySQL Tables after spawning bot and adding to group (bot is Nukesalot leader os PC Nunyas):
mysql> select * from group_id;...
Forum: Development::Bots 10-24-2009, 12:18 PM
Replies: 41
Views: 42,808
Posted By prickle
More info on my bot zoning issue: Updated to...

More info on my bot zoning issue:

Updated to 1038 last night

Here are the log entries:

eqemu_debug_world.log - log in from char select to ToV:
6667 [10.24. - 09:06:44] [WORLD__CLIENT]...
Forum: Development::Bots 10-23-2009, 07:14 PM
Replies: 41
Views: 42,808
Posted By prickle
To answer your original question... Raiding...

To answer your original question...

Raiding seems ok... I've been 2 grouping in ToV all day. sometimes 2 full groups and sometimes 1 full group and 2 half groups...The raid stuff seems to be...
Forum: Development::Bots 10-23-2009, 02:34 PM
Replies: 41
Views: 42,808
Posted By prickle
ah... well shoot... /sigh

ah... well shoot... /sigh
Showing results 101 to 125 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