Mod InGame Info XML Addon - Blood Magic by smbarbour

  • InGame Info XML Addon - Blood Magic by smbarbour

    Addon for InGame Info XML to add tags for Blood Magic
    • 12.57 KB
    • 1.12.2
    • August 27, 2016
    • April 5, 2018
    • Addons
      Blood Magic
      Magic
      Map and Information
    InGame Info XML Addon - Blood Magic
Mod Information
NameInGame Info XML Addon - Blood MagicAuthorsmbarbourDescriptionAddon for InGame Info XML to add tags for Blood Magic
InformationDownloads:
Version: 1.12.2
Size: 12.57 KB
Updated at: April 5, 2018
Created at: August 27, 2016
Tags
Addons
Blood Magic
Magic
Map and Information

Adds tags for Blood Magic to InGame Info XML.

 

Note: SMP support added in version 1.1.  Addon must be added to server for client to receive data.

 

Tags added:

  • bmcurrentlp - Returns the current amount of LP the user has
  • bmorbtier - Returns the current blood orb tier

Example usage:

<line>
  <str>Current LP: </str>
  <var>bmcurrentlp</var>
  <str> (Orb Tier: </str>
  <var>bmorbtier</var>
  <str>)</str>
</line>