diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-14 13:45:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-14 13:45:05 -0300 |
commit | e6f4ae62ad0b00580228ede2ece48b9fe50862a1 (patch) | |
tree | caf7b5527ded667055fbdf28e5c329fe3b45c87c /npc | |
parent | b7f2b3b077247d5ef80fb48e423448685eb7630b (diff) | |
download | serverdata-e6f4ae62ad0b00580228ede2ece48b9fe50862a1.tar.gz serverdata-e6f4ae62ad0b00580228ede2ece48b9fe50862a1.tar.bz2 serverdata-e6f4ae62ad0b00580228ede2ece48b9fe50862a1.tar.xz serverdata-e6f4ae62ad0b00580228ede2ece48b9fe50862a1.zip |
[skip ci] Not sure what is the problem with this one
Diffstat (limited to 'npc')
-rw-r--r-- | npc/magic/parum.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/magic/parum.txt b/npc/magic/parum.txt index e51adec82..593d9e587 100644 --- a/npc/magic/parum.txt +++ b/npc/magic/parum.txt @@ -60,12 +60,12 @@ OnCall: // Mouboo figurine. The other will be arrows, unless you hit the 82 MExp value // which will add 25% chances to get a Wooden Log too. These values are estimate. + // set cooldown + @parum_at=gettimetick(2); + @parum_at=@parum_at+4; // Get a few mana experience points (this is NOT used by Soul Menhir) GetManaExp(TMW2_PARUM, rand(1,3)); - - // set cooldown - @parum_at=gettimetick(2)+4; end; OnInit: |