• Joined on 2024-10-01
Raggy commented on issue prk/issues#1353 2025-09-14 11:44:16 +00:00
Selective hostile perks won't apply to hostile target

This was actually caused by a check we had in place to prevent mobs that are Grey to the player aggroing them. I've now moved that check to a different section of the code, so perks should be fine…

Raggy commented on issue prk/issues#1427 2025-09-14 00:04:01 +00:00
Mobs AOE nuke themselves

This should now be fixed.

Raggy commented on issue prk/issues#1414 2025-09-14 00:03:41 +00:00
AOE nukes do not affect pets

This should now be fixed.

Raggy commented on issue prk/issues#1062 2025-09-13 22:15:33 +00:00
Pet spams chat with 'Attacking...' when stunned by NPC

This should now be fixed.

Raggy commented on issue prk/issues#943 2025-09-13 22:14:57 +00:00
Engineer's pet's attack command cancelled upon pet getting stunned

This should now be fixed.

Raggy commented on issue prk/issues#1343 2025-09-13 21:56:59 +00:00
Pets continue to attack even if you're infinitely far from them

This should now be fixed.

Raggy commented on issue prk/issues#1254 2025-09-13 21:56:41 +00:00
Pet should stay around longer than 30 sec when disconnected.

This should now be fixed.

Raggy commented on issue prk/issues#1394 2025-09-09 21:20:54 +00:00
005 Weapons have incorrect To Equip

This is now fixed in 0.6.27

Raggy commented on issue prk/issues#1369 2025-09-09 21:20:28 +00:00
Basic Insurance Hack (starter nano) and other nanos in Short HOT class can only be cast once and then casting is locked for the fixer

Ok, so, it seems I missed a NanoFlag for the new TeamCast Fixer HoTs. NoTimerNotify tells the client to ignore the second nano cast portion for tracking the A/R Lock.

This is now fixed in…

Raggy commented on issue prk/issues#1376 2025-09-09 12:38:36 +00:00
Stowaway Rollerrats teleport to you when attacked outside their "area"

This one is going to be hard to solve. The reason this happens is because of how we are baking NavMeshes for playfields. The platform itself is treated as seperate geometry compared to the bridge…

Raggy commented on issue prk/issues#1282 2025-09-07 23:52:50 +00:00
Hostile mob's beneficial aura affects players

This should now be fixed.

Raggy commented on issue prk/issues#1406 2025-09-07 23:49:49 +00:00
Reverend and exarchs AOE heal players.

This should now be fixed.

Raggy opened issue prk/issues#1393 2025-08-31 08:41:22 +00:00
Accepted Equip stats are not respected at end of equip time
Raggy commented on issue prk/issues#1375 2025-08-30 10:15:02 +00:00
Dublicated Omni-Tek Newcomer's Boots

Confirmed with .inventory that 2 sets of boots are present on the character. ! in Equip and 1 in inventory.

`Inventory: [64] Simple First-Aid Kit [3 :: 23314 :: 23316] (Terminal:92157) …

Raggy commented on issue prk/issues#1364 2025-08-29 08:56:27 +00:00
Manually raising IP after leveling makes head disappear

If this continues to present itself, we might need to skip appearance update on CalculateModifiers for IP saving. Will keep an eye on this.

Raggy commented on issue prk/issues#1360 2025-08-29 08:54:48 +00:00
Cast bar isn't displayed on long nano casts

This should now be fixed. Please thoroughly test a variety of nanos to ensure this is working.

Raggy commented on issue prk/issues#795 2025-08-28 20:09:56 +00:00
Some mobs give full XP even when grey/green.

This should now be fixed.

Raggy commented on issue prk/issues#893 2025-08-28 20:09:25 +00:00
Teaming doesn't lower granted XP

This should now be fixed.

Raggy commented on issue prk/issues#1257 2025-08-28 20:08:39 +00:00
XP gained while teamed is inaccurate

This should now be fixed.

Raggy commented on issue prk/issues#1273 2025-08-28 20:08:04 +00:00
Inaccurate XP amounts

This should now be fixed. I can added a new XP system using data harvested from live. The XP should be a lot closer to the Live environment, however, it isn't perfect and I'm doubtful that we'll…