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

03-15-2003, 06:23 AM
|
Fire Beetle
|
|
Join Date: Jan 2003
Posts: 10
|
|
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.
|

03-15-2003, 04:54 PM
|
Dragon
|
|
Join Date: Jun 2002
Posts: 776
|
|
$uclass or something that checks the users class would be a nice addition for class specific quests.
|

03-16-2003, 02:03 AM
|
Fire Beetle
|
|
Join Date: Jan 2003
Posts: 10
|
|
Heh
It's already there. heh $class, I must have forgotten to list it in the readme hehe sorry.
|

03-20-2003, 04:01 AM
|
Dragon
|
|
Join Date: Jun 2002
Posts: 776
|
|
Quests don't seem to be working in the latest CVS. :/
|

03-20-2003, 07:24 AM
|
Fire Beetle
|
|
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
|
|
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
|

03-26-2003, 12:01 PM
|
Fire Beetle
|
|
Join Date: Jan 2003
Location: P-town
Posts: 18
|
|
coin
I would like you to be able to turn in coin to an npc.
|

03-29-2003, 03:57 AM
|
Dragon
|
|
Join Date: Jan 2002
Posts: 521
|
|
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.
|

03-29-2003, 08:26 AM
|
Dragon
|
|
Join Date: Jun 2002
Posts: 776
|
|
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.
|

03-29-2003, 09:43 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
|
|
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.
|

04-03-2003, 08:40 AM
|
Fire Beetle
|
|
Join Date: Mar 2003
Location: Alabama
Posts: 4
|
|
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?
|

04-03-2003, 10:08 AM
|
 |
Dragon
|
|
Join Date: Mar 2003
Location: #loc
Posts: 745
|
|
$sex (To return He / She / It )
Short but simple :P
|

04-04-2003, 08:50 PM
|
Dragon
|
|
Join Date: Jan 2002
Posts: 521
|
|
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.
|

04-04-2003, 09:02 PM
|
Dragon
|
|
Join Date: Jun 2002
Posts: 776
|
|
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.
|

04-11-2003, 02:54 AM
|
Fire Beetle
|
|
Join Date: Feb 2003
Posts: 20
|
|
.
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 :)
|

04-19-2003, 04:55 PM
|
Sarnak
|
|
Join Date: Apr 2003
Posts: 53
|
|
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 =)
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 11:28 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |