Crafting 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
kazike
Posts: 19
Joined: Sat Oct 09, 2010 11:19 am

Crafting in TVT

Post by kazike »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Last SVN:
L2JDP Revision Last SVN:

Some people in my server uses TVT to craft SS and other items. When doesn't have MP, they kill the crafter and respawn full mp.

One way to stop this is set a condition to use the crafting skill like:

Code: Select all

         <cond msgId="2721">            <player PeaceZone="True" />        </cond> 
(i don't know it works)

I think the best way to solve it is comprobe if the pj is into an instance (i use tvt with a instance mode), but i don't know where is the correct place to change it.

Any one can help me??
burrito
Posts: 276
Joined: Wed Apr 15, 2009 6:41 am

Re: Crafting in TVT

Post by burrito »

If you dont know how if it works, you should try it first ;p

If you want to see how instance conditions work, look up sword of ice and fire, its only for a pailaka
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Crafting in TVT

Post by momo61 »

try this:

Code: Select all

      <cond>            <player onTvTEvent="false" />      </cond>
kazike
Posts: 19
Joined: Sat Oct 09, 2010 11:19 am

Re: Crafting in TVT

Post by kazike »

it works perfect!

Thanxs!
Post Reply