Skip to content

expand callNames#2629

Open
FlyModeZ wants to merge 6 commits into
NotEnoughUpdates:masterfrom
FlyModeZ:FlyModeZ-patch-1
Open

expand callNames#2629
FlyModeZ wants to merge 6 commits into
NotEnoughUpdates:masterfrom
FlyModeZ:FlyModeZ-patch-1

Conversation

@FlyModeZ
Copy link
Copy Markdown

No description provided.

@NopoTheGamer
Copy link
Copy Markdown
Member

why have you done this?

@FlyModeZ
Copy link
Copy Markdown
Author

FlyModeZ commented May 18, 2026

for skyhanni /call tab complete feature
the hypixel builtin one has some inaccurate names, e.g. "arrow", feast", "drill", also missing some aliases, also is latency-based

@NopoTheGamer
Copy link
Copy Markdown
Member

the skyhanni feature doesnt require you to add pointless callNames

@FlyModeZ
Copy link
Copy Markdown
Author

there's also some fixes for example, the default name for "Frozen Alex" is "FrozenAlex" and it doesn't exist in game.

do you mean I add too much names?
do you want me to only keep only one 1~2 pointful name(e.g. "maxwell" and "thaumaturgist") for each NPC (removing things like "telekinesis_applier", "trevor_the_trapper", "wool", "weaver"...)?

Copy link
Copy Markdown
Collaborator

@jani270 jani270 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove all callnames that are just the npc name in lower case or the npc name with _ instead of a space

@Alex33856
Copy link
Copy Markdown
Contributor

there's also some fixes for example, the default name for "Frozen Alex" is "FrozenAlex" and it doesn't exist in game.

The default after the 0.24.3 update should just be the name lowercased, without removing spaces. Those don't need to be added to call names.

@FlyModeZ
Copy link
Copy Markdown
Author

some NPCs only take space/underscore call names("spider_tamer"), some only take no space("fearmongerer"), and some take both.

skyhanni replaces spaces with nothing, so it won't work in the current version of skyhanni if we remove "spider_tamer". It will suggest "SpiderTamer", and the game says Unknown Abiphone Contact!

also the suggestion list was in mixed case.

Do you want me to remove the call names with nospace
or something else?

@FlyModeZ
Copy link
Copy Markdown
Author

FlyModeZ commented May 18, 2026

there's also some fixes for example, the default name for "Frozen Alex" is "FrozenAlex" and it doesn't exist in game.

The default after the 0.24.3 update should just be the name lowercased, without removing spaces. Those don't need to be added to call names.

/call fear mongerer isn't a thing while /call fearmongerer is

*also in the current version of skyhanni it just removes space

Copy link
Copy Markdown
Contributor

@Alex33856 Alex33856 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue + my thoughts

Comment thread constants/abiphone.json Outdated
Comment thread constants/abiphone.json Outdated
@Alex33856
Copy link
Copy Markdown
Contributor

Alex33856 commented May 18, 2026

/call fear mongerer isn't a thing while /call fearmongerer is

this is why a call name was added, so the generated "/call fear mongerer" is not used.

*also in the current version of skyhanni it just removes space

well that should be fixed on the SkyHanni side.

@FlyModeZ FlyModeZ requested a review from jani270 May 18, 2026 03:15
Comment thread constants/abiphone.json Outdated
},
"Rusty": {
"callNames": [
"rusty",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Comment thread constants/abiphone.json Outdated
},
"Maxwell": {
"callNames": [
"maxwell",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Comment thread constants/abiphone.json Outdated
},
"Kysha": {
"callNames": [
"kysha",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Comment thread constants/abiphone.json Outdated
},
"Geo": {
"callNames": [
"geo",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Comment thread constants/abiphone.json Outdated
},
"Elizabeth": {
"callNames": [
"elizabeth",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Comment thread constants/abiphone.json Outdated
},
"Crag": {
"callNames": [
"crag",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@FlyModeZ
Copy link
Copy Markdown
Author

wait hold on,
if we say "Maxwell": {"callNames": ["thaumaturgist"]}, it means both "maxwell" and "thaumaturgist" are vaild.
however in this case -> "Fear Mongerer": {callNames: ["fearmongerer"]}, we don't want the generated "fear mongerer"

do you want to revert last commit?

@FlyModeZ FlyModeZ requested a review from jani270 May 18, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants