diff options
author | shennetsind <ind@henn.et> | 2013-11-02 17:15:41 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-02 17:15:41 -0200 |
commit | cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22 (patch) | |
tree | 73815027b00f2519fda6ce5fe313f13b71fa2595 /npc/battleground/flavius/flavius_enter.txt | |
parent | b2f125a5f3f25b9bcb68d4b755bacf988f0f1fcd (diff) | |
parent | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (diff) | |
download | hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.tar.gz hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.tar.bz2 hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.tar.xz hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.zip |
Merge remote-tracking branch 'upstream/master'
Signed-off-by: shennetsind <ind@henn.et>
Conflicts:
sql-files/main.sql
sql-files/upgrades/index.txt
src/common/mmo.h
Diffstat (limited to 'npc/battleground/flavius/flavius_enter.txt')
-rw-r--r-- | npc/battleground/flavius/flavius_enter.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/battleground/flavius/flavius_enter.txt b/npc/battleground/flavius/flavius_enter.txt index 92dae7b9e..026b4402f 100644 --- a/npc/battleground/flavius/flavius_enter.txt +++ b/npc/battleground/flavius/flavius_enter.txt @@ -13,7 +13,7 @@ // Flavius Officer - Guillaume //============================================================ -bat_room,133,178,5 script Flavius Officer#01a 418,{ +bat_room,133,178,5 script Flavius Officer#01a 4_M_KY_KNT,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -80,7 +80,7 @@ bat_room,133,178,5 script Flavius Officer#01a 418,{ close; } -bat_room,133,121,1 script Flavius Officer#01b 414,{ +bat_room,133,121,1 script Flavius Officer#01b 4_M_CRU_KNT,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -147,7 +147,7 @@ bat_room,133,121,1 script Flavius Officer#01b 414,{ close; } -bat_room,135,178,5 script Guillaume Knight#3 417,{ +bat_room,135,178,5 script Guillaume Knight#3 4_M_KY_SOLD,{ mes "[Guillaume Knight]"; mes "The objective of the Flavius Battle is to score 2 points before your enemy by destroying their crystal."; next; @@ -169,7 +169,7 @@ bat_room,135,178,5 script Guillaume Knight#3 417,{ close; } -bat_room,151,178,5 script Guillaume Knight#4 417,{ +bat_room,151,178,5 script Guillaume Knight#4 4_M_KY_SOLD,{ mes "[Guillaume Knight]"; mes "The objective of the Flavius Battle is to score 2 points before your enemy by destroying their crystal."; next; @@ -191,7 +191,7 @@ bat_room,151,178,5 script Guillaume Knight#4 417,{ close; } -bat_room,135,121,1 script Croix Knight#3 413,{ +bat_room,135,121,1 script Croix Knight#3 4_M_CRU_SOLD,{ mes "[Croix Knight]"; mes "The objective of the Flavius Battle is to score 2 points before your enemy by destroying their crystal."; next; @@ -213,7 +213,7 @@ bat_room,135,121,1 script Croix Knight#3 413,{ close; } -bat_room,151,121,1 script Croix Knight#4 413,{ +bat_room,151,121,1 script Croix Knight#4 4_M_CRU_SOLD,{ mes "[Croix Knight]"; mes "The objective of the Flavius Battle is to score 2 points before your enemy by destroying their crystal."; next; @@ -237,7 +237,7 @@ bat_room,151,121,1 script Croix Knight#4 413,{ // Flavius Officer - Croix //============================================================ -bat_room,148,178,5 script Flavius Officer#02a 418,{ +bat_room,148,178,5 script Flavius Officer#02a 4_M_KY_KNT,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -304,7 +304,7 @@ bat_room,148,178,5 script Flavius Officer#02a 418,{ close; } -bat_room,148,121,1 script Flavius Officer#02b 414,{ +bat_room,148,121,1 script Flavius Officer#02b 4_M_CRU_KNT,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; |