Plugin request for accumulated points

Can someone please make a plugin that sends accumulated points every 5 hours please? It is really important for exp gain and phbot only does it every 24 hours. Thanks to all.

1 Like

I really need it. I think phbot is incomplete without it. If someone can fix this with a plugin thanks anyways.

ConditionHelper.py
import phBot

# Send the academy buff
def SendAcademyBuff():
	if phBot.get_academy():
		phBot.inject_joymax(0x7483,b'',False)

Usage through conditions (every hour as example):
if (Time Elapsed (seconds) == 3600) { Python ( SendAcademyBuff ); }

5 Likes

hello i tried conditions but it doesnt work. i want my chars send academy buff when they are 38 and i selected that conditions then wrote SendAcademyBuff on python. But that doesnt work. How can i fix it ?