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
r0x
Posts: 168 Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil
Post
by r0x » Sat Nov 20, 2010 12:01 pm
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?
thanks
_DS_
L2j Veteran
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Sat Nov 20, 2010 12:25 pm
Code: Select all
<cond msgId="113" addName="1"> <player onTvTEvent="false" /> </cond>
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
r0x
Posts: 168 Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil
Post
by r0x » Sat Nov 20, 2010 1:47 pm
thanks!