Latest Neocron News and Information

  • New test server patch #550 has been released to Vedeena

Difference between revisions of "Legacy THNapi:ItemDB Link"

From Neocron Wiki
Jump to: navigation, search
(New page: == Links == Doing a quest guide and need to tell a player to find an item, but you dont want the icon. Use the link command. === Example === Example: '''<nowiki><itemdb:link items="957...)
 
Line 3: Line 3:
 
Doing a quest guide and need to tell a player to find an item, but you dont want the icon. Use the link command.
 
Doing a quest guide and need to tell a player to find an item, but you dont want the icon. Use the link command.
  
=== Example ===
+
=== Example 1 ===
  
 
Example:  '''<nowiki><itemdb:link items="957"/></nowiki>'''
 
Example:  '''<nowiki><itemdb:link items="957"/></nowiki>'''
  
 
Kill the BramBossMob (Rank 512/512) and loot 10 x <itemdb:link items="957"/> from his body.
 
Kill the BramBossMob (Rank 512/512) and loot 10 x <itemdb:link items="957"/> from his body.
 +
 +
=== Example 2 ===
 +
 +
'''Note: This version of the command will be available in the next Item DB update'''
 +
 +
Example:  '''<nowiki><itemdb:link items="957">Some information</itemdb:link></nowiki>'''
 +
 +
Kill the BramBossMob (Rank 512/512) and loot 10 x <itemdb:link items="957">from his body.</itemdb:link>
  
 
[[Category:THN HTML API commands|Link]]
 
[[Category:THN HTML API commands|Link]]
 
[[Category:Wiki Item DB tags|Link]]
 
[[Category:Wiki Item DB tags|Link]]

Revision as of 17:06, 29 March 2008

Links

Doing a quest guide and need to tell a player to find an item, but you dont want the icon. Use the link command.

Example 1

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

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

Example 2

Note: This version of the command will be available in the next Item DB update

Example: <itemdb:link items="957">Some information</itemdb:link>

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