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?
Alt + click monster
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Alt + click monster
client do not recognize alt during click. do you mean shift?
- bauwbas
- Posts: 60
- Joined: Wed Nov 18, 2009 12:44 pm
- Location: Lithuania
Re: Alt + click monster
Yes, shift.. I don't remember which button is right ;p
-
- Posts: 16
- Joined: Sun Jan 06, 2008 12:04 am
- Location: Germany
Re: Alt + click monster
NPC.properties
Code: Select all
# Allows non-GM players to view NPC stats via shift-click# Default: FalseAltGameViewNpc = True
Find out and come in ^^
- bauwbas
- Posts: 60
- Joined: Wed Nov 18, 2009 12:44 pm
- Location: Lithuania
Re: Alt + click monster
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.
-
- Posts: 16
- Joined: Sun Jan 06, 2008 12:04 am
- Location: Germany
Re: Alt + click monster
datapack_development\data\scripts\handlers\actionhandlers\L2NpcActionShift.java
Find out and come in ^^
- bauwbas
- Posts: 60
- Joined: Wed Nov 18, 2009 12:44 pm
- Location: Lithuania
Re: Alt + click monster
Thank you again Dwarbarak, biggest respect.