Jump to content
  • 0

can anyone have a script for effects on ground


magic2938

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  07/06/14
  • Last Seen:  

example is this from my hercules script::


 

prontera,259,165,3 script effectg1 111,{
end;
OnInit:
while(true) {
specialeffect2 794;
sleep 5000;
}
end; // shouldn't reach
}
aretnorp,230,240,3 duplicate(effectg1) #h1-4 111
aretnorp,209,240,5 duplicate(effectg1)  #h1-1 111
aretnorp,208,222,7 duplicate(effectg1)   #h1-2 111
aretnorp,230,223,1 duplicate(effectg1)    #h1-3 111



 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

example is this from my hercules script::

 

prontera,259,165,3 script effectg1 111,{
end;
OnInit:
while(true) {
specialeffect2 794;
sleep 5000;
}
end; // shouldn't reach
}
aretnorp,230,240,3 duplicate(effectg1) #h1-4 111
aretnorp,209,240,5 duplicate(effectg1)  #h1-1 111
aretnorp,208,222,7 duplicate(effectg1)   #h1-2 111
aretnorp,230,223,1 duplicate(effectg1)    #h1-3 111

 

 

You can try this one [ edit ]

prontera,150,150,0	script	specialeffect	111,{
	end;
OnInit:
	initnpctimer;
	end;

OnTimer40:
	specialeffect 7, strnpcinfo(0);
	sleep2 1000;
	initnpctimer;
	end;
} 

And you are in the wrong section to post this. it should be on the script support.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  07/06/14
  • Last Seen:  

sorry sir but thanks.. anw its working 


+1 to you

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