Giter Club home page Giter Club logo

fallenswordhelper's People

Contributors

atompkins avatar dependabot[bot] avatar fraserstanton avatar gschizas avatar yuuzhan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

fallenswordhelper's Issues

Profile icons below image

Original issue 16 created by gschizas on 2008-11-21T16:32:15.000Z:

  1. Remove the borders of the profile icons. - border=0
    I have done this on my end and it looks better even with my Guilds mini logo.
  2. Add the 'JOIN' icon from the Group page and link it to the JOIN ALL
    button for quick joining of groups if you are currently looking at a profile.
    This was a suggestion by friends in the very early versions of this script
    and I have been having to replace it every time, LOL

Google Code now shows the script as a "binary" and doesn't show diffs

Original issue 46 created by gschizas on 2008-11-29T14:59:50.000Z:

What new functionality do you require?

  1. I've been using the Google Code pages to review source code edits that
    you make. It has a nice difference browser. However at revision 162, the
    .js file stopped being recognized as a text file and now all it will show
    is "Binary files are different." Any chance to undo this so that it's back
    to an ascii file?

Please provide any additional information below.
Here's the URL to the changes browser:
http://code.google.com/p/fallenswordhelper/source/detail?r=159

Or go to Source, Changes, and select the version you want to see, and then
click the + sign to expand and see the diffs.

Alternate output for combat results

Original issue 26 created by gschizas on 2008-11-22T18:10:31.000Z:

What new functionality do you require?

  1. Option to copy/redirect combat results to GMLog (or a file?)

Please provide any additional information below.

Enable combat analysis in external program offline.

Item Description

Original issue 36 created by gschizas on 2008-11-26T11:00:08.000Z:

Pages "Remove Tags", "Store Items", "Tagged Item Report", and "Add Tags"
would be nice if they could be updated to display the items quality like it
does in the AH.

Functionality to see what quests you have missed.

Original issue 29 created by gschizas on 2008-11-24T04:15:50.000Z:

What new functionality do you require?

  1. A guild member has supplied me with a list of quests. I was thinking it
    might be nice to have some method of determining which quests you have
    missed. The list he has supplied me also has level requirements and realm
    involved.

Please provide any additional information below.

I am planning to work on this item myself, this is more to get input and
feedback from others.

Colors Cleanup

Original issue 14 created by gschizas on 2008-11-21T15:05:30.000Z:

What new functionality do you require?

(I have already made these changes on my end and they look great)

  1. In the Member List Box
    Changed the:
    Numbered list (1-?),
    Your Own Name,
    the "Max Stamina at:" in the stamina MouseOver
    and my # 2 Suggestion below from the color white, to this color:

    FFF380 - a light gold. Makes it show but not too anoying. Yes again,

    easier on the eyes. 8-)

  2. Added "Member Guide" above the entire list as mentioned above.
    This adds clarification to what it is and can be easily changed to meet
    any players by a simple SEARCH through the code for those that never coded.

  3. Changed the 'YELLOW' background of new messages to #F5F298 - a lighter
    gold color. Easier on the eyes.

  4. COMMENT
    The "(Guild mates show up as green)" in Message Logs and "(Completed quests
    hidden - see preferences to unhide)" in the Quest log is now white, thank you.

....

arrow key's cause "1 space" error on moving

Original issue 27 created by gschizas on 2008-11-22T18:24:35.000Z:

When moving around the world using the arrow keys causes the "you can only
move 1 space at a time" to pop up. This does not happen with the keyboard
A,W,Z,D key.

Shift states are not used in key handling

Original issue 2 created by gschizas on 2008-11-20T10:22:58.000Z:

What steps will reproduce the problem?

  1. Go to any screen
  2. Press Ctrl-R
  3. Repair is called

What is the expected output? What do you see instead?
Ctrl-R should refresh the page. Keypress events must understand about shift
states (Ctrl, Shift etc)

Mouseover help for quick potion search

Original issue 8 created by gschizas on 2008-11-20T21:58:41.000Z:

