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-2006, 11:46 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Thanks, man! I love the new title.
Reply With Quote
  #2  
Old 04-18-2006, 11:21 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

These packs include the new 0.7.0 and appropriate database changes. No other changes at this time.

Upgrade from 3.0 (Cavedude database only):
http://eqemu.sesmar.net/sp/EQEmuServ....1-Upgrade.exe

Full installer (with Cavedude database):
http://eqemu.sesmar.net/sp/EQEmuServerPack-3.1.exe

Raw Pack (with Cavedude database):
http://eqemu.sesmar.net/sp/EQEmuSP-3.1-NoInstaller.rar

Please see http://eqemu.sesmar.net for more info
Reply With Quote
  #3  
Old 04-18-2006, 09:30 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

I've just downloaded and tested your installer, very very great work, nice improvement for newcomers !

2 small suggestions :

quests/plugins/check_handin.pl needs to be updated, the one you're using isn't safe to use (it may lead to odd results depending how the quest has been written), this is the new one :

Code:
# plugin::check_handin($item1 => #required_amount,...);
# autoreturns extra unused items on success
sub check_handin {
    my $hashref = shift;
    my %required = @_;
    foreach my $req (keys %required) {
	if ((!defined $hashref->{$req}) || ($hashref->{$req} != $required{$req})) {
            return(0);
	}
    }
    foreach my $req (keys %required) {
	delete $hashref->{$req};
    }
    return 1;
}

sub return_items {    
    my $hashref = shift;
    foreach my $k (keys(%{$hashref})) {
	next if($k == 0);
	my $r;
	for($r = 0; $r < $hashref->{$k}; $r++) {
		quest::summonitem($k);
	}
	delete $hashref->{$k};
    }
}

1;

Second point, I have to say thank you, i saw that you included questeditor in your package, which makes me feel proud and happy
There's a new version, with a very few improvements but several little fixes, like () removed after the event subs, some ; added where they were missing and a button that creates an empty quest based on the check_handin plugin.

http://eqemu.vilvert.fr/quest_editor-1.8.zip
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #4  
Old 04-18-2006, 11:35 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Thanks and thanks! lol. I'll add both to the installer after work.
Reply With Quote
  #5  
Old 04-22-2006, 02:48 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Installer has been bumped up to 3.5 which a few new additions. Go here for more info:

http://eqemu.sesmar.net/forum/index.php?topic=134.0
Reply With Quote
  #6  
Old 12-05-2006, 01:38 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Installer 3.6 has been released!

You can check it out here: http://eqemu.sesmar.net/forum/index.php?topic=212.0
Reply With Quote
  #7  
Old 12-05-2006, 02:48 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Excellent, thank you Cavedude. Congratz and best wishes in your new role, as well.
Reply With Quote
  #8  
Old 12-05-2006, 02:53 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Thanks for the update. Glad to hear you are working on this.


GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
Reply

Thread Tools
Display Modes

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 06:02 PM.


 

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