HomeGamesUpdatesPricingMethodology
Steam News3 August 20268d ago

๐Ÿ“ข Update Notes - 03/08/26

๐Ÿ–ฅ๏ธ Server ๐Ÿ”น PR #1718 Fix floating faction text position when scoring a kill Replaces explicit references to [c]UserList(TargetIndex).pos.x/y[/c] (or [c]UserList(Target).pos.x/y[/c]) with [c].pos.x/.pos.

In this update3

Full notes

Full Argentum Online update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

3 fixes6 additions5 changes0 removals
  • Gameplay
  • Security
  • Fixes
  • Balance
fixed๐Ÿ”น PR #1718Fix floating faction text position when scoring a kill
fixed๐Ÿ”น PR #1710Fix missing validations in combined paralysis & immobilization spells
added๐Ÿ”น PR #1710โœ… Added check for [c]TiempoDeInmunidadParalisisNoMagicas[/c] (temporary post-effect immunity).
added๐Ÿ”น PR #1710โœ… Added validation [c]UserMod.CanMove[/c] to prevent applying the effect if the target is already paralyzed or immobilized.
added๐Ÿ”น PR #1710โœ… Added check for [c]eCCInmunity[/c] (character control immunity).
added๐Ÿ”น PR #1710โœ… Added call to [c]checkHechizosEfectividad[/c] (anti-cheat control for spell farming/spam).

Argentum Online changes

fixedFix floating faction text position when scoring a kill
fixedFix missing validations in combined paralysis & immobilization spells
addedโœ… Added check for [c]TiempoDeInmunidadParalisisNoMagicas[/c] (temporary post-effect immunity).
addedโœ… Added validation [c]UserMod.CanMove[/c] to prevent applying the effect if the target is already paralyzed or immobilized.
addedโœ… Added check for [c]eCCInmunity[/c] (character control immunity).

๐Ÿ–ฅ๏ธ Server

๐Ÿ”น PR #1718

Fix floating faction text position when scoring a kill

Replaces explicit references to [c]UserList(TargetIndex).pos.x/y[/c] (or [c]UserList(Target).pos.x/y[/c]) with [c].pos.x/.pos.y[/c] from the With block of each function, so the floating text ("+N"/"-N" faction points) is drawn over the attacker โ€”the one receiving the scoreโ€” instead of the victim.

๐Ÿž Bug fixed: [c]WriteTextOverTile[/c] used the victimโ€™s position as text coordinates. Since that function only sends the packet to the attackerโ€™s connection ([c]SendTarget.ToIndex[/c]), the client never displayed anything if the position didnโ€™t match where the attacker expected to see the text (over themselves), unlike the already working pattern in [c]GetExpForUser[/c] for "+experience points".

๐Ÿ”น PR #1710

Fix missing validations in combined paralysis & immobilization spells

The effects of Paralysis and Immobilization inside [c]HechizoCombinados[/c] (Type=8 spells, e.g. Crippling Stab) did not go through the same validations already present in [c]HechizoEstadoUsuario[/c] (Type=2 spells). This allowed recasting the spell on an already paralyzed/immobilized target, indefinitely resetting the duration.

Changes:

  • โœ… Added check for [c]TiempoDeInmunidadParalisisNoMagicas[/c] (temporary post-effect immunity).

  • โœ… Added validation [c]UserMod.CanMove[/c] to prevent applying the effect if the target is already paralyzed or immobilized.

  • โœ… Added check for [c]eCCInmunity[/c] (character control immunity).

  • โœ… Added call to [c]checkHechizosEfectividad[/c] (anti-cheat control for spell farming/spam).

  • โœ… Fixed [c]Counters.Paralisis/Counters.Inmovilizado[/c] so they are only assigned when the effect is applied for the first time ([c]If flags = 0[/c]), instead of always resetting โ€” which allowed indefinite extension via recast.

๐Ÿ”น PR #1727

Restore item deletion from inventory

Replaces the disabled handler with the full [c]HandleDeleteItem[/c] flow. Logic is restored exactly as before, without altering original behavior.

๐Ÿ“Œ Reads [c]isSkin[/c] and [c]Slot[/c] from the packet. If [c]isSkin[/c] is false, validates slot, safe zone (not in event map), that the user is alive, and that the item is not equipped. If validations pass, clears the slot, updates inventory, and confirms with a message to the user. If something fails, informs why deletion was not possible.

โš ๏ธ Skin deletion remains disabled with the same message as before.

โœจ Spells

  • ๐Ÿช„ Summon Earth Elemental: now requires Knotted Staff.

  • ๐Ÿ”ฅ Summon Fire Elemental: now requires Knotted Staff.

  • โš”๏ธ Crippling Stab: mana cost 200 (160 >> 200), energy cost 240 (215 >> 240).

๐ŸŽ OBJs

  • ๐Ÿ’ The item"Summon Gorilla"can now be used by the MAGE class.

๐Ÿ‘พ NPCs

  • ๐ŸงŸ Summoned Mummy: max damage 40 (35 >> 40).

  • ๐Ÿฆ Summoned Gorilla: max hit 50 (40 >> 50).

  • ๐Ÿ”ฅ Fire Elemental: min damage 70 (65 >> 70), max damage 80 (85 >> 80).

๐Ÿ“œ Quest

  • โœจ Added new quest to NPCs Ezzyr / Tiberius:"The Fury of the Depths"

Source

Steam News / 3 August 2026

Open original post

Changelog.gg summarizes and formats this update. How we read updates.