Page 1 of 1

Crafting in TVT

Posted: Fri Jul 29, 2011 10:53 am
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??

Re: Crafting in TVT

Posted: Sat Jul 30, 2011 8:30 pm
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

Re: Crafting in TVT

Posted: Sun Jul 31, 2011 4:33 pm
by momo61
try this:

Code: Select all

      <cond>            <player onTvTEvent="false" />      </cond>

Re: Crafting in TVT

Posted: Tue Aug 02, 2011 9:34 am
by kazike
it works perfect!

Thanxs!