Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 11-07-2004, 09:41 PM
ajb20
Hill Giant
 
Join Date: Jul 2004
Posts: 106
Default Problems with the new quest system

Well after some testing, I have come across a bunch of problems with the new quest system and its just giving me a headache. 1) Scribespells does not work, 2) When you do quest::spawn you cannot attach a quest to the NPC that is spawned. I am sure there are others, I just gave up at this point.

Anyone else who is frustrated with this "understested" quest system, I did a roll back and integrated the previous Perl system into the newest source and it seemed to fix the problems I was having anyway. Pop me a message if you want it and I'll send it out somehow. Not gonna put it anywhere since its just a waste of space though.
Reply With Quote
  #2  
Old 11-08-2004, 04:05 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

step 1... understand what your doing...

step 2... you can comment out EMBPERL_XS and run exactly the same code as before

scribespells still works, always has, you have just been misusing it, and now perl is smart enough to tell you about it. theres another thread about it.

spawn is slightly broken right now, and will get fixed... try reporting a bug instead of calling my work a 'butchered quest system'.

I spent hours making sure I did not break anything in the old system... but why bother... next time I really will butcher it, ass. I dont know if you have noticed, but the current CVS builds have a big fucking DR in them... I wonder what the hell that means anyways....
Reply With Quote
  #3  
Old 11-08-2004, 05:39 AM
eq_addict_08
Hill Giant
 
Join Date: Nov 2003
Location: Drunk tank
Posts: 199
Default

FN, don't get mad at(edit- because of) ungratefuls. You have put out more work than anyone I have seen since I have been on these boards. If they don't like it, they can 'try' to fix it themselves. I for one, very much appreciate the fact that you are working on improving EQemu, and with so many lines of code in it, it can not all happen overnight. Keep up the GREAT work..
Reply With Quote
  #4  
Old 11-08-2004, 06:15 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Aye, don't listen to them FNW. Although some documentation wouldn't be bad to stop these retarded threads. FNW always puts a LOT of time and effort into making his releases as bug free and COMPLETE as possible.

If you have a bug to report, please do it. With specifics such as the code you are using and what you are trying to accomplish. Don't trash talk the work or next thing you know FNW is playing eq2 and no longer working on eqemu. (jk. i know how much fnw hates eq2 hah)
Reply With Quote
  #5  
Old 11-08-2004, 09:32 AM
phasepuma
Sarnak
 
Join Date: Jun 2004
Posts: 69
Default

I actually like the new system. It will be great once everything gets ironed out imo

keep it up -=)
Reply With Quote
  #6  
Old 11-08-2004, 01:12 PM
Scorpx725
Discordant
 
Join Date: Feb 2003
Location: Wish I knew.
Posts: 251
Default

I still dont know how to use the new quest system and why everyone is complaining. Give him time to work it out, god damn.
__________________
* KingMort has left #eqemu
<Richardo> KingDrama has left #EQEMU
<Richardo> the rule my pants!
Reply With Quote
  #7  
Old 11-09-2004, 07:12 AM
ajb20
Hill Giant
 
Join Date: Jul 2004
Posts: 106
Default

I never said he didn't work hard, I just don't understand why everything was rewritten when it was working perfect. And btw, contradicting yourself seeing as how spawn was working fine before:
Quote:
spawn is slightly broken right now, and will get fixed... try reporting a bug instead of calling my work a 'butchered quest system'.

I spent hours making sure I did not break anything in the old system...
Anyway, I was just frustrated, I love what you have done, but the new system needs some testing to get some bugs out which should have been done before it was brought live. Just my 2 cents.

And just as it was brought up before, just commenting out that one line does not revert back to the prior quest system. There is a whole section of code that needs to reverted in net.cpp.

P.S. There was no need to go off on me like that. A normal user would get in trouble for that but I guess its ok for the high and mighty to do it.

Quote:
but the current CVS builds have a big fucking DR in them... I wonder what the hell that means anyways....
*sarcasm*Cause we all 5.8 was a bug free official release*/sarcasm*

And /cheers to me for finally figuring out how to get a Dev's attention.
Reply With Quote
  #8  
Old 11-09-2004, 07:42 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Quote:
*sarcasm*Cause we all 5.8 was a bug free official release*/sarcasm*
You are doing nothing but annoying the people that fix the bugs. IMO you should shut your mouth before they all say "screw you guys" and leave.
Reply With Quote
  #9  
Old 11-11-2004, 12:00 PM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default summonitem broken ???

[Status] WARNING: error compiling quest file quests/gfaydark/54087.pl: Perl ru
ime error: syntax error at (eval 24783) line 9, near ""You have done well. chi
! Take this as a blessing from Tunare for doing her will." summonitem"
(reverting to default questfile)
[Status] WARNING: error compiling quest file quests/gfaydark/54070.pl: Perl ru
ime error: syntax error at (eval 25067) line 63, near "$itemcount("
syntax error at (eval 25067) line 69, near "#(END of FILE Zone:gfaydark ID:54
0 -- Sarialiyn_Tranquilsong )
; }"
(reverting to default questfile)
[Status] WARNING: error compiling quest file quests/gfaydark/54092.pl: Perl ru
ime error: syntax error at (eval 32732) line 20, near "$itemcount("
syntax error at (eval 32732) line 30, near "#(END of FILE Zone:gfaydark ID:54
2 -- Sylia_Windlehands )
; }"
(reverting to default questfile)


whats the new command for itemcount ?
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #10  
Old 11-11-2004, 12:11 PM
animepimp
Dragon
 
Join Date: Jan 2004
Posts: 860
Default

Itemcount has always used {}s not ()s. I guess it was jsut not telling you about the error before.
Reply With Quote
  #11  
Old 11-11-2004, 01:41 PM
Kroeg's Avatar
Kroeg
Hill Giant
 
Join Date: Oct 2003
Posts: 241
Default

54087.pl = I'd guess, multiple quotes " will screw with it.

54070.pl = you have to use { } like said before. An example would be: if($itemcount{13198} == 4){

You are also adding quotes to the last line comment for some reason it seems => line 69, near "#(END of FILE Zone:gfaydark ID:54 blah blah... should only be # without quotes.

54092.pl = The same thing, your itemcount is off and there are quotes near or in the #(END of FILE... comment. This should be at the end of the file, starting with # only.

Quotation marks are rarely used... mainly only for quest::say("") purposes. You don't need to use quotes around everything, not even in itemcount or if $item[no] lines.

Here is an example of a quest of mine (which works) that uses itemcount:


###################################
#Zone: Ak`Anon #
#Short Name: akanon #
#Zone ID: 55 #
###################################
#NPC Name: Sanfyrd_Featherhead #
#NPC ID: 55090 #
#Quest Status: Incomplete #
###################################
sub EVENT_SAY {
if($text=~/Hail/i){
quest::say("Greetings! I am the operator of this scrapyard. If you have any scrap metal. I would be glad to purchase it from you in loads of four. The Gemchoppers no longer allow me to accept blackbox fragments and micro servos."); }
}

sub EVENT_ITEM {
if($itemcount{13198} == 4){
quest::say("Excellent work. You were born to be a warrior. Here is a little bonus for the good job.");
quest::faction(115,3);
quest::faction(176,3);
quest::faction(210,3);
quest::faction(71,-3);
quest::faction(39,-3);
quest::exp(65);
quest::givecash(0,0,7,0); }
}

Reply With Quote
  #12  
Old 11-12-2004, 12:00 AM
Mongrel
Hill Giant
 
Join Date: Jul 2003
Location: Germany
Posts: 232
Default

Quote:
Anyway, I was just frustrated, I love what you have done, but the new system needs some testing to get some bugs out which should have been done before it was brought live. Just my 2 cents.
This makes no sense at all. DR versions are for testing. They're released so that people can test them (the devs can obviously only do minimal testing) and report bugs to get them fixed.

Think before you cry foul, man.
__________________
EQEMu Zone Previewer (Alpha 0.2)
EQEMu Spell Editor

EQEMu files

Winter's Roar spell database
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:17 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