https://github.com/Cannabytes/SphereWeb2/commit/38d76437bec8cf082564cdd5c7ead03019d4bcaf#diff-6a3a65cebb7e157f8baa017cb119bef804a5a603c2789f764c78b2e7af672b2b
not even a mention to your mentor
https://prnt.sc/wug1fMXXRY5y
now fix this
ini_set('error_log', __DIR__ . '/errors.txt');
// txt files can be read from the hacker and use errors against your code
Question
AccessDenied
Hello recently i played star wars old republic and i got inspired an idea of the pet / summon
that it auto-attack the target that you attack.
Tried to do a code in L2Character (btw use F & High5)
like
final L2Summon pet = this.getPet();
doAttack(L2Character target)
{
if (!(pet == null))
{
pet.getAi().getIntention(CTRL.INTENTION.DOAttack. target)
}
something like this but it give error
any way on how to control attack of our summon / pet to attack the enemy even if is L2MonsterInstance or L2PcInstance object?
Thanks a lot
Ps. i'm not starter in java so speak freely, any answer i would appreciate it i just stuck.

Edited by AccessDenied24 answers to this question
Recommended Posts