summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-01-07 21:20:07 -0600
committerwushin <pasekei@gmail.com>2015-01-07 21:20:07 -0600
commitd06ea25347d3cb6577368f99ffd10fe8d065f91e (patch)
tree395138ab9c40082ff8314d292ec4963ee6aa0b94
parent9dc9bf597118ba14a05dbd1fd3c18fd95de0f9a2 (diff)
downloadserverdata-d06ea25347d3cb6577368f99ffd10fe8d065f91e.tar.gz
serverdata-d06ea25347d3cb6577368f99ffd10fe8d065f91e.tar.bz2
serverdata-d06ea25347d3cb6577368f99ffd10fe8d065f91e.tar.xz
serverdata-d06ea25347d3cb6577368f99ffd10fe8d065f91e.zip
Add function changes
-rw-r--r--world/map/npc/functions/travelers.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/world/map/npc/functions/travelers.txt b/world/map/npc/functions/travelers.txt
index 6827aece..3f63a1bc 100644
--- a/world/map/npc/functions/travelers.txt
+++ b/world/map/npc/functions/travelers.txt
@@ -23,7 +23,6 @@ OnInit:
set $@nivalis_bit, (1 << 10);
set $@tul_mine_bit, (1 << 11);
set $@pachua_bit, (1 << 12);
- set $@nivalis_snow_hills_bit, (1 << 13);
set $@barbarians_bit, (1 << 14);
set $@hurns_farms_bit, (1 << 15);
set $@candor_bit, (1 << 16);
@@ -38,7 +37,6 @@ OnInit:
set $@magic_house_cost, 150;
set $@terranite_cave_cost, 200;
set $@blue_sage_cost, 200;
- set $@nivalis_snow_hills_cost, 150;
set $@barbarians_cost, 150;
set $@hurns_farms_cost, 150;
set $@candor_cost, 200;
@@ -111,7 +109,6 @@ L_Start:
"Argeas - Terranite Cave (" + (@Cost * $@terranite_cave_cost) + " GP)", L_TravelTerranite,
"Kaizei - Barbarian Village (" + (@Cost * $@barbarians_cost) + " GP)", L_TravelBarbarians,
"Kaizei - Sage Nikolai's Mansion (" + (@Cost * $@blue_sage_cost) + " GP)", L_TravelBlueSage,
- "Kaizei - Snow Hills (" + (@Cost * $@nivalis_snow_hills_cost) + " GP)", L_TravelSnowHills,
"Who are the Travelers?", L_TravelTut,
"I'm not interested.", L_TravelNo;
@@ -212,14 +209,6 @@ L_TravelPachua:
set @NextLocationY, 97;
goto L_TravelChecks;
-L_TravelSnowHills:
- set @NextLocationBit, $@nivalis_snow_hills_bit;
- set @NextLocationCost, (@Cost * $@nivalis_snow_hills_cost);
- set @NextLocationMap$, "044-1.gat";
- set @NextLocationX, 152;
- set @NextLocationY, 19;
- goto L_TravelChecks;
-
L_TravelBarbarians:
set @NextLocationBit, $@barbarians_bit;
set @NextLocationCost, (@Cost * $@barbarians_cost);