What new functionality do you require?

  1. Potion search should display in a mouseover help (no need for "[?]",
    there isn't much space after all) to explain what each potion does

Add shield imp death notification to auto kill summary

Original issue 7 created by gschizas on 2008-11-20T21:49:11.000Z:

What new functionality do you require?

  1. When showing summary data when auto kill is enabled, show if a shield
    imp died. Text should be obvious (e.g. red).

Please provide any additional information below.

Your sustain value on the Quick Buff page

Original issue 39 created by gschizas on 2008-11-27T03:54:15.000Z:

What new functionality do you require?

  1. On the newly Quick Buff page, how about putting your current value for
    your sustain: i.e. "Your sustain is 88%"

It's a read of your own profile so it's another page load, but it could be
useful.

Error with 3 relics - greater than or equal to 3

Original issue 37 created by gschizas on 2008-11-26T13:52:39.000Z:

What steps will reproduce the problem?

  1. own 3 relics
  2. view the relic page

What is the expected output? What do you see instead?
Lead defender shows 100%. Should be 90%

What version of the product are you using? On what operating system?
Revision 126, Firefox

Please provide any additional information below.

I think I see the error:
if (relicCount == 1) {
relicMultiplier = 1.5;
}
else if (relicCount > 3) { // this should be >=
relicMultiplier = 0.9;
}

It should be "greater than or equal to 3" not just "greater than 3"

The relic instructions say this:
The lead defender (highest level) receives a 50% bonus to their stats when
attacked (providing you do not control any other relics - note also if you
control 3 or more relics, the lead defender will suffer a 10% reduction to
their stats at each relic).

Note the "control 3 or more relics"

Basic Clean up - Thoran

Original issue 12 created by gschizas on 2008-11-21T14:23:10.000Z:

What version of the product are you using? - latest

On what operating system? Win XP

Please provide any additional information below.
----REPOST from UserScripts.org----

[1] - The "Check for Updates" button needs a LineBreak after it and before
the text - ( Current version: )
FIXED

[2] - In the mouse over for stamina, the "Next Gain :" has a space after
the colon, ( : ), that is not needed and does not match the others.
FIXED

[3] - Searched code for "lime" to find color for self, changed it to #FFF380.
(Tip for others)

[4] - The MouseOver [?] for Auto Kill (BOTH places) needs cleaning.
LINE BREAKS after each sentence. Replace the semi colon and space after it
with a Line Break and TWO line breaks before the word "CAUTION".

Remember, BOTH sections in the code need this.

[5] - Map View, Buffs missing Text needs a LINE BREAK and a CENTER.

Turn off or stop auto kill if all imps are dead.

Original issue 4 created by gschizas on 2008-11-20T21:44:40.000Z:

What new functionality do you require?

  1. Turn off or stop auto kill if all imps are dead.

Please provide any additional information below.

When using DD, it is important to keep your kill streak, thus the use of
shield imp. It would be nice if the autokill function would stop killing if
the shield imp count went to 0.

Level up at: mouseover

Original issue 15 created by gschizas on 2008-11-21T15:16:34.000Z:

What new functionality do you require?

  1. Add a Level up at in the xp hoverover

Please provide any additional information below.

Similar to the Max stam at: dialog box, a Level up at: in the XP hover over
dialog box, for those of us who have maxed our xp gain and have high max
stamina, its nice to know when we will max out our current level and move
onto the next so we can walk, or move to the next board, or just for
general information.

Chat Box only works with FF 3.0

Original issue 23 created by gschizas on 2008-11-22T14:57:25.000Z:

What steps will reproduce the problem?

  1. I downloaded FireFox 3.0 to see if what I was told was true, I normally
    run 2.0

What is the expected output?
Chat Box

What do you see instead?
Nothing using Fire Fox browser version 2.0+

Please use labels and text to provide additional information.
Summary - The Chat Box that shows in every page under the "Guild Members"
box WILL NOT SHOW using version 2.0+ Only 3.0+

Did we KNOW this already?

Retain newly logged in status for a short period of time (30s).

Original issue 41 created by gschizas on 2008-11-27T17:02:11.000Z:

Enhancement Request

What new functionality do you require?

  1. Modify on the guild member list

Please provide any additional information below.

When a guild member just log in, his name is dark orange.
With a simple refresh the nick go to normal color.

It would be nice if the dark orange color could be persistent for the first
1/2 minutes after the member is online, in order to see all the members
last active.

Quick Potion Search - Doubler 450 mouse over fail

Original issue 21 created by gschizas on 2008-11-22T10:37:29.000Z:

What steps will reproduce the problem?

  1. Go to the AH and look at the "Quick Potion Search" list, then hover over
    'DB 450'

What is the expected output?
"Doubler 450"

What do you see instead?
"Doubler 0"

Please use labels and text to provide additional information.
The hover over on this link need to be corrected.

Quick buff from world screen broken

Original issue 33 created by gschizas on 2008-11-25T22:10:34.000Z:

What steps will reproduce the problem?

  1. Try and quickbuff yourself from the world screen.

What is the expected output? What do you see instead?
Your name should appear in the quick buff screen.

Please use labels and text to provide additional information.
Could be related to the issue with the guild list from the world screen of
not finding the playerID.

Max Stamina mouseover oddity

Original issue 17 created by gschizas on 2008-11-21T17:35:06.000Z:

What steps will reproduce the problem?

  1. Hover over the stamina on any screen
    2.
    3.

What is the expected output? What do you see instead?
to see the max stamina properly.

Please use labels and text to provide additional information.
in the latest version 71? i see a weird box in the max stamina hover box.
its a small box with the letters FF over the letters FD

Advisor sorting

Original issue 40 created by gschizas on 2008-11-27T12:12:27.000Z:

What new functionality do you require?

  1. The advisor page should be sortable (by clicking on the column header)

Bound items/Guild items should not show [AH] link

Original issue 5 created by gschizas on 2008-11-20T21:46:29.000Z:

What steps will reproduce the problem?

  1. Go to profile manage page and click the link for [AH] for a bound quest
    item, or go to the guild manage page and do the same for a guild locked
    item.

What is the expected output? What do you see instead?
Link should not show up for these types of items.

See the player's buffs on the Quick Buffs page

Original issue 31 created by gschizas on 2008-11-25T05:58:37.000Z:

What new functionality do you require?

When buffing another player, I often look carefully at what buffs they have
and at what level. Let's put a copy of their active buffs on the Quick
Buff pop-up page.

If you clicked on the [b] link for a player or the buff button under their
avatar, get their currently active buffs from their profile and put a copy
of them on the Quick Buff window. No need to change the content, mouse
over the icons seems just fine.

Stamina used during combat

Original issue 25 created by gschizas on 2008-11-22T18:08:01.000Z:

What new functionality do you require?

  1. Show stamina used during each combat when using auto-kill

Please provide any additional information below.

i'm in 2-hit territory, it is useful for me to know how many stam are used
in each combat. i think you'd have to detect how many times you swing at
the critter either using the text or the font color.

List of Non Guild Members Online

Original issue 13 created by gschizas on 2008-11-21T14:24:54.000Z:

What new functionality do you require?

  1. List of buffers online

Please provide any additional information below.

Similar to the list of guild members online, is it possible to enter a list
of names into your preferences page or somewhere else, where you can then
see when these players come online, this would save friends/enemies spots
for other usages... this can be for friends online, buffers, enemies,
etc... just a list of non guildies online i would suppose.

Dynamic Chat Handling

Original issue 10 created by gschizas on 2008-11-20T22:25:25.000Z:

What new functionality do you require?

  1. Sidebar Chat history shouldn't be restricted by number of items, instead
    it should be restricted by time (e.g. 20 minutes)
  2. Furthermore, chat history should be dynamically altered by clicking on
    the sidebar itself (e.g. each click should add a minute or something)

The second part might be more difficult, because the interval should also
be dynamic, as in e.g. standard windows up/down controls: each click may
increase (decrease) the value by one, but if you keep the button down,
after a while it increases by 5s, then by 10s, then by 20s etc.

Compare items with what is worn

Original issue 9 created by gschizas on 2008-11-20T22:08:01.000Z:

What new functionality do you require?

  1. Each time you mouseover any item (that is not worn at the moment), a
    smaller window should pop-up next to it, showing the mouseover from the
    relevant gear you are wearing, so that you can compare the two and decide
    which is best.

This would probably require either reading the player profile at each page
that could show any item, or at least reading it every time the player
checks their profile, and caching the results. An extra problem could be
deciding what slot the item is for (chest, boots, helmet etc)

Include Last Activity time on Guild members list mouse over

Original issue 38 created by gschizas on 2008-11-27T01:35:29.000Z:

What new functionality do you require?

  1. In the guild members on-line list, it would be nice if the mouse-over
    would include the member's Last Activity time from their profile page.
    That's more valuable to me than their current XP.

A quick mouse over the whole list will see just who has been active in the
last minute or two.

Quest Book page only works on page ONE

Original issue 45 created by gschizas on 2008-11-29T14:25:26.000Z:

What steps will reproduce the problem?

  1. Using FF v3.0 and Script v180,
    I checked any other Quest page other than page ONE. No script seen there.
    only on page ONE does it work. I DO see that when you change pages that the
    URL changes back to the basic game one so that may be the issue here.

What is the expected output?
Script to show (or block) any uncompleted Quests.

What do you see instead?
The regular game listing, without the Script.

Please use labels and text to provide additional information.

Can I kill the monster?

Original issue 3 created by gschizas on 2008-11-20T18:34:39.000Z:

What new functionality do you require?

  1. identifiers for inability to kill monsters based on stats.

Please provide any additional information below.

Do you think you can set it to check your stats compared to the monsters
stats in the world window and identify/warn you if your stats may not be
good enough to kill them, this will stop you from attacking so you can
either get buffed or change items to make yourself stronger to kill them...

Hunting buffs list should be customisable

Original issue 19 created by gschizas on 2008-11-21T21:52:16.000Z:

What new functionality do you require?

  1. You should be able to customize what buffs are designated as hunting
    buffs (the list of buffs that are displayed under "you are missing some
    hunting buffs")

Currently huntings buffs are Doubler, Librarian, Adept Learner, Merchant,
Treasure Hunter, Animal Magnetism and Conserve. These should also be the
defaults

Quest missing buffs is not complete

Original issue 42 created by gschizas on 2008-11-27T17:08:40.000Z:

What steps will reproduce the problem?

  1. View missing quests ... quests before the first user quest, or after the
    last user quest will not be displayed.
  2. Also, we have no way of viewing missing quests between pages ...

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Timer request

Original issue 30 created by gschizas on 2008-11-24T22:46:40.000Z:

What new functionality do you require?

  1. Countdown timer until next xp/gold.

Please provide any additional information below.

I have been using the Fallensword add on for Firefox, which puts the nifty
little countdown in the bottom right corner. However, it has been
malfunctioning for about two days, showing only the ones place in the
minutes and the seconds. This makes it useless. Would it be possible to
script this? I find it more useful than a non-animated version, especially
since it remains active once you've logged in, even if you navigate away
from FS.

Recall only works with FF 2.0

Original issue 24 created by gschizas on 2008-11-22T16:05:51.000Z:

What steps will reproduce the problem?

  1. " gerbilman says: hiya m8, i may have found another possible problem,
    with version 2 firefox you can use fast recall, however some people cannot
    use thefast recall if they are using version 3"

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Enhance Autokill for Animal Magnetism

Original issue 1 created by gschizas on 2008-11-19T22:29:40.000Z:

When buffed with conserve, a new type of autokill should be available.
Perhaps named overkill, this should kill everything on the page, wait until
all kills are registered, autorepair, and then refresh the page. This will
continue until no more monsters remain

Another quick clean up

Original issue 18 created by gschizas on 2008-11-21T18:03:19.000Z:

  1. The font color of the "Quick Potion Search" in the Auction House page,
    should be changed, the BLUE is too bright.
    I tried # 7D2252 (a faded purple) and it looked better but this can be
    played with later.
    I also mad the title BOLD.
  • 1.B. IF needed, the game's Auction House logo at the top can be removed
    giving you MORE space for this menu, wider if necessary for further
    additions. I have already removed it in my working version (using the
    AdBlock Add-On for FireFox) and it works great and the page comes up just a
    bit faster also.

...

Sorting on the guild advisor page

Original issue 47 created by gschizas on 2008-11-30T13:00:37.000Z:

What new functionality do you require?

  1. Sorting on the advisor page

I think it would be really useful if we could sort the guild advisor page
by any of the headings. For example I would like to be able to sort by
skills cast, groups joined or exp contributed.

Questbook Problem

Original issue 48 created by gschizas on 2008-12-01T01:02:48.000Z:

What steps will reproduce the problem?

  1. uncheck the show completed quests option
    2.
    3.

What is the expected output? What do you see instead?
expected to see only the quests that had not been done, however it was
showing some that i had completed as missing quests on page 1 of the questbook

What version of the product are you using? On what operating system?
version 188 , on windows xp pro with firefox 3

Please provide any additional information below.

When controlling 2 relics lead defender is not at 150%

Original issue 32 created by gschizas on 2008-11-25T06:05:15.000Z:

What steps will reproduce the problem?

  1. Guild owns 2 relics
  2. See relic page.
    It says Defending Guild Relic Count: 2
    Lead Defender Bonus: 150%

What is the expected output? What do you see instead?
I expect lead defender to have 100% bonus, not 150%.

What version of the product are you using? On what operating system?
Revision 120, Windows, Firefox 3.0.4

Please provide any additional information below.

The relic page's instructions say:
The lead defender (highest level) receives a 50% bonus to their stats
when attacked (providing you do not control any other relics

That last phrase indicates that:
1 relic = 150%
2 relics = no 50% bonus, so 100%
3 relics = 90% and so on

Error message "You cannot move more than 1 square at a time"

Original issue 22 created by gschizas on 2008-11-22T12:58:41.000Z:

What steps will reproduce the problem?

  1. Level with the Auto-Kill option set.

What is the expected output?
Normal leveling WITHOUT message: "You cannot move more than 1 square at a
time."

What do you see instead?
"You cannot move more than 1 square at a time." when only moving into a
square.

Please use labels and text to provide additional information.
It's as if is thinks your are moving more tha one space. I got that message
on every move during leveling, even after hitting the number "0"

Manage Backpack on world page with some add on

Original issue 34 created by gschizas on 2008-11-25T23:36:01.000Z:

Hi,
I'm, quite new of fallen sword
but I found you script great.

Any way, i'm going stright to the point:

Backpack i a problem for low - mid lev if you need to Auction, Sell or
delete it is a tragedy. All time you fill your backpack you must stop your
rush and clear your back. Is possible to add to the world map the back pack
zone with also the fast drop,the sell and AH in it ?

Player showing up an enemy when not.

Original issue 20 created by gschizas on 2008-11-21T22:49:25.000Z:

What steps will reproduce the problem?

  1. I viewed player allien78's Recruits, one of them was shown as an ENEMIE,
  • I dont have ANY guilds listed in that category.

  • I even checked the code and no guilds are even listed.

    Here, look:

http://www.fallensword.com/index.php?cmd=profile&subcmd=viewrecruits&player_id=2424366

NOTE; This is ONLY through the Recruits page, NOT when I click on this
players profile.!

I searched the code for his guild and did NOT find it.

Do a 'Find Player' for one of my new members called: "allien78" and
take a look at his recruits. The first one listed is what I'm talking
about. See if the player registers as an Enemy to you or not.

(Current version: 74, Last check: Fri Nov 21 2008 23:24)

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.