Jump to content
  • 0

Target_Self_And_Pet Addaption


BaM4yYy

Question

Hello guys, i'm trying to add that mode on (acis 368) https://pastebin.com/7xGspwup but i have some error can anyone help me to solve it out cuz im new in that kind of stuff thanks in advance the error that i get is that one http://prntscr.com/f4exqp and http://prntscr.com/f4exxh

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

check in frozen's source what tradeList is (should be a list) and then try to adapt the way it works

Edited by melron
Link to comment
Share on other sites

  • 0

check in frozen's source what tradeList is (should be a list) and then try to adapt the way it works

well i found that code in l2skills (l2 acis )

    

List<Creature> targetList = new ArrayList<>();

   
    // Go through the Creature knownList
    if (_skillType == L2SkillType.DUMMY)
   
    if (onlyFirst)
    return new Creature[]
    {
    activeChar
    };
   
    if (activeChar instanceof Player)

and its work perfect :D:D i dont know if its right or not but there is not error in eclipse neither in game server and its working fine in game thanks buddy ^^ 

Edited by BaM4yYy
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...