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.
@sunwind >> What nice and great files!
Could you tell me how to connect and use them?
There is a java folder, an sql folder, and a DataCleaning folder! Please make a quick tutorial on how to connect! Thank you.
observation:The system folder shows how to log into the game, etc., but the system is missing files. Should I copy the files from this system and put them in another one that contains l2.exe? Another thing: the 1start.bat file is missing! Only these files were found!
0stop mysql
1startmysql
2startloginserver
3startgameserver
clean fake account
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