diff options
Diffstat (limited to 'npc/battleground')
-rw-r--r-- | npc/battleground/bg_common.txt | 2 | ||||
-rw-r--r-- | npc/battleground/flavius/flavius01.txt | 4 | ||||
-rw-r--r-- | npc/battleground/tierra/tierra01.txt | 4 | ||||
-rw-r--r-- | npc/battleground/tierra/tierra02.txt | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/npc/battleground/bg_common.txt b/npc/battleground/bg_common.txt index cf6a85bc1..c092b5145 100644 --- a/npc/battleground/bg_common.txt +++ b/npc/battleground/bg_common.txt @@ -580,7 +580,7 @@ bat_room,160,150,3 script Erundek 109,{ if (.@cost[0] == 7829) set .@type$,"(VB)"; else -v set .@type$,"(BB)"; + set .@type$,"(BB)"; mes "[Erundek]"; mes "You chose ^3131FF"+getitemname(.@item[0])+""+.@type$+"^000000."; mes "You can exchange for this item with ^FF0000"+.@cost[1]+" "+getitemname(.@cost[0])+"^000000."; diff --git a/npc/battleground/flavius/flavius01.txt b/npc/battleground/flavius/flavius01.txt index 66e6db86d..f501a9fce 100644 --- a/npc/battleground/flavius/flavius01.txt +++ b/npc/battleground/flavius/flavius01.txt @@ -37,8 +37,8 @@ OnEnterBG: end; } -bat_room,85,220,0 warp back_bgroomb02a 1,1,bat_room,154,150 -bat_room,85,211,0 warp back_bgroomb02b 1,1,bat_room,154,150 +bat_room,85,220,0 warp back_bgroomb01a 1,1,bat_room,154,150 +bat_room,85,211,0 warp back_bgroomb01b 1,1,bat_room,154,150 bat_room,2,151,3 script #bat_b01_timer 844,{ end; diff --git a/npc/battleground/tierra/tierra01.txt b/npc/battleground/tierra/tierra01.txt index 6795a2300..bd351b7ea 100644 --- a/npc/battleground/tierra/tierra01.txt +++ b/npc/battleground/tierra/tierra01.txt @@ -84,8 +84,8 @@ OnTouch: end; } -bat_room,57,220,0 warp back_bgroom01a 1,1,bat_room,154,150 -bat_room,57,211,0 warp back_bgroom01b 1,1,bat_room,154,150 +bat_room,57,220,0 warp back_bgrooma01a 1,1,bat_room,154,150 +bat_room,57,211,0 warp back_bgrooma01b 1,1,bat_room,154,150 // Tierra Gorge Battleground Engine //============================================================ diff --git a/npc/battleground/tierra/tierra02.txt b/npc/battleground/tierra/tierra02.txt index fad2e1266..d09aa492f 100644 --- a/npc/battleground/tierra/tierra02.txt +++ b/npc/battleground/tierra/tierra02.txt @@ -84,8 +84,8 @@ OnTouch: end; } -bat_room,113,220,0 warp back_bgroom02a 1,1,bat_room,154,150 -bat_room,113,211,0 warp back_bgroom02b 1,1,bat_room,154,150 +bat_room,113,220,0 warp back_bgrooma02a 1,1,bat_room,154,150 +bat_room,113,211,0 warp back_bgrooma02b 1,1,bat_room,154,150 // Tierra Gorge Battleground Engine //============================================================ |