Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-15-2003, 06:23 AM
Wes
Fire Beetle
 
Join Date: Jan 2003
Posts: 10
Default Have a suggestion or request or bug report? Post them here.

Hi all, i'm taking requests and suggestions for features on quests, also any bugs you may find thanks!

Please remember the quest system is still in beta and isn't completely finished yet.

Sorry I forgot to mention this, but i'm no longer supporting the old quest format, but I will be making a converter from old -> new format.
Reply With Quote
  #2  
Old 03-15-2003, 04:54 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

$uclass or something that checks the users class would be a nice addition for class specific quests.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote
  #3  
Old 03-16-2003, 02:03 AM
Wes
Fire Beetle
 
Join Date: Jan 2003
Posts: 10
Default Heh

It's already there. heh $class, I must have forgotten to list it in the readme hehe sorry.
Reply With Quote
  #4  
Old 03-20-2003, 04:01 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Quests don't seem to be working in the latest CVS. :/
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote
  #5  
Old 03-20-2003, 07:24 AM
kabalah
Fire Beetle
 
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
Default quests not working in latest cvs

does the latest cvs code have the new quest system implemented? it looks like it is looking for filenames like:
quests/%i.qst
not
quests/zonename/%i.qst
kabalah
Reply With Quote
  #6  
Old 03-26-2003, 12:01 PM
Mortimus
Fire Beetle
 
Join Date: Jan 2003
Location: P-town
Posts: 18
Default coin

I would like you to be able to turn in coin to an npc.
__________________
~Mortimus~
Mortimus
Reply With Quote
  #7  
Old 03-29-2003, 03:57 AM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

Very large .qst files with a lot of text (newbie armour quest NPCs, for example) appear to crash the zone server,
without giving an error message.

If there is a full stop or other punctuation character after $name, $race or a similar string, without a space (e.g "Hello, $name."), it won't
work, and will print NULL (not really a serious problem though, just put a space after the name string).

Also - do multiple item triggers have to be in the same order (e.g " if ($item0 == "1001" && $item1 == "1002") ")
or can you use =~ in the same way you can with text triggers?

E.g " if ($item0- =~ "13072" && $item0- =~ "13073" && $item0- =~ "13068") "
would be triggered if you handed in these three items in any combination.
Reply With Quote
  #8  
Old 03-29-2003, 08:26 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

The way around lots of dialogue crashing the zone for me is to split up the if statements into several EVENT_SAY. Works ok for me that way, and I've had no issues with zone crashes to this point.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote
  #9  
Old 03-29-2003, 09:43 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Wes is bumping up the buffersize on those, so it shouldnt be a problem for long...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #10  
Old 04-03-2003, 08:40 AM
Velenos
Fire Beetle
 
Join Date: Mar 2003
Location: Alabama
Posts: 4
Default Nasty Annoying little bug?...

Ok, i finally got my quests working right after enough stress over getting spaces outta my format...
But now, for some reason i found out that when i'm trying to talk to someone (or the NPC with the quest info) and i happen to hit ")" anywhere in the message. IE, "Soandso says, 'Hey there, man... this is funny : )'". Doing this will make the npc process every one of the events in order... really annoying on newb quest NPC's that are sposed to hand stuff out... any suggestions?
Reply With Quote
  #11  
Old 04-03-2003, 10:08 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

$sex (To return He / She / It )

Short but simple :P
__________________

kRPG Profile
Reply With Quote
  #12  
Old 04-04-2003, 08:50 PM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

EVENT_ATTACK doesn't seem to work. Here is an example script for an orc pawn:

EVENT_ATTACK {
say("Death!! Death to all those who oppose the Crushbone Orcs!")
}

EVENT_DEATH {
say("You shall have all the Crushbone orc legions on my tail for your death!")
}

The death text displays properly, but the orc still doesn't say anything when he attacks.
I seem to remember TRIGGER_ATTACK was broken with the old quest language too.
Reply With Quote
  #13  
Old 04-04-2003, 09:02 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

sendto(x,y,z,heading) would be really nice if it's possible. Or just name it goto like the actual #goto command. Also sendtozone(zoneshortname,x,y,z,heading) would be neat, again, if possible.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote
  #14  
Old 04-11-2003, 02:54 AM
TwoSock
Fire Beetle
 
Join Date: Feb 2003
Posts: 20
Default .

Hmm yes..

if you hppen to type ! or ( or ) and some other chars while talking to an npc it parses the WHOLE script and basically goes apeshit on you lol

would like to see a fix here :)

i didn't find a way round this yet myself =/

actually a HALT command would be nice.. so we could put it at the end of each line to make sure the script halts there.. that way there's no way it could prse the whole script due to an error.

yes... give ya my right arm for a HALT command :)
Reply With Quote
  #15  
Old 04-19-2003, 04:55 PM
used_pawn
Sarnak
 
Join Date: Apr 2003
Posts: 53
Default quest giving faction

Ok, ive been playing with the new CVS code (from 2 days ago) and i must admit, most everything is running smoothly. Had to play with database faction to get a hit when i kill something, but everything is more or less groovy.
Except quest faction...noticed it is still commented out, so, i played with the code for a bit and ended up just getting lost in the class structures.
So, any idea on when it will be implemented or some insight on how to fix?

Thanks for what you've done so far, my quests are rounding out quite nicely =)
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:25 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3