diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-08 23:56:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-08 23:56:54 -0300 |
commit | d308e687b39d8c75a5354bac454fbd7fc5fdf544 (patch) | |
tree | 72086a57a9c8919f26b7eee6e253a24ef31f1f74 | |
parent | fd92b0f61b678fd709abc2095b4ec7e13e7991a5 (diff) | |
download | serverdata-d308e687b39d8c75a5354bac454fbd7fc5fdf544.tar.gz serverdata-d308e687b39d8c75a5354bac454fbd7fc5fdf544.tar.bz2 serverdata-d308e687b39d8c75a5354bac454fbd7fc5fdf544.tar.xz serverdata-d308e687b39d8c75a5354bac454fbd7fc5fdf544.zip |
Actually no, a /5 can do just fine
-rw-r--r-- | npc/007-1/pylon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index 0331cab1d..a326955c2 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -99,7 +99,7 @@ L_OreOk: Zeny = Zeny - 100; getexp 10, 0; getitem IronPowder, .@amo; - if (!(rand2(BaseLevel)/3)) + if (!(rand2(BaseLevel)/5)) getitem SulfurPowder, 1; mes ""; mesn; |