xrulezz Posted July 30, 2012 Share 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 Link to comment Share on other sites More sharing options...
0 vampir Posted July 30, 2012 Share 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 Link to comment Share on other sites More sharing options...
0 xrulezz Posted July 30, 2012 Author Share 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 Link to comment Share on other sites More sharing options...
0 vampir Posted July 31, 2012 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.