summaryrefslogtreecommitdiff
path: root/world/map/npc/029-3/parua.txt
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-06-24 12:28:42 -0500
committerWushin <pasekei@gmail.com>2015-06-24 12:28:42 -0500
commit9c42e7f35fc15a8424742593c09282aaeeec69a9 (patch)
tree7a18c6593fc8fdf5b0d330b824b4ac9dcec626e7 /world/map/npc/029-3/parua.txt
parent49b85f23157c2bd7e6919bf2a809e0893276f749 (diff)
parent9c80735ee437f90b2baefbbfcdf6c5829234c908 (diff)
downloadserverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.gz
serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.bz2
serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.xz
serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.zip
Merge pull request #403 from mekolat/npctalk
allow to specify emitter and receiver in npctalk
Diffstat (limited to 'world/map/npc/029-3/parua.txt')
-rw-r--r--world/map/npc/029-3/parua.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt
index 1ac59e0a..5ebcc4d7 100644
--- a/world/map/npc/029-3/parua.txt
+++ b/world/map/npc/029-3/parua.txt
@@ -49,7 +49,7 @@ L_Paying:
L_StartFight:
if (getmapusers("029-3") < 5)
goto L_NotEnoughPlayers;
- npctalk "Let the battle begin!";
+ npctalk strnpcinfo(0), "Let the battle begin!";
set $@FIGHT_CAVE_STATUS, 1;
set $@FIGHT_CAVE_LEVEL, 1;
set $@FIGHT_CAVE_PLAYER_COUNT, getmapusers("029-3");
@@ -357,7 +357,7 @@ OnInit:
goto L_CleanUp;
L_CleanUp:
- npctalk "Game Over";
+ npctalk strnpcinfo(0), "Game Over";
set $@candor_npctalk$, "The dungeon is now ready for its next victims.";
donpcevent "#CandorAnnouncer::OnCommandTalk";
areatimer "029-3", 20, 20, 70, 60, 10, "Parua::OnReward";
@@ -373,7 +373,7 @@ L_CleanUp:
end;
L_CleanUp_Announcement:
- npctalk $@SPONSOR$ + " lost the money invested in the fight, since there are less than 5 players in the cave";
+ npctalk strnpcinfo(0), $@SPONSOR$ + " lost the money invested in the fight, since there are less than 5 players in the cave";
set $@SPONSOR$, "";
set $@ANNOUNCE_TIME, 0;
set $@FIGHT_CAVE_STATUS, 0;