diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-15 15:38:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-15 15:38:14 -0300 |
commit | f5b5c30a6ca7dd89710b248befaeb0c9d740763f (patch) | |
tree | d680a0f9a9799ebf2781ec1b4c8f6b25d9af9645 | |
parent | 4afb1af241835888412d8faf672fa761f3b2fc61 (diff) | |
download | serverdata-f5b5c30a6ca7dd89710b248befaeb0c9d740763f.tar.gz serverdata-f5b5c30a6ca7dd89710b248befaeb0c9d740763f.tar.bz2 serverdata-f5b5c30a6ca7dd89710b248befaeb0c9d740763f.tar.xz serverdata-f5b5c30a6ca7dd89710b248befaeb0c9d740763f.zip |
Strange coins for all the Valentine Day finalists.
That's plenty tbh.
-rw-r--r-- | npc/003-1/events.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 10f30cc14..8d34042c6 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -219,15 +219,19 @@ function handleValentine { if (strcharinfo(0) == .@name$[0]) { makepet DoggyDog; getitem PrismGift, 1; + getitem StrangeCoin, 10; } else if (strcharinfo(0) == .@name$[1] || strcharinfo(0) == .@name$[2]) { getitem PrismGift, 1; getitem GoldenGift, 1; + getitem StrangeCoin, 10; } else if (strcharinfo(0) == .@name$[3] || strcharinfo(0) == .@name$[4]) { getitem GoldenGift, 1; getitem SilverGift, 1; + getitem StrangeCoin, 10; } else if (strcharinfo(0) == .@name$[5] || strcharinfo(0) == .@name$[6]) { getitem SilverGift, 1; getitem BronzeGift, 1; + getitem StrangeCoin, 10; } else if (strcharinfo(0) == .@name$[7] || strcharinfo(0) == .@name$[8] || strcharinfo(0) == .@name$[9]) { getitem BronzeGift, 1; getitem StrangeCoin, 10; |