From cb551875e3c3a1423a22caeeff2f661f9603ae5f Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Wed, 18 Nov 2015 12:56:24 +0800 Subject: Converted some dealers to new trader format. --- npc/re/quests/eden/eden_iro.txt | 159 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 149 insertions(+), 10 deletions(-) (limited to 'npc/re/quests/eden') diff --git a/npc/re/quests/eden/eden_iro.txt b/npc/re/quests/eden/eden_iro.txt index 4f65498ea..45dc608ac 100644 --- a/npc/re/quests/eden/eden_iro.txt +++ b/npc/re/quests/eden/eden_iro.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= -SkittleNugget- //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Description: ========================================= //= Eden scripts custom to iRO (disabled by default). //= You may need iRO's data.grf to view some of the items. @@ -11,6 +11,7 @@ //= 1.0 First version. //= 1.1 Edited and added more NPCs, lots of placeholders. [Euphy] //= 1.2 Added Mail Annex Station scripts, commented out. [Euphy] +//= 1.3 Converted Kafra Cash Shop NPC's and Mail Annex Tool Dealer to trader format. [Frost] //============================================================ // Acolyte Warper (part of other/acolyte_warp.txt) @@ -603,7 +604,6 @@ L_Exchange: return; } - // Kafra Stacker //============================================================ moc_para01,41,169,2 script Kafra Stacker#eden 4_M_ALCHE_B,{ @@ -674,12 +674,132 @@ moc_para01,38,162,2 script Code the Redeemer#Give1 4_M_YOUNGKNIGHT,{ //============================================================ /* Due to the irregularity of iRO's databases, some of these sprites may not display properly. */ -moc_para01,32,171,6 cashshop Kafra Headgears#eden1 4_F_KAFRA3,14024:500,14098:150,17081:300,14097:500,14094:1000,14017:400,14099:300 -moc_para01,35,174,2 cashshop Kafra Dye Shop#dyes2 4_F_KAFRA4,6287:150 -moc_para01,37,170,2 cashshop Kafra Consumables#eden3 4_F_KAFRA6,13810:5,14167:400,16556:100,14111:75,14075:25,16419:30,14107:70,14104:50,14112:25,14082:30,14091:60,14088:30,14085:60,14169:40,14170:40,14172:40,14173:40,14171:40,14174:40,14159:100,14160:100,14161:100,14162:100,14163:100:14164:100,16420:1500 -moc_para01,32,174,2 cashshop Kafra Rental Items#eden 4_F_KAFRA7,16683:150,16682:50,14126:250,14125:250,16430:250,14137:250,14127:250,14118:250,14119:250,14132:250,16425:250,14124:250,14133:250,14130:250,16424:250,14136:250,14122:250,16426:250,14135:250,14134:250,14138:250,16428:250,16431:250,14139:250,14131:250,16429:250,16427:250 -moc_para01,37,172,2 cashshop Kafra Costume#eden5 4_F_KAFRA8,16974:300,16972:600,16973:150,16975:150,16977:150,17014:150,17015:150 -moc_para01,35,168,1 cashshop Kafra Utility Shop#eden 4_F_KAFRA5,16677:25,13990:400,16396:100,16394:100,17106:500,6241:10,6240:10,6225:15,6226:15,14002:5,6294:500,7776:50,7619:30,7620:30,12208:40,14156:400,12210:40,14158:400,14042:50,14044:50,14046:50,14048:50,14114:50,14166:40,16418:500,16381:400,14165:100,14157:100,14178:100 +moc_para01,32,171,6 trader Kafra Headgears#eden1 4_F_KAFRA3,{ +OnInit: + tradertype(NST_CASH); + sellitem F_Robo_Eye_Box,500; + sellitem F_Pecopeco_Hairband_Box,150; + sellitem Yggdrasil_Crown_Box,300; + sellitem F_Chick_Hat_Box,500; + sellitem F_Flying_Angel_Box,1000; + sellitem F_All_In_One_Ring_Box,400; + sellitem F_Red_Glasses_Box,300; +} + +moc_para01,35,174,2 trader Kafra Dye Shop#dyes2 4_F_KAFRA4,{ +OnInit: + tradertype(NST_CASH); + sellitem F_Clothing_Dye_Coupon,150; +} + +moc_para01,37,170,2 trader Kafra Consumables#eden3 4_F_KAFRA6,{ +OnInit: + tradertype(NST_CASH); + sellitem Blue_Potion_Box,5; + sellitem F_Neuralizer_Box,400; + sellitem FPr_Reset_Stone_Box,100; + sellitem F_Abrasive_Box10,75; + sellitem F_G_O_I_Box10,25; + sellitem Greed_Scroll_Box_30,30; + sellitem F_M_Life_Potion_Box,70; + sellitem F_S_Life_Potion_Box,50; + sellitem F_Regeneration_Box5,25; + sellitem FS_Def_Potion_Box10,30; + sellitem FB_Mdef_Potion_Box10,60; + sellitem FS_Mdef_Potion_Box10,30; + sellitem FB_Def_Potion_Box10,60; + sellitem F_Blessing_10_Scroll_Box,40; + sellitem F_Inc_Agi_10_Scroll_Box,40; + sellitem F_Assumptio_5_Scroll_Box,40; + sellitem F_Wind_Walk_10_Scroll_Box,40; + sellitem F_Aspersio_5_Scroll_Box,40; + sellitem F_Adrenaline_Scroll_Box,40; + sellitem F_Str_Dish_Box,100; + sellitem F_Agi_Dish_Box,100; + sellitem F_Int_Dish_Box,100; + sellitem F_Dex_Dish_Box,100; + sellitem F_Luk_Dish_Box,100; + sellitem F_Vit_Dish_Box,100; + sellitem Adventurer_Pack,1500; +} + +moc_para01,32,174,2 trader Kafra Rental Items#eden 4_F_KAFRA7,{ +OnInit: + tradertype(NST_CASH); + sellitem B_Halter_Box_30Days,150; + sellitem Boarding_Halter_Box,50; + sellitem F_Apple_Of_Archer_Box,250; + sellitem F_Asura_Box,250; + sellitem Rudra_Bow_Box,250; + sellitem F_Brooch_Box,250; + sellitem F_Bunny_Band_Box,250; + sellitem F_Combat_Knife_Box,250; + sellitem F_Counter_Dagger_Box,250; + sellitem F_Critical_Ring_Box,250; + sellitem Cutlus_Box,250; + sellitem F_Diary_Of_Great_Sage,250; + sellitem F_Earring_Box,250; + sellitem F_Elven_Ears_Box,250; + sellitem Executioner_Box_,250; + sellitem F_Glove_Box,250; + sellitem F_Right_Epsilon_Box,250; + sellitem Moonlight_Dagger_Box,250; + sellitem F_Necklace_Box,250; + sellitem F_Ring_Box,250; + sellitem F_Rosary_Box,250; + sellitem Solar_Sword_Box_,250; + sellitem Pole_Axe_Box_,250; + sellitem F_Safety_Ring_Box,250; + sellitem F_Steel_Flower_Box,250; + sellitem Tomahawk_Box_,250; + sellitem Wrench_Box,250; +} + +moc_para01,37,172,2 trader Kafra Costume#eden5 4_F_KAFRA8,{ +OnInit: + tradertype(NST_CASH); + sellitem Comin_Actor_Box,300; + sellitem Weather_Report_Box,600; + sellitem Yellow_Hat_Box,150; + sellitem Singing_Bird_Box,150; + sellitem Red_Minicrown_Box,150; + sellitem Butterfly_ear_Box,150; + sellitem Stuckhead_Screw_Box,150; +} + +moc_para01,35,168,1 trader Kafra Utility Shop#eden 4_F_KAFRA5,{ +OnInit: + tradertype(NST_CASH); + sellitem Universal_Catalog_Gold_Box10,25; + sellitem Job_Manual50_Box,400; + sellitem HD_Elu_Box10,100; + sellitem HD_Ori_Box10,100; + sellitem Max_Weight_Up_10Box,500; + sellitem HD_Elunium,10; + sellitem HD_Oridecon,10; + sellitem HD_Carnium,15; + sellitem HD_Bradium,15; + sellitem Adv_Siege_Supply_Box,5; + sellitem F_Marriage_Covenant,500; + sellitem Max_Weight_Up_Scroll,50; + sellitem Enriched_Elunium,30; + sellitem Enriched_Oridecon,30; + sellitem Battle_Manual,40; + sellitem F_Battle_Manual_Box,400; + sellitem Bubble_Gum,40; + sellitem F_Bubble_Gum_Box,400; + sellitem F_WOB_Rune_Box10,50; + sellitem F_WOB_Schwaltz_Box10,50; + sellitem F_WOB_Rachel_Box10,50; + sellitem F_WOB_Local_Box10,50; + sellitem F_Dun_Tele_Scroll_Box10,50; + sellitem F_Giant_Fly_Wing_Box,40; + sellitem Giant_Fly_Wing_Box_500,500; + sellitem WoE_Teleport_Scroll_100_Box,400; + sellitem F_Kafra_Card_Box,100; + sellitem F_Insurance_Package,100; + sellitem F_Token_Of_Siegfried_Box,100; +} // Duplicate NPCs //============================================================ @@ -829,6 +949,25 @@ auction_03,152,42,4 script Kafra Employee#annex 4_F_KAFRA1,{ } } -auction_03,145,47,2 shop Tool Dealer#annex 4_M_01,611:-1,501:-1,502:-1,503:-1,506:-1,504:-1,645:-1,656:-1,657:-1,601:-1,602:-1,1065:-1,911:-1,910:-1,717:-1,1092:-1,1093:-1,713:400 - +auction_03,145,47,2 trader Tool Dealer#annex 4_M_01,{ +OnInit: + sellitem Spectacles; + sellitem Red_Potion; + sellitem Orange_Potion; + sellitem Yellow_Potion; + sellitem Green_Potion; + sellitem White_Potion; + sellitem Center_Potion; + sellitem Awakening_Potion; + sellitem Berserk_Potion; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; + sellitem Booby_Trap; + sellitem Scell; + sellitem Garlet; + sellitem Blue_Gemstone; + sellitem Empty_Cylinder; + sellitem Empty_Potion; + sellitem Empty_Bottle,400; +} */ -- cgit v1.2.3-60-g2f50