Comments on Profile Post by jamescosten

  1. TexasGamer
    TexasGamer
    Finding damage a zombie gives:
    1) With full health, do /setx health.
    2) With full health, go to a zombie and let it damage you once. 3) Do /sety health.
    4) Then do /calc x-y

    More to come in a minute...
    Jun 22, 2011
  2. TexasGamer
    TexasGamer
    Find volume of an area (or WorldEdit selection):
    1) /setx <height> (actually put a number there)
    2) /sety <length>
    3) /setz <depth>
    4) /calc x*y*z (spacing doesn't affect the program)
    Jun 22, 2011
  3. TexasGamer
    TexasGamer
    Convert meters to feet:
    1) /calc <meters>*3.28

    * Example: /calc 2*3.28 will output about 6.56
    Jun 22, 2011
  4. TexasGamer
    TexasGamer
    Interest rate (for servers with economy, etc.)
    1) /setx <money loaned>
    2) /calc x*<interest rate (percentage in decimal format)>
    3) /calc ans+x

    Alternatively for a trading based system:
    1) /setx stack
    2) /calc x*<interest rate (percentage in decimal format)>
    3) /calc ans+x

    * The percentage symbol (%) should work, but to be safe, I recommend using the decimal format of the percentage (2% --> 0.02)
    Jun 22, 2011