diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 07:11:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 07:11:13 -0300 |
commit | 6cd1cd63727cd38852372c59f776874f5698fcd9 (patch) | |
tree | 06551785ef2e1baf633fd738079cbfafe9e82d3b /npc/003-1/eugene.txt | |
parent | 0023c636969e98938310ed5b5197a3c6fbdf828a (diff) | |
download | serverdata-6cd1cd63727cd38852372c59f776874f5698fcd9.tar.gz serverdata-6cd1cd63727cd38852372c59f776874f5698fcd9.tar.bz2 serverdata-6cd1cd63727cd38852372c59f776874f5698fcd9.tar.xz serverdata-6cd1cd63727cd38852372c59f776874f5698fcd9.zip |
Generate this value dynamically, instead
Diffstat (limited to 'npc/003-1/eugene.txt')
-rw-r--r-- | npc/003-1/eugene.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index 2d5478ede..cdc1db4ad 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -131,7 +131,8 @@ L_Sidequest: OnInit: .BaitID = SmallTentacles; .BaitCount = 10; - .SuperPrice = 900; // 600% profit (normal is 500%, but fishing is harder) + // 600% profit (normal is 500%, but fishing is harder) + .SuperPrice = getiteminfo(GrassCarp, ITEMINFO_SELLPRICE)*6; tradertype(NST_MARKET); sellitem SmallFishingNet, -1, 1; |