Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Muuss
Forum: Quests::Q&A 04-27-2006, 12:27 AM
Replies: 27
Views: 8,522
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
Views: 8,522
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
Views: 8,522
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
Views: 8,522
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
Views: 8,522
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: Quests::Q&A 04-24-2006, 02:25 AM
Replies: 27
Views: 8,522
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
Views: 8,522
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...
Showing results 1 to 7 of 7

 
Forum Jump
   

All times are GMT -4. The time now is 05:09 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3