Added Cash shop based on iRO's. (Enable to use)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12265 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
e6bf7c5458
commit
993e7cc415
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2008/02/28
|
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 12263 Updated Lighthalzen dungeon and friendship quests. [L0ne_W0lf]
|
||||||
* Rev 12262 Changed how waiting rooms work in the job quests. [L0ne_W0lf]
|
* Rev 12262 Changed how waiting rooms work in the job quests. [L0ne_W0lf]
|
||||||
- Implemented a checkweight in the alchemist job quest.
|
- Implemented a checkweight in the alchemist job quest.
|
||||||
|
26
npc/merchants/cash_trader.txt
Normal file
26
npc/merchants/cash_trader.txt
Normal file
@ -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
|
@ -50,6 +50,10 @@ npc: npc/merchants/novice_exchange.txt
|
|||||||
npc: npc/merchants/gemstone.txt
|
npc: npc/merchants/gemstone.txt
|
||||||
npc: npc/merchants/advanced_refiner.txt
|
npc: npc/merchants/advanced_refiner.txt
|
||||||
npc: npc/merchants/elemental_trader.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 ---------------------------
|
// -------------------------- Airport ---------------------------
|
||||||
npc: npc/airports/airships.txt
|
npc: npc/airports/airships.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user