<?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=Zeny</id>
		<title>Zeny - 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=Zeny"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Zeny&amp;action=history"/>
		<updated>2026-05-02T20:15:41Z</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=Zeny&amp;diff=475&amp;oldid=prev</id>
		<title>Via: Created page with &quot;Zeny is the in-game currency used in Ragnarok Online, which can be used for buying and selling items from and to NPC shops and other players.  == Limitation == The...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Zeny&amp;diff=475&amp;oldid=prev"/>
				<updated>2013-06-10T22:21:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/Zeny&quot; title=&quot;Zeny&quot;&gt;Zeny&lt;/a&gt; is the in-game currency used in &lt;a href=&quot;/wiki/Ragnarok_Online&quot; title=&quot;Ragnarok Online&quot;&gt;Ragnarok Online&lt;/a&gt;, which can be used for buying and selling items from and to &lt;a href=&quot;/wiki/NPC&quot; title=&quot;NPC&quot;&gt;NPC&lt;/a&gt; shops and other players.  == Limitation == The...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Zeny]] is the in-game currency used in [[Ragnarok Online]], which can be used for buying and selling items from and to [[NPC]] shops and other players.&lt;br /&gt;
&lt;br /&gt;
== Limitation ==&lt;br /&gt;
The technical limit is for both the client and server up to 2,147,483,647 Zeny, which is typically capped at 1,000,000,000. The cap can be changed inside {{git|src/common/mmo.h}} by adjusting the macro ''MAX_ZENY'' to a desired value below the technical limit. The source must be recompiled after this change. If a value is specified which surpasses the technical limit, the server will not compile.&lt;br /&gt;
&lt;br /&gt;
== Penalty ==&lt;br /&gt;
Along with EXP death penalties, a Zeny penalty may be set in {{git|conf/battle/exp.conf}} which reduced the amount of Zeny the player holds upon death:&lt;br /&gt;
 // When a player dies (to another player), how much zeny should we penalize them with?&lt;br /&gt;
 // NOTE: It is a percentage of their zeny, so 100 = 1%&lt;br /&gt;
 zeny_penalty: 0&lt;br /&gt;
&lt;br /&gt;
[[Mapflag]]s can be set on certain maps to disable the zeny penalty in {{git|conf/mapflag/nopenalty.txt}}&lt;br /&gt;
&lt;br /&gt;
== Vending ==&lt;br /&gt;
The amount of Zeny that can be set to an item when vending is soft-limited to 1,000,000,000 and can be overridden by the setting ''vending_max_value'' in {{git|conf/battle/items.conf}} and [[hexing]] the client to correct the client-side warnings.&lt;br /&gt;
&lt;br /&gt;
If the seller obtains more Zeny through vending than ''MAX_ZENY'' the surplus Zeny is discarded. To avoid this, the setting ''vending_over_max'' in {{git|conf/battle/items.conf}} can be set to ''no'', which causes the deal to fail if it would result in more Zeny than the seller is able to hold.&lt;br /&gt;
&lt;br /&gt;
== Scripting ==&lt;br /&gt;
&lt;br /&gt;
The name ''Zeny'' is recognized by the script engine as a [[parameter constant]], which affects the amount of Zeny of the [[RID#Usage|currently attached]] player. It can be both read and written.&lt;br /&gt;
&lt;br /&gt;
 [[set]] Zeny,Zeny+120;  // gives the player 120z&lt;br /&gt;
 [[mes]] &amp;quot;Your current balance is &amp;quot;+Zeny+&amp;quot;z.&amp;quot;;&lt;br /&gt;
 [[set]] Zeny,0;  // takes all Zeny from the player&lt;br /&gt;
&lt;br /&gt;
[[Category:Basics]]&lt;br /&gt;
[[Category:Configuration]]&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Via</name></author>	</entry>

	</feed>