Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 176 to 200 of 306
Search took 0.03 seconds; generated 95 minute(s) ago.
Search: Posts Made By: Bigpull
Forum: Archive::Development 06-08-2003, 06:21 AM
Replies: 33
Views: 37,367
Posted By Bigpull
Thank you, it'll be in CVS tomarrow or later...

Thank you, it'll be in CVS tomarrow or later tonight
Forum: Archive::Development 06-08-2003, 06:16 AM
Replies: 10
Views: 8,981
Posted By Bigpull
It's implemented almost verbatim, i made some...

It's implemented almost verbatim, i made some small changes.
tgb defaults to false (it's stored client side)
and 2 is the tgb status requester.

Bugs:
Target can change while casting, (eg, tab)...
Forum: Archive::Linux Servers 06-05-2003, 02:39 PM
Replies: 1
Views: 6,457
Posted By Bigpull
ulimit -c 99999 Run zone, crash zone.. gdb...

ulimit -c 99999
Run zone, crash zone..
gdb --core=core* ./zone
when it stops scrolling type "bt" and paste whats on screen.

As a small note make sure you "make clean" in zone after you'v built...
Forum: Archive::Database/World Building 06-03-2003, 05:31 AM
Replies: 3
Views: 6,207
Posted By Bigpull
"Print screen" is the windows shortcut to take a...

"Print screen" is the windows shortcut to take a screen capture into the clipboard, then you paste from clipboard into an image editor.

(don't fugging flood us with pictures!!!!)
If you click the...
Forum: Archive::Linux Servers 06-03-2003, 05:20 AM
Replies: 10
Views: 11,455
Posted By Bigpull
It's the `mysql_config --libs` Seems to only work...

It's the `mysql_config --libs` Seems to only work for me =P

as for the rest make sure you have all the files
Forum: Archive::Linux Servers 06-03-2003, 05:18 AM
Replies: 3
Views: 6,080
Posted By Bigpull
Need #ifdef BIG_ENDIAN in the network code, going...

Need #ifdef BIG_ENDIAN in the network code, going from my swisscheese memory i'd say mid feb worked ok on mips. But i haven't booted that machine up in months because i really hate writeing drivers,...
Forum: Archive::General Support 06-03-2003, 05:13 AM
Replies: 9
Views: 17,744
Posted By Bigpull
XP Firewall

XP Firewall
Forum: Archive::Bugs 06-03-2003, 05:03 AM
Replies: 2
Views: 5,270
Posted By Bigpull
It's a height issue, try gnome vs barbarian and...

It's a height issue, try gnome vs barbarian and vis versa. It's calulated from the targets head height, and not very well (try hitting lady vox ect.). npc_types needs a melee_range added to it so we...
Forum: Archive::Bugs 06-03-2003, 04:56 AM
Replies: 1
Views: 4,923
Posted By Bigpull
This isn't reproducable i've tryed and tryed and...

This isn't reproducable i've tryed and tryed and tryed. Odds are the packets getting lost, If anyone notices any kind of pattern it'd be most helpful.
Forum: Archive::Bugs 06-03-2003, 04:54 AM
Replies: 8
Views: 8,786
Posted By Bigpull
I don't believe there is an AA menu in the Old gui

I don't believe there is an AA menu in the Old gui
Forum: Archive::Development 06-03-2003, 04:50 AM
Replies: 5
Views: 6,881
Posted By Bigpull
zone/Client.cpp Of small note any /command...

zone/Client.cpp

Of small note any /command is Client side
Forum: Archive::Database/World Building 06-01-2003, 10:56 AM
Replies: 8
Views: 8,166
Posted By Bigpull
Message(0,"Usage: #fixmob...

Message(0,"Usage: #fixmob [nextrace|prevrace|gender|nexttexture|prevtexture|nexthelm|prevhelm]");
Forum: Archive::Development 05-29-2003, 02:31 PM
Replies: 7
Views: 7,385
Posted By Bigpull
You need the race for racial skills. Sneak hide...

You need the race for racial skills. Sneak hide forage ect
Forum: Archive::General Support 05-29-2003, 01:26 PM
Replies: 13
Views: 10,844
Posted By Bigpull
select * from user; Odds are you poor mysql...

select * from user;

Odds are you poor mysql auth system is so confused it's not even funny..
Forum: Archive::Windows Servers 05-29-2003, 01:23 PM
Replies: 5
Views: 7,368
Posted By Bigpull
Bonus points if you can spot whats wrong here.. ...

Bonus points if you can spot whats wrong here..

Who@Where ?

You need to use @localhost in your grant command when connecting directly to the sql socket, You generaly only use TCP for...
Forum: Archive::Windows Servers 05-29-2003, 01:13 PM
Replies: 6
Views: 6,830
Posted By Bigpull
I take that back =P !summonitem=0 ...

I take that back =P

!summonitem=0
!itemsearch=0
!finditem=0
!search=0
Forum: Archive::Development 05-29-2003, 01:10 PM
Replies: 7
Views: 7,385
Posted By Bigpull
Bah i was typeing and talking and left out the...

Bah i was typeing and talking and left out the function call.
int8 Mob::MaxSkill(int16 skillid, int16 class_, int16 level)

Or if you haven't noticed it yet common/MaxSkill.cpp

/* TODO:
...
Forum: Archive::Windows Servers 05-29-2003, 11:33 AM
Replies: 5
Views: 7,368
Posted By Bigpull
Simply run it from a command prompt instead of...

Simply run it from a command prompt instead of from explorer and it won't close or you need to setup it's pif so it doesn't close automaticly
Forum: Archive::Windows Servers 05-29-2003, 11:32 AM
Replies: 6
Views: 6,830
Posted By Bigpull
Addon.ini does not have any 0 entry's as it's...

Addon.ini does not have any 0 entry's as it's distributed.
Forum: Archive::Windows Servers 05-29-2003, 11:31 AM
Replies: 9
Views: 9,096
Posted By Bigpull
No it's not an error, it's the logfile being...

No it's not an error, it's the logfile being initilized.

And your problem is still haveing the wrong ip, your have a dynamic IP everytime you connect to the internet the ip changes you need to...
Forum: Archive::Development 05-29-2003, 11:25 AM
Replies: 7
Views: 7,385
Posted By Bigpull
Pointless er i mean why? DB querys just slow...

Pointless er i mean why? DB querys just slow stuff down and bloat the HD space required.


#include "maxskill.h"
#include <iostream>
int main(void){
for (int class = 0; class <= 15; class++){
...
Forum: Archive::Windows Servers 05-29-2003, 11:05 AM
Replies: 2
Views: 6,162
Posted By Bigpull
Welp seeing as it's a zone server crash maybe you...

Welp seeing as it's a zone server crash maybe you should include the zeon servers output instead of the world servers output.
Forum: Archive::Windows Servers 05-29-2003, 11:01 AM
Replies: 6
Views: 6,830
Posted By Bigpull
DefaultStatus is only used at account creation...

DefaultStatus is only used at account creation you have to reset everyones status manualy.
Forum: Archive::Database/World Building 05-29-2003, 10:55 AM
Replies: 11
Views: 8,638
Posted By Bigpull
Clients must have luclin installed to use new...

Clients must have luclin installed to use new models. There server can't have the Luclin expansion disabled. You need code changes to limit class and race.
Forum: Archive::Database/World Building 05-29-2003, 10:51 AM
Replies: 5
Views: 5,831
Posted By Bigpull
Doors: known issue, delete them or just keep...

Doors: known issue, delete them or just keep clicking stuborn doors usualy just need a couple clicks.

Npc buffing pc: is a faction thing and no not likely

Item price: it's the same spot.
Showing results 176 to 200 of 306

 
Forum Jump
   

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