diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-03 14:07:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-03 14:07:53 -0300 |
commit | 4fcbee767848cb0a4b34db504fa0cb30d55dc78d (patch) | |
tree | bb7b13be1935ae2769dc4aaf0b6b0644d28b83ae /npc/016-7 | |
parent | 42ff46a168148ceb70bb37431ad4d162429be464 (diff) | |
download | serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.gz serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.bz2 serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.xz serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.zip |
Use readparam2() instead of readparam() in several places
Diffstat (limited to 'npc/016-7')
-rw-r--r-- | npc/016-7/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index 165150630..bb7090ab9 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -48,7 +48,7 @@ OnReward: Zeny=Zeny+BaseLevel*rand2(5,15); //getitem SailorShirt, 1; // I already tried to do this before...? // 7% chance to get Crazy Rum - if (rand2(10000) < 700+(readparam(bLuk)*3)) + if (rand2(10000) < 700+(readparam2(bLuk)*3)) getitem CrazyRum, 1; dispbottom l("Congratulations!"); if (isin("016-7", 23, 25, 52, 35)) |