Page 1 of 1

Block skill in TVT

Posted: Sat Nov 20, 2010 12:01 pm
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

Re: Block skill in TVT

Posted: Sat Nov 20, 2010 12:25 pm
by _DS_

Code: Select all

        <cond msgId="113" addName="1">            <player onTvTEvent="false" />        </cond> 

Re: Block skill in TVT

Posted: Sat Nov 20, 2010 1:47 pm
by r0x
thanks! :D