[Help] fishing script

AsurielRO

New member
Messages
55
Points
0
Emulator
Hercules
good day help me to make lure to bait or make it consumable so that players will get bait or lure again into shop when all is gone

this lure is accesories want to change it to consumable item please help thank you

View attachment fishing.txt

 
Hello. since the lure/bait is an accessory you can make it a "durational item" using rentitem(<item id>, <time>) or rentitem("<item name>", <time>) script commands.

note: <time> is in seconds
 

example:
rentitem 2775,3600; // makes you rent the fishing lure for 1 hour

 
Back
Top