Latest Neocron News and Information

  • New retail server patch #557 has been released to Titan

Difference between revisions of "Legacy THNapi:ItemDB Link Icon"

From Neocron Wiki
Jump to: navigation, search
(New release of THN API)
(Plural support added)
Line 7: Line 7:
 
Example:  '''<nowiki><itemdb:link_icon items="957"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link_icon items="957"/></nowiki>'''
  
Kill the BramBossMob (Rank 512/512) and loot 10 x <itemdb:link_icon items="957"/> from his body.
+
Kill the BramBossMob (Rank 512/512) and loot a <itemdb:link_icon items="957"/> from his body.
 +
 
 +
=== Example 2 ===
 +
 
 +
Example:  '''<nowiki><itemdb:link_icon items="957" plural="true"/></nowiki>'''
 +
 
 +
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="true"/> from his body.
 +
 
 +
=== Example 3 ===
 +
 
 +
Example:  '''<nowiki><itemdb:link_icon items="957" plural="both"/></nowiki>'''
 +
 
 +
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="both"/> from his body.
 +
 
 +
=== Example 4 ===
 +
 
 +
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10"/></nowiki>'''
 +
 
 +
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10"/> from his body.
 +
 
 +
=== Example 5 ===
 +
 
 +
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10" plural="false"/></nowiki>'''
 +
 
 +
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10" plural="false"/> from his body.
 +
 
 +
=== Example 5 ===
 +
 
 +
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10" plural="both"/></nowiki>'''
 +
 
 +
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10" plural="both"/> from his body.
  
 
[[Category:THN API commands|Link Icon]]
 
[[Category:THN API commands|Link Icon]]
 
[[Category:Wiki Item DB tags|Link Icon]]
 
[[Category:Wiki Item DB tags|Link Icon]]

Revision as of 20:10, 8 May 2008

Link with Icon

Doing a quest guide and need to tell a player to find an item, but you do want a small icon. Use the link_icon.

Example 1

Example: <itemdb:link_icon items="957"/>

Kill the BramBossMob (Rank 512/512) and loot a <itemdb:link_icon items="957"/> from his body.

Example 2

Example: <itemdb:link_icon items="957" plural="true"/>

Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="true"/> from his body.

Example 3

Example: <itemdb:link_icon items="957" plural="both"/>

Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="both"/> from his body.

Example 4

Example: <itemdb:link_icon items="957" qty="10"/>

Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10"/> from his body.

Example 5

Example: <itemdb:link_icon items="957" qty="10" plural="false"/>

Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10" plural="false"/> from his body.

Example 5

Example: <itemdb:link_icon items="957" qty="10" plural="both"/>

Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10" plural="both"/> from his body.