EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 8 of 13
«
First
<
4
5
6
7
8
9
10
11
12
>
Last
»
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
AA Points (Info)
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
/targetgroupbuff snippet
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
Compile/Link done .. now to deal with the segfault
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
Help....
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
Compile Errors - 4.4-1 CVS source - RH9
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
OSX Darwin Support
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
1017 woes: I think I've done EVERYTHING right.
Views:
17,744
Posted By
Bigpull
XP Firewall
XP Firewall
Forum:
Archive::Bugs
06-03-2003, 05:03 AM
Replies:
2
Attack range?
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
Bane of the clerics (CH and healing bug)
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
No AA Menu
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
Looking for the whoole Commandlist of EQEmu
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
How can I deterimine what mobs are available in a zone
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
hard coded class skill caps
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
help with world.exe
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
Problems w/ creating server (world.exe)
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
I go the server up and working, but it won't go legit ?
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
hard coded class skill caps
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
Problems w/ creating server (world.exe)
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
I go the server up and working, but it won't go legit ?
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
Couple problems: ./eqtime.cfg and 1017....
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
hard coded class skill caps
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
crash after selecting character to enter world
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
I go the server up and working, but it won't go legit ?
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
New Character Models in Old World
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
A couple of things...
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
Page 8 of 13
«
First
<
4
5
6
7
8
9
10
11
12
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
08:42 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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