diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-28 23:07:18 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-28 23:07:18 +0000 |
commit | 96c726976d259ff9a56be04f67bcd46cf3a5b4fc (patch) | |
tree | 96a1ef5c10d71890b25661caf1d35cf4540be85e /npc | |
parent | f3edaa82a300e9d397337b8f815c7903c239497b (diff) | |
download | hercules-96c726976d259ff9a56be04f67bcd46cf3a5b4fc.tar.gz hercules-96c726976d259ff9a56be04f67bcd46cf3a5b4fc.tar.bz2 hercules-96c726976d259ff9a56be04f67bcd46cf3a5b4fc.tar.xz hercules-96c726976d259ff9a56be04f67bcd46cf3a5b4fc.zip |
Added Cash shop based on iRO's. (Enable to use)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12265 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/merchants/cash_trader.txt | 26 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 386ebc844..09e87751b 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2008/02/28 + * Rev 12265 Added Cash shop based on iRO's. (Enable to use) [L0ne_W0lf] * Rev 12263 Updated Lighthalzen dungeon and friendship quests. [L0ne_W0lf] * Rev 12262 Changed how waiting rooms work in the job quests. [L0ne_W0lf] - Implemented a checkweight in the alchemist job quest. diff --git a/npc/merchants/cash_trader.txt b/npc/merchants/cash_trader.txt new file mode 100644 index 000000000..757817397 --- /dev/null +++ b/npc/merchants/cash_trader.txt @@ -0,0 +1,26 @@ +//===== eAthena Script ======================================= +//= Cash Shop NPCs +//===== By: ================================================== +//= L0ne_W0lf +//===== Current Version: ===================================== +//= 2.4 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Description: ========================================= +//= Sell Cash shop items. +//= Based on iRO's Cash shop. Headgears omitted. +//===== Additional Comments: ================================= +//= 1.0 First Version. Sample shop per-say. +//============================================================ + +// Payon +//============================================================ +// Sells: +// Battle Manual Box, Life Insurance Box, Bubble Gum Box, +// Kafra Card Box, Giant Fly Wing Box, Neuralizer Box, +// Token of Ziegfried Box, Enriched Oridecon and Elunium, +// Assumpito, Wind Walk, Aspersio, Adreniline Rush, +// Blessing and Increase Agility Scroll boxes, Dungeon +// Teleport Scroll Box, Stat Food boxes, and Gym Passes. + +payon,171,142,4 cashshop Kafra Shop Employee 116,12900:1000,12901:200,12902:1000,12909:100,12910:100,12911:1500,12922:150,7619:100,7620:100,12916:150,12917:150,12915:100,12918:100,12913:125,12914:125,13553:5012903:100,12904:100,12905:100,12906:100,12907:100,12908:100,7776:50 diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 17e6acc2a..e6e2877a8 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -50,6 +50,10 @@ npc: npc/merchants/novice_exchange.txt npc: npc/merchants/gemstone.txt npc: npc/merchants/advanced_refiner.txt npc: npc/merchants/elemental_trader.txt +// Cash Shop +// See file before enabling, as you may wish to change the +// point value of items to suit your own needs. +//npc: npc/merchants/cash_trader.txt // -------------------------------------------------------------- // -------------------------- Airport --------------------------- npc: npc/airports/airships.txt |