<?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_Skill_Nodamage</id>
		<title>Clif Skill Nodamage - 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_Skill_Nodamage"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Clif_Skill_Nodamage&amp;action=history"/>
		<updated>2026-05-01T10:46:15Z</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_Skill_Nodamage&amp;diff=71&amp;oldid=prev</id>
		<title>Mysterious: Created page with &quot;==Syntax==  int '''clif_skill_nodamage'''(struct block_list* src, struct block_list* dst, int skill_id, int heal, int fail);  ==Parameters== * '''src''' - Specifies the source...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Clif_Skill_Nodamage&amp;diff=71&amp;oldid=prev"/>
				<updated>2013-01-13T03:26:12Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Syntax==  int &amp;#039;&amp;#039;&amp;#039;clif_skill_nodamage&amp;#039;&amp;#039;&amp;#039;(struct block_list* src, struct block_list* dst, int skill_id, int heal, int fail);  ==Parameters== * &amp;#039;&amp;#039;&amp;#039;src&amp;#039;&amp;#039;&amp;#039; - Specifies the source...&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_skill_nodamage'''(struct block_list* src, struct block_list* dst, int skill_id, int heal, int fail);&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
* '''src''' - Specifies the source object of the no-damage skill. Can be NULL.&lt;br /&gt;
* '''dst''' - Specifies the skill affected (destination) object.&lt;br /&gt;
* '''skill_id''' - ID of the skill to display.&lt;br /&gt;
* '''heal''' - Heal value, if the skill effect displays HP or SP gain, otherwise skill level.&lt;br /&gt;
* '''fail''' - Whether the skill failed or not.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Displays a skill effect on ''dst'' from ''src'', and is responsible for ''screaming'' the name by ''src'', of a non-damaging skill. If used with incompatible skill, the ''dst'' object (ex. player) will only scream the name, but no effect will be shown, likewise if ''fail'' is set to 1. ''heal'' (skill level) of -1 will disable ''src'' from screaming the skill name.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 clif_skill_nodamage(&amp;amp;sd-&amp;gt;bl, &amp;amp;tsd-&amp;gt;bl, AL_HEAL, 12000, 0);&lt;br /&gt;
Will make player ''sd'' scream 'Heal !!' and show a heal effect of 12,000 HP on player ''tsd''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Source Functions]]&lt;/div&gt;</summary>
		<author><name>Mysterious</name></author>	</entry>

	</feed>