mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
refactor tasks to be rewarded on monster death not on kill because on kill rewarded all players who does simple hit
This commit is contained in:
@@ -35,4 +35,7 @@
|
||||
<item id="3426" countmax="1" chance="100" /> <!-- a studded shield -->
|
||||
<item id="3244" countmax="1" chance="1000" /> <!-- an old backpack -->
|
||||
</loot>
|
||||
<script>
|
||||
<event name="KillingInTheNameOf" />
|
||||
</script>
|
||||
</monster>
|
@@ -58,4 +58,7 @@
|
||||
<item id="3394" countmax="1" chance="6" /> <!-- an amazon armor -->
|
||||
<item id="3437" countmax="1" chance="4" /> <!-- an amazon shield -->
|
||||
</loot>
|
||||
<script>
|
||||
<event name="KillingInTheNameOf" />
|
||||
</script>
|
||||
</monster>
|
Reference in New Issue
Block a user