diff options
Diffstat (limited to 'npc/014-2-2')
-rw-r--r-- | npc/014-2-2/valia.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/014-2-2/valia.txt b/npc/014-2-2/valia.txt index 7ab0ac993..e29aaad9b 100644 --- a/npc/014-2-2/valia.txt +++ b/npc/014-2-2/valia.txt @@ -248,6 +248,8 @@ OnKey2: OnKey3: .@p = getcharid(1); + @tmp+=1; + sleep2(rand2(1000, 3000) + (@tmp*300)); // Prevent outright farming .@mob=monster("val2@"+.@p, 66, 104, strmobinfo(1, CopperSlime), CopperSlime, 1, "Valia::OnKey3"); // This should wipe the monster experience value setunitdata(.@mob, UDT_LEVEL, 1); |