Jump to content
  • 0

Question

Posted

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

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)
  On 5/5/2017 at 1:34 PM, melron said:

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock