activeChar.sendMessage("You Cannot Use Items Right Now.");
activeChar.sendPacket(new ExAutoSoulShot(id, 0));
activeChar.setAutoPot(id, null, false);
return;
}
BUT, this way, im disabling the toggle skill with : activeChar.sendPacket(new ExAutoSoulShot(id, 0));
And stoping the use of the pots: activeChar.setAutoPot(id, null, false);
This way when I get stunned (etc) the toggle potion (ExAutoSoulShot) is disabled and the usage stops. But its a pain in the ass cause when stun effect is off, I need to right click again in the 3 potions to activate it again.
Well, it fixes my problem but cause another one lol. The best solution would be: Keep toggle skill active but dont use pots, and once the abnormal effect is off, it will consume potions again without needing to right click them all again.
bypassing what exactly? passwords? or the logging, if u talk about my situation i should see the same device as mine in my devices not different, because sessions are bind to devices.
changing password or settings on account/groups still needs re-authorization so no.
imo it was either facebook exploit which is unlike or network-level attack, why i tell u this? because i once had similar issue with my tiktok account, a guy logged into my account without using a sms code which was the only way to enter my account, and the funny part was that i didnt even receive a sms xD now u may say that this is what session hijack is but i saw a completely different device in my devices list which indicates that it wasnt a hijack.
Hello everyone ! I haven’t talked with him long time now . I have bought few things from him .
but I cannot reach him now .
i want some things to ask but he is unreachable.
anyone knows if he is ok?
hope this guys is ok .
Question
tiguz
Hello again. Im fixing some things in my automatic potions code.
It was spamming pots even when char had some abnormal status like stunned, sleeping, paralized etc.
So I added this:
18 answers to this question
Recommended Posts