yuhsing

Untitled

Dec 8th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1.  
  2.  
  3. quiz_01,79,176,3 script Mary Ann 729,{
  4.  
  5. mes "[^3300CCMary Ann^000000]";
  6. mes "Hello there, at last we've found the way to make communication between two different dimension..";
  7. mes " ";
  8. mes "The wing will serve as a medium to help Ghosts and Human to communicate in real world. Well.. Marin power..! To disguise your character into Super Baby while maintaining your original job abilities..";
  9. mes " ";
  10. mes "Sounds awesome right? Then, please bring all these items..";
  11. goto H_topp11q;
  12.  
  13. H_topp11q:
  14. menu "Make",H_aee11q,"Cancel",H_cancel;
  15.  
  16.  
  17. //_____________Hat List_______________//
  18.  
  19.  
  20. H_aee11q:
  21. menu
  22. "Marin Wanna Fly",I_droopbb11q,
  23. "Return to Menu",H_topp11q;
  24.  
  25.  
  26. //_____________Item requirements_______________//
  27.  
  28. //________model___________//
  29. //I_:
  30. // next;
  31. // mes "";
  32. // menu "Make",M_,"Return to Menu",H_top;
  33.  
  34.  
  35. I_droopbb11q:
  36. next;
  37. set @qe1, getiteminfo( 30465,5 );
  38. set @qe2, getiteminfo( 30465,11 );
  39. addtimer 1000, strnpcinfo(1)+"::onend";
  40. mes "[^3300CCMary Ann^000000]";
  41. mes " ";
  42. mes "^FF000012 x Token of King^000000 (Quest by Jericho at Prontera 101 ,156)";
  43. mes "^FF000012 x Gold Bullion^000000 (Quest by Jericho at Prontera 101 ,156)";
  44. mes "^FF00002 x Breath of Spirit^000000 ";
  45. menu "Make",M_droopbb11q,"Preview",OnChangeLook,"Return to Menu",H_topp11q;
  46.  
  47.  
  48.  
  49. //_____________deletion and creation of items_______________//
  50.  
  51. //____________model______________//
  52. //M_:
  53. // if(countitem()< || countitem()< || Zeny < )
  54. // goto M_insufficient;
  55. // delitem ,;
  56. // delitem ,;
  57. // set zeny,zeny-;
  58. // getitem ,;
  59. // close;
  60.  
  61.  
  62. M_droopbb11q:
  63. if(countitem(7726)<12 || countitem(7228)<12 || countitem(7087)<2)
  64. goto M_insufficient11q;
  65. delitem 7726,12;
  66. delitem 7228,12;
  67. delitem 7087,2;
  68. getitem 30465,1;
  69. announce "[Mary Ann]: It's time to disguise "+strcharinfo(0)+"!! Here's your reward, Marin Wanna Fly Wing!! ",bc_all;
  70. close;
  71.  
  72.  
  73. //________not enough or not the correct items________
  74.  
  75.  
  76. M_insufficient11q:
  77. next;
  78. mes "[^3300CCMary Ann^000000]";
  79. mes " ";
  80. mes "You don't have the enough items..";
  81. mes "Please come back when you do";
  82. menu "Return to Main Menu",H_topp11q,"Leave",H_cancel;
  83. close;
  84.  
  85. OnChangeLook:
  86. set @qe3, getlook(LOOK_HEAD_BOTTOM);
  87. set @qe4, getlook(LOOK_HEAD_TOP);
  88. set @qe5, getlook(LOOK_HEAD_MID);
  89. set @qe6,1;
  90. if (@qe1&1) changelook LOOK_HEAD_BOTTOM, @qe2;
  91. if (@qe1&256) changelook LOOK_HEAD_TOP, @qe2;
  92. if (@qe1&512) changelook LOOK_HEAD_MID, @qe2;
  93. goto I_droopbb11q;
  94.  
  95. onend:
  96. if (@qe6) {
  97. changelook LOOK_HEAD_BOTTOM, @qe3;
  98. changelook LOOK_HEAD_TOP, @qe4;
  99. changelook LOOK_HEAD_MID, @qe5;
  100. }
  101. for(set .@i,0; .@i<7; set .@i,.@i+1)
  102. setd "@qe"+.@i,0;
  103. end;
  104.  
  105. H_cancel:
  106. close;
  107. }
Advertisement
Add Comment
Please, Sign In to add comment