Ice pick and Ahura mazda quest:
- Code: Select all
//===== Athena Script ===================================
//= Lirian Quest
//===== Programmed By: ====================================
//= Aranhamaker
//===== Idealized By : ===================================
//= BR-SKULL
//===== Version : =====================================
//= 1.0
//==========================================================
prontera.gat,164,163,2 script Lirian 756,{
mes "[Lirian]";
 mes "HI, I can make one Ice Pick or one  Ahura Mazda,but i need the ingredients  first";
 next;
mes "[Lirian]";
 mes "Which do you prefer?";
 menu "Ice Pick",icep,"Ahura Mazda",ahum,"Choose Item.",qing,"Nothing, Thanks!",nothing;
icep:
if(countitem(984) < 200) goto NO_ITEM;
 if(countitem(995) < 100) goto NO_ITEM;
delitem 984,200;
 delitem 995,100;
getitem 1230,1;
mes "[Lirian]";
mes "Thanks";
 close;
ahum:
 if(countitem(2104) < 1) goto NO_ITEM;
if(countitem(2102) < 1) goto NO_ITEM;
 if(countitem(2108) < 1) goto NO_ITEM;
 if(countitem(995) < 20) goto NO_ITEM;
 if(countitem(994) < 20) goto NO_ITEM;
 if(countitem(997) < 20) goto NO_ITEM;
 if(countitem(996) < 20) goto NO_ITEM;
 if(countitem(985) < 50) goto NO_ITEM;
 delitem 2104,1;
 delitem 2102,1;
 delitem 2108,1;
 delitem 995,20;
 delitem 994,20;
 delitem 997,20;
 delitem 996,20;
 delitem 985,50;
getitem 2199,1;
mes "[Lirian]";
 mes "Thanks ^^";
 close;
qing:
mes "[Lirian]";
 mes "Ice Pick:";
mes "200 Oridecons";
 mes "100 Mystic Frozen";
mes " ";
 mes "Ahura Mazda:";
mes "1 Buckler[1]";
 mes "1 Guard[1]";
 mes "1 Mirror Shield[1]";
mes "20 Mystic Frozen";
 mes "20 Flame Heart";
 mes "20 Great Nature";
mes "20 Rough Wind";
 mes "50 Eluniums";
 mes " ";
 mes "Which do you prefer?";
 menu "Ice Pick",icep,"Ahura Mazda",ahum,"Choose the item.",qing,"Nothing, Thanks!",nothing;
Â
nada:
mes "[Lirian]";
 mes "Humm...its all right come back later!";
 emotion 18;
 close;
NO_ITEM:
mes "[Lirian]";
mes "Left items,please check and come back.";
Deadly poison Ingedients shop:
- Code: Select all
//===== Athena Script
===================================
//= Deadly Poison Shop
//===== Programmed By : ====================================
//= Aranhamaker
//===== idealized by : ===================================
//= BR-SKULL
//===== Version : =====================================
//= 1.0
//==========================================================
prontera.gat,164,153,2 shop Deadly Poison Shop 749,952:200,657:4500,713:50,939:80,972:700,7033:200,937:300



and yes i do remember that.. (stupid supa and his ahura mazda
)

