prontera.gat,150,155,5 script Test 51,{
mes "[^ff0000Baphomet Horn^000000]";
mes "Huh~ What do you want";
mes "Ohh I See You Want to make ^0055ffBaphomet Horn^000000 Right?";
menu "Yes", L_Yes;
L_Yes:
mes "^ff0000[baphomet Horn]^000000";
mes "Well if you Want to make^0055ff Baphomet Horn^000000";
next;
mes "Get this items ";
mes "^ff0000500 Evil Horn^000000";
mes "^ff00001 Majestic Goat [1]^000000";
mes "And ^ff000010,000,000^000000 for my efforts";
close;
mes "[baphomet Horn]";
if (countitem(923) < 500 || countitem(5160) < 1 || Zeny < 10000000 goto L_NotEnough;
delitem 923,500
delitem 5160,1
set Zeny,Zeny-10000000
mes "WoW! You are brave indeed!";
next;
mes "[baphomet Horn]"
mes "Enjoy your Baphomet Horn Thanks to Jem"
getitem 5374,1;
close;
L_NotEnough:
mes ". . .I'm Sorry .. You don't have enough money and items..";
mes "I can't affort to make this if you don't bring all materials needed. Please Understand this is to to benifit hereos such as yourself!";
close;
}
prontera.gat,150,155,5 script Test 51,{ mes "[^ff0000Baphomet Horn^000000]"; mes "Huh~ What do you want"; mes "Ohh I See You Want to make ^0055ffBaphomet Horn^000000 Right?"; menu "Yes", L_Yes; L_Yes: mes "^ff0000[baphomet Horn]^000000"; mes "Well if you Want to make^0055ff Baphomet Horn^000000"; next; mes "Get this items "; mes "^ff0000500 Evil Horn^000000"; mes "^ff00001 Majestic Goat [1]^000000"; mes "And ^ff000010,000,000^000000 for my efforts"; close; mes "[baphomet Horn]"; if (countitem(923) < 500 || countitem(5160) < 1 || Zeny < 10000000 goto L_NotEnough; delitem 923,500 delitem 5160,1 set Zeny,Zeny-10000000 mes "WoW! You are brave indeed!"; next; mes "[baphomet Horn]" mes "Enjoy your Baphomet Horn Thanks to Jem" getitem 5374,1; close; L_NotEnough: mes ". . .I'm Sorry .. You don't have enough money and items.."; mes "I can't affort to make this if you don't bring all materials needed. Please Understand this is to to benifit hereos such as yourself!"; close; }Link to comment
Share on other sites