Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.58 KB | None | 0 0
  1.   <!-- Use Green Crystal of Time on first white ant corpose in ant cave -->
  2.     <Action Name="quest 45 wcorpse" Class="I">
  3.         <SetQuest Id="Level45" Step="1"/>
  4.         <ShowHtml HtmlId="wcorpse2"/>
  5.     </Action>
  6.   <MakeItem Name="a" Class="I" NpcId="81247" AmountInputable="false" QuestId="Level45" QuestStep="1">
  7.       <Item Amount="1" ItemId="49194"/>
  8.       <Material Amount="1" ItemId="49192"/>
  9.       <Succeed>
  10.           <SetQuest Id="Level45" Step="2"/>
  11.           <ShowHtml HtmlId="wcorpse3"/>
  12.       </Succeed>
  13.       <Fail>
  14.           <ShowHtml HtmlId="wcorpse1"/>
  15.       </Fail>
  16.   </MakeItem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement