Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,75,135,5 script Revenant#AbyssHelm 4_WHITEKNIGHT,{
- if(countitem(7023)) < 1 {
- mes "[Revenant]";
- mes "Are you the reason I returned?";
- mes "Prove yourself worthy.";
- mes "Find the ^FF3333Blade Lost in Darkness^000000.";
- mes "Come to me and learn the Once-ways.";
- close;
- } else {
- mes "[Revenant]";
- mes "In life, I was chosen by the Gods to bear the ^FF3333Helm of Abyss^000000.";
- mes "I was meant to use its power in my quest to drive back the darkness that lays upon this land.";
- mes "But the helm bears a heavy curse indeed.";
- mes "I was unable to withstand it and quietly it crept into my mind.";
- mes "Insanity reigned!";
- mes "Overwhelmed, I lost my way and into darkness fell.";
- next;
- mes "[Revenant]";
- mes "In death...";
- mes "I have found freedom.";
- mes "But never rest...";
- mes "Haunted by my failure, I seek for one who is worthy.";
- mes "One who shall succeed where I could not.";
- next;
- mes "[Revenant]";
- mes "Swear that you shall take up the burdens of the Abyss.";
- mes "Swear that you will live and fight with honor and justice.";
- mes "Swear that you will overcome the darkness.";
- mes "Now swear!";
- next;
- switch( select("No, I refuse!:I swear!") ){
- case1:
- mes "[Revenant]";
- mes "Begone, and trouble me no further!";
- delitem 7023,1;
- close;
- }
- case2:
- mes "[Revenant]";
- mes "You must bring me these items:";
- mes "10 ^FF3333Loki's Whispers^000000";//id 7019
- mes "1 ^FF3333Helm [1]";//id 2229
- mes "10 ^FF3333Carnium^000000"; //id 6223
- mes "250 ^FF3333Chivalry Emblem^000000";//id 1004
- mes "10 ^FF3333Bloody Edge^000000";//id 7024
- next;
- mes "[Revenant]";
- mes "Have you brought what is required?";
- next;
- switch( select("I have not.:I have.") ){
- case1:
- mes "[Revenant]";
- mes "Very well, return when you have completed your task.";
- close;
- }
- case2:
- mes "[Revenant]";
- mes "Oh? Show me what you have brought, and we shall see if you are worthy.";
- next;
- if(countitem(7019) < 10 || countitem(2229) < 1 || countitem(7024) < 10 || countitem(6223)< 10 || countitem(1004)< 250) {
- mes "[Revenant]";
- mes "You have not done as I have asked.";
- close;
- }
- mes "[Revenant]";
- mes "And so I will hold you to your oath. Farewell!";
- delitem 7019,10;
- delitem 2229,1;
- delitem 6223,10;
- delitem 1004,250;
- getitem 5363,1;
- close;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement