View Single Post
  #9  
Old 02-27-2023, 01:01 AM
Vivitron Vivitron is offline
Sarnak


Join Date: Apr 2020
Posts: 478
Default

Quote:
Originally Posted by Swish [You must be logged in to view images. Log in or Register.]
[You must be logged in to view images. Log in or Register.]
Code:
	// The Sleeper Tomb Avatar proc counts towards item ATK
	// The client uses a 100 here, so using a 100 here the client and server will agree
	// For example, if you set the effect to be 200 it will get 100 item ATK and 100 spell ATK
	if (IsValidSpell(SPELL_AVATAR_ST_PROC) && FindBuff(SPELL_AVATAR_ST_PROC)) {
		itembonuses.ATK += 100;
		spellbonuses.ATK -= 100;
	}
Reply With Quote