diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 22:53:05 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 22:53:05 -0200 |
commit | b5121b005625abcc09ba44511ecf03117b0845ab (patch) | |
tree | 0570a03c06df2352dd22b4dc4ffa77d7d7543de3 /npc | |
parent | 311efdbdfb76061e9d2166efab7613243f10ab77 (diff) | |
download | serverdata-b5121b005625abcc09ba44511ecf03117b0845ab.tar.gz serverdata-b5121b005625abcc09ba44511ecf03117b0845ab.tar.bz2 serverdata-b5121b005625abcc09ba44511ecf03117b0845ab.tar.xz serverdata-b5121b005625abcc09ba44511ecf03117b0845ab.zip |
Update contributor list. MVP at COD now gets an extra [Dusty In A Bottle]
Diffstat (limited to 'npc')
-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); |