Hi,
I just started using Hercules and understand how it works. currently, I am trying to modify the included floating_rates script.
- script FloatingRates FAKE_NPC,{
OnInit:
//add any other HOURS
OnHour03:
OnHour05:
OnHour12:
OnHour18:
//-------------------
set $@brate,rand(100,150);
set...