mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
(RoF+) Setting Alt flag on characters in the Guild Management Window is now saved and functional for filtering.
This commit is contained in:
parent
e6eb4e16d1
commit
c4eb6e2881
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 02/09/2015 ==
|
||||||
|
Trevius: (RoF+) Setting Alt flag on characters in the Guild Management Window is now saved and functional for filtering.
|
||||||
|
|
||||||
== 02/08/2015 ==
|
== 02/08/2015 ==
|
||||||
Kayen: Implemented npc specialability (44) COUNTER_AVOID_DAMAGE which when applied to the ATTACKING NPC will make their attacks more difficult to be avoided by riposte/dodge/parry/block.
|
Kayen: Implemented npc specialability (44) COUNTER_AVOID_DAMAGE which when applied to the ATTACKING NPC will make their attacks more difficult to be avoided by riposte/dodge/parry/block.
|
||||||
Parama0: Negative modifer value that affects ALL avoid damage types dodge/parry/riposte/block) chance on defender. Ie (44,50 = 50 pct reduction to ALL)
|
Parama0: Negative modifer value that affects ALL avoid damage types dodge/parry/riposte/block) chance on defender. Ie (44,50 = 50 pct reduction to ALL)
|
||||||
|
|||||||
@ -129,7 +129,7 @@ OP_GuildInviteAccept=0x78a5
|
|||||||
OP_GuildDemote=0x3100
|
OP_GuildDemote=0x3100
|
||||||
OP_GuildPromote=0x2945
|
OP_GuildPromote=0x2945
|
||||||
OP_GuildPublicNote=0x3c2c
|
OP_GuildPublicNote=0x3c2c
|
||||||
OP_GuildManageBanker=0x096d # Was 0x0737
|
OP_GuildManageBanker=0x389c # Was 0x096d
|
||||||
OP_GuildBank=0x2ab0 # Was 0x10c3
|
OP_GuildBank=0x2ab0 # Was 0x10c3
|
||||||
OP_SetGuildRank=0x3599
|
OP_SetGuildRank=0x3599
|
||||||
OP_GuildUpdateURLAndChannel=0x7851
|
OP_GuildUpdateURLAndChannel=0x7851
|
||||||
|
|||||||
@ -128,7 +128,7 @@ OP_GuildInviteAccept=0x7053
|
|||||||
OP_GuildDemote=0x2d4e
|
OP_GuildDemote=0x2d4e
|
||||||
OP_GuildPromote=0x6a98
|
OP_GuildPromote=0x6a98
|
||||||
OP_GuildPublicNote=0x5053
|
OP_GuildPublicNote=0x5053
|
||||||
OP_GuildManageBanker=0x748f
|
OP_GuildManageBanker=0x3f35
|
||||||
OP_GuildBank=0x5134
|
OP_GuildBank=0x5134
|
||||||
OP_SetGuildRank=0x0b9c
|
OP_SetGuildRank=0x0b9c
|
||||||
OP_GuildUpdateURLAndChannel=0x2958
|
OP_GuildUpdateURLAndChannel=0x2958
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user