Project

General

Profile

Feature - Enhancement #1618

Add OgreEventOnGearConditionReport

Added by bjcasey almost 8 years ago. Updated almost 8 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-06-06
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

When OgreBot reports to OC/IRC that it's gear condition is 30%, 20% and 10%, have it trigger an OgreEvent.

#1

Updated by bjcasey almost 8 years ago

I'd like access to who is doing the reporting and what the gear percentage is.

#2

Updated by Kannkor almost 8 years ago

  • Status changed from New to In Progress

Can't test this until I can actually log in...

 

Patched in Ogrebot v17.090

Event name: OgreEvent_GearConditionReport

 

 

This will report no matter what. You can use this event to check the percent and take any action you wish.

method OgreEvent_GearConditionReport(string _Caster, uint _GearAmount)
    {
        echo OgreEvent_GearConditionReport -> ${_Caster} -> ${_GearAmount}
    }

#3

Updated by Kannkor almost 8 years ago

  • Status changed from In Progress to Implemented

Also available in: Atom PDF