mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 11:42:36 +00:00
More focus messages
This commit is contained in:
parent
96264cb688
commit
d9cab4820a
@ -5399,6 +5399,7 @@ int16 Client::GetFocusEffect(focusType type, uint16 spell_id) {
|
|||||||
|
|
||||||
if (realTotal != 0 && UsedItem) {
|
if (realTotal != 0 && UsedItem) {
|
||||||
// there are a crap ton more of these, I was able to verify these ones though
|
// there are a crap ton more of these, I was able to verify these ones though
|
||||||
|
// the RNG effective ones appear to have a different message for failing to focus
|
||||||
uint32 string_id = BEGINS_TO_GLOW; // this is really just clicky message ...
|
uint32 string_id = BEGINS_TO_GLOW; // this is really just clicky message ...
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case focusSpellHaste:
|
case focusSpellHaste:
|
||||||
@ -5422,6 +5423,9 @@ int16 Client::GetFocusEffect(focusType type, uint16 spell_id) {
|
|||||||
case focusImprovedHeal:
|
case focusImprovedHeal:
|
||||||
string_id = FEEDS_WITH_POWER;
|
string_id = FEEDS_WITH_POWER;
|
||||||
break;
|
break;
|
||||||
|
case focusReagentCost:
|
||||||
|
string_id = BEGINS_TO_SHINE;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user