* Fixed error in bg_common, and duplicate warp names.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14375 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
dc0977ed37
commit
1c1353e59e
@ -1,6 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2010/08/11
|
||||
* Rev. 14375 Fixed error in bg_common, and duplicate warp names. [L0ne_W0lf]
|
||||
* Rev. 14374 More battleground editing, and some bug fixes. [L0ne_W0lf]
|
||||
- * ALL BATTLEGROUNDS ARE NOW ACTIVE BY DEFAULT. PLEASE CONTINUE TESTING *
|
||||
- Rewrote the Badge Exchange NPC in bg_common.txt, is official now.
|
||||
|
@ -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.";
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
//============================================================
|
||||
|
@ -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
|
||||
//============================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user