Latest Neocron News and Information
- New test server patch #561 has been released to Vedeena
Difference between revisions of "Legacy THNapi:ItemDB Link"
Line 2: | Line 2: | ||
Doing a quest guide and need to tell a player to find an item, but you dont want the icon. Use the link command. The little 'i' will show the item if the user hovers over the 'i' icon. There are also options to make the item plural, and add a qty to the link. | Doing a quest guide and need to tell a player to find an item, but you dont want the icon. Use the link command. The little 'i' will show the item if the user hovers over the 'i' icon. There are also options to make the item plural, and add a qty to the link. | ||
+ | |||
+ | === Required Parameters === | ||
+ | |||
+ | {{THNapi:Parameter - Items}} | ||
=== Optional Parameters === | === Optional Parameters === | ||
{{THNapi:Parameter - Order}} | {{THNapi:Parameter - Order}} | ||
+ | {{THNapi:Parameter - Format}} | ||
+ | {{THNapi:Parameter - Position}} | ||
+ | {{THNapi:Parameter - Plural}} | ||
+ | {{THNapi:Parameter - Qty}} | ||
=== Example 1 === | === Example 1 === |
Revision as of 13:32, 28 May 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. The little 'i' will show the item if the user hovers over the 'i' icon. There are also options to make the item plural, and add a qty to the link.
Required Parameters
Optional Parameters
THNapi:Parameter - Order THNapi:Parameter - Format THNapi:Parameter - Position THNapi:Parameter - Plural THNapi:Parameter - Qty
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 - Postion param
Example: <itemdb:link items="2182" position="left"/>
This is a very nice gun - <itemdb:link items="2182" position="left"/>
Example 3 - Postion param
Example: <itemdb:link items="2182" position="right"/>
You can get this gun in the Dome of York - <itemdb:link items="2182" position="right"/>
Example 4 - Postion param
Example: <itemdb:link items="2182" position="none"/>
You need to do a mission to get this item - <itemdb:link items="2182" position="none"/>
Example 4 - Plural param
Example: <itemdb:link items="2182" plural="true"/>
Get these <itemdb:link items="2182" plural="true"/> now!
Example 6 - Plural param
Example: <itemdb:link items="2182" plural="both"/>
Flib has some <itemdb:link items="2182" plural="both"/>
Example 7 - Qty param
Example: <itemdb:link items="2182" qty="10"/>
Flib has some <itemdb:link items="2182" qty="10"/>
Example 8 - Qty and plural param
Example: <itemdb:link items="2182" qty="10" plural="false"/>
Flib has some <itemdb:link items="2182" qty="10" plural="false"/>