From 64dc4dbf9cb954f5359ba1fe932fb77042112464 Mon Sep 17 00:00:00 2001 From: lemongrass3110 Date: Wed, 6 Mar 2013 21:38:39 +0000 Subject: Updated dewata to match the official scripts. This commit includes a optional SQL upgrade file, that will reset all the dewata quests and the related variables, that your users have done. Thanks to Euphy for helping me and additionally thanks to Flaid for taking his time to test our conversion. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17178 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/kafras/kafras.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 npc/re/kafras/kafras.txt (limited to 'npc/re/kafras') diff --git a/npc/re/kafras/kafras.txt b/npc/re/kafras/kafras.txt new file mode 100644 index 000000000..eb4cd30d3 --- /dev/null +++ b/npc/re/kafras/kafras.txt @@ -0,0 +1,46 @@ +//===== rAthena Script ======================================= +//= Kafras (Cities/Dungeons/Fields) +//===== By: ================================================== +//= Joseph +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= Argument settings for callfunc "F_Kafra": +//= arg(0): 0 - Default Kafra message +//= 1 - Niflhiem Kafra message +//= 2 - Guild Kafra message +//= arg(1): 1 - Disable teleport menu +//= arg(2): 1 - Disable info menu +//= arg(3): Cost of Storage service +//= arg(4): Cost of Rent a Pushcart service +//===== Additional Comments: ================================= +//= 0.x Previous Authors: +//= - L0ne_W0lf, Daegaladh +//= 1.0 Merged and cleaned up Kafras. [Euphy] +//= 1.1 Added Dewata Kafra. [Lemongrass] +//============================================================ + +// Brasilis +//============================================================ +brasilis,197,221,4 script Kafra Employee::kaf_bra 117,{ + cutin "kafra_01",2; + callfunc "F_Kafra",0,3,0,80,700; + savepoint "brasilis",195,259; + callfunc "F_KafEnd",0,1,"in the city of Brasilis"; +} + +// Dewata +//============================================================ +dewata,202,184,6 script Kafra Employee::kaf_dewata 117,{ + cutin "kafra_01",2; + callfunc "F_Kafra",0,10,1,40,700; + savepoint "dewata",206,174; + callfunc "F_KafEnd",0,1,"on Dewata Island"; +} + + +// Izlude +//============================================================ +izlude,128,148,6 duplicate(kaf_izlude) Kafra Employee 117 -- cgit v1.2.3-70-g09d2