Page 1 of 1

Alt + click monster

Posted: Thu Jun 24, 2010 6:15 pm
by bauwbas
L2J Revision Latest:
L2JDP Revision Latest:

10 times i checked configs, but i don't found config which let me turn on alt + click on monster, i want that people can do that... Where i can turn it on? Or maybe some one have this code or link to code?

Re: Alt + click monster

Posted: Thu Jun 24, 2010 6:21 pm
by JIV
client do not recognize alt during click. do you mean shift?

Re: Alt + click monster

Posted: Thu Jun 24, 2010 6:26 pm
by bauwbas
Yes, shift.. I don't remember which button is right ;p

Re: Alt + click monster

Posted: Thu Jun 24, 2010 7:17 pm
by Dwarbarak
NPC.properties

Code: Select all

# Allows non-GM players to view NPC stats via shift-click# Default: FalseAltGameViewNpc = True

Re: Alt + click monster

Posted: Thu Jun 24, 2010 7:18 pm
by bauwbas
One more question... Where can i find in core this script I want to remake, that if some1 press it show only drop list and spoil list. I searched in L2NpcInstance and L2MonsterInstance, but nothing.

Re: Alt + click monster

Posted: Thu Jun 24, 2010 7:54 pm
by Dwarbarak
datapack_development\data\scripts\handlers\actionhandlers\L2NpcActionShift.java

Re: Alt + click monster

Posted: Fri Jun 25, 2010 8:10 am
by bauwbas
Thank you again Dwarbarak, biggest respect.