<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.herc.ws/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Clif_Specialeffect</id>
		<title>Clif Specialeffect - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Clif_Specialeffect"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Clif_Specialeffect&amp;action=history"/>
		<updated>2026-05-01T21:20:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.11</generator>

	<entry>
		<id>https://wiki.herc.ws/w/index.php?title=Clif_Specialeffect&amp;diff=70&amp;oldid=prev</id>
		<title>Mysterious: Created page with &quot;==Syntax==  int '''clif_specialeffect'''(struct block_list* bl, int type, enum send_target target);  ==Parameters== * '''bl''' - Pointer to a block list, which identifies the ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Clif_Specialeffect&amp;diff=70&amp;oldid=prev"/>
				<updated>2013-01-13T03:25:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Syntax==  int &amp;#039;&amp;#039;&amp;#039;clif_specialeffect&amp;#039;&amp;#039;&amp;#039;(struct block_list* bl, int type, enum send_target target);  ==Parameters== * &amp;#039;&amp;#039;&amp;#039;bl&amp;#039;&amp;#039;&amp;#039; - Pointer to a block list, which identifies the ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Syntax==&lt;br /&gt;
 int '''clif_specialeffect'''(struct block_list* bl, int type, enum send_target target);&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
* '''bl''' - Pointer to a block list, which identifies the game object, on which the effect is shown.&lt;br /&gt;
* '''type''' - Indicates, which effect shown (see EF_* constants in db/const.txt for all possible values or doc/effect_list.txt for a description of each effect).&lt;br /&gt;
* '''target''' - Range of clients to show this effect on (look for ALL_CLIENT in clif.h or db/const.txt for all possible values).&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Notifies clients that an effect should be displayed on bl. Causes each client to display a visual effect usually centered on the game object identified by bl.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 clif_specialeffect(&amp;amp;sd-&amp;gt;bl, 11, AREA_WOS);&lt;br /&gt;
This would show the Endure skill visual effect on given player for everyone in his or her range, except the player him- or herself.&lt;br /&gt;
&lt;br /&gt;
[[Category:Source_Functions]]&lt;/div&gt;</summary>
		<author><name>Mysterious</name></author>	</entry>

	</feed>