Jump to content
  • 0
Sign in to follow this  
Stein

Place effects on a map

Question

4 answers to this question

Recommended Posts

  • 0

Thanks Garr. That's good but it goes too deep into map editing. I am now thinking of a script NPC or Mob.

 

Is it possible to give NPCs or Mobs a effect? Like a NPC with a Aura, or invisible Sprite / NPC with Firewall effect.. burning Poring. etc.

Share this post


Link to post
Share on other sites
  • 0

Well, not quite what you're thinking about, but you can summon effect from NPC using several different commands:

skilleffect;npcskilleffect;specialeffect;specialeffect2;misceffect;

You can read their descriptions inside doc/script_commands.txt and choose whichever you see most fitting.

But be warned, those only summon effect for the predefined duration of the effect itself (only), so if you want a continuous animation you'd need to refresh the animation calling every now and then, and for that npc timer will come in handy ^_^

Share this post


Link to post
Share on other sites
  • 0
prontera,100,100,0	script	LahEffect	-1,{end;OnInit:	initnpctimer;	end;OnTimer5000:	misceffect EF_FIREWALL;	initnpctimer;	end;}
Edited by Gerz

Share this post


Link to post
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.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.