Jump to content
  • 0

Question

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

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

Edited by melron
  • 0
Posted (edited)

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
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..