View Single Post
  #7  
Old 02-15-2006, 10:43 AM
ylosh
Sarnak
 
Join Date: Jan 2006
Posts: 39
Default

your overall format makes it difficult to read

quest::text should be quest::say

your section with all of the
quest::summonitem(Shaman Emblem 16274) will not work

you have two sub EVENT_ITEM statements

if ($string == XX) is for numerical vaules, if ($string eq "value") is for text

don't know why you're making up the entire portion where bor creates the armor for you...that doesen't happen. bor takes your 500p and gives you a class emblem and a mystical forge of ro or druzzil's mystical sewing kit and the player creates their own armor with other tradeskill items. all of that information is available on allakhazams if you take the time and look for it.

example: Basic recipe is: appropriate ornate pattern, tanaan embroidery needle, appropriate class emblem, 1-3 swatches of cured ethereal energy, combine in Druzzil's Sewing Kit. The final combine is no-fail.
Reply With Quote