[DiscordArchive] Lifesteal as Enchant or Weaponstat
[DiscordArchive] Lifesteal as Enchant or Weaponstat
Archived author: Needle • Posted: 2025-01-07T13:19:49.059000+00:00
Original source
Archived author: Needle • Posted: 2025-01-07T13:19:49.893000+00:00
Original source
Thread automatically created by tedris in <#415944535718494208>
Archived author: Needle • Posted: 2025-01-07T13:20:14.805000+00:00
Original source
Lifesteal as Enchant or Weaponstat
Archived author: Cordite • Posted: 2025-01-07T14:10:01.704000+00:00
Original source
effects like that are usually server-side scripts. I'm not an expert but the spell auras for those are usually aura 3 dummy for the script to point to. you would need to find and review the script for that spell in the source code for whatever core you're using.
Archived author: tedris • Posted: 2025-01-07T14:31:12.055000+00:00
Original source
thanks for the explanation. is there another way to achieve what i want without getting into scripting? x%amount lifesteal on a weapon i mean
Archived author: Krutok • Posted: 2025-01-07T17:23:24.322000+00:00
Original source
https://www.wowhead.com/wotlk/spell=38061 no script needed just a new spell if you want different values
[Embed: Vampiric Aura]
Melee attacks heal you for 2700 to 3300 damage. In the Uncategorized Spells category. Added in World of Warcraft: The Burning Crusade. Always up to date.
https://www.wowhead.com/wotlk/spell=38061
Archived author: tedris • Posted: 2025-01-07T19:45:18.912000+00:00
Original source
i dont want flat dmg/heal as i wrote above. i want x%
Archived author: Krutok • Posted: 2025-01-07T19:51:22.694000+00:00
Original source
As far as I know this only works with a spellscript
Archived author: tedris • Posted: 2025-01-07T19:53:26.732000+00:00
Original source
hm ok i see. can you point me in the right direction on where to look / start?
Archived author: Cordite • Posted: 2025-01-07T20:50:29.578000+00:00
Original source
the scripts are in the source code for the core you are using, you can open the C++ files in Notepad++ to view them and edit them. if you're working from a pre-compiled repack you won't be able to view or change server scripts, you'd have to download the source code and compile it yourself after editing scripts