EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 2 of 20
<
1
2
3
4
5
6
12
>
Last
»
Showing results 26 to 50 of 500
Search took
0.02
seconds; generated 17 minute(s) ago.
Search:
Posts Made By:
Muuss
Forum:
Development::Tools
04-27-2006, 12:41 AM
Replies:
129
Eq Browser : Allakhazam Clone
Views:
156,376
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:
Quests::Q&A
04-27-2006, 12:27 AM
Replies:
27
Class Specific quest
Views:
17,927
Posted By
Muuss
I retire what i said about warrior. That quest...
I retire what i said about warrior. That quest works, but writing it like this is so risky that i wouldn't advise it to a perl beginner (inverse the tests and write 'if...
Forum:
Quests::Q&A
04-25-2006, 07:29 PM
Replies:
27
Class Specific quest
Views:
17,927
Posted By
Muuss
If you're using the last plugin, i bet you my...
If you're using the last plugin, i bet you my shirt and my shoes than this won't work for any other class than warrior.
L8rs.
Forum:
Quests::Q&A
04-24-2006, 07:24 PM
Replies:
27
Class Specific quest
Views:
17,927
Posted By
Muuss
Your last quest is how you must write quests with...
Your last quest is how you must write quests with checkhandin now. (except there my be an extra } at its end, check that if it does not work).
If you don't want the NPC to say that he returns items,...
Forum:
Quests::Q&A
04-24-2006, 08:12 AM
Replies:
27
Class Specific quest
Views:
17,927
Posted By
Muuss
Using eq instead of == is a good idea, yes :) ...
Using eq instead of == is a good idea, yes :)
About the else at the end of your code. It has no sense.
just add plugin::return_items(\%itemcount); without test.
check_handin verifies that...
Forum:
Quests::Q&A
04-24-2006, 04:25 AM
Replies:
27
Class Specific quest
Views:
17,927
Posted By
Muuss
What i wrote previously has a correct syntax but...
What i wrote previously has a correct syntax but won't work due to recent changes in the plugin::check_handin method.
You MUST write your quest like that :
sub EVENT_ITEM {
if ($class...
Forum:
Development::Tools
04-24-2006, 03:01 AM
Replies:
25
Re-released Quest Editor (1.6)
Views:
24,372
Posted By
Muuss
Thank you for your suggestions. First one...
Thank you for your suggestions.
First one will never be released. It would block you to update quests from only 1 computer and only from questeditor. Anybody doing it by hand or without...
Forum:
Quests::Q&A
04-24-2006, 02:25 AM
Replies:
27
Class Specific quest
Views:
17,927
Posted By
Muuss
Forgot to write this, after you wrote a quest,...
Forgot to write this, after you wrote a quest, you can test its syntax with perl :
perl -cw 'questfile.pl'
This will help you to fix some of the errors you made.
Forum:
Quests::Q&A
04-24-2006, 02:16 AM
Replies:
27
Class Specific quest
Views:
17,927
Posted By
Muuss
sub EVENT_ITEM { if ($class == Warrior) ...
sub EVENT_ITEM {
if ($class == Warrior)
(plugin::check_handin(\%itemcount, 6164 => 1)) {
quest::summonitem(62189);
quest::exp(750);
quest::emote("smiles warmly as he...
Forum:
Development::Tools
04-24-2006, 01:34 AM
Replies:
25
Re-released Quest Editor (1.6)
Views:
24,372
Posted By
Muuss
Updated to 1.8 lots of fixes, a few...
Updated to 1.8
lots of fixes, a few improvements, and a better text editor. Worth the update if you use it, imho.
http://eqemu.vilvert.fr/quest_editor-1.8.zip
Forum:
Development::Bug Reports
04-24-2006, 01:10 AM
Replies:
1
Proc rates
Views:
6,506
Posted By
Muuss
Proc rates
I m posting this that follows a serious and passionated debate on PEQ's forums. I didnt posted there since Ylosh suggested and identified the problem (for some other reasons too, linked to my own...
Forum:
Development::Tools
04-18-2006, 09:30 PM
Replies:
10
EQEmu Server Pack Installer 3.0 released
Views:
15,786
Posted By
Muuss
I've just downloaded and tested your installer,...
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...
Forum:
Development::Tools
04-10-2006, 06:56 PM
Replies:
25
Re-released Quest Editor (1.6)
Views:
24,372
Posted By
Muuss
Thanks :) At least 2 of us are using it :D
Thanks :)
At least 2 of us are using it :D
Forum:
Support::General Support
04-10-2006, 04:10 AM
Replies:
2
Typo in the wiki
Views:
5,375
Posted By
Muuss
You're such a nice guy !
You're such a nice guy !
Forum:
Support::General Support
04-10-2006, 12:48 AM
Replies:
2
Typo in the wiki
Views:
5,375
Posted By
Muuss
Typo in the wiki
The faction order in the wiki is wrong : http://www.eqemulator.net/wiki/wikka.php?wakka=QuestTutorial#variables
Kindly is 3 and Warmly is 2.
Muuss
Forum:
Development::Tools
04-10-2006, 12:26 AM
Replies:
25
Re-released Quest Editor (1.6)
Views:
24,372
Posted By
Muuss
Made a small update. - Fixed the popups -...
Made a small update.
- Fixed the popups
- Added a $ before itemcount and removed () after the EVENT_*
- Added wordwrap to the text editor
Redownload 1.7
...
Forum:
Development::Tools
04-06-2006, 02:18 AM
Replies:
25
Re-released Quest Editor (1.6)
Views:
24,372
Posted By
Muuss
Quest editor 1.7 is now available, for EqEmu 6.6+...
Quest editor 1.7 is now available, for EqEmu 6.6+ and only perl support.
You can download it from http://eqemu.vilvert.fr
Howto : unzip the file, edit config.ini. Run the executable.
Post bugs...
Forum:
Support::Linux Servers
04-03-2006, 11:41 PM
Replies:
5
So, most of you get it to work with Debian? I need to know before making a big mistak
Views:
7,019
Posted By
Muuss
I use Slackware. It's old, robust, reliable....
I use Slackware. It's old, robust, reliable. Never had an issue with it. At work i stoped to count but we got at least 12 or 15 slackware platforms. We prefer it to debian because it's less popular...
Forum:
Development::Bug Reports
03-31-2006, 02:39 AM
Replies:
5
Pets are burning.
Views:
5,552
Posted By
Muuss
They cast their DS on theirselves, not on me. I...
They cast their DS on theirselves, not on me.
I got some mobs that attacked me with endure cold, but i think it has nothing to see with that trouble.
I confirm that NPCs have the same problem, at...
Forum:
Development::Tools
03-30-2006, 03:07 AM
Replies:
129
Eq Browser : Allakhazam Clone
Views:
156,376
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:
Support::Linux Servers
03-29-2006, 07:08 PM
Replies:
3
Login Servers
Views:
5,964
Posted By
Muuss
If you try to create a private server and have no...
If you try to create a private server and have no perma-internet connection, you can use Minilogin, but it doesn't have all the features of public eqemu login servers.
Forum:
Development::Tools
03-29-2006, 07:03 PM
Replies:
129
Eq Browser : Allakhazam Clone
Views:
156,376
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
Eq Browser : Allakhazam Clone
Views:
156,376
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::Bug Reports
03-28-2006, 07:07 PM
Replies:
5
Pets are burning.
Views:
5,552
Posted By
Muuss
Player pets, RangerDown. I haven't fighted much...
Player pets, RangerDown. I haven't fighted much magicians with air/fire pets, and can't confirm you that they don't do it either.
Forum:
Development::Bug Reports
03-27-2006, 06:47 PM
Replies:
5
Pets are burning.
Views:
5,552
Posted By
Muuss
Pets are burning.
Air and Fire pets are buffing no-stop. IE, fire is casting his DS and air invisibility all the time as soon as they are idle. Hiding the messages can be done thru filter :NP spells -> hide. But if...
Showing results 26 to 50 of 500
Page 2 of 20
<
1
2
3
4
5
6
12
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
08:21 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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