Jump to content
  • 0

Buffer Target You And Show Buff


Afou To Patisa

Question

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 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

2000 Casting is too much thats why it wont show up on a player have you tried with 100-200 casting? 

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

better is turn off animation on buffers, i think will be many packets if in town will be many players :D

aww so cute  :-[

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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 by wongerlt
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...