diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 01:11:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 01:11:00 -0300 |
commit | f00fad385eadb6b50335a300d75b806621fa417b (patch) | |
tree | 08c40f29ccf61e77cef5a45ac047afc375ea6b3e /npc | |
parent | 71ca63db4d154e34a2124c047e53ece1e8cc1dcd (diff) | |
download | serverdata-f00fad385eadb6b50335a300d75b806621fa417b.tar.gz serverdata-f00fad385eadb6b50335a300d75b806621fa417b.tar.bz2 serverdata-f00fad385eadb6b50335a300d75b806621fa417b.tar.xz serverdata-f00fad385eadb6b50335a300d75b806621fa417b.zip |
Remove some ancient remains from buggy Karma system
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 2 | ||||
-rw-r--r-- | npc/012-1/guards.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 281235fa6..901683bbd 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -116,7 +116,7 @@ L_Survivor: OnVictory: stopnpctimer; setnpcdisplay .name$, NPC_SUMMONING_CIRC; - Karma=Karma+1; + //Karma=Karma+1; npctalk l("Good job... You can keep the drops. Touch here to return home."); areatimer "001-7", 20, 20, 141, 171, 10, "#YetiKing::OnDefeat"; end; diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 0935d8797..6875fbb85 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -463,7 +463,7 @@ OnVictory: if (rand(10000) <= $coinsrate + (getmapusers("012-1")*200)) getmapxy(.@m$, .@x, .@y, 0); makeitem(StrangeCoin, 1, "012-1", .@x, .@y); - Karma=Karma+1; + //Karma=Karma+1; $MOST_HEROIC$=strcharinfo(0); bg_destroy(1); bg_destroy(2); |