Jump to content
  • 0

Need Magicskill Nobless


TymbarkCo0L

Question

11 answers to this question

Recommended Posts

  • 0

need magicskilluse help please

Until now you need a proper grammar....

 

Give more info you need the line that an npc cast a buff on a player?

 

npc.doCast(New MagicSkill(skillid, skilllevel, actor, target, null)); ? Something like this?

Link to comment
Share on other sites

  • 0

npc.doCast(New MagicSkill(skillid, skilllevel, actor, target, null)); ? Something like this?

He won't say yes / no. Since he can't do it on his own, even worse, he can't even explain what he wants..

 

 

player.broadcastPacket(new MagicSkillUse(this, player, buffId, 1, 500, 0));

 

:you serious?:

Link to comment
Share on other sites

  • 0

He won't say yes / no. Since he can't do it on his own, even worse, he can't even explain what he wants..

player.broadcastPacket(new MagicSkillUse(this, player, buffId, 1, 500, 0));

:you serious?:

 

Trying to understand what he exactly wants, to check the animation or add the buff at his self?

I cant even understand them lel.

Link to comment
Share on other sites

  • 0

That's why I said to explain what he REALLY wants.

Well 

 

player.setTarget(player);
player.broadcastPacket(new MagicSkillUse(player, 5103, 1, 1000, 0));
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...