Afou To Patisa Posted August 10, 2017 Posted August 10, 2017 Hi, i made an npc buffer i wanted ask how to make it properly cast the buff on you with animation. I did broadcastPacket(new MagicSkillUse(this, player, 5557, 1, 5000, 1)); but it just show npc casting the buff and never show it on player. i even increased npc's c speed to 2000 still Quote
0 Celestine Posted August 10, 2017 Posted August 10, 2017 2000 Casting is too much thats why it wont show up on a player have you tried with 100-200 casting? Quote
0 Afou To Patisa Posted August 10, 2017 Author Posted August 10, 2017 By default npc had 340, + in some buff like Concestration after 4 seconds it show it on players but idk why Quote
0 Celestine Posted August 10, 2017 Posted August 10, 2017 By default npc had 340, + in some buff like Concestration after 4 seconds it show it on players but idk why 150-200 check it Quote
0 Afou To Patisa Posted August 10, 2017 Author Posted August 10, 2017 150-200 check it i did 150 same.. it show concestration but others buffs just show it casting until the 5 seconds pass Quote
0 wongerlt Posted August 10, 2017 Posted August 10, 2017 better is turn off animation on buffers, i think will be many packets if in town will be many players :D Quote
0 Θα Σπασω Κουπες Posted August 10, 2017 Posted August 10, 2017 better is turn off animation on buffers, i think will be many packets if in town will be many players :D aww so cute :-[ Quote
0 melron Posted August 10, 2017 Posted August 10, 2017 better is turn off animation on buffers, i think will be many packets if in town will be many players :D Nothing to worry about. Imagine 10-15 pp's selling buffs in town with 250 ppl online Quote
0 wongerlt Posted August 10, 2017 Posted August 10, 2017 (edited) aww so cute :-[ what is wrong with ur brain? Nothing to worry about. Imagine 10-15 pp's selling buffs in town with 250 ppl online hmm, i remember how on one buffer try buff some (~5) players, so buffer very lagging when buff all players at same time. One solution is to spawn 10 buffer npc. i did 150 same.. it show concestration but others buffs just show it casting until the 5 seconds pass did u try change hit time? because it set 5 sec i see. broadcastPacket(new MagicSkillUse(this, player, 5557, 1, 5000, 1)); make it 500 Edited August 10, 2017 by wongerlt Quote
Question
Afou To Patisa
Hi, i made an npc buffer i wanted ask how to make it properly
cast the buff on you with animation.
I did
broadcastPacket(new MagicSkillUse(this, player, 5557, 1, 5000, 1));
but it just show npc casting the buff and never show it on player. i even increased npc's c speed to 2000 still
9 answers 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.