Good evening, Mr. I have a doubt, I added the mod Npc Whith Aura in my project, however only have two possibilities of effects in npc, I wanted to add abnormalseffects in npcs, how would the lines stay?
Line Mod Retail:
writeC(_npc.isFlying() ? 2 : 0);
if(Config.LIST_NPC_WITH_AURA.contains(_npc.getNpcId()))
{
writeC(0x20);// auras for npcs | red circle
}
else
{
writeC(0x20);
}
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Question
nortim
Good evening, Mr. I have a doubt, I added the mod Npc Whith Aura in my project, however only have two possibilities of effects in npc, I wanted to add abnormalseffects in npcs, how would the lines stay?
Line Mod Retail:
writeC(_npc.isFlying() ? 2 : 0);
if(Config.LIST_NPC_WITH_AURA.contains(_npc.getNpcId()))
{
writeC(0x20);// auras for npcs | red circle
}
else
{
writeC(0x20);
}
6 answers to this question
Recommended Posts