From c9361c6ac2e84d2e6e8ef2f418b92b88027fcead Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Apr 2020 07:47:04 -0300 Subject: Guild Shop now sells Arcmage Boxset. Job Level now affects chances of getting a good Arcmage Card. --- npc/items/arcmage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items') diff --git a/npc/items/arcmage.txt b/npc/items/arcmage.txt index 15ab88ccb..486db2661 100644 --- a/npc/items/arcmage.txt +++ b/npc/items/arcmage.txt @@ -19,7 +19,7 @@ function script MakeRandomArcmageCard { // 5% chances of a rare card // Actually only 1/3 of this rate is effective // Therefore real chances are of about 1.67% - if (.@r < 500) { + if (.@r < 500+JobLevel) { array_push(.@arcmagecards, SpeedCard); array_push(.@arcmagecards, ReflectCard); array_push(.@arcmagecards, PowerCard); -- cgit v1.2.3-60-g2f50