Added Arrow Quivers to the arrows shop (removed rare single arrows from there)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@734 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a836f18ae6
commit
7e40048a32
@ -37,6 +37,7 @@ Other Ppl
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
12/22
|
12/22
|
||||||
|
* Added Arrow Quivers to the scrolls_arrows.txt and removed some rare arrows from the shop [Lupus]
|
||||||
* Corrected a typo in other/pvp.txt [Ajarn]
|
* Corrected a typo in other/pvp.txt [Ajarn]
|
||||||
|
|
||||||
12/21
|
12/21
|
||||||
|
@ -1,32 +1,34 @@
|
|||||||
//===== eAthena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Arrows & Scroll Shops
|
//= Magic Scrolls & Arrows + Arrow Quivers
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Lupus
|
//= Lupus
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.1
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 7.15 +
|
//= eAthena 7.15 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//=
|
//=
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= Some shops that sells Magic Scrolls, Arrows
|
//= Some shops that sells Magic Scrolls, Arrow Quivers
|
||||||
//= Temp shops, made in kRO to test some effects (they stay next to Geffen Tower entrance)
|
//= Temp shops, made in kRO to test some effects (they stay next to Geffen Tower entrance)
|
||||||
//= Coords and prices aren't right yet
|
//= Note: Coords and prices aren't right yet
|
||||||
//= But I made them cost a bit more in Prontera
|
//= I made Scrolls cost 2x more in Prontera (uncomment extra shops if u want)
|
||||||
|
//=
|
||||||
|
//= Correct coords and Sprites if you have more info
|
||||||
|
//= 1.1 Added Arrow Quivers (removed rare arrows from the shops)
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//=======================================================
|
//=======================================================
|
||||||
// All Magic Scrolls + Horse Crest
|
// All Magic Scrolls + Crest of the Horse
|
||||||
//=======================================================
|
//=======================================================
|
||||||
// don't lower the price
|
// don't lower the price
|
||||||
geffen.gat,125,91,2 shop Magic Scrolls 735, 686:650, 687:1300, 688:500, 689:1000, 690:500, 691:1000, 692:500, 693:1000, 694:500, 695:1000, 696:500, 697:1000, 698:350, 699:700, 700:350, 12000:700, 12001:1000, 12002:2000, 12003:100, 662:1000000
|
geffen.gat,125,91,2 shop Magic Scrolls 735, 686:650, 687:1300, 688:500, 689:1000, 690:500, 691:1000, 692:500, 693:1000, 694:500, 695:1000, 696:500, 697:1000, 698:350, 699:700, 700:350, 12000:700, 12001:1000, 12002:2000, 12003:100, 662:3000
|
||||||
prt_in.gat,121,65,3 shop Magic Scrolls 735, 686:1300, 687:2600, 688:1000, 689:2000, 690:1000, 691:2000, 692:1000, 693:2000, 694:1000, 695:2000, 696:1000, 697:2000, 698:700, 699:1400, 700:700, 12000:1700, 12001:2000, 12002:4000, 12003:110, 662:2000000
|
//prt_in.gat,121,65,3 shop Magic Scrolls 735, 686:1300, 687:2600, 688:1000, 689:2000, 690:1000, 691:2000, 692:1000, 693:2000, 694:1000, 695:2000, 696:1000, 697:2000, 698:700, 699:1400, 700:700, 12000:1700, 12001:2000, 12002:4000, 12003:110, 662:6000
|
||||||
|
|
||||||
//=======================================================
|
//=======================================================
|
||||||
// Arrows
|
// Arrows
|
||||||
//=======================================================
|
//=======================================================
|
||||||
geffen.gat,123,107,4 shop Elemental Arrows 727, 1750:-1, 1770:-1, 1753:-1, 1765:-1, 1751:-1, 1752:-1, 1754:-1, 1755:-1, 1756:-1, 1757:-1, 1758:-1, 1759:-1, 1760:-1, 1761:-1, 1762:-1, 1763:-1, 1764:-1, 1766:-1, 1767:-1, 1768:-1, 1769:-1
|
payon_in03.gat,159,10,4 shop Arrow Quivers 727, 12004:-1, 12005:-1, 12006:-1, 12007:-1, 12008:-1, 12009:-1, 12010:-1, 12011:-1, 12012:-1, 12013:-1, 12014:-1, 12015:-1, 1750:-1, 1770:-1, 1753:-1, 1765:-1, 1751:-1, 1752:-1, 1751:-1, 1755:-1, 1756:-1, 1754:-1, 1767:-1, 1757:-1, 1762:-1
|
||||||
payon_in03.gat,159,10,4 shop Elemental Arrows 727, 1750:-1, 1770:-1, 1753:-1, 1765:-1, 1751:-1, 1752:-1, 1754:-1, 1755:-1, 1756:-1, 1757:-1, 1758:-1, 1759:-1, 1760:-1, 1761:-1, 1762:-1, 1763:-1, 1764:-1, 1766:-1, 1767:-1, 1768:-1, 1769:-1
|
//geffen.gat,123,107,4 shop Arrow Quivers 727, 12004:-1, 12005:-1, 12006:-1, 12007:-1, 12008:-1, 12009:-1, 12010:-1, 12011:-1, 12012:-1, 12013:-1, 12014:-1, 12015:-1, 1750:-1, 1770:-1, 1753:-1, 1765:-1, 1751:-1, 1752:-1, 1751:-1, 1755:-1, 1756:-1, 1754:-1, 1767:-1, 1757:-1, 1762:-1
|
||||||
prt_in.gat,163,141,5 shop Elemental Arrows 727, 1750:-1, 1770:-1, 1753:-1, 1765:-1, 1751:4, 1752:4, 1754:4, 1755:4, 1756:4, 1757:4, 1758:5, 1759:6, 1760:5, 1761:5, 1762:4, 1763:7, 1764:6, 1766:50, 1767:4, 1768:6, 1769:6
|
//prt_in.gat,163,141,5 shop Arrow Quivers 727, 12004:-1, 12005:-1, 12006:-1, 12007:-1, 12008:-1, 12009:-1, 12010:-1, 12011:-1, 12012:-1, 12013:-1, 12014:-1, 12015:-1, 1750:-1, 1770:-1, 1753:-1, 1765:-1, 1751:-1, 1752:-1, 1751:-1, 1755:-1, 1756:-1, 1754:-1, 1767:-1, 1757:-1, 1762:-1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user