Block skill in TVT

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
r0x
Posts: 168
Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil

Block skill in TVT

Post by r0x »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4423
L2JDP Revision Number: 7669

<cond msgId="...">
<player inTVT="false" />
</cond>


I want to lock a skill in TVT.
is there a command similar to the above that works? :roll:

thanks
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Block skill in TVT

Post by _DS_ »

Code: Select all

        <cond msgId="113" addName="1">            <player onTvTEvent="false" />        </cond> 
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
r0x
Posts: 168
Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil

Re: Block skill in TVT

Post by r0x »

thanks! :D
Post Reply