diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-05 15:03:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-05 15:03:15 -0300 |
commit | 60a1a09e65b1d0454cc6abdd4d4ef4966a6d283d (patch) | |
tree | 2ce1b2027119b7898e19f6319e79b724001c30ea /npc/items | |
parent | 01c5867999b02f367d74698d73638a0104572c67 (diff) | |
download | serverdata-jesusalva/masterpatch.tar.gz serverdata-jesusalva/masterpatch.tar.bz2 serverdata-jesusalva/masterpatch.tar.xz serverdata-jesusalva/masterpatch.zip |
Placeholder to send referrer rewards.jesusalva/masterpatch
The rewards themselves have dependencies. So skipped for MR 243.
/wip
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/gift.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/items/gift.txt b/npc/items/gift.txt index 9f5296f3..68e94595 100644 --- a/npc/items/gift.txt +++ b/npc/items/gift.txt @@ -8,7 +8,10 @@ function script OpenFriendGift { dispbottom l("You must reach level 5 to open this gift."); getitembound FriendGift, 1, 1; } else { + // FIXME PLACEHOLDER !! + getitem Acorn, 1; //getitem EventCoin, rand(1,3); + .@aid=getvaultvar(REFERRAL_PROG); .@vid="playerCache"::account2vault(.@aid); .@cid="playerCache"::account2char(.@aid); |