Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: Muuss
Forum: Development::Tools 04-16-2008, 10:32 AM
Replies: 129
Views: 78,216
Posted By Muuss
in quests/quest.pm, change sub ChooseRandom to : ...

in quests/quest.pm, change sub ChooseRandom to :


sub ChooseRandom {
my $item=0;
foreach $item (@_) { main::add_received($item); }
return $_[int(rand($#_)+1)];
}
Forum: Development::Tools 04-10-2008, 05:25 PM
Replies: 129
Views: 78,216
Posted By Muuss
I can't wait to test that new version ! :)

I can't wait to test that new version ! :)
Forum: Development::Tools 03-21-2008, 07:37 AM
Replies: 129
Views: 78,216
Posted By Muuss
Wink Hi peeps !

Hi peeps !
Forum: Development::Tools 07-17-2006, 08:20 PM
Replies: 129
Views: 78,216
Posted By Muuss
I've started to add a few npc pictures to the...

I've started to add a few npc pictures to the browser, based on PEQ database (mostly some dragons). Not many obviously.
If someone adds more of them, please post a /npcs directory archive. I can...
Forum: Development::Tools 07-17-2006, 08:09 PM
Replies: 129
Views: 78,216
Posted By Muuss
Thanks Cave) Time has come for the next...

Thanks Cave)

Time has come for the next release : 0.5.3.
Download URL : http://eqemu.vilvert.fr/eqbrowser-0.5.3.tar.gz

version 0.5.3
- Added a detailled mob listing for zones, with spawn...
Forum: Development::Tools 04-27-2006, 12:41 AM
Replies: 129
Views: 78,216
Posted By Muuss
0.5.2 is out. A few fixes, and several...

0.5.2 is out.

A few fixes, and several improvements :

- You can now export a spell list to a csv file, compatible with excel. This is a fast and easy way to create and print spell's list....
Forum: Development::Tools 03-30-2006, 03:07 AM
Replies: 129
Views: 78,216
Posted By Muuss
Version 0.5.1 is done. If you plan to use quests...

Version 0.5.1 is done. If you plan to use quests in eqbrowser, this is an important update.

http://eqemu.vilvert.fr/eqbrowser-0.5.1.tar.gz

*** Quests ***

- Support added for...
Forum: Development::Tools 03-29-2006, 07:03 PM
Replies: 129
Views: 78,216
Posted By Muuss
It's only a browser that uses existing data,...

It's only a browser that uses existing data, nothing to compare in front of the skills and work needed to re-create a full emulator. Thanks anyway :)
Forum: Development::Tools 03-29-2006, 03:54 AM
Replies: 129
Views: 78,216
Posted By Muuss
Guess what... New release. Today, I ve added...

Guess what... New release.

Today, I ve added support for perl quests. This is a bit hard to configure and requires a little bit of Linux knowledge (should be easier under windows).

For each NPC...
Forum: Development::Tools 03-27-2006, 03:06 AM
Replies: 129
Views: 78,216
Posted By Muuss
Updated again : (0.4.3) ...

Updated again : (0.4.3)

http://eqemu.vilvert.fr/eqbrowser-0.4.3.tar.gz

Be aware that you need to update 'spells' table. This may be done by running includes/sql/update-0.4_0.4.3.sql, then...
Forum: Development::Tools 03-24-2006, 01:04 AM
Replies: 129
Views: 78,216
Posted By Muuss
For those of you who like updates... ...

For those of you who like updates...

http://eqemu.vilvert.fr/eqbrowser-0.4.2.tar.gz

I've added a chart of the zones levels, that looks like allakhazam's zones level. Zones arent sorted cause...
Forum: Development::Tools 03-23-2006, 07:17 AM
Replies: 129
Views: 78,216
Posted By Muuss
Not wrong :)

Not wrong :)
Forum: Development::Tools 03-23-2006, 05:58 AM
Replies: 129
Views: 78,216
Posted By Muuss
I've just finished to rework all the spell part...

I've just finished to rework all the spell part of eqbrowser. Spell description matches now Lucy's (word for word, or almost).

This is a major improvement, spells are now fully described and...
Forum: Development::Tools 03-21-2006, 08:44 PM
Replies: 129
Views: 78,216
Posted By Muuss
Dude, thank you for your warning :) Edit your...

Dude, thank you for your warning :)
Edit your php.ini, and put "Register_globals" at ON, it should fix your problem.
Forum: Development::Tools 03-20-2006, 10:19 PM
Replies: 129
Views: 78,216
Posted By Muuss
Please forgive a small mistake I made with 0.4...

Please forgive a small mistake I made with 0.4 release, concerning item prices and shopkeepers.

If you yet downloaded 0.4, download it again, and just uncompress it over your previous install...
Forum: Development::Tools 03-20-2006, 05:24 AM
Replies: 129
Views: 78,216
Posted By Muuss
Angry OMG, I just understood why my wife is so tired...

OMG, I just understood why my wife is so tired these days !
Forum: Development::Tools 03-20-2006, 04:33 AM
Replies: 129
Views: 78,216
Posted By Muuss
Due to popular demand and before people to start...

Due to popular demand and before people to start to commit suicides, here comes a 6.5 version of eqbrowser.

http://eqemu.vilvert.fr/eqbrowser_0.4.tar.gz

Please read all this topic before...
Forum: Development::Tools 11-24-2004, 05:07 AM
Replies: 129
Views: 78,216
Posted By Muuss
Forgot to add in the README.TXT file that you...

Forgot to add in the README.TXT file that you MUST use the last items dump or you'll only obtain nodrop items with the search item's form.
Forum: Development::Tools 11-24-2004, 03:20 AM
Replies: 129
Views: 78,216
Posted By Muuss
Updated to 0.3. This is a major update, you can...

Updated to 0.3.
This is a major update, you can personnalize the header and the welcome page and items has been seriously revamped. Roughly everything about them is now displayed. I also added the...
Forum: Development::Tools 11-15-2004, 01:39 AM
Replies: 129
Views: 78,216
Posted By Muuss
Between 2 rants, updated to 0.2.1 Version...

Between 2 rants, updated to 0.2.1

Version 0.2.1
- (Muuss) Added an option to reduce the items research to sold or droped items.
- (Muuss) Added an option to reduce the items research to items...
Forum: Development::Tools 11-14-2004, 07:46 PM
Replies: 129
Views: 78,216
Posted By Muuss
Would you describe what you need to do to make it...

Would you describe what you need to do to make it to work for 1Boppoom1, plz? like which file you need to modify to add php support, and how ?
Forum: Development::Tools 11-14-2004, 04:54 AM
Replies: 129
Views: 78,216
Posted By Muuss
I know absolutely nothing about IIS, i think it...

I know absolutely nothing about IIS, i think it doesn't support PHP scripts. You need a php module, or something that makes IIS able to execute PHP if it doesn't yet.
the first test you could do...
Forum: Development::Tools 11-13-2004, 10:18 AM
Replies: 129
Views: 78,216
Posted By Muuss
Aren't you using IIS ? i don't know much about...

Aren't you using IIS ?
i don't know much about it, but i doubt it suppots php by default...
Forum: Development::Tools 11-12-2004, 08:57 PM
Replies: 129
Views: 78,216
Posted By Muuss
Any suggestion on things i could add or modify ? ...

Any suggestion on things i could add or modify ? :)
Forum: Development::Tools 11-10-2004, 03:38 AM
Replies: 129
Views: 78,216
Posted By Muuss
Updated, added pets stats and corrected a few...

Updated, added pets stats and corrected a few things.
Showing results 1 to 25 of 28

 
Forum Jump
   

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