diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-06-15 13:04:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-06-15 13:04:04 -0300 |
commit | db0ec9fedf0ca4e58f9e998dc5c48fc9a480d481 (patch) | |
tree | 1c61e18f19b9ec7a9a4cfacdb4f2aa9ae542b760 | |
parent | 085a6cea5d4e3cf2a7e333162f51595bad68dd27 (diff) | |
download | serverdata-db0ec9fedf0ca4e58f9e998dc5c48fc9a480d481.tar.gz serverdata-db0ec9fedf0ca4e58f9e998dc5c48fc9a480d481.tar.bz2 serverdata-db0ec9fedf0ca4e58f9e998dc5c48fc9a480d481.tar.xz serverdata-db0ec9fedf0ca4e58f9e998dc5c48fc9a480d481.zip |
Homun can now gain 2~5 intimacy when dispatched. Unfortunately, it is random.
-rw-r--r-- | npc/017-10/dispatcher.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 11701470e..ff3ebcda5 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -42,7 +42,7 @@ gethomunexp(.@xp); .@lv=gethominfo(6); getexp 0, (.@lv*min(10000, gethominfo(3))/10000)*5; - gethomunaff(rand(5,10)*10); // 20 = 1 affection point + gethomunaff(rand(4,10)*10); // 20 = 1 affection point close; } mesc l("It should be back in @@", FuzzyTime(HOMUN_DEPLOYDATE)), 1; |