Skip to content

Commit defa6af

Browse files
authored
Update UjAPI v1.1.30.300.txt
1 parent 0869cb4 commit defa6af

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

uJAPIFiles/Changelogs/UjAPI v1.1.30.300.txt

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@
33
native GetUnitItemEx takes unit whichUnit, integer itemTypeId, integer index returns item
44
//
55
native GetItemAbilityByIdEx takes item whichItem, integer abilityTypeId, integer index returns ability
6-
2. Fixed GetUnitWeaponStringField not working with UNIT_WEAPON_SF_ATTACK_PROJECTILE_ART.
7-
3. Fixed fatal error when a clone was made from a unit that has no inventory by default.
8-
4. Fixed GetTriggerFrameMouseButton returning value that is 1 less than it should be.
9-
5. Removed CUnit::Clone hook, this was causing a crash/desync and other issues for some players.
10-
6. CAbilityItemIllusion fully rewritten, now it supports > 6 items without aforementioned hook.
11-
7. CAbilityMirrorImage fully rewritten, now it supports > 6 items without aforementioned hook.
12-
8. Fixed GetEventIsAttack/Ex returning wrong values.
13-
9. Fixed GetEventDamageType returning wrong values.
14-
10. Fixed GetEventPreDamage returning wrong values.
15-
11. Fixed whosyourdaddy cheat damage modifier.
16-
12. Fixed SetItemX/Y/Z restoring previous axis if used right after another.
6+
2. Native Changes:
7+
StartItemCooldown now no longer takes unit was parameter, as it's now obsolete.
8+
3. Fixed GetUnitWeaponStringField not working with UNIT_WEAPON_SF_ATTACK_PROJECTILE_ART.
9+
4. Fixed fatal error when a clone was made from a unit that has no inventory by default.
10+
5. Fixed GetTriggerFrameMouseButton returning value that is 1 less than it should be.
11+
6. Removed CUnit::Clone hook, this was causing a crash/desync and other issues for some players.
12+
7. CAbilityItemIllusion fully rewritten, now it supports > 6 items without aforementioned hook.
13+
8. CAbilityMirrorImage fully rewritten, now it supports > 6 items without aforementioned hook.
14+
9. Fixed GetEventIsAttack/Ex returning wrong values.
15+
10. Fixed GetEventDamageType returning wrong values.
16+
11. Fixed GetEventPreDamage returning wrong values.
17+
12. Fixed whosyourdaddy cheat damage modifier.
18+
13. Fixed SetItemX/Y/Z restoring previous axis if used right after another.
1719
Note: this bug is new and unrelated to Vanilla.
18-
13. Fixed SetDestructableX/Y/Z issue, which is same as #11.
19-
14. Fixed fatal error from IsAbilityUsable.
20-
15. Fixed fatal error from IsSubmenuOpen.
21-
16. Fixed OnDeath processing of CAbilityInventory, now it properly drops items that have Drop on Death flag or if inventory itself has Drop on Death flag.
22-
17. Fixed Item freezing its cooldown, when it is transfered/picked up by someone other than the one who used it.
20+
14. Fixed SetDestructableX/Y/Z issue, which is same as #11.
21+
15. Fixed fatal error from IsAbilityUsable.
22+
16. Fixed fatal error from IsSubmenuOpen.
23+
17. Fixed OnDeath processing of CAbilityInventory, now it properly drops items that have Drop on Death flag or if inventory itself has Drop on Death flag.
24+
18. Fixed Item freezing its cooldown, when it is transfered/picked up by someone other than the one who used it.

0 commit comments

Comments
 (0)