Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-21-2002, 09:28 AM
xxxjustinxxx
Fire Beetle
 
Join Date: Mar 2002
Posts: 16
Default Can someone code me an example item?

Can any of you incredibly overworked, abused, helpful, intelligent, attractive devs out there possibly code me an example item with stats and effects, even if the proc isn't implemented yet.

I would like to see if there's anyway to balance items a little more.

thanks in advance,
j
Reply With Quote
  #2  
Old 03-21-2002, 10:58 AM
lacidar
Fire Beetle
 
Join Date: Feb 2002
Posts: 8
Default

There are a lot of 'examples' to choose from in the database.

You can use the eqadmin tool to edit the item properties. I haven't checked, but I think it's up to date on known item properties.
Reply With Quote
  #3  
Old 03-24-2002, 12:39 AM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default

Here is a sample of what 1 entry looks like...

INSERT INTO items (id, raw_data) VALUES (1001, 'Cloth Cap\0;.JS;.JSE;.WSF;.WSH\0PROCECloth Cap\0TECTURE=x86\0PROCESSOR_IDENTIFIER=x86 Family 6 ModeIT63\0R_1\0ing 3, GenuineIntel\0P
Reply With Quote
  #4  
Old 03-24-2002, 05:08 AM
theCoder
Sarnak
 
Join Date: Jan 2002
Posts: 90
Default Is all that extra junk necessary?

IOW, does the EMU just read up to the null terminator, or is it encoding something in the rest of the BLOB? I looks like junk, but I guess the EMU may need to know the processor architecture of the person who originally put in the item...

It seems like

INSERT INTO items (id, raw_data) VALUES (1001, 'Cloth Cap\0');

would work, but I don't know for sure. If all it needs is the name, though, why not just use a varchar?
Reply With Quote
  #5  
Old 03-24-2002, 09:08 PM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default

I don't know about that architecture crap... but that variable contains the stats of the items.. the effect.. everything about a item is kept in it. It's a Packed variable with a null terminator on the end of each bit of information we use in it... it can be read using a simple pack/unpack feature and a function to remove the null terminator... search for raw data and hogie put some of his code up for PHP on how to do it..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

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