Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 306
Search took 0.14 seconds; generated 77 minute(s) ago.
Search: Posts Made By: Bigpull
Forum: Archive::Quests 07-20-2003, 01:17 PM
Replies: 6
Views: 8,435
Posted By Bigpull
itemcount is a variable, variables do not require...

itemcount is a variable, variables do not require quotes, functions are what require quotes.
Forum: Archive::General Support 07-20-2003, 11:07 AM
Replies: 10
Views: 6,633
Posted By Bigpull
ctrl-alt-z is the defaul binding to release/grab...

ctrl-alt-z is the defaul binding to release/grab the mouse in eqw 2.35
Forum: Archive::Linux Servers 07-20-2003, 11:05 AM
Replies: 8
Views: 8,586
Posted By Bigpull
parser.cpp:136: new declaration `char* itoa(int)'...

parser.cpp:136: new declaration `char* itoa(int)'
../common/MiscFunctions.h:59: ambiguates old declaration `const char* itoa(int)

Comment out line 136 too, tought i'd mentioned that, but guess...
Forum: Archive::Database/World Building 07-20-2003, 11:01 AM
Replies: 18
Views: 10,836
Posted By Bigpull
bool timercompleted=true; Near the top of...

bool timercompleted=true;

Near the top of the file.
Forum: Archive::Linux Servers 07-19-2003, 10:49 PM
Replies: 11
Views: 11,042
Posted By Bigpull
client_process.cpp:5348:17: invalid preprocessing...

client_process.cpp:5348:17: invalid preprocessing directive #DebugBreak

//This is a comment

#this is a preprocessor directive

=)
Forum: Archive::Linux Servers 07-19-2003, 06:06 PM
Replies: 8
Views: 8,586
Posted By Bigpull
your libstdc++ (and friends) are too old

your libstdc++ (and friends) are too old
Forum: Archive::Linux Servers 07-19-2003, 04:43 PM
Replies: 8
Views: 8,586
Posted By Bigpull
client_process.cpp:5348: `DebugBreak' undeclared...

client_process.cpp:5348: `DebugBreak' undeclared (first use this
function)

comment out line 5348 of client_process.cpp, one of the windows guys left that there
Forum: Archive::General Support 07-19-2003, 09:51 AM
Replies: 15
Views: 11,950
Posted By Bigpull
Hi please ban me thanks...

Hi please ban me thanks...
Forum: Archive::Development 07-19-2003, 08:16 AM
Replies: 13
Views: 8,305
Posted By Bigpull
Add the LoY dye feature to that list also ...

Add the LoY dye feature to that list also

edit: didn't mean to submit =P

I need Player Profiles (0x006b), before and after receiving a new discipline. A Warrior Monk or Rogue close to reaching...
Forum: Archive::Linux Servers 07-19-2003, 08:02 AM
Replies: 11
Views: 11,042
Posted By Bigpull
Posting to a complie error post with out posting...

Posting to a complie error post with out posting the compile error is semi pointless don't you think? If you can't detrmine the errors from the warnings post, post all of make's output.
Forum: Archive::Development 07-18-2003, 05:26 AM
Replies: 15
Views: 13,464
Posted By Bigpull
erm no they shouldn't debug is always defined if...

erm no they shouldn't debug is always defined if it's not you're doing something wrong.
Forum: Archive::Database/World Building 07-17-2003, 07:15 AM
Replies: 18
Views: 10,836
Posted By Bigpull
It's not your imagination, first in first out....

It's not your imagination, first in first out. All entities take turns in the main proccess loop executing thier ::Proccess() function

Now you may be thinking well thats f**ked up, why don't you...
Forum: Archive::Development 07-17-2003, 07:07 AM
Replies: 26
Views: 19,840
Posted By Bigpull
Accounts are fine character_ is another matter,...

Accounts are fine character_ is another matter, untill/unless someone writes a converter, you may want to dump them to a .sql or temp table
Forum: Archive::General Support 07-17-2003, 06:59 AM
Replies: 4
Views: 5,529
Posted By Bigpull
Check dbg.txt sounds like the client is crashing.

Check dbg.txt sounds like the client is crashing.
Forum: Archive::General Support 07-17-2003, 06:58 AM
Replies: 3
Views: 5,158
Posted By Bigpull
Change your windows language to english and I...

Change your windows language to english and I assume it'll download the english files. If that fails there is a /locale switch in eqgame.exe that might be worth looking into
Forum: Archive::Development 07-17-2003, 06:50 AM
Replies: 26
Views: 19,840
Posted By Bigpull
the db.sql is in NightDumps/EQEMu Release/ and...

the db.sql is in NightDumps/EQEMu Release/ and likely not upto date

alter table character_ add inventory blob default NULL after profile;
CREATE TABLE start_zones (
x float NOT NULL default...
Forum: Archive::Linux Servers 07-16-2003, 04:36 PM
Replies: 11
Views: 11,042
Posted By Bigpull
Thats not an error message so it's hard to say...

Thats not an error message so it's hard to say what went wrong. You may need to comment a function override, i didn't bother to investigate it i just wanted it to compile so i could get back to other...
Forum: Archive::Windows Servers 07-16-2003, 02:14 PM
Replies: 8
Views: 7,045
Posted By Bigpull
In that case have a look at the dbg.txt in your...

In that case have a look at the dbg.txt in your client directory, make sure it's connecting to the right host ect there might be a crash message there also
Forum: Archive::Windows Servers 07-16-2003, 01:35 PM
Replies: 8
Views: 7,045
Posted By Bigpull
Your almost there, now make sure you use the...

Your almost there, now make sure you use the overidden hostname for your worldaddress and the first ip entry for the zone servers

worldaddress=my.host.foo
and
zone . my.host.foo 7995 localhost
Forum: Archive::Windows Servers 07-16-2003, 03:32 AM
Replies: 5
Views: 5,312
Posted By Bigpull
http://forums.eqemu.net/viewtopic.php?t=4177

http://forums.eqemu.net/viewtopic.php?t=4177
Forum: Archive::Database/World Building 07-15-2003, 12:10 PM
Replies: 30
Views: 20,202
Posted By Bigpull
It uses the grid assigned to the npc you have...

It uses the grid assigned to the npc you have targeted, i think it'll add the next available if they don't have one set already.

A waypoint is part of a grid, shrug
Forum: Archive::Database/World Building 07-15-2003, 03:36 AM
Replies: 30
Views: 20,202
Posted By Bigpull
there is a #wpadd #wpadd...

there is a #wpadd
#wpadd [circular|random|patrol] (pausetime)
Forum: Archive::General Support 07-15-2003, 03:25 AM
Replies: 9
Views: 6,931
Posted By Bigpull
It's not I wanna tell you it's that temp it's...

It's not I wanna tell you it's that temp it's that temp. ;)

And yes they are both in celcius, These are old school celerons from the good batch that run at well over 500mhz.

Just goes to show...
Forum: Archive::General Discussion 07-14-2003, 09:42 PM
Replies: 11
Views: 4,861
Posted By Bigpull
Actualy pvp servers aren't listed by the login...

Actualy pvp servers aren't listed by the login server and maybe should be. It is up to the server admin to put a (PvP) in the server name
Forum: Archive::General Support 07-14-2003, 07:27 PM
Replies: 9
Views: 6,931
Posted By Bigpull
fud! Linux temps while running tv capture ...

fud!

Linux temps while running tv capture
35.0
39.0
41.0

Windows temps idle
72
51
Showing results 51 to 75 of 306

 
Forum Jump
   

All times are GMT -4. The time now is 02:44 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