diff options
Diffstat (limited to 'npc/pre-re/warps/other')
-rw-r--r-- | npc/pre-re/warps/other/arena.txt | 72 | ||||
-rw-r--r-- | npc/pre-re/warps/other/sign.txt | 38 |
2 files changed, 110 insertions, 0 deletions
diff --git a/npc/pre-re/warps/other/arena.txt b/npc/pre-re/warps/other/arena.txt new file mode 100644 index 000000000..f0bb7e8df --- /dev/null +++ b/npc/pre-re/warps/other/arena.txt @@ -0,0 +1,72 @@ +//===== rAthena Script ======================================= +//= Arena Warps +//===== By: ================================================== +//= SinSloth +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Description: ========================================= +//= Warp Points related to Izlude Arena && Control Panel +//===== Additional Comments: ================================= +//= 1.0 First version, done by SinSloth. [MasterOfMuppets] +//= 1.1 updated welcome_arena warp coords (was 128,126) [Lupus] +//= 1.2 Made some updates due to Izlude Battle Arena release. [SinSloth] +//============================================================ + +izlude,128,226,0 warp welcome_arena 1,1,arena_room,100,30 +arena_room,99,24,0 warp bye_arena 2,2,izlude,128,220 +arena_room,84,103,0 warp arn_room_11_1 1,1,arena_room,63,130 +arena_room,63,126,0 warp arn_room_11_2 1,1,arena_room,87,100 +arena_room,76,87,0 warp arn_room_9_1 1,1,arena_room,46,87 +arena_room,49,87,0 warp arn_room_9_2 1,1,arena_room,78,87 +arena_room,84,71,0 warp arn_room_7_1 1,1,arena_room,60,50 +arena_room,63,53,0 warp arn_room_7_2 1,1,arena_room,86,74 +arena_room,115,71,0 warp arn_room_5_1 1,1,arena_room,139,50 +arena_room,136,53,0 warp arn_room_5_2 1,1,arena_room,113,74 +arena_room,123,88,0 warp arn_room_3_1 1,1,arena_room,153,87 +arena_room,150,87,0 warp arn_room_3_2 1,1,arena_room,120,87 +prt_are_in,54,13,0 warp toarn_room 1,1,arena_room,100,77 + +sec_in02,79,180,3 script #arenacontrol 81,{ + +DLGTEMP: + input @input_arena; + if (@input_arena < 0 || @input_arena > 2000) goto DLGTEMP; //CHECK + if (@input_arena == 0) + { + mes "Error!"; + close; + } + else if (@input_arena == 1357) + { + mes "Opening Control Panel"; + mes "' A - R - E - N - A '"; + next; + mes "Please select a"; + mes "state for the arena."; + next; + switch( select( "Open.","Closed.") ) + { + case 1: + mes "Currently"; + mes "opening arena."; + misceffect EF_ENHANCE; //CHECK + enablenpc "welcome_arena"; + next; + break; + case 2: + mes "Currently"; + mes "closing arena."; + misceffect EF_EXIT; //CHECK + disablenpc "welcome_arena"; + next; + break; + } + } + else + { + mes "Closing control panel."; + close; + } +} diff --git a/npc/pre-re/warps/other/sign.txt b/npc/pre-re/warps/other/sign.txt new file mode 100644 index 000000000..5a18a99e8 --- /dev/null +++ b/npc/pre-re/warps/other/sign.txt @@ -0,0 +1,38 @@ +//===== rAthena Script ======================================= +//= Sign Quest Warps +//===== By: ================================================== +//= MasterOfMuppets +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version; RO Episode 8+ +//===== Description: ========================================= +//= Warp Points related to the Sign Quest will be put here +//===== Additional Comments: ================================= +//= 1.0 A few warps. [MasterOfMuppets] +//= 1.1 A few more warps. [MasterOfMuppets] +//= 1.2 Completed the warps [MasterOfMuppets] +//= 1.3 Correct AEGIS Warps. [Kisuka] +//============================================================ + +cmd_in01,17,34,0 warp sign01 1,1,comodo,187,164 + +geffen,140,99,0 warp sign02 1,1,geffen_in,165,50 +geffen_in,165,54,0 warp sign02a 1,1,geffen,138,104 + +himinn,49,6,0 warp sign03 1,1,gef_fild07,179,241 + +himinn,49,67,0 warp sign04 1,1,himinn,49,75 +himinn,49,72,0 warp sign04a 1,1,himinn,49,63 + +um_in,33,18,0 warp sign05 1,1,um_in,89,11 +um_in,89,9,0 warp sign05a 1,1,um_in,33,16 + +um_dun01,132,91,0 warp sign06 1,1,um_in,15,20 +um_in,11,18,0 warp sign06a 1,1,um_dun01,129,90 + +que_sign01,113,132,0 warp sign07 1,1,nif_in,117,173 + +que_sign01,45,15,0 warp sign08 1,1,niflheim,146,245 + +que_sign02,22,313,0 warp sign09 1,1,niflheim,30,156 |