diff options
-rw-r--r-- | npc/001-10-1/scripts.txt | 4 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-10-1/scripts.txt b/npc/001-10-1/scripts.txt index 0038e9281..0c507dab4 100644 --- a/npc/001-10-1/scripts.txt +++ b/npc/001-10-1/scripts.txt @@ -14,13 +14,15 @@ OnEventStart: initnpctimer; end; -// Dust boss was killed, add timers +// Dust boss was killed, add timers, special reward for victor OnVictory: if (getcharid(1) > 0) .pwin=getcharid(1); else .win$=strcharinfo(0); + getitem BottledDust, 1; + maptimer("001-10-1", 100, "#COD_BossManager::OnReward1"); maptimer("001-10-1", 100, "#COD_BossManager::OnReward2"); donpcevent("Colonel DUSTMAN::OnCoDEnd"); diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index c95ab21ca..678bc675d 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -254,15 +254,13 @@ OnInit: htput($@CONTRIBUTORS, "soren", 450); htput($@CONTRIBUTORS, "rakinorf", 400); htput($@CONTRIBUTORS, "pookie", 360); + htput($@CONTRIBUTORS, "xtreem", 340); + htput($@CONTRIBUTORS, "acsvln", 260); htput($@CONTRIBUTORS, "ayruss", 210); htput($@CONTRIBUTORS, "dustman", 175); - htput($@CONTRIBUTORS, "acsvln", 250); - htput($@CONTRIBUTORS, "xtreem", 150); htput($@CONTRIBUTORS, "ichigoblack",100); - htput($@CONTRIBUTORS, "gnulinux", 80); + htput($@CONTRIBUTORS, "gnulinux", 90); htput($@CONTRIBUTORS, "skydragon", 75); - htput($@CONTRIBUTORS, "guy of lieutnant dausen", 70); - htput($@CONTRIBUTORS, "dustman", 50); htput($@CONTRIBUTORS, "msawis", 30); htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 12); |