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 10 of 13
«
First
<
6
7
8
9
10
11
12
13
>
Showing results 226 to 250 of 306
Search took
0.01
seconds; generated 95 minute(s) ago.
Search:
Posts Made By:
Bigpull
Forum:
Archive::Bugs
05-07-2003, 12:37 PM
Replies:
2
bugs found in compile from 5/5
Views:
4,847
Posted By
Bigpull
There should be a BehindMob() it's just disabled...
There should be a BehindMob() it's just disabled it needs speed optimized i sort of remeber seeing it some where
Forum:
Archive::Database/World Building
05-07-2003, 12:33 PM
Replies:
6
Zone Points
Views:
6,848
Posted By
Bigpull
Try this. face north and camp and log back in...
Try this. face north and camp and log back in take note of where you are faceing, find the pattern. untill that works it won't be fixed
Forum:
Archive::Database/World Building
05-07-2003, 12:30 PM
Replies:
3
Problem spawning mobs - please look
Views:
5,051
Posted By
Bigpull
Useing cvs there is. Usage: #fixmob...
Useing cvs there is.
Usage: #fixmob [nextrace|prevrace|gender|nexttexture|prevtexture|nexthelm|prevhelm]
Forum:
Archive::Database/World Building
05-07-2003, 12:24 PM
Replies:
7
A small problem with Drawde's NPCs
Views:
7,757
Posted By
Bigpull
if (mylevel >= 28 && mylevel <= 39) { ...
if (mylevel >= 28 && mylevel <= 39) {
if (min_dmg==0)
min_dmg = mylevel / 2; // 14-17
if (max_dmg==0)
...
Forum:
Archive::Quests
05-07-2003, 10:19 AM
Replies:
9
question re multiple quest rewards
Views:
9,922
Posted By
Bigpull
He ment to type "note" i think not "not". ...
He ment to type "note" i think not "not".
You should and could just post the quest that doesn't work and someone will probably spot whats wrong
Forum:
Archive::Linux Servers
05-07-2003, 10:16 AM
Replies:
2
Compiling EQEMu-0.4.4-DR1 help
Views:
6,861
Posted By
Bigpull
Your makefile is hosed, BTW we don't support...
Your makefile is hosed, BTW we don't support telmet's zips/binarys
Forum:
Archive::Linux Servers
05-07-2003, 10:14 AM
Replies:
4
Problem Compiling Emusharemem - 0.4.3
Views:
9,809
Posted By
Bigpull
You don't have the makefile, atleast don't have...
You don't have the makefile, atleast don't have the correct make file.
Forum:
Archive::Linux Servers
04-28-2003, 01:57 PM
Replies:
6
rpm feasibility
Views:
7,870
Posted By
Bigpull
make all install =)
make all install
=)
Forum:
Archive::Development
04-28-2003, 01:54 PM
Replies:
67
EQ damage mitigation equation
Views:
59,692
Posted By
Bigpull
Technicly no class has the same table as any...
Technicly no class has the same table as any other, but thats a whole different beast. Take equal stat Bst and Mnk and the numbers should come up pretty close, not enough to throw off the ordering =)
Forum:
Archive::Quests
04-28-2003, 01:34 PM
Replies:
9
question re multiple quest rewards
Views:
9,922
Posted By
Bigpull
the fact the first two work leads me to think you...
the fact the first two work leads me to think you have a typo in the last couple or you've exceeded the buffer.
The skyshrine multi quests from an npc you'd handle with duplicate npc_type entrys...
Forum:
Archive::Development
04-23-2003, 03:02 AM
Replies:
67
EQ damage mitigation equation
Views:
59,692
Posted By
Bigpull
warrior, plate melee, chain melee, leather melee ...
warrior, plate melee, chain melee, leather melee
cleric, chain caster, leather caster, cloth caster
Thats the eq hierarchy for mitigation.
Leather melee make up thier damage absorbtion with a...
Forum:
Archive::Bugs
04-23-2003, 02:35 AM
Replies:
5
Problems in CVS source compiled 4/18
Views:
6,222
Posted By
Bigpull
It's the z axis check
It's the z axis check
Forum:
Archive::Linux Servers
04-14-2003, 02:20 PM
Replies:
26
Compiling errors EQEMu 0.4.3
Views:
19,192
Posted By
Bigpull
http://forums.eqemu.net/viewtopic.php?t=6882
http://forums.eqemu.net/viewtopic.php?t=6882
Forum:
Archive::Quests
04-14-2003, 01:04 AM
Replies:
4
NPC ID's
Views:
7,639
Posted By
Bigpull
You have a space at the start of your say
You have a space at the start of your say
Forum:
Archive::Linux Servers
04-04-2003, 02:30 PM
Replies:
18
Linux Runtime Error
Views:
18,341
Posted By
Bigpull
It's loading the wrong libEMuShareMem.so
It's loading the wrong libEMuShareMem.so
Forum:
Archive::Tools
04-04-2003, 11:28 AM
Replies:
3
php
Views:
6,501
Posted By
Bigpull
alter table items add Name varchar(64) default...
alter table items add Name varchar(64) default 'Invalid Name';
update items set Name=substring(raw_data, 1,64) where id=id;
Forum:
Archive::Windows Servers
04-04-2003, 09:33 AM
Replies:
17
People arent send to zone! They get kicked before
Views:
13,935
Posted By
Bigpull
Actualy your routers firewall does come into play...
Actualy your routers firewall does come into play but thats not why i'm posting.
Anyone care to guess where 192.168.200.3 is trying to connect to?
Yep localhost
Forum:
Archive::Linux Servers
04-04-2003, 09:29 AM
Replies:
18
Linux Runtime Error
Views:
18,341
Posted By
Bigpull
ulimit -c 99999 LD_LIBRARY_PATH=`pwd` strace -o...
ulimit -c 99999
LD_LIBRARY_PATH=`pwd` strace -o zone.trace ./zone . External_ip Port World_ip
attach the zone.trace, and paste a gdb backtrace
Forum:
Archive::Windows Servers
04-01-2003, 04:16 PM
Replies:
4
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Views:
6,607
Posted By
Bigpull
LoadEMuShareMemDLL::Load() failed error=120 ...
LoadEMuShareMemDLL::Load() failed error=120
Thats a win9x system you need newer files or the win9x build(there wasn't one don't bother looking)
Forum:
Archive::Linux Servers
04-01-2003, 04:14 PM
Replies:
5
Compiling errors Cant figure them out.
Views:
7,719
Posted By
Bigpull
echo '\#include <stdlib.h>' >> common/unix.h ...
echo '\#include <stdlib.h>' >> common/unix.h
echo '\#include <string.h>' >> common/unix.h
Forum:
Archive::General Support
04-01-2003, 03:39 AM
Replies:
1
EQ crashing to the desktop from startup
Views:
5,638
Posted By
Bigpull
make sure the display colors are the same for...
make sure the display colors are the same for desktop and eqclient.ini
Forum:
Archive::Windows Servers
04-01-2003, 03:38 AM
Replies:
10
Access Denid but y!
Views:
8,668
Posted By
Bigpull
user: '@127.0.0.1' to database 'eq'
user: '@127.0.0.1' to database 'eq'
Forum:
Archive::Windows Servers
04-01-2003, 02:10 AM
Replies:
4
Need help with Minilogin and 1017 error
Views:
6,661
Posted By
Bigpull
opcode: 0x0286 Is a loy client, aka the wrong...
opcode: 0x0286
Is a loy client, aka the wrong version
Forum:
Archive::Tools
03-31-2003, 03:03 AM
Replies:
3
php
Views:
6,501
Posted By
Bigpull
php
I got bored, you'll need to edit the datacon.php and protect it with a .htaccess of course
Forum:
Archive::Database/World Building
03-31-2003, 03:00 AM
Replies:
42
Telmet/Drawde Combined Working Database
Views:
31,797
Posted By
Bigpull
Also, this looks more like telmets spawn2's than...
Also, this looks more like telmets spawn2's than drawde's, the lowlevel mobs are missing.
The merchant tables or atleast the assignment in npc_types are also Telmets. Did you actualy combine these...
Showing results 226 to 250 of 306
Page 10 of 13
«
First
<
6
7
8
9
10
11
12
13
>
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