Jump to content
  • 0

[Little support]Event TvT Question's


Stewie

Question

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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.

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