View Single Post
  #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