Jump to content

Recommended Posts

Posted (edited)

Check Formulas.java

 

There is a cofig Developer = false by defaul, when you activate it you will have "all" info on your GS console --> mod it to sendMessage() to a player instead of console

 

An example from Formulas.java

        if (Config.DEVELOPER)
        {
            final StringBuilder stat = new StringBuilder(140);
            StringUtil.append(stat, "calcSkillSuccess(): Name:", skill.getName(), " type:", skill.getSkillType().toString(), " power:", String.valueOf(baseChance), " statMod:", String.format("%1.2f", statModifier), " skillMod:", String.format("%1.2f", skillModifier), " mAtkMod:", String.format("%1.2f", mAtkModifier), " lvlMod:", String.format("%1.2f", lvlModifier), " total:", String.format("%1.2f", rate), "%");
            
            final String result = stat.toString();
            _log.info(result);
        }
calcSkillSuccess(): Name:Hex type:DEBUFF power:80.0 statMod:0,90 skillMod:1,01 mAtkMod:21,08 lvlMod:1,38 total:99,00%

You can mod it to fit your needs :P Also if I'm not wrong, looong time ago it was working for players on aCis or frozen, I don't remember. But for sure I saw it working ;)

Edited by SweeTs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..