Coder Social home page Coder Social logo

fps-utils's People

Contributors

codeagon avatar kyoukaya avatar leyki avatar saegusae avatar saltymonkey avatar seraphinush-gaming avatar serentera avatar snugglez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fps-utils's Issues

typo

{ text: Mystic<br>, command: fps gui class sorcerer },

Doesn't work with update

Hi! thx for the update! btw i update all the proxy and stuff but it doesn't work for me, i use the same command but nothing works for me

show playername

can't unhide player from blacklist
TERA always crash when i hunting in Guardian (shadow of the gutrends)

Mystic Totem

Add the mystic healing totem to !fps hit damage
Is not hiding his healing when activated.

ALLL SHIT BORKED

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Hide Hit

Would it have a way of disabling only the hit of others and not yours?

Style

This mod is amazing. Thank you. The only thing I would like is that when you disable people costumes, maybe adding the lvl 1 starter weapon. Its hard to tell which skill players are performing when you dont see how the weapon moves.

Thanks in advance.

raid settings?

Every time I go raid 20 I change my fps mode to 2 from 1, and back when out, so maybe you could just make a separate setting for when you enter a raid and quit it?

Boss projectiles hidden erroneously

It appears that the S_SPAWN_PROJECTILE hook is being a little aggressive in what it's hiding and, as a consequence, it's hiding projectiles that most people probably want to see. This is easily observed in guardian missions involving fireballs.

Maybe switch:
if (!event.id.equals(myId) && (hiddenUsers[event.id] || mode > 0 || config.hideProjectiles))
To:
if (!event.id.equals(myId) && (mode > 0 || config.hideProjectiles) && hiddenUsers[event.id])

fps hide "name player" not working

i won't see certain players, i have blocked using " fps hide name player" but it's still visible, system says "mane player already hidden"

module is defaulting to mode 2 and sets some other things by default

hey, recently I found out that module do not save my settings. I reset everything to enabled.
But after I restart game and toolbox fps utils automatically sets mode 2 and sets some other things to hidden.

Edit:
Ok that may be a problem of 2 separate tera clients running at the same time... I guess...

Would it be possible to save config also per character (if somebody enable that fetaure)? That would solve such issues.

Suggestion: Help command?

Instead of referring to the readme for list of commands. Maybe add a help command to view list in-game?

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.