Class CreaturesRatioCalculator

java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.CreaturesRatioCalculator
All Implemented Interfaces:
Script

public class CreaturesRatioCalculator extends ScriptImpl
Runs the calculator for best creature of moneys amount (converting all to moneys from their corpse).
Author:
yoriy
  • Constructor Details

    • CreaturesRatioCalculator

      public CreaturesRatioCalculator()
  • Method Details

    • execute

      public void execute(Player admin, List<String> args)
      Description copied from interface: Script
      Executes this script.
      Specified by:
      execute in interface Script
      Overrides:
      execute in class ScriptImpl
      Parameters:
      admin - the admin who load it or null on server start.
      args - the arguments the admin specified or null on server start.