Gaming
 

Template:Items Needed

From the RuneScape Wiki, the wiki for all things RuneScape


Contents

[edit] Template Documentation

The Items Needed template gives the number of items needed (rounded up) to get to a particular goal level.

[edit] Usage

  {{Items Needed
      |Goal     = target level
      |Level    = current level
      |Xp       = current experience points (alternative to Level)
      |ItemXp   = the experience each item gives
  }}

[edit] Examples

The first example defines the current skill status using the Level parameter:

{{Items Needed | Goal=50 | Level=43 | ItemXp = 72 }}

The example produces the following result: 708


The second example defines the actual skill status by using the Xp parameter:

{{Items Needed | Goal=50 | Xp=51234 | ItemXp = 72 }}

The example produces the following result: 696


[edit] Templates Used