Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

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
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
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
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
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
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
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
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
Views: 7,870
Posted By Bigpull
make all install =)

make all install
=)
Forum: Archive::Development 04-28-2003, 01:54 PM
Replies: 67
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
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