Skip to content

Commit

Permalink
Merge pull request #711 from ao-org/RecoX-patch-1
Browse files Browse the repository at this point in the history
Added FX in AlquimistaConstruirItem
  • Loading branch information
RecoX authored Feb 17, 2025
2 parents d762a7b + db5d36e commit 12cf575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Codigo/Trabajo.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,8 @@ Public Sub AlquimistaConstruirItem(ByVal UserIndex As Integer, ByVal ItemIndex A
If TieneHechizo(hIndex, UserIndex) Then
106 UserList(UserIndex).Stats.MinSta = UserList(UserIndex).Stats.MinSta - 1
108 Call WriteUpdateSta(UserIndex)
' AGREGAR FX
109 Call SendData(SendTarget.ToIndex, UserIndex, PrepareMessageParticleFX(UserList(UserIndex).Char.charindex, 253, 25, False, ObjData(ItemIndex).GrhIndex))
110 Call AlquimistaQuitarMateriales(UserIndex, ItemIndex)
112 Call SendData(SendTarget.ToPCAliveArea, UserIndex, PrepareMessagePlayWave(1152, UserList(UserIndex).pos.x, UserList(UserIndex).pos.y))

Expand Down

0 comments on commit 12cf575

Please sign in to comment.