Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 08-03-2012, 08:33 AM
Raavak Raavak is offline
Planar Protector

Raavak's Avatar

Join Date: Aug 2010
Location: Creepin' inta your back door.
Posts: 2,038
Default

Someone shared Jetvipers Twitter info here if you wish to contact him.
  #2  
Old 08-04-2012, 01:14 AM
kingsBlend kingsBlend is offline
Sarnak

kingsBlend's Avatar

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

Thanks for the info there [You must be logged in to view images. Log in or Register.]
  #3  
Old 08-07-2012, 01:30 PM
bhatz01 bhatz01 is offline
Aviak


Join Date: Jul 2010
Posts: 91
Default

Any updates?
  #4  
Old 08-07-2012, 02:59 PM
Glorindale Glorindale is offline
Sarnak


Join Date: May 2010
Posts: 209
Default

Jet, have you thought about making this project open source? I am sure there would be plenty of people interested in helping out. Me for one!
  #5  
Old 08-07-2012, 03:25 PM
Raavak Raavak is offline
Planar Protector

Raavak's Avatar

Join Date: Aug 2010
Location: Creepin' inta your back door.
Posts: 2,038
Default

Jetviper hasn't posted on here in nearly a year. Maybe try his Twitter link above, and see if he will share the code.
  #6  
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.
  #7  
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..
  #8  
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/
  #9  
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.
  #10  
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.]
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 01:09 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 - 2026, Jelsoft Enterprises Ltd.