Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XEDRA] Wolf sledge cannot be activated, log message 'You aren't wielding it. #70145

Closed
freijie opened this issue Dec 11, 2023 · 3 comments
Closed
Assignees
Labels
Mods: Xedra Evolved Anything to do with Xedra Evolved (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@freijie
Copy link

freijie commented Dec 11, 2023

Describe the bug

When you wield wolf sledge and activate it, it only shows message that you are not wielding it.

Attach save file

Naraka-trimmed.tar.gz

Steps to reproduce

1 Wield Wolf sledge
2 activate it
3 get errors that 'you arent wielding it'

Tested with no enemies, practice target and spawned monster nearby
Throwing skill 0

Expected behavior

If it works but something prevents it from working, at least show it in log

Screenshots

image

Versions and configuration

  • OS: Linux
    • OS Version: LSB Version: n/a; Distributor ID: ALT; Description: ALT Workstation K 10.2 (Sorbaronia Mitschurinii); Release: 10.2; Codename: SorbaroniaMitschurinii;
  • Game Version: fed496b [64-bit]
  • Graphics Version: Tiles
  • Game Language: English [en]
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth],
    Bombastic Perks [bombastic_perks],
    Mythical Martial Arts [MMA],
    SpeedyDex [speedydex],
    Stats Through Kills [stats_through_kills],
    Stats Through Skills [StatsThroughSkills],
    Extra Mutated Scenarios [extra_mut_scens],
    Blaze Industries [blazeindustries],
    Mind Over Matter [mindovermatter],
    Xedra Evolved [xedra_evolved],
    Tamable Wildlife [Tamable_Wildlife],
    No EMP Damage [no_emp]
    ]

Additional context

No response

@freijie freijie added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Dec 11, 2023
@Maleclypse Maleclypse added the Mods: Xedra Evolved Anything to do with Xedra Evolved label Dec 11, 2023
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@github-actions github-actions bot added the stale Closed for lack of activity, but still valid. label Jan 10, 2024
@casswedson
Copy link
Contributor

/confirmed something really intriguing is going on here, something to do with search_data isn't working, since false_eocs is triggering quite a few times it's probably checking all inventory items but the wielded one

      {
        "u_run_inv_eocs": "all",
        "search_data": [ { "id": "mace_magic", "wielded_only": true } ],
        "true_eocs": [
          {
            "id": "EOC_WOLF_SLEDGE_TRHOW_nested",
            "effect": [
              { "u_assign_activity": "ACT_GENERIC_EOC", "duration": "2 seconds" },
              { "math": [ "u_val('stamina')", "-=", "400" ] },
              { "u_cast_spell": { "id": "mace_pipe_magic_throw" } }
            ]
          }
        ],
        "false_eocs": [ { "id": "EOC_ITEM_WIELDED", "effect": [ { "u_message": "You aren't wielding it." } ] } ]

@github-actions github-actions bot added (S2 - Confirmed) Bug that's been confirmed to exist and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility stale Closed for lack of activity, but still valid. labels Jan 25, 2024
@Fris0uman
Copy link
Contributor

Is it fixed with #71953 ?

@Maleclypse Maleclypse self-assigned this Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mods: Xedra Evolved Anything to do with Xedra Evolved (S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

No branches or pull requests

5 participants