Naseka Posted July 9, 2021 Posted July 9, 2021 Hello fellow cheaters! I'm trying to get the Class1 tag but all i get is Black Rectangles. This is the code responsible for it. Results : 0 - No tag 1 - Rank1 2 - Race1 3 - Rank1 4 - Black rectangle 12 - Black rectangle if (containsMask(UserInfoType.RANKING)) // 196 { packet.writeH(6); packet.writeD(RankManager.getInstance().getPlayerGlobalRank(_player) == 1 ? 1 : RankManager.getInstance().getPlayerRaceRank(_player) == 1 ? 2 : 0); }
0 xRelic Posted July 9, 2021 Posted July 9, 2021 give us a little more information about what exactly you want to do and what pack are you working on?
0 Naseka Posted July 9, 2021 Author Posted July 9, 2021 14 minutes ago, xRelic said: give us a little more information about what exactly you want to do and what pack are you working on? L2J Mobius. I have the Class Rank done. Trying to apply the Class1 tag(mask or w/e is called). When i change this packet.writeD(RankManager.getInstance().getPlayerGlobalRank(_player) == 1 ? 1 : RankManager.getInstance().getPlayerRaceRank(_player) == 1 ? 2 : 0); To this(Where i include the Class Rank) packet.writeD(RankManager.getInstance().getPlayerGlobalRank(_player) == 1 ? 1 : RankManager.getInstance().getPlayerRaceRank(_player) == 1 ? 2 : RankManager.getInstance().getPlayerClassRank(_player) == 1 ? 4 : 0); It shows a black rectangle like the picture below instead of Class1.
0 xRelic Posted July 9, 2021 Posted July 9, 2021 5 hours ago, Naseka said: L2J Mobius. I have the Class Rank done. Trying to apply the Class1 tag(mask or w/e is called). When i change this packet.writeD(RankManager.getInstance().getPlayerGlobalRank(_player) == 1 ? 1 : RankManager.getInstance().getPlayerRaceRank(_player) == 1 ? 2 : 0); To this(Where i include the Class Rank) packet.writeD(RankManager.getInstance().getPlayerGlobalRank(_player) == 1 ? 1 : RankManager.getInstance().getPlayerRaceRank(_player) == 1 ? 2 : RankManager.getInstance().getPlayerClassRank(_player) == 1 ? 4 : 0); It shows a black rectangle like the picture below instead of Class1. You use free version or private?
0 Naseka Posted July 10, 2021 Author Posted July 10, 2021 16 hours ago, xRelic said: You use free version or private? Private
0 xRelic Posted July 10, 2021 Posted July 10, 2021 8 hours ago, Naseka said: Private So you can ask them for help if it is premium.
0 Naseka Posted July 10, 2021 Author Posted July 10, 2021 1 hour ago, xRelic said: So you can ask them for help if it is premium. Already asked but noone has a clue
0 melron Posted December 10, 2021 Posted December 10, 2021 Send directly your desire value and if you will see again the black box, means that is client issue. Otherwise debug your code to see what you will send
0 Naseka Posted December 10, 2021 Author Posted December 10, 2021 Value is 4. Already confirmed. A friend tested it on scripts with same client, it was working. Maybe there's some interface issue.
0 Celestine Posted December 18, 2021 Posted December 18, 2021 26 minutes ago, Naseka said: Fixed. /close. Locked.
Question
Naseka
Hello fellow cheaters!
I'm trying to get the Class1 tag but all i get is Black Rectangles.
This is the code responsible for it.
Results :
0 - No tag
1 - Rank1
2 - Race1
3 - Rank1
4 - Black rectangle
12 - Black rectangle
11 answers to this question
Recommended Posts