Hello, i would like to ask if there is way to make mass skills like mana storm, to be casted even if mobs or enemy players are inside the range of the skill?
I tried l2j free packs, l2dot packs and in all packs i have that problem.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/bDVQYKMUb3
https://campsite.bio/utchihaamkt
Pick one and your guess would be as good as any!
// Checks for armor set for the equipped chest.
if (!ArmorSetsData.getInstance().isArmorSet(chest.getId()))
{
player.sendMessage("Error: You can't visualize current set.");
useVoicedCommand("dress-armorpage", player, args);
return false;
}
L2ArmorSet armoSet = ArmorSetsData.getInstance().getSet(chest.getId());
if ((armoSet == null) || !armoSet.containAll(player))
{
player.sendMessage("Error: You can't visualize, set is not complete.");
useVoicedCommand("dress-armorpage", player, args);
return false;
}
if (!chest.getArmorItem().getItemType().getDescription().equals(dress.getType()))
{
player.sendMessage("Error: You can't visualize current set.");
useVoicedCommand("dress-armorpage", player, args);
return false;
}
6.2K followers growth from 500K DMs campaign for Onlyfan niche
Instant Instagram followers growth & gain subscribers
GO VIRAL easier with reels on IG
Scraping & Sending in less than 24 hours
For consulting contact us on telegram @igmassdm
Question
Elise
Hello, i would like to ask if there is way to make mass skills like mana storm, to be casted even if mobs or enemy players are inside the range of the skill?
I tried l2j free packs, l2dot packs and in all packs i have that problem.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.