Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: Dspirit
Forum: Archive::Development 07-01-2004, 06:33 AM
Replies: 2
Views: 5,479
Posted By Dspirit
Temporary Magician Summon Monster pet line FIX

This is a temp fix because it doesn't work like live by pulling a random Race # from the zone the caster is in. also this is custom because each of the pets(I,II,III,IV) level up as the player levels...
Forum: Archive::Development 06-17-2004, 04:37 AM
Replies: 2
Views: 4,648
Posted By Dspirit
6-16-04 Opcodes. updated can Group more then 2 ppl now.

#define OP_GroupFollow2 0x00d7
#define OP_RaidInvite 0x01e3

The OP_RaidInvite doesn't have code i guess i only posted opcode incase there were some Creatives out there.
here make...
Forum: Archive::General Support 06-15-2004, 02:56 AM
Replies: 4
Views: 3,862
Posted By Dspirit
Actually that was fixed in 6-11-04 if i recall so...

Actually that was fixed in 6-11-04 if i recall so i don't think his problem is opcode related. Although just incase when you do #level check your zone.exe window and let me know what it says. if it...
Forum: Archive::Development 06-14-2004, 02:18 PM
Replies: 4
Views: 4,713
Posted By Dspirit
thanks your work is appreciated lets hope this...

thanks your work is appreciated lets hope this bumps till its added to cvs by a dev
Forum: Archive::General Discussion 06-14-2004, 02:02 PM
Replies: 5
Views: 2,869
Posted By Dspirit
Not one of those people you listed have anything...

Not one of those people you listed have anything to do with fixing AA's the real list is.

Scorpious2k
mlan
Dspirit
Virus
Kathgar

i don't want thanks but those other guys deserve it they...
Forum: Archive::Development 06-13-2004, 09:13 AM
Replies: 19
Views: 13,566
Posted By Dspirit
Some abilities not working is not an opcode...

Some abilities not working is not an opcode problem. wasn't sure if thats what you were saying Monalin.
Forum: Archive::Development 06-13-2004, 05:54 AM
Replies: 19
Views: 13,566
Posted By Dspirit
i lub j00! :D

i lub j00! :D
Forum: Archive::Development 06-12-2004, 09:32 AM
Replies: 7
Views: 4,929
Posted By Dspirit
Need Zoning Receiving AAEXP and converting it to...

Need Zoning Receiving AAEXP and converting it to points. and umm connecting to the server.

only need to zone 2-3 times for me

only need to recieve AAEXP 2-3 times

only need to connect once.
Forum: Archive::Development 06-12-2004, 08:53 AM
Replies: 7
Views: 4,929
Posted By Dspirit
OPCodes. Disarm trap opcode update. and sense heading.

Line 207 make sure it looks like this. -Disarm traps. and take out the 2 //'s

#define OP_DisarmTraps 0x018d

Line 413 make sure it looks like this. -Sense heading. and Take out the two //'s
...
Forum: Archive::Development 06-12-2004, 07:14 AM
Replies: 1
Views: 4,105
Posted By Dspirit
Ability opcode update

Don't use this. ill explain after i figure out why its bugged.
Forum: Archive::General Support 06-11-2004, 02:50 AM
Replies: 2
Views: 2,984
Posted By Dspirit
Trading with other players and Inspect window. Opcode

Trading with other players wasn't working on my server(6-11-04)

*/common header/

eq_opcode.h

Line 335

#define OP_TradeRequest 0x029a
Forum: Archive::General Support 06-10-2004, 06:30 PM
Replies: 2
Views: 3,268
Posted By Dspirit
6-11-04 code Perl compile error fix

Embperl.cpp

Line 18

#include "embxs.h"

Change to
//#include "embxs.h"

Line 32
Forum: Archive::General Discussion 06-10-2004, 02:28 PM
Replies: 108
Views: 24,819
Posted By Dspirit
Who was it that said DR = Dev release? cause that...

