Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #141  
Old 08-07-2012, 03:33 PM
Glorindale Glorindale is offline
Sarnak


Join Date: May 2010
Posts: 209
Default

doh...didn't look at the date of the OP.
  #142  
Old 08-08-2012, 07:26 PM
kingsBlend kingsBlend is offline
Sarnak

kingsBlend's Avatar

Join Date: Sep 2010
Posts: 238
Send a message via AIM to kingsBlend
Default

I sent Jet a message via his Twitter, waiting on a reply..
  #143  
Old 08-09-2012, 12:06 AM
tristantio tristantio is offline
Fire Giant

tristantio's Avatar

Join Date: Nov 2010
Posts: 888
Default

I never really used Magelo back in the day - what features would be expected?

For my existing auction tracker (http://ahungry.com/eqauctions/) I imported an item list into a mySQL database (pruning out most the non-p99 era items) and also wrote the logic for the decimal to bitmask conversions for what classes/races can use items.

If there was a large interest in it, I could write a Magelo style program to allow you to set up your character with their equipped items.

If anyone is interested in the bitmask code for your own usage (to save some time) here is a snippet (written in PHP) of the class/slots and their corresponding decimal number:

Code:
 $classes = array(
         'WAR' => 1,
         'CLR' => 2,
         'PAL' => 4,
         'RNG' => 8,
         'SHD' => 16, 
         'DRU' => 32, 
         'MNK' => 64, 
         'BRD' => 128,
         'ROG' => 256,
         'SHM' => 512,
         'NEC' => 1024,
         'WIZ' => 2048,
         'MAG' => 4096,
         'ENC' => 8192
      );  

 $races = array(
         'HUM' => 1,
         'BAR' => 2,
         'ERU' => 4,
         'ELF' => 8,
         'HIE' => 16,
         'DEF' => 32,
         'HEF' => 64,
         'DWF' => 128,
         'TRL' => 256,
         'OGR' => 512,
         'HFL' => 1024,
         'GNM' => 2048,
         'IKS' => 4096
      );

$slots = array(
         'HUM' => 1,
         'EAR' => 2,
         'HEAD' => 4,
         'FACE' => 8,
         'EAR' => 16,
         'NECK' => 32,
         'SHOULDERS' => 64,
         'ARMS' => 128,
         'BACK' => 256,
         'WRIST' => 512,
         'WRIST' => 1024,
         'RANGE' => 2048,
         'HANDS' => 4096,
         'PRIMARY' => 8192,
         'SECONDARY' => 16384,
         'FINGERS' => 32768,
         'FINGERS' => 65536,
         'CHEST' => 131072,
         'LEGS' => 262144,
         'FEET' => 524288,
         'WAIST' => 1048576
      );
and the code to compare vs the decimal values stored for the item's fields is simply a bitwise AND (&) operator.
__________________
Realtime auction logger: http://ahungry.com/eqauctions/
  #144  
Old 08-09-2012, 12:45 AM
Glorindale Glorindale is offline
Sarnak


Join Date: May 2010
Posts: 209
Default

Hey Trist...I sent you a PM. I am very interested in creating an magelo like application.
  #145  
Old 08-09-2012, 02:19 AM
Nordenwatch Nordenwatch is offline
Planar Protector

Nordenwatch's Avatar

Join Date: May 2011
Posts: 1,427
Default

this thread title is very misleading [You must be logged in to view images. Log in or Register.]
  #146  
Old 08-09-2012, 02:50 AM
shadevice shadevice is offline
Kobold

shadevice's Avatar

Join Date: Nov 2011
Posts: 139
Default

Did this guy break the server to drive traffic to his new site
  #147  
Old 08-09-2012, 02:57 AM
jarshale jarshale is offline
Fire Giant

jarshale's Avatar

Join Date: Oct 2010
Location: texas
Posts: 832
Default

Quote:
Originally Posted by shadevice [You must be logged in to view images. Log in or Register.]
Did this guy break the server to drive traffic to his new site
...what?
__________________

Blue
: Seniksin | Jarshale
Red: Sieg | Cazissa
Closed Thread


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 12:44 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.