Jump to content
  • 0

Question

Posted

Added that TvT Engine - http://www.maxcheaters.com/topic/206016-tvt-event-reworked-tvtjoin-tvtleave-tvtstatus/

 

I got that everytime when i'm doing restart/shutdown.

 

16e0337564784fdc1aae2dde7ee2da4b337.jpg[/url]

 

And on description write in event not allowed potions (config setup), but when i make it false i can use it.

And one more, in event can register 9999 time per 1 ip. 
 Wtf?   :happyforever:

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

Maybe because you can use Mana Potions but not restore your MP?

Like invul mode.


// Mana potions can't be used on event
if (((L2PcInstance) activeChar).isInFunEvent() && !Config.TVT_EVENT_POTIONS_ALLOWED)
{
if (skill.getSkillType() == L2SkillType.MANAHEAL_PERCENT)
continue;
}
Edited by 'Baggos'
  • 0
Posted

 

Maybe because you can use Mana Potions but not restore your MP?

Like invul mode.


// Mana potions can't be used on event
if (((L2PcInstance) activeChar).isInFunEvent() && !Config.TVT_EVENT_POTIONS_ALLOWED)
{
if (skill.getSkillType() == L2SkillType.MANAHEAL_PERCENT)
continue;
}

what about screen and register per ip?

  • 0
Posted

Do you get any error on method waiter in tvtevent.java? Or warnings? Check and TvTEventManager about warnings.

nop, no errors and no warnings in TvTEvent.java and TvTEventManager.java

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..