Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Tools

Development::Tools 3rd Party Tools for EQEMu (DB management tools, front ends, etc...)

Reply
 
Thread Tools Display Modes
  #1  
Old 04-14-2005, 05:31 AM
knightz
Fire Beetle
 
Join Date: Jun 2004
Location: Canada
Posts: 24
Default Magelo Clone

Fixed the Magelo Clone origionally done by govtcheese and with some help from a couple other people.

You can view it here:
http://heightenedreality.com/magelo/
http://heightenedreality.com/magelo/....php?char=Rage

You can download the current release(s) here:
http://heightenedreality.com/files/magelo-0.6.0-dr3.zip
http://heightenedreality.com/files/magelo-0.6.1-dr1.zip

Edit (April 14th 17:55PM EST):
Updated to version 0.9c

Edit (April 26th 13:53PM EST):
Updated to version 0.9e
Added version to support 0.6.1 dr1 DB (0.95e)
__________________
~ bUri

Last edited by knightz; 04-26-2005 at 05:22 PM..
Reply With Quote
  #2  
Old 04-15-2005, 08:35 AM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

Minor bug: can't seem to close containers, either with the "done" button or with the x button at the top of the window. Great work, though!
Reply With Quote
  #3  
Old 04-15-2005, 09:32 AM
KhaN's Avatar
KhaN
Dragon
 
Join Date: Mar 2004
Location: France, Bordeaux.
Posts: 677
Default

Very nice Buri, i tried myself to update it to new PEQ DB version, but lacked PHP skills.

Thanks a lot for sharing it, its rare
__________________

Reply With Quote
  #4  
Old 04-26-2005, 06:05 AM
knightz
Fire Beetle
 
Join Date: Jun 2004
Location: Canada
Posts: 24
Default

Updated version with minor bug fixes and new config.php setup, for easier installation. See first post for download.
__________________
~ bUri
Reply With Quote
  #5  
Old 07-01-2005, 04:17 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default ahhh

Quote:
Originally Posted by knightz
Updated version with minor bug fixes and new config.php setup, for easier installation. See first post for download.
that website is down anyone got another link for 0.6.0-dr3.zip.
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #6  
Old 08-29-2005, 11:54 AM
Magoth78
Discordant
 
Join Date: Jun 2003
Posts: 345
Default

I'm also looking for it if anyone has a copy.

Thx,
Mag
__________________
User's projects:
-- Original EMPIRE I/II and Factions! servers
-- Web GM Portal
-- EQoffline/bots
Reply With Quote
  #7  
Old 08-29-2005, 09:07 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Easy :

http://eqfroggy.ath.cx/download/magelo-0.6.0-dr3.zip
http://eqfroggy.ath.cx/download/magelo-0.6.1-dr1.zip

Enjoy
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #8  
Old 08-31-2005, 12:28 AM
Magoth78
Discordant
 
Join Date: Jun 2003
Posts: 345
Default

Thx Belf
__________________
User's projects:
-- Original EMPIRE I/II and Factions! servers
-- Web GM Portal
-- EQoffline/bots
Reply With Quote
  #9  
Old 11-18-2007, 12:26 AM
IADarkyth
Dragon
 
Join Date: Aug 2002
Posts: 826
Default

I hate to bring up an old post like this, but does anyone know if there is a magelo better coded then this? I've taken a peek at the code and it's quite a behemoth.

Before I take a stab at fixing this beast, just curious if someone already has something nice and shiny... :0
Reply With Quote
  #10  
Old 11-19-2007, 06:57 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

I've been working on an all-purpose PHP front-end that also includes a Magelo-like interface to view characters' inventories, stats, and the like.

I designed it to look a lot like the default EQ UI (and even extracted a lot of images from the tga files). It also doesn't load item information on page load like the Magelo clone, rather it opens them up in a new window. Another thought I had was to open the item stats in an iframe in the same page page, but I'm still working on more functionality (including base stats, AC & attack calculations, stat caps, and a listing of all stat modifiers) before I do that.

Right now, it is somewhat tied in to the whole package I'm putting together, but it shouldn't be to difficult to move the code around and make it separate.

You can check it out here: An all-purpose PHP-based tool ("custom")
It is under the folder "inventory".

I'm not the best PHP coder in the world, so I'm sure there are quite a few opportunities to clean up the code.
Reply With Quote
  #11  
Old 11-19-2007, 09:26 AM
IADarkyth
Dragon
 
Join Date: Aug 2002
Posts: 826
Default

Hey, that's cool. I'm looking to butcher a magelo for classic, so i'm going to end up modifying a lot of it anyways.

The reason I was asking if there was a cleaner version is because the one in this thread is bloated with poor javascript, uses too many queries, and the html is poorly done (not very cross-supportive either).
Reply With Quote
  #12  
Old 11-20-2007, 12:11 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

I agree. The page size on a naked toon is about 308kb, and a fully equipped toon is about 344kb.

Also, when I originally looked at it, I pulled it up in IE. When I did so, the images were misplaced and the backgrounds were white (because they are PNG files, and you have to sort-of patch it using JavaScript for it to display correctly). But when I pull it up in Firefox, it looks fine.

Some very positive things about this, though, are that a lot of things are included, for example AC and HP calculations.

I think, at the least, a lot of good info can be taken from this, especially since it was meant to work with 0.6.1 of the Emu, so it might not be practical to use it with the current version of the Emu.

In the one I created, it just uses tables, so I'm sure if you wanted to, you could move the info & change the images around to work for your needs. If not, it looks like you have a few things that you can work with.
Reply With Quote
  #13  
Old 11-23-2007, 04:22 PM
IADarkyth
Dragon
 
Join Date: Aug 2002
Posts: 826
Default

I'll upload my butchered version when i'm done, but if you are using this, just be careful because there are some full path disclosures and other vulnerabilities.
Reply With Quote
  #14  
Old 12-12-2007, 02:48 PM
wraithlord98
Sarnak
 
Join Date: Oct 2002
Posts: 53
Default

Would really love to see this carry to it's completion.. having that sort of a utility would be very nice.
Reply With Quote
  #15  
Old 12-26-2007, 09:05 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Here's one I started doing earlier this year, but started feeling guilty for how "exact" it was.

Fauxgelo

Note: No mouseovers or clickies yet, cuz well, I stopped working on 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 03:16 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3