Jump to content

NPC Player Buffer [UPDATED aCis 401]


Recommended Posts

  • 2 weeks later...

 

==========================================================

 

UPDATED : Already worked them out  !!! THANK YOU anyway .


==========================================================


Could anyone please help me with this part of the code ?    Im using Acis  370

 

   private static String getGroupSkillList(Player player, String groupType, String schemeName)
   {
       final List<Integer> skills = new ArrayList<>();
       for (int skillId : BufferManager.getSkillsIdsByType(groupType))
       {
           if (BufferManager.getInstance().getSchemeContainsSkill(player.getObjectId(), schemeName, skillId))
               continue;
          
           skills.add(skillId);
       }

 

also this one  :        

 

final StringBuilder sb = new StringBuilder(500);
       sb.append("<table>");
      
       int count = 0;
       for (String s : BufferManager.getSkillTypes())
       {
           if (count == 0)
               sb.append("<tr>");

 

Thanks for the share, and for the help :D  

Edited by SlayerBR
Updating images
Link to comment
Share on other sites

On 6/13/2019 at 8:44 PM, Rinek said:

tried to apply the patch in eclipse but im getting 40 some errors :( using Rev 382 anyone want to help me out! Thanks 


I might be able to help you out.  Pop me a message or print screen them !  

Edited by SlayerBR
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...
On 6/17/2019 at 3:24 AM, SlayerBR said:

 

==========================================================

 

UPDATED : Already worked them out !!! THANK YOU anyway .


==========================================================


Could anyone please help me with this part of the code ? Im using Acis 370

 

private static String getGroupSkillList(Player player, String groupType, String schemeName)
{
final List<Integer> skills = new ArrayList<>();
for (int skillId : BufferManager.getSkillsIdsByType(groupType))
{
if (BufferManager.getInstance().getSchemeContainsSkill(player.getObjectId(), schemeName, skillId))
continue;
          
skills.add(skillId);
}

 

also this one :

 

final StringBuilder sb = new StringBuilder(500);
sb.append("<table>");
      
int count = 0;
for (String s : BufferManager.getSkillTypes())
{
if (count == 0)
sb.append("<tr>");

 

Thanks for the share, and for the help :D

how you fixed is it? help please

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



  • Posts

    • I am selling the essence project which includes versions 388 and 439 that have been running for over 2 years or (447 as custom PVP like Pride). I have a test server for you to test them out. If you are really interested in it then contact my seller at discord: kiwi7106. Price: 4000 Euro P/s: This is a project that I have spent a lot of money and time developing, so if you are not interested in it, please get out of this topic, thank you. P/s 2: If you find the price too expensive, it's best to skip this article and find another project and don't comment negatively on my topic, thank you.
    • Someone ask me for this, it should work on any client that has Kamael race, preview:     Installation - there are two ways to install depending on how you want to use it:   Method 1: If you want to completely replace the original, do:   Copy all lines from your armorgrp to Notepad++, press Ctrl+H, check the "match whole word" option and replace:   kamael.Mkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_MKamael_m001_w_ad00   Then replace:   MKamael.Mkamael_m000_t00_w   by:   AvengersKamaelWings.MKamael_m001_t00_w   Now repeat the same process with the female, replace:   kamael.Fkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_FKamael_m001_w_ad00   Then replace:   FKamael.Fkamael_m000_t00_w   by:   AvengersKamaelWings.FKamael_m001_t00_w   You're done, paste everything back into File Edit and save!   Method 2: If you only want to replace in specific sets, execute the above process only on the armorgrp of those sets.   Repack by: AvengersTeamBr Password: LadrãoDeFrango      
    • 用于解密、加密和编辑 .u 文件的工具。
    • It's always awesome when you find someone who not only delivers great quality but also does it way ahead of schedule. Makes you feel like you hit the jackpot, right? I'm new around here, just stumbled upon this forum, and seeing posts like yours really gives me hope that there are some real pros hanging out in this community.
  • Topics

×
×
  • Create New...