l2destino Posted October 12, 2019 Posted October 12, 2019 Hello Everyone, Iam facing a problem when Iam trying to shift click on an NPC to wats droplist. When I do with GM everything is cool but when I do with normal player its not working. The pack Iam using is acis and working on NPC.java on the method onActionShift
0 l2destino Posted October 13, 2019 Author Posted October 13, 2019 6 minutes ago, SweeTs said: Try to put it under normal else, inside that else do your config check. Also add a sendMessage method inside that block, to see if you go there, as Tk suggested. Ive tryed everything really :P I also put a send message but if you are normal player doesnt go inside the method only when you are a gm
0 criss22 Posted October 13, 2019 Posted October 13, 2019 Mby this method save you // Set the target of the L2PcInstance activeChar activeChar.setTarget(target);
0 SweeTs Posted October 13, 2019 Posted October 13, 2019 3 hours ago, l2destino said: Ive tryed everything really :P I also put a send message but if you are normal player doesnt go inside the method only when you are a gm Obviously you did something wrong. Didn't compile or your config is simply false. 28 minutes ago, criss22 said: Mby this method save you // Set the target of the L2PcInstance activeChar activeChar.setTarget(target); Obviously not
0 Rootware Posted October 13, 2019 Posted October 13, 2019 Show for all the screenshot of your code in NPC.java -> onActionShift().
0 StinkyMadness Posted October 14, 2019 Posted October 14, 2019 Did you replace the old npcs.properties with the one with new config ? else its turned default to false.
0 l2destino Posted October 14, 2019 Author Posted October 14, 2019 Guys I fixed it the reason was really stupid :P I was using the wrong jar. Iam stupid. Sorry for all this comfusion.
Question
l2destino
Hello Everyone,
Iam facing a problem when Iam trying to shift click on an NPC to wats droplist. When I do with GM everything is cool but when I do with normal player its not working.
The pack Iam using is acis and working on NPC.java on the method onActionShift
23 answers to this question
Recommended Posts