Jump to content

killeras22

Members
  • Posts

    2
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by killeras22

  1. come to my server it is very good .......if someone know about Dev add me to msn::the_king_of_hero@hotmail.com

     

     

    take the system:http://rapidshare.com/files/170216966/system.rar

     

    if you have questions post me

     

    server Rates all x8000

    safe:30 max:60[move][/move]

     

     

     

     

    i do not have site yet..if someone know to make good sites add me to msn

  2. Well most of users will know that but i share it because some ppl on my msn spam and ask me how to make an auto tvt

     

    So i share a simply way for niebies...

     

    1)Go to your datapack in data/scripts/cron/ directory

    2)Create a file and name it tvt.py(py is the extension so if you create a txt file and rename it,remove the txt and add py)

    3)Open the file and paste

     

    import sys

    from com.l2jfree.gameserver.model.entity.events import TvT

    TvT.loadData()

    TvT.autoEvent()

     

    save and close it.

     

    4)Finally add in your global tasks the following:

    INSERT INTO `global_tasks` (`id`, `task`, `type`, `last_activation`, `param1`, `param2`, `param3`) VALUES

    (996, 'jython', 'TYPE_FIXED_SHEDULED', 1206595935732, '60000', '14400000', 'tvt.py');

     

    "param1" means time since server restart.So in what i share means that event will start 1 minite after restart

    "param2" means how much time that the event will repeat.In what i share event will start automatic every 4 hours

     

    You can change it by your needs(for example you may want every 3 hours)

     

    Have fun.....

    credits to me

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock