git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11545 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
L0ne_W0lf 2007-10-22 16:35:51 +00:00
parent 85d3f5a3e4
commit af1e3083ac
12 changed files with 11071 additions and 4 deletions

View File

@ -1,5 +1,7 @@
Date Added
======
2007/10/22
* Rev. 11545 Implemented Al De Baran turbo Track. Please report any errors. [L0ne_W0lf]
2007/10/20
* Small fixes to Hugel and Lighthalzen quests. [SinSloth]
- 'gettimetick' checking in Schwartzvalt Trilogy now looks for both positive and negative values.

View File

@ -5,7 +5,7 @@
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
//= L0ne_W0lf
//===== Current Version: =====================================
//= 6.0
//= 6.1
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@ -56,6 +56,7 @@
//= 5.9 Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster. [L0ne_W0lf]
//= 6.0 Closed Kafra Password exploit in Cool Event Corp. Storages until we got a client/packet based password support.
//= Added 2 args into F_SetKafCode to fit it in Cool Evnt Co. NPC [Lupus]
//= 6.1 Added menu for Turbo Track Kafra Staff. [L0ne_W0lf]
//============================================================
@ -156,6 +157,11 @@ function script F_Kafra {
setarray @K_Menu0$[0],"Save","Use Storage","Rent a Pushcart","Cancel";
break;
// Save, Storage, Other Check information. (Turbo track)
case 8:
setarray @K_Menu0$[0],"Save","Use Storage","Check Other Information","Cancel";
break;
// Common Kafra Employee
default:
setarray @K_Menu0$[0],"Save","Use Storage","Use Teleport Service","Rent a Pushcart","Guide","Check Other Information","Cancel";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -209,4 +209,15 @@ npc: npc/other/msg_boards.txt
npc: npc/other/powernpc.txt
npc: npc/other/pvp.txt
npc: npc/other/resetskill.txt
// Turbo Track Files --------------------------------------------
npc: npc/other/turbotrack/Turbo_Track.txt
// Normal Courses (Non-PVP)
npc: npc/other/turbotrack/Normal_Solo.txt
npc: npc/other/turbotrack/Normal_4.txt
npc: npc/other/turbotrack/Normal_8.txt
npc: npc/other/turbotrack/Normal_16.txt
// Expert Courses (PVP)
npc: npc/other/turbotrack/Expert_4.txt
npc: npc/other/turbotrack/Expert_8.txt
npc: npc/other/turbotrack/Expert_16.txt
// --------------------------------------------------------------

View File

@ -4,13 +4,14 @@
//= Athena (1.0)
//= Nana (1.1)
//===== Current Version: =====================================
//= 1.2
//= 1.3
//===== Compatible With: =====================================
//= Any Athena Version; RO Episode 2+
//===== Description: =========================================
//= Warp Points for Al de Baran
//===== Additional Comments: =================================
//= 1.2 Added Turbo Room Warps [Justin84]
//= 1.3 Rmeoved Turbo Track entrance. Scripted warp. [L0ne_W0lf]
//============================================================
//===== Al De Baran Warps =====================================
@ -47,5 +48,4 @@ aldeba_in,94,38,0 warp ald02-1 3,2,aldebaran,197,68
aldeba_in,97,102,0 warp ald10-1 2,2,aldeba_in,103,58
//Turbo Track Room
alde_gld,183,204,0 warp turbo01 1,1,turbo_room,100,64
turbo_room,100,61,0 warp turbo02 1,1,alde_gld,183,198
turbo_room,100,62,0 warp exit_turbo 1,1,alde_gld,183,198