Kalispera gyes thelw na me voithsi kapios na alakso ora sto aouto announce gt opote mpeno ta grafi kathe 1 lepto ego thelo na ta grafi kathe 15 lepta ti tha valo sto interval gia ta 15 lepta?
print "Loading auto announcements..."
import sys
from net.sf.l2j.gameserver import Announcements
from net.sf.l2j.gameserver import ThreadPoolManager
ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(startInstance,INTERVAL*90000,INTERVAL*90000) <--- edo ti vazo gia na ta grafi kathe 15 lepta? efxaristo
i need someone to coding to me l2off files h5 i have zero knowlegde i have the files its from advext64 i need to added comuntity board and events etc.. i have price
contact with me
discord : developmentmenci
Clan Leader Announcement
Attention all Clan Leaders,
We are officially starting tomorrow! If you bring your clan to Expose , you will have the opportunity to compete for a cash prize (200 Euros - Aden Castle) and claim exclusive special rewards (5.000 Ethereal Tokens - Donation Reward) for your members.
This is your chance to prove your strength, dominate the battlefield, and be rewarded for your leadership.
How to participate?
Register your clan via Master Account > Clan Registration
Be ready for battle and claim your rewards
Only the strongest will rise. Get your clan ready—the war begins tomorrow with our Grand Opening!
https://lineage2expose.com/
Lineage II Expose Team
Question
gabriel20
Kalispera gyes thelw na me voithsi kapios na alakso ora sto aouto announce gt opote mpeno ta grafi kathe 1 lepto ego thelo na ta grafi kathe 15 lepta ti tha valo sto interval gia ta 15 lepta?
print "Loading auto announcements..."
import sys
from net.sf.l2j.gameserver import Announcements
from net.sf.l2j.gameserver import ThreadPoolManager
from java.lang import Runnable
INTERVAL = 1
ANNOUNCEMENT_1="lineage "
ANNOUNCEMENT_2="lineage"
class myTask( Runnable ):
def __init__( self ):
self.name = "autoAnnouncer"
def run( self ):
Announcements.getInstance().announceToAll(ANNOUNCEMENT_1)
Announcements.getInstance().announceToAll(ANNOUNCEMENT_2)
startInstance = myTask()
ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(startInstance,INTERVAL*90000,INTERVAL*90000) <--- edo ti vazo gia na ta grafi kathe 15 lepta? efxaristo
5 answers to this question
Recommended Posts