Raven Dubh
Raven Dubh
Two years later. Hello! We still want this feature. Not a huge fan of some of the suggestions, but I think the TLDR stands: - Search endpoint that doesn't show...
EVEMon does this by associating a "Maximum Level For Alpha" for every skill. https://github.com/peterhaneve/evemon/blob/730cc411d490574fb9d858fce27e8efb5dd0ecec/tools/XmlGenerator/Datafiles/Skills.cs#L66 And then the code can check: ```cs if (skillIsTraining && SkillPoints > EveConstants.MaxAlphaSkillTraining) { status =...
The permissions pseudo-code being asked for here is this: Read (View Moon Reports) IF ANY: -- Is admin -- Has role permission to view moon reports -- Is a moon...
@copyliu this is actually fairly easy to accomplish! You should make the pull requests for this and make the mod team's life easy here. You can see default / existing...
Dupe of #103
> I'm in favor of implementing this, it seems like a nice addition. seat-alliance-industry can already do it: https://github.com/recursivetree/seat-alliance-industry/blob/master/src/Notifications/OrderNotificationSlack.php#L29-L41 > > The most difficult question is how to implement it:...
> I don't know that any of the public mapping tools have well-documented APIs. [Short Circuit](https://github.com/secondfry/shortcircuit) is a tool which fetches data from [Tripwire](https://bitbucket.org/daimian/tripwire/) using its refresh endpoint. Tripwire has...
@he11fireUA can you confirm this is all fixed using the latest versions?
@MusicmanEve this is a known issue. Esi been broken for a long time ago and CCP has zero interest in fixing it. @ChuckNasty92 import still works just follow the instructions...