26.08.2016, 10:05
(
Last edited by FuNkYTheGreat; 26/08/2016 at 01:29 PM.
)
Intoduction:
Hello guys ,
Today i have make a Advance Fishing System which is located on Santa Maria Beach
More Info:
* When player does fishing 5 times his fishing rod will gonna minus
* If Player Didn\'t have any Bait/Fishing Rod he can\'t start fishing
* Player can catch upto 1 - 10 Fishes
* Player Have To Wait 15 Minutes Before Start Fishing Again
* Player Can See His/Another\'s Stats
* You can easily Change fish selling price and buying Fishing rod or bait . which you can find at line 23 to 32
* There are three types of Fishes in this Fish System
1) Small Fish
2) Big Fish
3) Very Big Fish
* There are 3 types of fish as you see above . And there are the percentage of getting Fishes
1) Small Fish 70% Chance to get it
2) Big Fish 20% Chance to get it
3) Very Big Fish 10% Chance to get it
Commands:
/fStats -- To See His/Another\'s Stats
Pictures:
Download:
https://www.mediafire.com/?r710t8i933xv15f
PasteBin:
http://pastebin.com/Lfk6EUXx
Credits:
FuNkY -- For Making This Fishing System
ZeeX -- For ZCMD
Emmet_ -- For Sscanf2
Incognito -- For Streamer
Y_Less -- For Y_INI
Hello guys ,
Today i have make a Advance Fishing System which is located on Santa Maria Beach
More Info:
* When player does fishing 5 times his fishing rod will gonna minus
* If Player Didn\'t have any Bait/Fishing Rod he can\'t start fishing
* Player can catch upto 1 - 10 Fishes
* Player Have To Wait 15 Minutes Before Start Fishing Again
* Player Can See His/Another\'s Stats
* You can easily Change fish selling price and buying Fishing rod or bait . which you can find at line 23 to 32
Code:
//// ** FISH SELL ** //// #define SFPRICE 20000 #define BFPRICE 50000 #define VBFPRICE 100000 //// ** FOR BUY ** //// #define FRPRICE 1000 #define BPRICE 2000
1) Small Fish
2) Big Fish
3) Very Big Fish
* There are 3 types of fish as you see above . And there are the percentage of getting Fishes
1) Small Fish 70% Chance to get it
2) Big Fish 20% Chance to get it
3) Very Big Fish 10% Chance to get it
Commands:
/fStats -- To See His/Another\'s Stats
Pictures:
Download:
https://www.mediafire.com/?r710t8i933xv15f
PasteBin:
http://pastebin.com/Lfk6EUXx
Credits:
FuNkY -- For Making This Fishing System
ZeeX -- For ZCMD
Emmet_ -- For Sscanf2
Incognito -- For Streamer
Y_Less -- For Y_INI