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

can_i_damageable and ItemHitpointsUpdate, do not update status #1248

Open
AtillaG1 opened this issue May 26, 2024 · 2 comments
Open

can_i_damageable and ItemHitpointsUpdate, do not update status #1248

AtillaG1 opened this issue May 26, 2024 · 2 comments

Comments

@AtillaG1
Copy link

AtillaG1 commented May 26, 2024

Hi,

so i find out that if u have item with can_i_damageable, and you set as GM .xhits 10, it will update the status instantly.

But if you do it via script like hits -=10 it will take hits, but not update the status bar.
If you try use damage , it will trigger the @damage trig, but not give any dmg.
Is it fixable or client issue?

image

edit: if you change dispid or for example target that item with something, it will update the status, but update doesnt work
edit2: chaging something on the item works too, for example immediately add +1 to more2

@Jhobean
Copy link
Contributor

Jhobean commented Jul 2, 2024

What if you do Update on damage trigger?

@AtillaG1
Copy link
Author

AtillaG1 commented Jul 2, 2024

What if you do Update on damage trigger?

Seems like its not possible to pass damage to the item with this flag to fire @damage trigger on it.
If I tried to bypass it and then fire update in there it didnt help.

By using damage XY,dmg type,source to trigger @damage it doesnt do damage

Its all weird 😁

Btw. to understand better, im trying to hit the crystal and damage it by a special weapon.

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

No branches or pull requests

2 participants