Jump to content
  • 0

Shift+Click To Npcs For Acis.


Question

Posted

As topic title says i'm looking for Shift+Click to NPCs for aCis 359 rev.

I want to show the stats of the monster and the drops (if it's possible to show exactly how many items drop it will be perfect).

 

As return i can make something related to designs for the guy who will share it if he want to.

Thanks in advance.

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

find onShiftAction or something like that, L2Npc if I'm not wrong. There is a check if (player.isGM()) { various stats to show, via htm }. Add else { c/p from above what you want to show and change the htm directory }.

Also, you will have to add new bypass to see the drop. Look the htm command/search via Eclipse and you will find and manage it :P

Edited by SweeTs
  • 0
Posted

find onShiftAction or something like that, L2Npc if I'm not wrong. There is a check if (player.isGM()) { various stats to show, via htm }. Add else { c/p from above what you want to show and change the htm directory }.

Also, you will have to add new bypass to see the drop. Look the htm command/search via Eclipse and you will find and manage it :P

Alright mate, thanks i'll check it and i'll let you know if i got any problem :) thanks for your help ;D

Guest
This topic is now closed to further replies.


×
×
  • Create New...