Giter Site home page Giter Site logo

kamilib's Introduction

MidoriKami

MidoriKami's GitHub stats

Dalamud Plugins

Repository Description
DailyDuty Automatically track and notify about daily tasks
NoTankYou Warns you when job-specific skills haven't been used
ChillFrames Dynamic Framerate limiter to reduce power consumption
MemoryMarker Simple Waymark management tool
SortaKinda Powerful automatic inventory sorting tool
CurrencyAlert Warns you when you approach certain configured currency limits
WhereAmIAgain Displays your current precise location

kamilib's People

Contributors

berna-l avatar midorikami avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

kamilib's Issues

Teleport link does not work on the Japanese client.

The teleport link is not working because the value of "Teleport_Label" in "Strings.en.resx" has been translated.
The correct value should be "Teleport".
Similar problems may occur in languages other than Japanese.

I apologize for the automatic translation of this text.

Zone Filter - Blacklist with incorrect or missing entries

Hey!

I've been trying to write a plugin that only works in specific zones.
To that end, I used your Blacklists e.g. in Chillframe or No Tank You to get the area codes.

Tho, my plugin didn't work in (The) Porta Decumana (the MSQ Trial Instance). Neither does Chillframes stop limiting frames.
image

I wanted to dig a bit- and so messed around with Lumina for the first time:

        var terri = DataManager.GetExcelSheet<TerritoryType>(ClientLanguage.English);
        var names = DataManager.GetExcelSheet<PlaceName>(ClientLanguage.English);
        // Right for the trial instance: 1048; "The Porta Decumana" 1052; "Porta Decumana": 348
        var porta = terri!.GetRow(348); 
        PluginLog.Information($"Territory: {porta!.PlaceName.Row}");
        
        var name = names!.GetRow(porta.PlaceName.Row);
        PluginLog.Information($"Territory: {name!.Name}");

At the moment I don't understand most of that tho. Lumina seems to be even harder to start with than Dalamud q.q
I'm unsure if this is the only affected area/instance.
And was unable to figure out how or where exactly the data was coming together in BlacklistAttribute/LuminaCache, if even there.


tl;dr: The Blacklist doesn't work on at least Porta Decumana, which should have the number 1048 associated with it (according to my testing).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.