Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 021-2.gat,36,22,0|script|Basher|125,
- {
- set func "ClearVariables";
- if ticket state L_Step0 done goto L_step1;
- if ticket state L_Step1 done goto L_Step2;
- mes "\" Hello \"";
- mes "\" Have you finished all the quests here around Tulimshar and in the cave there in the desert?\"";
- menu
- "Yes", L_Step1,
- "No", L_Step0;
- if yes set ticket state L_step0 to done;
- L_Step0:
- mes "\" I think you should then come back to see me. These tasks that\"";
- mes "\" I am going to put you through are going to be tough.\"";
- goto L_Close;
- L_Step1:
- set Zeny, Zeny + 1500;
- mes "\" Okay this first task i am going to give you may seem stupid but it may save your butt in a pinch.\"";
- mes "\" I am going to teach you to make potions.\"";
- mes "\" Well not you exactly, you don't have the intelligence.\"";
- mes "\" Take this money I give you for the ferry ride and for hiring a sorcerer to make the potions. Then the ferry ride back.\"";
- mes "\" When you get to hurnscald you are going to head west\"";
- mes "\" through town. Then take the first north road. When\"";
- mes "\" it t's go east stay on the road. when it goes north next you don't want to take that. You want to follow the road south.\"";
- mes "\" when you get to the eastern fields start picking the herbs that grow there, there's mauve, cobalt, alzarin, and gamboge. you'll need 100 of each.\"";
- mes "\" When you get done just follow the road back to town.\"";
- mes "\" Now this is the important part. Be polite and ask if there are any sorcerers for hire to make potions. Tell them you will give them 500 gold.\"";
- mes "\" If noone is there then you wait, don't spam. Be patient the higher the level sorcerer the better your potions will be. when he's done say thank you and take the ferry back to Tulimshar.He stamps your ticket with a small grin on his face\"";
- set ticket state to L_Step1 done;
- goto L_Close,
- L_Close:
- mes "\"goodbye\"";
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment