;QGO
;Easter Event 2003
;Change to FAIL upgrade if player
;Tries to Refine "Quest" Item.
;
%100
+5
+6


[@main]
Hey! Jude, don't make it bad ... Well, customer get here.. \
How do feel about my song ? Do you want to listen more...? \
Uhm, although it's the order of Lord <$LORD>, the owner of <$OWNERGUILD> \
It's impossible to discount current price because it hurts my pride !! \ \ 

<Order melting/@upgrade>\
<Get back melted weapon/@getbackupgnow>\
<Hear song more/@heardsing>\
<Cancel/@exit>\


[@upgrade]
;
;Normal Refine Process.
;
You seem to want melting the arms at your hand.Let me see...\
Uhm, It takes <$UPGRADEWEAPONFEE> gold to melt it. Raw materials \
for melting are <BlackIron/@Biron>, <Accesory/@Etc>, <Weapon at hand/@Weapon>,\
<Gold/@Gold>. Melting wants those absolutely. Of course \
I am sure you bring it? The rest of raw materials for \
smelting will be enough with something in your bag .\
Would you try? \

;<Order melting/@confirmupgrade>\
<Order melting/@upgrade_quest1>\
<Cancel/@exit>\


[@Biron]
BlackIron Ore is from a mine like general Ore. \
If you wish to get a good result \
you should bring me high purity BlackIron \
one more, if BlackIron is short with smelting \
in spite of high purity the result will be not good. keep in mind .\ \ 

<Back/@upgrade>


[@Etc]
Accesory means ring, bracelet, necklace.\
Accesories put in by you is melted and \
The abilities of melted accesories will be moved to your weapen... \
The Better and more raw material you bring \
The Better result I can give you.. \
If you put bad accesories in \
You can not make it without big fortune... \ \ 

<Back/@upgrade>


[@Weapon]
When I take a order, I smelt just weapon  \
that the client can lift.....I don't want to  \
give my good work to the person who is unable \
Then if you wish to ask me smelting... \
You should bring me a weapon definitely

<Back/@upgrade>


[@Gold]
This money is not enough to smelt weapon..\
Do you think that my technic is not good ?\ 
I accept your request with this Gold because this is beginning..\
Let's see...if the number of client increase..\
I will get proper Gold matching my skill quality...\\

<Back/@upgrade>


[@confirmupgrade]
Let me see raw materials that you bring me to smelt your <$USERWEAPON>\
I can't distinguish those well because my eye ability is poor\
Therefore I'll take all accesory and Black Iron Ore at your bag\
Just in case if rare or important item is in bag\
first arrange and leave it with Inn and come again later.\ \

<Ask melting/@upgradenow>\
<Arrange items in bag and come again/@exit>\


[@upgrade_quest1]
; Checks to see if trying to refine a Quest Sword (OmaSword)
;If Player is go to sub routine to remove it if 
;they persists.
;if not Proceds to normal refine process.
;
#IF
checkitemw OmaSword

#SAY
Pha..  I dare not Use my Skills on Weapons of Antiquity\
Their Magic maybe to strong for me\
However If You Wish I will risk it just for you!\ \

<Risk it/@remove_quest_item>\
<Cancel/@exit>\

#ELSEACT
goto @upgrade_quest2

[@upgrade_quest2]
; Checks to see if trying to refine a Quest Sword (OmaSlayer)
;If Player is go to sub routine to remove it if 
;they persists.
;if not Proceds to normal refine process.
;
#IF
checkitemw OmaSlayer

#SAY
Pha..  I dare not Use my Skills on Weapons of Antiquity\
Their Magic maybe to strong for me\
However If You Wish I will risk it just for you!\ \

<Risk it/@remove_quest_item>\
<Cancel/@exit>\

#ELSEACT
goto @upgrade_quest3

[@upgrade_quest3]
; Checks to see if trying to refine a Quest Sword (GreatOmaSlayer)
;If Player is go to sub routine to remove it if 
;they persists.
;if not Proceds to normal refine process.
;
#IF
checkitemw GreatOmaSlayer

#SAY
Pha..  I dare not Use my Skills on Weapons of Antiquity\
Their Magic maybe to strong for me\
However If You Wish I will risk it just for you!\ \

<Risk it/@remove_quest_item>\
<Cancel/@exit>\

;QGO Added to Remove RedMoonSword as well

#ELSEACT
goto @upgrade_quest4

[@upgrade_quest4]
; Checks to see if trying to refine a Quest Sword (RedMoonSword)
;If Player is go to sub routine to remove it if 
;they persists.
;if not Proceds to normal refine process.
;
#IF
checkitemw RedMoonSword

#SAY
Pha..  I dare not Use my Skills on Weapons of Antiquity\
Their Magic maybe to strong for me\
However If You Wish I will risk it just for you!\ \

<Risk it/@remove_quest_item>\
<Cancel/@exit>\

#ELSEACT
goto @confirmupgrade


[@heardsing]
Uhm..if you pay 30,000 gold more, I'll think about it again\

<Pay 30,000 gold more/@paythree>\
<Refuse/@main>\


[@paythree]
Hey,Jude! don't make it bad~ collok collok(cough)... \
today throat is not good...\ \

<Close/@exit>\


[~@upgradenow_ok]
After melting, it will look like new one. come again 1hour after.\ \

<The start/@main>


[~@upgradenow_ing]
It is a rule for one person to take just one item \
See you later...\ \

<The start/@main>\


[~@upgradenow_fail]
Raw materials is not enough.  come again later \
With Black Iron Ore, weapon, accesory all \
Of course, the pay for melting is basic concept...\ \

<The start/@main>\


[~@getbackupgnow_ok]
Here it is, I did my best to smelt it , but <Success or Fail/@Success> \
depends on the result of test. why don't you try to test.\ \

<Close/@exit>\


[@Success]
The success or fail of melting depends on the result of smashing \
Try smashing a NPC or an user or a monster with it for a test... \
The success or fail of melting will be showed then...\ \ 

<Close/@exit>\


[~@getbackupgnow_ing]
The melting is not finished yet, wait a little more...\ \

<The start/@main>\


[~@getbackupgnow_fail]
Did you leave something with me?\
Just in case if you came here to get back something left here long time ago \
Go back, It is so old that I can't remember it..\ \

<The start/@main>\

[@remove_quest_item]
;
; If Player persist in trying to refine quest Items.
; Remove Item and Give a Wooden Sword.
;

#SAY
Arggg....  \ \
The Magic is too Strong.\
The Weapon has broken.\
Here take this Sword by way of compensation.\
And begone from my stall...\ \

#ACT
takew OmaSword 1
takew OmaSlayer 1
takew GreatOmaSlayer 1
takew RedMoonSword 1
give WoodenSword
;Then throw them out of the shop!
batchDelay 1
addbatch 3
batchmove


[Goods]
;Ǵ ǰ           hour
