Jump to content
  • 0

[Little support]Event TvT Question's


Question

Posted

Hello, guys i wonder how the hell i can make... People to go in  TvT with they'r scheme buffs...

And when they die to re-buff them again with they'r scheme buffs....

It would be nice someone to tell me :D Cuz im searching already this... from 3 hour's :D

And there aren't any guide...

Probably cuz im newbie, or just i need sleep.

I think its from here... but i have no idia how :D

 

# Participant's effects handling on teleport/death.
# Effects lasting through death never removed.
# 0 - always remove all effects.
# 1 - remove all effects only during port to event (noblesse blessing can be used)
# 2 - never remove any effect
# Default: 0
TvTEventEffectsRemoval = 2

3 answers to this question

Recommended Posts

  • 0
Posted

You need to go to the Java, TvT main class, find method associated with ressurection and then add if this config is 3, then give scheme buffs, ofc you need some code for buffing with scheme buffs. :)

  • 0
Posted

Your question is boring to answer, anyway here is a resume which probably won't help you, but near no one will answer anyway :

 

You HAVE TO remove all effects, as ppl could teleport with frenzy on (effect == all types of effects, it's not simply buff/debuff). Remove all effects (option 0 on your crap) and then add scheme buffs. For best results, it should be made during/after teleport.

 

About "adding scheme buff", check your buffer to find the method which buff. When you click on "buff me", it uses such a method, find it. If the method hasn't any parameter, you will have to create a new method (I guess a NPC method will have player integrated somewhere). Understand if your method looks like that

buffMe(L2PcInstance player)

You won't have any job to do, if it looks like that :

buffMe()

you will have to copy/paste that method, add a parameter and use the parameter.

 

And btw, there aren't tutorials for all, lol. Just use your common sense.

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...

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