Index: Aht_Urhgan_Whitegate/npcs/Kazween.lua =================================================================== --- Aht_Urhgan_Whitegate/npcs/Kazween.lua (revision 0) +++ Aht_Urhgan_Whitegate/npcs/Kazween.lua (working copy) @@ -0,0 +1,46 @@ +----------------------------------- +-- Area: Aht Urhgan Whitegate +-- NPC: Kazween +-- Type: Item Deliverer +-- @zone: 50 +-- @pos: -130 -6 95 +-- +----------------------------------- + +package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; +require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Aht_Urhgan_Whitegate/npcs/Mariyaam.lua =================================================================== --- Aht_Urhgan_Whitegate/npcs/Mariyaam.lua (revision 0) +++ Aht_Urhgan_Whitegate/npcs/Mariyaam.lua (working copy) @@ -0,0 +1,46 @@ +----------------------------------- +-- Area: Aht Urhgan Whitegate +-- NPC: Mariyaam +-- Type: Item Deliverer +-- @zone: 50 +-- @pos: -125 -6 90 +-- +----------------------------------- + +package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; +require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Aht_Urhgan_Whitegate/TextIDs.lua =================================================================== --- Aht_Urhgan_Whitegate/TextIDs.lua (revision 3268) +++ Aht_Urhgan_Whitegate/TextIDs.lua (working copy) @@ -20,6 +20,7 @@ HADAHDA_DIALOG = 4802; -- Hey, think you could help me out? -- Other Dialogs + ITEM_DELIVERY_DIALOG = 9227; RUNIC_PORTAL = 4471; -- You cannot use the runic portal without the Empire's authorization. -- Shop Texts Index: Bastok_Markets/npcs/Belizieg.lua =================================================================== --- Bastok_Markets/npcs/Belizieg.lua (revision 3268) +++ Bastok_Markets/npcs/Belizieg.lua (working copy) @@ -24,6 +24,7 @@ function onTrigger(player,npc) player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Bastok_Markets/npcs/Khonzon.lua =================================================================== --- Bastok_Markets/npcs/Khonzon.lua (revision 3268) +++ Bastok_Markets/npcs/Khonzon.lua (working copy) @@ -5,7 +5,6 @@ -- @zone: 235 -- @pos: -323.744 -16.001 -88.698 -- --- Auto-Script: Requires Verification. Verified standard dialog - thrydwolf 12/8/2011 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; @@ -24,6 +23,7 @@ function onTrigger(player,npc) player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Bastok_Markets_[S]/npcs/Karlotte.lua =================================================================== --- Bastok_Markets_[S]/npcs/Karlotte.lua (revision 0) +++ Bastok_Markets_[S]/npcs/Karlotte.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Bastok Markets [S] +-- NPC: Karlotte +-- Type: Item Deliverer +-- @zone: 87 +-- @pos: -191.646 -8 -36.349 +-- +----------------------------------- + +package.loaded["scripts/zones/Bastok_Markets_[S]/TextIDs"] = nil; +require("scripts/zones/Bastok_Markets_[S]/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, KARLOTTE_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Bastok_Markets_[S]/npcs/Weldon.lua =================================================================== --- Bastok_Markets_[S]/npcs/Weldon.lua (revision 0) +++ Bastok_Markets_[S]/npcs/Weldon.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Bastok Markets [S] +-- NPC: Weldon +-- Type: Item Deliverer +-- @zone: 87 +-- @pos: -191.575 -8 36.688 +-- +----------------------------------- + +package.loaded["scripts/zones/Bastok_Markets_[S]/TextIDs"] = nil; +require("scripts/zones/Bastok_Markets_[S]/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, WELDON_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Bastok_Markets_[S]/TextIDs.lua =================================================================== --- Bastok_Markets_[S]/TextIDs.lua (revision 3268) +++ Bastok_Markets_[S]/TextIDs.lua (working copy) @@ -6,6 +6,9 @@ GIL_OBTAINED = 6379; -- Obtained gil KEYITEM_OBTAINED = 6381; -- Obtained key item: FISHING_MESSAGE_OFFSET = 6994; -- You can't fish here +-- Other Texts +KARLOTTE_DELIVERY_DIALOG = 10765; -- I am here to help with all your parcel delivery needs. +WELDON_DELIVERY_DIALOG = 10766; -- Do you have something you wish to send? -- Shop Texts BLINGBRIX_SHOP_DIALOG = 7136; -- Blingbrix good Gobbie from Boodlix's!\nBoodlix's Emporium help fighting fighters and maging mages. Gil okay, okay? Index: Bastok_Mines/npcs/Gawful.lua =================================================================== --- Bastok_Mines/npcs/Gawful.lua (revision 3268) +++ Bastok_Mines/npcs/Gawful.lua (working copy) @@ -24,6 +24,7 @@ function onTrigger(player,npc) player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Bastok_Mines/npcs/Sodragamm.lua =================================================================== --- Bastok_Mines/npcs/Sodragamm.lua (revision 3268) +++ Bastok_Mines/npcs/Sodragamm.lua (working copy) @@ -24,6 +24,7 @@ function onTrigger(player,npc) player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Crawlers_Nest_[S]/npcs/Chodopopo.lua =================================================================== --- Crawlers_Nest_[S]/npcs/Chodopopo.lua (revision 0) +++ Crawlers_Nest_[S]/npcs/Chodopopo.lua (working copy) @@ -0,0 +1,47 @@ +---------------------------------- +-- Area: Crawlers' Nest [S] +-- NPC: Chodopopo +-- Type: Item Deliverer +-- @zone: 171 +-- @pos: 100.528 -32.272 -58.739 + +-- +----------------------------------- + +package.loaded["scripts/zones/Crawlers_Nest_[S]/TextIDs"] = nil; +require("scripts/zones/Crawlers_Nest_[S]/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Crawlers_Nest_[S]/TextIDs.lua =================================================================== --- Crawlers_Nest_[S]/TextIDs.lua (revision 3268) +++ Crawlers_Nest_[S]/TextIDs.lua (working copy) @@ -5,3 +5,9 @@ ITEM_OBTAINED = 6936; -- Obtained: GIL_OBTAINED = 6937; -- Obtained gil KEYITEM_OBTAINED = 6939; -- Obtained key item: + + + + +-- Other Texts +ITEM_DELIVERY_DIALOG = 7631; -- >Hello! Any packages to sendy-wend? \ No newline at end of file Index: Fort_Karugo-Narugo_[S]/npcs/Mortimer.lua =================================================================== --- Fort_Karugo-Narugo_[S]/npcs/Mortimer.lua (revision 0) +++ Fort_Karugo-Narugo_[S]/npcs/Mortimer.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Fort Karugo Narugo [S] +-- NPC: Mortimer +-- Type: Item Deliverer +-- @zone: 96 +-- @pos: -24.08 -68.508 93.88 +-- +----------------------------------- + +package.loaded["scripts/zones/Fort_Karugo_Narugo_[S]/TextIDs"] = nil; +require("scripts/zones/Fort_Karugo_Narugo_[S]/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Fort_Karugo-Narugo_[S]/TextIDs.lua =================================================================== --- Fort_Karugo-Narugo_[S]/TextIDs.lua (revision 3268) +++ Fort_Karugo-Narugo_[S]/TextIDs.lua (working copy) @@ -5,7 +5,8 @@ ITEM_OBTAINED = 6378; -- Obtained: GIL_OBTAINED = 6379; -- Obtained gil KEYITEM_OBTAINED = 6381; -- Obtained key item: - +-- Other Texts +ITEM_DELIVERY_DIALOG = 8057; -- Deliveries! We're open for business! -- Logging LOGGING_IS_POSSIBLE_HERE = 7608; -- Logging is possible here if you have Index: Kazham/npcs/Kobhi_Sarhigamya.lua =================================================================== --- Kazham/npcs/Kobhi_Sarhigamya.lua (revision 0) +++ Kazham/npcs/Kobhi_Sarhigamya.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Kazham +-- NPC: Kobhi Sarhigamya +-- Type: Item Deliverer +-- @zone: 250 +-- @pos: -115.29 -11 -22.609 +-- +----------------------------------- + +package.loaded["scripts/zones/Kazham/TextIDs"] = nil; +require("scripts/zones/Kazham/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Kazham/TextIDs.lua =================================================================== --- Kazham/TextIDs.lua (revision 3268) +++ Kazham/TextIDs.lua (working copy) @@ -7,7 +7,10 @@ KEYITEM_OBTAINED = 6381; -- Obtained key item: HOMEPOINT_SET = 6424; -- Home point set! FISHING_MESSAGE_OFFSET = 6594; -- You can't fish here - + +-- Other Texts +ITEM_DELIVERY_DIALOG = 9885; -- We can deliver packages to Mog Houses anywhere in Vana'diel. + -- Quest Dialog IFRIT_UNLOCKED = 10441; -- You are now able to summon Ifrit. NOMAD_MOOGLE_DIALOG = 10509; -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. Index: Lower_Jeuno/npcs/Mesukiki.lua =================================================================== --- Lower_Jeuno/npcs/Mesukiki.lua (revision 0) +++ Lower_Jeuno/npcs/Mesukiki.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Lower Jeuno +-- NPC: Mesukiki +-- Type: Item Deliverer +-- @zone: 245 +-- @pos: -19.832 -0.101 -39.075 +-- +----------------------------------- + +package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; +require("scripts/zones/Lower_Jeuno/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Lower_Jeuno/npcs/Subash.lua =================================================================== --- Lower_Jeuno/npcs/Subash.lua (revision 0) +++ Lower_Jeuno/npcs/Subash.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Lower Jeuno +-- NPC: Subash +-- Type: Item Deliverer +-- @zone: 245 +-- @pos: -19.84 -0.101 -38.081 +-- +----------------------------------- + +package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; +require("scripts/zones/Lower_Jeuno/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Lower_Jeuno/TextIDs.lua =================================================================== --- Lower_Jeuno/TextIDs.lua (revision 3268) +++ Lower_Jeuno/TextIDs.lua (working copy) @@ -12,7 +12,8 @@ ITS_LOCKED = 7463; -- It's locked. GUIDE_STONE = 7016; -- Up: Upper Jeuno, Down: Port Jeuno - +-- Other Texts +ITEM_DELIVERY_DIALOG = 7656; -- Now offering quick and easy delivery of packages to residences everywhere! -- Conquest system CONQUEST = 7929; -- You've earned conquest points! Index: Mhaura/npcs/Mauriri.lua =================================================================== --- Mhaura/npcs/Mauriri.lua (revision 0) +++ Mhaura/npcs/Mauriri.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Mhaura +-- NPC: Mauriri +-- Type: Item Deliverer +-- @zone: 249 +-- @pos: 10.883 -15.99 66.186 +-- +----------------------------------- + +package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; +require("scripts/zones/Mhaura/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, MAURIRI_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Mhaura/npcs/Panoru-Kanoru.lua =================================================================== --- Mhaura/npcs/Panoru-Kanoru.lua (revision 0) +++ Mhaura/npcs/Panoru-Kanoru.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Mhaura +-- NPC: Panoru-Kanoru +-- Type: Item Deliverer +-- @zone: 249 +-- @pos: 5.241 -4.035 93.891 +-- +----------------------------------- + +package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; +require("scripts/zones/Mhaura/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, PANORU_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Mhaura/TextIDs.lua =================================================================== --- Mhaura/TextIDs.lua (revision 3268) +++ Mhaura/TextIDs.lua (working copy) @@ -10,6 +10,10 @@ FISHING_MESSAGE_OFFSET = 6623; -- You can't fish here DO_NOT_POSSESS = 7653; -- You do not possess . You were not permitted to board the ship... +-- Other Texts +MAURIRI_DELIVERY_DIALOG = 7950; -- Mauriri is my name, and sending parcels from Mhaura is my game. +PANORU_DELIVERY_DIALOG = 7951; -- Looking for a delivery company that isn't lamey-wame? The quality of my service puts Mauriri to shame! + -- Quest Dialog SUBJOB_UNLOCKED = 6955; -- You can now use support jobs! GOLDSMITHING_GUILD = 7058; -- Everything you need for your goldsmithing needs! Index: Nashmau/npcs/Jajaroon.lua =================================================================== --- Nashmau/npcs/Jajaroon.lua (revision 3268) +++ Nashmau/npcs/Jajaroon.lua (working copy) @@ -21,7 +21,7 @@ function onTrigger(player,npc) -player:showText(npc,JAJAROONT_SHOP_DIALOG); +player:showText(npc,JAJAROON_SHOP_DIALOG); stock = {0x0880,48, -- Fire Card 0x0881,48, -- Ice Card Index: Nashmau/npcs/Nanaroon.lua =================================================================== --- Nashmau/npcs/Nanaroon.lua (revision 0) +++ Nashmau/npcs/Nanaroon.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Nashmau +-- NPC: Nanaroon +-- Type: Item Deliverer +-- @zone: 53 +-- @pos: -2.404 -6 37.141 +-- +----------------------------------- + +package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; +require("scripts/zones/Nashmau/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, NANA_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Nashmau/npcs/Neneroon.lua =================================================================== --- Nashmau/npcs/Neneroon.lua (revision 0) +++ Nashmau/npcs/Neneroon.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Nashmau +-- NPC: Neneroon +-- Type: Item Deliverer +-- @zone: 53 +-- @pos: -0.866 -5.999 36.942 +-- +----------------------------------- + +package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; +require("scripts/zones/Nashmau/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, NENE_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Nashmau/TextIDs.lua =================================================================== --- Nashmau/TextIDs.lua (revision 3268) +++ Nashmau/TextIDs.lua (working copy) @@ -9,16 +9,20 @@ KEYITEM_OBTAINED = 6381; -- Obtained key item: FISHING_MESSAGE_OFFSET = 6994; -- You can't fish here HOMEPOINT_SET = 7247; -- Home point set! - + +-- Other Texts +NENE_DELIVERY_DIALOG = 10759; -- Yooo want to send gooods? Yooo want to send “clink clink?” +NANA_DELIVERY_DIALOG = 10760; -- Yooo send gooods. Yooo send “clink clink.” + -- Quest Dialog NOMAD_MOOGLE_DIALOG = 7248; -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. -- Shop Texts - CHICHIROON_SHOP_DIALOG = 0; -- [UNKNOWN] - JAJAROONT_SHOP_DIALOG = 10397; -- Hellooo. Yooo have caaard? Can do gaaame? Jajaroon have diiice. - MAMAROON_SHOP_DIALOG = 0; -- [UNKNOWN] + CHICHIROON_SHOP_DIALOG = 10425; -- Howdy-hooo! I gots soooper rare dice for yooo. + JAJAROON_SHOP_DIALOG = 10407; -- Hellooo. Yooo have caaard? Can do gaaame? Jajaroon have diiice. + MAMAROON_SHOP_DIALOG = 10420; -- Welcome to maaagic shop. Lots of magics for yooo. PIPIROON_SHOP_DIALOG = 0; -- [UNKNOWN] - POPOROON_SHOP_DIALOG = 0; -- [UNKNOWN] + POPOROON_SHOP_DIALOG = 10422; -- Come, come. Buy aaarmor, looots of armor! WATAKHAMAZOM_SHOP_DIALOG = 10413; -- Looking for some bows and bolts to strrrike fear into the hearts of your enemies? You can find 'em here! -verify- - YOYOROON_SHOP_DIALOG = 0; -- [UNKNOWN] - TSUTSUROON_SHOP_DIALOG = 0; \ No newline at end of file + YOYOROON_SHOP_DIALOG = 0; -- [UNKNOWN] + TSUTSUROON_SHOP_DIALOG = 10417; -- What yooo want? Have katana, katana, and nin-nin...yooo want? \ No newline at end of file Index: Norg/npcs/Paleille.lua =================================================================== --- Norg/npcs/Paleille.lua (revision 0) +++ Norg/npcs/Paleille.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Norg +-- NPC: Paleille +-- Type: Item Deliverer +-- @zone: 252 +-- @pos: -82.667 -5.414 52.421 +-- +----------------------------------- + +package.loaded["scripts/zones/Norg/TextIDs"] = nil; +require("scripts/zones/Norg/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, PALEILLE_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Norg/npcs/Spasija.lua =================================================================== --- Norg/npcs/Spasija.lua (revision 0) +++ Norg/npcs/Spasija.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Norg +-- NPC: Spasija +-- Type: Item Deliverer +-- @zone: 252 +-- @pos: -82.896 -5.414 55.271 +-- +----------------------------------- + +package.loaded["scripts/zones/Norg/TextIDs"] = nil; +require("scripts/zones/Norg/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, SPASIJA_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Norg/TextIDs.lua =================================================================== --- Norg/TextIDs.lua (revision 3268) +++ Norg/TextIDs.lua (working copy) @@ -9,6 +9,10 @@ HOMEPOINT_SET = 2; -- Home point set! DOOR_IS_LOCKED = 10281; -- The door is locked tight. +-- Other Texts +SPASIJA_DELIVERY_DIALOG = 10275; -- Hiya! I can deliver packages to anybody, anywhere, anytime. What do you say? +PALEILLE_DELIVERY_DIALOG = 10276; -- We can deliver parcels to any residence in Vana'diel. + -- Quest Dialog YOU_CAN_NOW_BECOME_A_SAMURAI = 10124; -- You accept the Mumeito from Gilgamesh. You can now become a samurai. CARRYING_TOO_MUCH_ALREADY = 10125; -- I wish to give you your reward, but you seem to be carrying too much already. Come back when you have more room in your pack. Index: Port_Jeuno/npcs/Digaga.lua =================================================================== --- Port_Jeuno/npcs/Digaga.lua (revision 0) +++ Port_Jeuno/npcs/Digaga.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Port Jeuno +-- NPC: Digaga +-- Type: Item Deliverer +-- @zone: 246 +-- @pos: -52.865 7.999 1.134 +-- +----------------------------------- + +package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; +require("scripts/zones/Port_Jeuno/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Port_Jeuno/npcs/Veujaie.lua =================================================================== --- Port_Jeuno/npcs/Veujaie.lua (revision 0) +++ Port_Jeuno/npcs/Veujaie.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Port Jeuno +-- NPC: Veujaie +-- Type: Item Deliverer +-- @zone: 246 +-- @pos: -20.349 7.999 -2.888 +-- +----------------------------------- + +package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; +require("scripts/zones/Port_Jeuno/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Port_Jeuno/TextIDs.lua =================================================================== --- Port_Jeuno/TextIDs.lua (revision 3268) +++ Port_Jeuno/TextIDs.lua (working copy) @@ -9,6 +9,9 @@ FISHING_MESSAGE_OFFSET = 6807; -- You can't fish here MOGHOUSE_EXIT = 7069; -- You have learned your way through the back alleys of Jeuno! Now you can exit to any area from your residence. +-- Other Texts +ITEM_DELIVERY_DIALOG = 7267; -- Delivering goods to residences everywhere! + -- Conquest system CONQUEST = 7277; -- You've earned conquest points! Index: Port_San_dOria/npcs/Comittie.lua =================================================================== --- Port_San_dOria/npcs/Comittie.lua (revision 3268) +++ Port_San_dOria/npcs/Comittie.lua (working copy) @@ -8,6 +8,7 @@ -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; +require("scripts/zones/Port_San_dOria/TextIDs"); ----------------------------------- ----------------------------------- @@ -22,7 +23,8 @@ ----------------------------------- function onTrigger(player,npc) - player:startEvent(0x021f); + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Port_San_dOria/npcs/Meinemelle.lua =================================================================== --- Port_San_dOria/npcs/Meinemelle.lua (revision 3268) +++ Port_San_dOria/npcs/Meinemelle.lua (working copy) @@ -8,6 +8,7 @@ -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; +require("scripts/zones/Port_San_dOria/TextIDs"); ----------------------------------- ----------------------------------- @@ -22,7 +23,8 @@ ----------------------------------- function onTrigger(player,npc) - player:startEvent(0x0220); + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Port_San_dOria/TextIDs.lua =================================================================== --- Port_San_dOria/TextIDs.lua (revision 3268) +++ Port_San_dOria/TextIDs.lua (working copy) @@ -11,6 +11,9 @@ HOMEPOINT_SET = 24; -- Home point set! FISHING_MESSAGE_OFFSET = 6795; -- You can't fish here +ITEM_DELIVERY_DIALOG = 7507; -- Now delivering parcels to rooms everywhere! + + -- Dialogs FLYER_REFUSED = 7119; -- This person isn't interested. FLYER_ALREADY = 7120; -- This person already has a flyer. Index: Rabao/npcs/Pakhi_Churhebi.lua =================================================================== --- Rabao/npcs/Pakhi_Churhebi.lua (revision 0) +++ Rabao/npcs/Pakhi_Churhebi.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Rabao +-- NPC: Pakhi Churhebi +-- Type: Item Deliverer +-- @zone: 247 +-- @pos: 158.428 7.999 78.009 +-- +----------------------------------- + +package.loaded["scripts/zones/Rabao/TextIDs"] = nil; +require("scripts/zones/Rabao/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, PAKHI_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Rabao/npcs/Spirit_Singer.lua =================================================================== --- Rabao/npcs/Spirit_Singer.lua (revision 0) +++ Rabao/npcs/Spirit_Singer.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Rabao +-- NPC: Spirit Singer +-- Type: Item Deliverer +-- @zone: 247 +-- @pos: 140.337 7.999 80.661 +-- +----------------------------------- + +package.loaded["scripts/zones/Rabao/TextIDs"] = nil; +require("scripts/zones/Rabao/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, SPIRIT_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Rabao/TextIDs.lua =================================================================== --- Rabao/TextIDs.lua (revision 3268) +++ Rabao/TextIDs.lua (working copy) @@ -9,6 +9,9 @@ HOMEPOINT_SET = 2; -- Home point set! FISHING_MESSAGE_OFFSET = 6594; -- You can't fish here + -- Other Texts + PAKHI_DELIVERY_DIALOG = 9924; -- When your pack is fit to burrrst, send your non-essential items to your delivery box and bam, prrroblem solved! + SPIRIT_DELIVERY_DIALOG = 9925; -- We can deliver goods to your residence or to the residences of your friends. -- Quest Dialog GARUDA_UNLOCKED = 10009; -- You are now able to summon Garuda. NOMAD_MOOGLE_DIALOG = 10077; -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. Index: RuLude_Gardens/npcs/Dugga.lua =================================================================== --- RuLude_Gardens/npcs/Dugga.lua (revision 0) +++ RuLude_Gardens/npcs/Dugga.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Ru'Lude Gardens +-- NPC: Dugga +-- Type: Item Deliverer +-- @zone: 243 +-- @pos: -55.429 5.999 1.27 +-- +----------------------------------- + +package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; +require("scripts/zones/RuLude_Gardens/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: RuLude_Gardens/npcs/Ghye_Dachanthu.lua =================================================================== --- RuLude_Gardens/npcs/Ghye_Dachanthu.lua (revision 0) +++ RuLude_Gardens/npcs/Ghye_Dachanthu.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Ru'Lude Gardens +-- NPC: Ghye Dachanthu +-- Type: Item Deliverer +-- @zone: 243 +-- @pos: -62.789 11.999 -25.959 +-- +----------------------------------- + +package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; +require("scripts/zones/RuLude_Gardens/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: RuLude_Gardens/TextIDs.lua =================================================================== --- RuLude_Gardens/TextIDs.lua (revision 3268) +++ RuLude_Gardens/TextIDs.lua (working copy) @@ -15,7 +15,9 @@ -- Other dialog NOTHING_OUT_OF_ORDINARY = 6532; -- There is nothing out of the ordinary here. SOVEREIGN_WITHOUT_AN_APPOINTMENT = 10098; -- Nobody sees the sovereign without an appointment! +ITEM_DELIVERY_DIALOG = 10188; -- Now offering quick and easy delivery of packages to homes everywhere! + -- Mission Dialog WINDURST_EMBASSY = 10025; -- It reads, “Restricted Area.” Index: Selbina/npcs/Boris.lua =================================================================== --- Selbina/npcs/Boris.lua (revision 0) +++ Selbina/npcs/Boris.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Selbina +-- NPC: Boris +-- Type: Item Deliverer +-- @zone: 248 +-- @pos: 61.074 -14.655 -7.1 +-- +----------------------------------- + +package.loaded["scripts/zones/Selbina/TextIDs"] = nil; +require("scripts/zones/Selbina/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, BORIS_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Selbina/npcs/Wenzel.lua =================================================================== --- Selbina/npcs/Wenzel.lua (revision 0) +++ Selbina/npcs/Wenzel.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Selbina +-- NPC: Wenzel +-- Type: Item Deliverer +-- @zone: 248 +-- @pos: 31.961 -14.661 57.997 +-- +----------------------------------- + +package.loaded["scripts/zones/Selbina/TextIDs"] = nil; +require("scripts/zones/Selbina/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, WENZEL_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Selbina/TextIDs.lua =================================================================== --- Selbina/TextIDs.lua (revision 3268) +++ Selbina/TextIDs.lua (working copy) @@ -13,9 +13,8 @@ -- NPC texts NOMAD_MOOGLE_DIALOG = 6554, -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. - BORIS_DIALOG = 7485, -- My independent survey confirms the inn as the preferred location from which adventurers send parcels. - WENZEL_DIALOG = 7484, -- My independent survey confirms the town entrance as the preferred location from which adventurers send parcels. + -- Shop Texts HERMINIA_SHOP_DIALOG = 6930, -- Hello there. What can I do for you? TORAPIONT_SHOP_DIALOG = 6931, -- Arm yourself before you step outside. @@ -25,3 +24,5 @@ CHUTARMIRE_SHOP_DIALOG = 6936, -- I have items for those who delve in the black arts! DOHDJUMA_SHOP_DIALOG = 6932, -- I'm Dohdjuma, and I sell all kinds of things. } +BORIS_DELIVERY_DIALOG = 7485, -- My independent survey confirms the inn as the preferred location from which adventurers send parcels. +WENZEL_DELIVERY_DIALOG = 7484, -- My independent survey confirms the town entrance as the preferred location from which adventurers send parcels. Index: Southern_San_dOria/npcs/Lanqueron.lua =================================================================== --- Southern_San_dOria/npcs/Lanqueron.lua (revision 3268) +++ Southern_San_dOria/npcs/Lanqueron.lua (working copy) @@ -36,7 +36,8 @@ ----------------------------------- function onTrigger(player,npc) - player:startEvent(0x0293); + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Southern_San_dOria/npcs/Vaquelage.lua =================================================================== --- Southern_San_dOria/npcs/Vaquelage.lua (revision 3268) +++ Southern_San_dOria/npcs/Vaquelage.lua (working copy) @@ -34,7 +34,8 @@ ----------------------------------- function onTrigger(player,npc) - player:startEvent(0x02a0); + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Southern_San_dOria/TextIDs.lua =================================================================== --- Southern_San_dOria/TextIDs.lua (revision 3268) +++ Southern_San_dOria/TextIDs.lua (working copy) @@ -28,6 +28,7 @@ FLYER_ALREADY = 8710; -- This person already has a flyer. -- Other dialog +ITEM_DELIVERY_DIALOG = 8289; -- Parcels delivered to rooms anywhere in Vana'diel! ROSEL_DIALOG = 7666; -- Hrmm... Now, this is interesting! It pays to keep an eye on the competition. Thanks for letting me know! BLENDARE_DIALOG = 7973; -- Wait! If I had magic, maybe I could keep my brother's hands off my sweets... Index: Southern_San_dOria_[S]/npcs/Nembet.lua =================================================================== --- Southern_San_dOria_[S]/npcs/Nembet.lua (revision 3268) +++ Southern_San_dOria_[S]/npcs/Nembet.lua (working copy) @@ -20,7 +20,8 @@ ----------------------------------- function onTrigger(player,npc) -player:showText(npc, 11105); -- If'n ye have goods tae deliver, then Nembet be yer man!; + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Southern_San_dOria_[S]/TextIDs.lua =================================================================== --- Southern_San_dOria_[S]/TextIDs.lua (revision 3268) +++ Southern_San_dOria_[S]/TextIDs.lua (working copy) @@ -5,6 +5,7 @@ ITEM_OBTAINED = 6378; -- Obtained: GIL_OBTAINED = 6379; -- Obtained gil KEYITEM_OBTAINED = 6381; -- Obtained key item: - +-- Other Texts +ITEM_DELIVERY_DIALOG = 11122; -- If'n ye have goods tae deliver, then Nembet be yer man! -- NPC Dialogs WYATT_DIALOG = 10993; -- Ahhh, sorry, sorry. The name's Wyatt, an' I be an armor merchant from Jeuno. Ended up 'ere in San d'Oria some way or another, though. Index: Tavnazian_Safehold/npcs/Maturiri.lua =================================================================== --- Tavnazian_Safehold/npcs/Maturiri.lua (revision 0) +++ Tavnazian_Safehold/npcs/Maturiri.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Tavnazian Safehold +-- NPC: Maturiri +-- Type: Item Deliverer +-- @zone: 26 +-- @pos: -77.366 -20 -71.128 +-- +----------------------------------- + +package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; +require("scripts/zones/Tavnazian_Safehold/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Tavnazian_Safehold/npcs/Suzel.lua =================================================================== --- Tavnazian_Safehold/npcs/Suzel.lua (revision 0) +++ Tavnazian_Safehold/npcs/Suzel.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Tavnazian Safehold +-- NPC: Suzel +-- Type: Item Deliverer +-- @zone: 26 +-- @pos: -72.701 -20.25 -64.058 +-- +----------------------------------- + +package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; +require("scripts/zones/Tavnazian_Safehold/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Tavnazian_Safehold/TextIDs.lua =================================================================== --- Tavnazian_Safehold/TextIDs.lua (revision 3268) +++ Tavnazian_Safehold/TextIDs.lua (working copy) @@ -7,7 +7,9 @@ KEYITEM_OBTAINED = 6381; -- Obtained key item: HOMEPOINT_SET = 10863; -- Home point set! FISHING_MESSAGE_OFFSET = 10212; -- You can't fish here - + +-- Other Texts +ITEM_DELIVERY_DIALOG = 10860; -- I can send your items to anywhere in Vana'diel! -- Quest Dialog NOMAD_MOOGLE_DIALOG = 10834; -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. Index: The_Eldieme_Necropolis_[S]/npcs/Lennart.lua =================================================================== --- The_Eldieme_Necropolis_[S]/npcs/Lennart.lua (revision 0) +++ The_Eldieme_Necropolis_[S]/npcs/Lennart.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: The Eldieme Necropolis [S] +-- NPC: Lennart +-- Type: Item Deliverer +-- @zone: 175 +-- @pos: 378.783 -36 61.805 +-- +----------------------------------- + +package.loaded["scripts/zones/The_Eldieme_Necropolis_[S]/TextIDs"] = nil; +require("scripts/zones/The_Eldieme_Necropolis_[S]/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: The_Eldieme_Necropolis_[S]/npcs/Thorben.lua =================================================================== Index: The_Eldieme_Necropolis_[S]/TextIDs.lua =================================================================== --- The_Eldieme_Necropolis_[S]/TextIDs.lua (revision 3268) +++ The_Eldieme_Necropolis_[S]/TextIDs.lua (working copy) @@ -6,5 +6,8 @@ GIL_OBTAINED = 6379; -- Obtained gil KEYITEM_OBTAINED = 6381; -- Obtained key item: +-- Other Texts +ITEM_DELIVERY_DIALOG = 7857; -- Have something to send? + -- Shop Texts LAYTON_SHOP_DIALOG = 0; -- [UNKNOWN] Index: Upper_Jeuno/npcs/Kasra.lua =================================================================== --- Upper_Jeuno/npcs/Kasra.lua (revision 0) +++ Upper_Jeuno/npcs/Kasra.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Upper Jeuno +-- NPC: Kasra +-- Type: Item Deliverer +-- @zone: 244 +-- @pos: -34.555 7.999 90.702 +-- +----------------------------------- + +package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; +require("scripts/zones/Upper_Jeuno/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Upper_Jeuno/npcs/Koriso-Manriso.lua =================================================================== --- Upper_Jeuno/npcs/Koriso-Manriso.lua (revision 0) +++ Upper_Jeuno/npcs/Koriso-Manriso.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Upper Jeuno +-- NPC: Koriso-Manriso +-- Type: Item Deliverer +-- @zone: 244 +-- @pos: -64.39 1 23.704 +-- +----------------------------------- + +package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; +require("scripts/zones/Upper_Jeuno/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Upper_Jeuno/TextIDs.lua =================================================================== --- Upper_Jeuno/TextIDs.lua (revision 3268) +++ Upper_Jeuno/TextIDs.lua (working copy) @@ -8,6 +8,9 @@ NOT_HAVE_ENOUGH_GIL = 6542; -- You do not have enough gil. HOMEPOINT_SET = 6608; -- Home point set! +-- Other Texts +ITEM_DELIVERY_DIALOG = 7958; -- Delivering goods to residences everywhere! + -- Conquest system CONQUEST = 7625; -- You've earned conquest points! Index: Windurst_Walls/npcs/Selulu.lua =================================================================== --- Windurst_Walls/npcs/Selulu.lua (revision 0) +++ Windurst_Walls/npcs/Selulu.lua (working copy) @@ -0,0 +1,46 @@ +---------------------------------- +-- Area: Windurst Walls +-- NPC: Selulu +-- Type: Item Deliverer +-- @zone: 239 +-- @pos: 58.027 -2.5 -60.548 +-- +----------------------------------- + +package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; +require("scripts/zones/Windurst_Walls/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Windurst_Walls/TextIDs.lua =================================================================== --- Windurst_Walls/TextIDs.lua (revision 3268) +++ Windurst_Walls/TextIDs.lua (working copy) @@ -9,6 +9,9 @@ FISHING_MESSAGE_OFFSET = 6865; -- You can't fish here MOGHOUSE_EXIT = 7999; -- You have learned your way through the back alleys of Windurst! Now you can exit to any area from your residence. +-- Other Texts +ITEM_DELIVERY_DIALOG = 6872; -- We can deliver goods to your residence or to the residences of your friends. + -- Dynamis dialogs YOU_CANNOT_ENTER_DYNAMIS = 8894; -- You cannot enter Dynamis - Windurst for x day (Vana'diel time) PLAYERS_HAVE_NOT_REACHED_LEVEL = 8896; -- Players who have not reached level are prohibited from entering Dynamis. Index: Windurst_Waters_[S]/npcs/Yassi-Possi.lua =================================================================== --- Windurst_Waters_[S]/npcs/Yassi-Possi.lua (revision 3268) +++ Windurst_Waters_[S]/npcs/Yassi-Possi.lua (working copy) @@ -25,6 +25,7 @@ function onTrigger(player,npc) player:showText(npc, YASSI_POSSI_DIALOG); + player:openSendBox(); end; ----------------------------------- Index: Windurst_Waters_[S]/TextIDs.lua =================================================================== --- Windurst_Waters_[S]/TextIDs.lua (revision 3268) +++ Windurst_Waters_[S]/TextIDs.lua (working copy) @@ -8,10 +8,11 @@ HOMEPOINT_SET = 10767; -- Home point set! FISHING_MESSAGE_OFFSET = 6994; -- You can't fish here + -- General Dialog LUTETE_DIALOG = 12350; -- <Yaaawn>... Mastering these Near Eastern magics can be quite taxing. If I had a choice, I'd rather be back in bed, relaxing... MIKHE_ARYOHCHA_DIALOG = 12348; -- Do you like the headpiece? I made it from my firrrst victim. I wear it to let everrryone know what happens when they cross Mikhe Aryohcha! - YASSI_POSSI_DIALOG = 10768; -- Swifty-wifty and safey-wafey parcel delivery! Is there something you need to send? + YASSI_POSSI_DIALOG = 10785; -- Swifty-wifty and safey-wafey parcel delivery! Is there something you need to send? -- Shop Texts EZURAROMAZURA_SHOP_DIALOG = 0; -- [UNKNOWN] Index: Windurst_Woods/npcs/Ju_Kamja.lua =================================================================== --- Windurst_Woods/npcs/Ju_Kamja.lua (revision 0) +++ Windurst_Woods/npcs/Ju_Kamja.lua (working copy) @@ -0,0 +1,47 @@ +---------------------------------- +-- Area: Windurst Woods +-- NPC: Ju Kamja +-- Type: Item Deliverer +-- @zone: 241 +-- @pos: 58.145 -2.5 -136.91 + +-- +----------------------------------- + +package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; +require("scripts/zones/Windurst_Woods/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Windurst_Woods/npcs/Pew_Sahbaraef.lua =================================================================== --- Windurst_Woods/npcs/Pew_Sahbaraef.lua (revision 0) +++ Windurst_Woods/npcs/Pew_Sahbaraef.lua (working copy) @@ -0,0 +1,47 @@ +---------------------------------- +-- Area: Windurst Woods +-- NPC: Pew Sahbaraef +-- Type: Item Deliverer +-- @zone: 241 +-- @pos: 61.899 -2.5 -112.956 + +-- +----------------------------------- + +package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; +require("scripts/zones/Windurst_Woods/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + player:showText(npc, ITEM_DELIVERY_DIALOG); + player:openSendBox(); +end; + +----------------------------------- +-- onEventUpdate +----------------------------------- + +function onEventUpdate(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + +----------------------------------- +-- onEventFinish +----------------------------------- + +function onEventFinish(player,csid,option) + -- printf("CSID: %u",csid); + -- printf("RESULT: %u",option); +end; + Index: Windurst_Woods/TextIDs.lua =================================================================== --- Windurst_Woods/TextIDs.lua (revision 3268) +++ Windurst_Woods/TextIDs.lua (working copy) @@ -11,7 +11,10 @@ -- Conquest System CONQUEST = 8705; -- You've earned conquest points! - + +-- Other Texts +ITEM_DELIVERY_DIALOG = 6737; -- We can deliver goods to your residence or to the residences of your friends. + -- Mission Dialogs YOU_ACCEPT_THE_MISSION = 6667; -- You have accepted the mission.