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);
}
He's a reseller. I recommend you don’t get PTS files from him. there are more skilled people on this forum.
personally sold him files and fixes. The screenshot says it all.
I sold him files and fixes, and then with just a couple of words he said he wouldn’t resell them 🙂 Since he can’t handle the server files properly, he prefers to give them away or sell them for nothing.
jerk
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