Who was it that said DR = Dev release? cause that about sums it up Never expect a DR to be completely bug free. Then again if you believe it can and should be then maybe you need to click your shoes...
Forum: Archive::Tools 06-09-2004, 04:00 PM
Replies: 28
Views: 11,473
Posted By Dspirit
Ok here is something i found please respond with...

Ok here is something i found please respond with your thought's mangoo. it seems the item editor or eqemu are entering values by themselfs in the unknown fields here is an example below.
...
Forum: Archive::Tools 06-09-2004, 03:50 PM
Replies: 28
Views: 11,473
Posted By Dspirit
Actually

If i save an old custom item(from diff db) to .sql and then import it to that Item table from the like Mangoo posted earlier it becomes effected by this bug also. hmm think im gonna open mysql cc and...
Forum: Archive::Tools 06-09-2004, 03:45 PM
Replies: 28
Views: 11,473
Posted By Dspirit
Yeah cripp some items work some don't. The ones...

Yeah cripp some items work some don't. The ones that do work seem to be Weapons(depending on what stats you add to it) armor doesn't seem to work at all. I'm not sure if its an Eqemu problem because...
Forum: Archive::General Support 06-09-2004, 11:25 AM
Replies: 8
Views: 3,804
Posted By Dspirit
the OP_Camp 0x012f should be changed to OP_Camp...

the OP_Camp 0x012f should be changed to OP_Camp 0x01c2 and that should fix any issues for GM's not being able to log in. for some reason if a char(on my server) did #gm on they would go LD and when...
Forum: Archive::General Support 06-08-2004, 02:39 PM
Replies: 8
Views: 3,804
Posted By Dspirit
Oh yeah 0x00c3 is the player pressing the sense...

Oh yeah 0x00c3 is the player pressing the sense heading button incase anyone was wondering.
Forum: Archive::General Support 06-08-2004, 02:37 PM
Replies: 8
Views: 3,804
Posted By Dspirit
Not being able to Log in as a GM with #gm on set

i was having this problem pretty bad for awhile if i set #gm on in game and happened to be unlucky enough to go ld. I would then not be able to log back in. i did this and now i can log in with a gm...
Forum: Archive::Tools 06-08-2004, 02:29 PM
Replies: 28
Views: 11,473
Posted By Dspirit
Can't find a pattern to it some items work fine...

Can't find a pattern to it some items work fine after creation others just don't show the stats its suppose to add. i'll keep looking to see if i can find a key difference but so far i don't see any....
Forum: Archive::Tools 06-08-2004, 09:02 AM
Replies: 28
Views: 11,473
Posted By Dspirit
a little problem i'm having or maybe you didn't...

a little problem i'm having or maybe you didn't add this yet. if i add values to say a piece of armor for HP/mana/resists/stats none of it shows on the item ingame only the AC value shows. before you...
Forum: Archive::Tools 06-06-2004, 06:10 PM
Replies: 28
Views: 11,473
Posted By Dspirit
Same here can't create or save. using the...

Same here can't create or save. using the MW_057DR2_alpha_1 with itemtablechanges then i saw you mention update so i downloaded the latest dumpeditem.sql and made a seperate DB for it. bad news...
Forum: Archive::News 06-06-2004, 03:47 PM
Replies: 17
Views: 11,072
Posted By Dspirit
Same for me i bring my dr4 server up with the...

Same for me i bring my dr4 server up with the change to loginserver.ini then try to connect from my other machine and there are no servers in the list at all.
Forum: Archive::Tools 06-03-2004, 02:53 AM
Replies: 40
Views: 17,272
Posted By Dspirit
great

thanks your awesome mangoo. even a simple warning saying your deleting an item from merchant list xxxx would be great that way we don't gotta search through all the merchant lists to figure out which...
Forum: Archive::Tools 06-02-2004, 08:49 AM
Replies: 40
Views: 17,272
Posted By Dspirit
the last editor

This might have been an isolated bug in the last editor but if you deleted items that were part of a vendor list.(for me anyway) it then bugged the merchant set. so basically when a player tried to...
Showing results 1 to 25 of 28

 
Forum Jump
   

All times are GMT -4. The time now is 11:06 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3