Advertisement
Guest User

Untitled

a guest
Mar 11th, 2011
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. QUEST_NEWPETYORN
  2. {
  3. SetTitle
  4. (
  5. IDS_PROPQUEST_INC_001327
  6. );
  7.  
  8. setting
  9. {
  10.  
  11. SetCharacter( "MaFl_Loyah" );
  12. SetEndCondCharacter( "MaFl_Loyah", 7169, 3208, QUEST_DESTINATION_ID_0000 );
  13. SetBeginCondLevel( 5, 15 );
  14. SetBeginCondParty( 0, 0, 0, 0 );
  15. SetBeginCondJob( JOB_VAGRANT );
  16. SetEndCondItem( -1, 0, -1, II_SYS_SYS_QUE_YORN, 1, 7068, 4125, QUEST_DESTINATION_ID_0000 );
  17. SetEndRemoveItem( 0, II_SYS_SYS_QUE_YORN, 1 );
  18. SetEndRewardGold( 15000, 15000 );
  19. SetHeadQuest( 6004 );
  20. }
  21.  
  22. SetDialog
  23. (
  24. QSAY_BEGIN1,
  25. IDS_PROPQUEST_INC_001328
  26. );
  27.  
  28. SetDialog
  29. (
  30. QSAY_BEGIN2,
  31. IDS_PROPQUEST_INC_001329
  32. );
  33.  
  34. SetDialog
  35. (
  36. QSAY_BEGIN3,
  37. IDS_PROPQUEST_INC_001330
  38. );
  39.  
  40. SetDialog
  41. (
  42. QSAY_BEGIN4,
  43. IDS_PROPQUEST_INC_001331
  44. );
  45.  
  46. SetDialog
  47. (
  48. QSAY_BEGIN5,
  49. IDS_PROPQUEST_INC_001332
  50. );
  51.  
  52. SetDialog
  53. (
  54. QSAY_BEGIN_YES,
  55. IDS_PROPQUEST_INC_001333
  56. );
  57.  
  58. SetDialog
  59. (
  60. QSAY_BEGIN_NO,
  61. IDS_PROPQUEST_INC_001334
  62. );
  63.  
  64. SetDialog
  65. (
  66. QSAY_END_COMPLETE1,
  67. IDS_PROPQUEST_INC_001335
  68. );
  69.  
  70. SetDialog
  71. (
  72. QSAY_END_FAILURE1,
  73. IDS_PROPQUEST_INC_001336
  74. );
  75.  
  76. state 0
  77. {
  78.  
  79. SetDesc
  80. (
  81. IDS_PROPQUEST_INC_001337
  82. );
  83.  
  84. }
  85.  
  86. state 14
  87. {
  88.  
  89. SetDesc
  90. (
  91. IDS_PROPQUEST_INC_001338
  92.  
  93. );
  94.  
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement