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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock