diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-05 19:31:19 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-05 19:31:19 -0200 |
commit | 96b86a8724fb1cb8158c507e025653eb1ade4c28 (patch) | |
tree | 2f67da3b88f007423a1e24f51970d2e2faa252aa /npc/003-3 | |
parent | a4a8b1e42791501501ee26c24fb81b5e716e3247 (diff) | |
download | serverdata-96b86a8724fb1cb8158c507e025653eb1ade4c28.tar.gz serverdata-96b86a8724fb1cb8158c507e025653eb1ade4c28.tar.bz2 serverdata-96b86a8724fb1cb8158c507e025653eb1ade4c28.tar.xz serverdata-96b86a8724fb1cb8158c507e025653eb1ade4c28.zip |
In the past, I created a helper to increase/reduce a battle flag.
This helper isn't used anymore, so delete it
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index d75266377..fcd749aff 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -7,11 +7,6 @@ // Take care of server updates, but instances are defined on their ships. 003-3,36,34,0 script Malindou NPC_LLOYD,{ - function UpdateBF { - .@o=getbattleflag(getarg(0)); - setbattleflag(getarg(0), .@o+getarg(1,0)); - } - Banker(.name$, "Tulimshar", 10000); close; @@ -243,7 +238,7 @@ OnInit: htput($@CONTRIBUTORS, "msawis", 30); htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 12); - htput($@CONTRIBUTORS, "xtreem", 10); + htput($@CONTRIBUTORS, "xtreem", 50); htput($@CONTRIBUTORS, "aisen", 8); htput($@CONTRIBUTORS, "john h", 2); htput($@CONTRIBUTORS, "krists", 2); |