Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- quiz_01,79,176,3 script Mary Ann 729,{
- mes "[^3300CCMary Ann^000000]";
- mes "Hello there, at last we've found the way to make communication between two different dimension..";
- mes " ";
- 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..";
- mes " ";
- mes "Sounds awesome right? Then, please bring all these items..";
- goto H_topp11q;
- H_topp11q:
- menu "Make",H_aee11q,"Cancel",H_cancel;
- //_____________Hat List_______________//
- H_aee11q:
- menu
- "Marin Wanna Fly",I_droopbb11q,
- "Return to Menu",H_topp11q;
- //_____________Item requirements_______________//
- //________model___________//
- //I_:
- // next;
- // mes "";
- // menu "Make",M_,"Return to Menu",H_top;
- I_droopbb11q:
- next;
- set @qe1, getiteminfo( 30465,5 );
- set @qe2, getiteminfo( 30465,11 );
- addtimer 1000, strnpcinfo(1)+"::onend";
- mes "[^3300CCMary Ann^000000]";
- mes " ";
- mes "^FF000012 x Token of King^000000 (Quest by Jericho at Prontera 101 ,156)";
- mes "^FF000012 x Gold Bullion^000000 (Quest by Jericho at Prontera 101 ,156)";
- mes "^FF00002 x Breath of Spirit^000000 ";
- menu "Make",M_droopbb11q,"Preview",OnChangeLook,"Return to Menu",H_topp11q;
- //_____________deletion and creation of items_______________//
- //____________model______________//
- //M_:
- // if(countitem()< || countitem()< || Zeny < )
- // goto M_insufficient;
- // delitem ,;
- // delitem ,;
- // set zeny,zeny-;
- // getitem ,;
- // close;
- M_droopbb11q:
- if(countitem(7726)<12 || countitem(7228)<12 || countitem(7087)<2)
- goto M_insufficient11q;
- delitem 7726,12;
- delitem 7228,12;
- delitem 7087,2;
- getitem 30465,1;
- announce "[Mary Ann]: It's time to disguise "+strcharinfo(0)+"!! Here's your reward, Marin Wanna Fly Wing!! ",bc_all;
- close;
- //________not enough or not the correct items________
- M_insufficient11q:
- next;
- mes "[^3300CCMary Ann^000000]";
- mes " ";
- mes "You don't have the enough items..";
- mes "Please come back when you do";
- menu "Return to Main Menu",H_topp11q,"Leave",H_cancel;
- close;
- OnChangeLook:
- set @qe3, getlook(LOOK_HEAD_BOTTOM);
- set @qe4, getlook(LOOK_HEAD_TOP);
- set @qe5, getlook(LOOK_HEAD_MID);
- set @qe6,1;
- if (@qe1&1) changelook LOOK_HEAD_BOTTOM, @qe2;
- if (@qe1&256) changelook LOOK_HEAD_TOP, @qe2;
- if (@qe1&512) changelook LOOK_HEAD_MID, @qe2;
- goto I_droopbb11q;
- onend:
- if (@qe6) {
- changelook LOOK_HEAD_BOTTOM, @qe3;
- changelook LOOK_HEAD_TOP, @qe4;
- changelook LOOK_HEAD_MID, @qe5;
- }
- for(set .@i,0; .@i<7; set .@i,.@i+1)
- setd "@qe"+.@i,0;
- end;
- H_cancel:
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment