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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Link with Icon ==
+
{{api
 +
| tag = itemdb:link_icon
 +
| command = ItemDB_Link_Icon
 +
| usage = Doing a quest guide and need to tell a player to find an item, but you also do want an icon.
 +
| thn_only = no
 +
| param_items = yes
 +
| param_format = opt
 +
| param_plural = opt
 +
| param_qty = opt
 +
| param_size = opt
 +
}}
  
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 ==
 
 
=== Required Parameters ===
 
 
 
{{THNapi:Parameter - Items}}
 
 
 
=== Optional Parameters ===
 
 
 
{{THNapi:Parameter - Order}}
 
{{THNapi:Parameter - Format}}
 
{{THNapi:Parameter - Plural}}
 
{{THNapi:Parameter - Qty}}
 
 
 
=== Example 1 ===
 
  
 
Example:  '''<nowiki><itemdb:link_icon items="957"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link_icon items="957"/></nowiki>'''
Line 20: Line 17:
 
Kill the BramBossMob (Rank 512/512) and loot a <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 2 ==
  
 
Example:  '''<nowiki><itemdb:link_icon items="957" plural="true"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link_icon items="957" plural="true"/></nowiki>'''
Line 26: Line 23:
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="true"/> from his body.
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="true"/> from his body.
  
=== Example 3 ===
+
== Example 3 ==
  
 
Example:  '''<nowiki><itemdb:link_icon items="957" plural="both"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link_icon items="957" plural="both"/></nowiki>'''
Line 32: Line 29:
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="both"/> from his body.
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" plural="both"/> from his body.
  
=== Example 4 ===
+
== Example 4 ==
  
 
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10"/></nowiki>'''
Line 38: Line 35:
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10"/> from his body.
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10"/> from his body.
  
=== Example 5 ===
+
== Example 5 ==
  
 
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10" plural="false"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10" plural="false"/></nowiki>'''
Line 44: Line 41:
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10" plural="false"/> from his body.
 
Kill the BramBossMob (Rank 512/512) and loot the <itemdb:link_icon items="957" qty="10" plural="false"/> from his body.
  
=== Example 5 ===
+
== Example 5 ==
  
 
Example:  '''<nowiki><itemdb:link_icon items="957" qty="10" plural="both"/></nowiki>'''
 
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.
 
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:Wiki Item DB tags|Link Icon]]
 

Latest revision as of 20:48, 2 July 2008

ItemDB Link Icon

  • Item DB Tag: <itemdb:link_icon>
  • Web service function: ItemDB_Link_Icon
  • Usage: Doing a quest guide and need to tell a player to find an item, but you also do want an icon.

Required parameters

THNapi:Parameter - Items

Optional parameters

THNapi:Parameter - FormatTHNapi:Parameter - PluralTHNapi:Parameter - QtyTHNapi:Parameter - Size


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.