Jump to content
  • 0

Request>Simple Quest Script with Preview


PewN

Question


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

Requesting a simple quest script that have preview.

I want a simple quest script with preview,

Heres the example of my quest script and i want it to have a preview on it.


prontera,147,232,5 script 7 Deadly Sword Quest 459,{
mes "[Royal Messenger]";
mes "Welcome to prontera, I am the 7 Deadly Royal Messanger  in charge of the 7 Deadly Sword Quest.";
next;
menu "Listen",-,"No",Lend;

mes "[Royal Messenger]";
mes "There are too quests please chose the one you must like.";
next;
menu "Sword of Lust",-,"Sword of Greed",Lgreed,"Sword of Gluttony",Lgluttony,"Sword of Wrath",Lwrath,"Sword of Envy",Lenvy,"Sword of Pride",Lpride,"Sword of Sloth",Lsloth,"No",Lend;

mes "[Royal Messenger]";
mes "The Sword of Lust quest consist of the next items:";
mes "1000 Silver Coin";
mes "1000 Oridecon";
mes "1000 Rough Wind";
mes "1000 Flame Heart";
mes "1000 Mystic Frozen";
mes "5 Agate";
mes "100,000,000z";
next;
if(countitem(675)<1000 || countitem(984)<1000 || countitem(996)<1000 || countitem(994)<1000
|| countitem(995)<1000 || countitem(7291)<5 || Zeny<100000000) goto NoItems;
delitem 675,1000;
delitem 984,1000;
delitem 996,1000;
delitem 994,1000;
delitem 995,1000;
delitem 7291,5;
set Zeny,Zeny-100000000;
mes "[Royal Messenger]";
mes "I see you already have all the items you need.";
mes "nice work.";
getitem 20307,1;
close;

Lgreed:
mes "[Royal Messenger]";
mes "The Sword of Greed quest consists of the next items:";
mes "1 Green Feelers";
mes "10 Star Dust";
mes "10 Rough Wind";
mes "10 Flame Heart";
mes "10 Mystic Frozen";
mes "10 Great Nature";
mes "1,000,000z";
next;
if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10
|| countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems;
delitem 2298,1;
delitem 1001,10;
delitem 996,10;
delitem 994,10;
delitem 995,10;
delitem 997,10;
set Zeny,Zeny-1000000;
mes "[Royal Messenger]";
mes "I see you already have all the items you need.";
mes "nice work.";
getitem 20314,1;
close;

Lgluttony:
mes "[Royal Messenger]";
mes "The Sword of Greed quest consists of the next items:";
mes "1 Green Feelers";
mes "10 Star Dust";
mes "10 Rough Wind";
mes "10 Flame Heart";
mes "10 Mystic Frozen";
mes "10 Great Nature";
mes "1,000,000z";
next;
if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10
|| countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems;
delitem 2298,1;
delitem 1001,10;
delitem 996,10;
delitem 994,10;
delitem 995,10;
delitem 997,10;
set Zeny,Zeny-1000000;
mes "[Royal Messenger]";
mes "I see you already have all the items you need.";
mes "nice work.";
getitem 20315,1;
close;

Lwrath:
mes "[Royal Messenger]";
mes "The Sword of Greed quest consists of the next items:";
mes "1 Green Feelers";
mes "10 Star Dust";
mes "10 Rough Wind";
mes "10 Flame Heart";
mes "10 Mystic Frozen";
mes "10 Great Nature";
mes "1,000,000z";
next;
if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10
|| countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems;
delitem 2298,1;
delitem 1001,10;
delitem 996,10;
delitem 994,10;
delitem 995,10;
delitem 997,10;
set Zeny,Zeny-1000000;
mes "[Royal Messenger]";
mes "I see you already have all the items you need.";
mes "nice work.";
getitem 20316,1;
close;

Lenvy:
mes "[Royal Messenger]";
mes "The Sword of Greed quest consists of the next items:";
mes "1 Green Feelers";
mes "10 Star Dust";
mes "10 Rough Wind";
mes "10 Flame Heart";
mes "10 Mystic Frozen";
mes "10 Great Nature";
mes "1,000,000z";
next;
if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10
|| countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems;
delitem 2298,1;
delitem 1001,10;
delitem 996,10;
delitem 994,10;
delitem 995,10;
delitem 997,10;
set Zeny,Zeny-1000000;
mes "[Royal Messenger]";
mes "I see you already have all the items you need.";
mes "nice work.";
getitem 20318,1;
close;

Lpride:
mes "[Royal Messenger]";
mes "The Sword of Greed quest consists of the next items:";
mes "1 Green Feelers";
mes "10 Star Dust";
mes "10 Rough Wind";
mes "10 Flame Heart";
mes "10 Mystic Frozen";
mes "10 Great Nature";
mes "1,000,000z";
next;
if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10
|| countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems;
delitem 2298,1;
delitem 1001,10;
delitem 996,10;
delitem 994,10;
delitem 995,10;
delitem 997,10;
set Zeny,Zeny-1000000;
mes "[Royal Messenger]";
mes "I see you already have all the items you need.";
mes "nice work.";
getitem 20317,1;
close;

Lsloth:
mes "[Royal Messenger]";
mes "The Sword of Greed quest consists of the next items:";
mes "1 Green Feelers";
mes "10 Star Dust";
mes "10 Rough Wind";
mes "10 Flame Heart";
mes "10 Mystic Frozen";
mes "10 Great Nature";
mes "1,000,000z";
next;
if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10
|| countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems;
delitem 2298,1;
delitem 1001,10;
delitem 996,10;
delitem 994,10;
delitem 995,10;
delitem 997,10;
set Zeny,Zeny-1000000;
mes "[Royal Messenger]";
mes "I see you already have all the items you need.";
mes "nice work.";
getitem 20319,1;
close;



Lend:
mes "[Royal Messenger]";
mes "Have a nice day.";
close;
NoItems:
mes "[Royal Messenger]";
mes "Sorry you don't have all the items or zeny I need.";
mes "Come back when you have them all";
close;
}

Edited by Arcenciel
Codebox
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

Use Euphy's Quest Shop script. It's easy to use and configurable. Go to script release > script collections and then find Euphy's Script Collection.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

Use Euphy's Quest Shop script. It's easy to use and configurable. Go to script release > script collections and then find Euphy's Script Collection.

I dont want dynamic, i want the simple quest with preview. the old quest script.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...