Jump to content
  • 0

Tvt Engine


Detroitas

Question

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:

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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'
Link to comment
Share on other sites

  • 0

 

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?

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...