diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-18 09:29:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-18 09:29:42 -0300 |
commit | 3511d802ad1fab04e4e174529095cb98c64c2787 (patch) | |
tree | eff8a3675f9c8fc7404c67f1f9e0bcd5868fbf7d /npc/002-2/ratto.txt | |
parent | 3722e44b177a130970ad7fd1442fcf8adf792b45 (diff) | |
download | serverdata-3511d802ad1fab04e4e174529095cb98c64c2787.tar.gz serverdata-3511d802ad1fab04e4e174529095cb98c64c2787.tar.bz2 serverdata-3511d802ad1fab04e4e174529095cb98c64c2787.tar.xz serverdata-3511d802ad1fab04e4e174529095cb98c64c2787.zip |
Peter's Quest: Automatically collect loot.
NO, I'M NOT WAITING FOR YOU. %%e %%Q
Diffstat (limited to 'npc/002-2/ratto.txt')
-rw-r--r-- | npc/002-2/ratto.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/002-2/ratto.txt b/npc/002-2/ratto.txt index 35bdc4d7f..1c09212e1 100644 --- a/npc/002-2/ratto.txt +++ b/npc/002-2/ratto.txt @@ -69,6 +69,7 @@ OnRatto4Death: end; L_Victor: + unitskilluseid(getcharid(3), BS_GREED, 1, getcharid(3)); // Auto-Looting warp "002-1@"+LOCATION$, 35, 26; deltimer("RattosControl::OnRatto1Respawn"); deltimer("RattosControl::OnRatto2Respawn"); |