Jump to content
  • 0

Visual Effect on a Mob


Dori

Question


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

First of all, I'm not sure if this is possible, but I'm trying to get a visual effect to appear on a mob that spawns. Is this possible to do through a script?

Thank you in advance~

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

So...Is this possible..?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  10/02/14
  • Last Seen:  

You can do it if the mob spawn is on a determinated cell, for example, 

 

foe example

 

areamonster "prontera",95,108,113,87,"Poring",1002,1,"efect::OnMobKilled";

 

- script event -1,{
 
OnMobKilled:
EFFECTS 
end;
 
}
 
this is the only way i can figure it out, im not sure if it helps u
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.

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...