xrulezz Posted July 30, 2012 Posted July 30, 2012 hello! i want to make to my server the lvl 2 and down can enchant with //enchant command only to those self! and to delete need target to make ++ items to other one! don't tell me for enchantover etc! thank's and please help me! Quote
0 vampir Posted July 30, 2012 Posted July 30, 2012 i dont understand half of it but i quess that u want command //enchant name part number, you just need to edit AdminEnchant a bit, dont use activeChar.getTarget() but target name from command :) Quote
0 xrulezz Posted July 30, 2012 Author Posted July 30, 2012 i dont understand half of it but i quess that u want command //enchant name part number, you just need to edit AdminEnchant a bit, dont use activeChar.getTarget() but target name from command :) i mean i am gm! and i want to enchant your items! the enchant command of gm be allown for enchant my own items only and no for you! Quote
0 vampir Posted July 31, 2012 Posted July 31, 2012 so, in AdminEnchant replace: L2Object target = activeChar.getTarget(); if (target == null) target = activeChar; L2PcInstance player = null; if (target instanceof L2PcInstance) { player = (L2PcInstance) target; } else { activeChar.sendPacket(SystemMessageId.INCORRECT_TARGET); return; } with: L2Object target = activeChar; Quote
Question
xrulezz
hello! i want to make to my server the lvl 2 and down can enchant with //enchant command only to those self!
and to delete need target to make ++ items to other one!
don't tell me for enchantover etc!
thank's and please help me!
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.