Ahh, I feel much better now...
This seems to be missing from lifetaps...where would one go and how would one add this back to lifetap effects in the source?
|
It looks like it's in zone/attack.cpp:
Code:
// if spell is lifetap add hp to the caster Code:
entity_list.MessageClose(this, true, 300, MT_Say, "%s says 'Ahhh, I feel much better now...", attacker->GetCleanName()); Code:
attacker->Message(MT_Say, "You say 'Ahhh, I feel much better now...'"); |
Works like a charm it seems, thanks!
|
You should really just send the string id since the client already has it, which is 12117. :)
|
Quote:
|
All times are GMT -4. The time now is 05:04 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.