Combat.cpp 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698
  1. /*
  2. EQ2Emulator: Everquest II Server Emulator
  3. Copyright (C) 2007 EQ2EMulator Development Team (http://www.eq2emulator.net)
  4. This file is part of EQ2Emulator.
  5. EQ2Emulator is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. EQ2Emulator is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #include "Combat.h"
  17. #include "client.h"
  18. #include "../common/ConfigReader.h"
  19. #include "classes.h"
  20. #include "../common/debug.h"
  21. #include "../common/Log.h"
  22. #include "zoneserver.h"
  23. #include "Skills.h"
  24. #include "classes.h"
  25. #include "World.h"
  26. #include "LuaInterface.h"
  27. #include "Rules/Rules.h"
  28. #include "SpellProcess.h"
  29. #include "World.h"
  30. #include <math.h>
  31. extern Classes classes;
  32. extern ConfigReader configReader;
  33. extern MasterSkillList master_skill_list;
  34. extern RuleManager rule_manager;
  35. extern LuaInterface* lua_interface;
  36. extern World world;
  37. /* ******************************************************************************
  38. DamageSpawn() - Damage equation
  39. MeleeAttack() - Melee auto attacks
  40. RangeAttack() - Range auto attacks
  41. DetermineHit() - ToHit chance as well as defender parry / dodge / block / riposte
  42. CheckInterruptSpell() - Interrupt equations
  43. No mitigation equations yet
  44. ****************************************************************************** */
  45. /* New Combat code */
  46. bool Entity::PrimaryWeaponReady() {
  47. //Can only be ready if no ranged timer
  48. if (GetPrimaryLastAttackTime() == 0 || (Timer::GetCurrentTime2() >= (GetPrimaryLastAttackTime() + GetPrimaryAttackDelay()))) {
  49. if (GetRangeLastAttackTime() == 0 || Timer::GetCurrentTime2() >= (GetRangeLastAttackTime() + GetRangeAttackDelay()))
  50. return true;
  51. }
  52. return false;
  53. }
  54. bool Entity::SecondaryWeaponReady() {
  55. //Can only be ready if no ranged timer
  56. // if(IsDualWield() && (GetPrimaryLastAttackTime()
  57. if (IsDualWield() && (GetSecondaryLastAttackTime() == 0 || (Timer::GetCurrentTime2() >= (GetSecondaryLastAttackTime() + GetSecondaryAttackDelay())))) {
  58. if(GetRangeLastAttackTime() == 0 || Timer::GetCurrentTime2() >= (GetRangeLastAttackTime() + GetRangeAttackDelay()))
  59. return true;
  60. }
  61. return false;
  62. }
  63. bool Entity::RangeWeaponReady() {
  64. //Ranged can only be ready if no other attack timers are active
  65. if(GetRangeLastAttackTime() == 0 || (Timer::GetCurrentTime2() >= (GetRangeLastAttackTime() + GetRangeAttackDelay()))) {
  66. if((GetPrimaryLastAttackTime() == 0 || (Timer::GetCurrentTime2() >= (GetPrimaryLastAttackTime() + GetPrimaryAttackDelay()))) && (GetSecondaryLastAttackTime() == 0 || Timer::GetCurrentTime2() >= (GetSecondaryLastAttackTime() + GetSecondaryAttackDelay()))){
  67. if(!IsPlayer() || ((Player*)this)->GetRangeAttack()) {
  68. return true;
  69. }
  70. }
  71. }
  72. return false;
  73. }
  74. bool Entity::AttackAllowed(Entity* target, float distance, bool range_attack) {
  75. Entity* attacker = this;
  76. Client* client = 0;
  77. if(!target || IsMezzedOrStunned() || IsDazed()) {
  78. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: no target, mezzed, stunned or dazed");
  79. return false;
  80. }
  81. if (IsPlayer())
  82. client = GetZone()->GetClientBySpawn(this);
  83. if (IsPet())
  84. attacker = ((NPC*)this)->GetOwner();
  85. if (target->IsNPC() && ((NPC*)target)->IsPet()){
  86. if (((NPC*)target)->GetOwner())
  87. target = ((NPC*)target)->GetOwner();
  88. }
  89. if (attacker == target) {
  90. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: attacker tried to attack himself or his pet.");
  91. return false;
  92. }
  93. if (IsPlayer() && target->GetAttackable() == 0) {
  94. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: target is not attackable");
  95. return false;
  96. }
  97. if (IsPlayer() && target->IsBot()) {
  98. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: players are not allowed to attack bots");
  99. return false;
  100. }
  101. if (attacker->IsPlayer() && target->IsPlayer())
  102. {
  103. bool pvp_allowed = rule_manager.GetGlobalRule(R_PVP, AllowPVP)->GetBool();
  104. if (!pvp_allowed) {
  105. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: pvp is not allowed");
  106. return false;
  107. }
  108. else
  109. {
  110. sint32 pvpLevelRange = rule_manager.GetGlobalRule(R_PVP, LevelRange)->GetSInt32();
  111. int32 attackerLevel = attacker->GetLevel();
  112. int32 defenderLevel = target->GetLevel();
  113. if ((sint32)abs((sint32)attackerLevel - (sint32)defenderLevel) > pvpLevelRange)
  114. {
  115. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: pvp range of %i exceeded abs(%i-%i).", pvpLevelRange, attackerLevel, defenderLevel);
  116. return false;
  117. }
  118. }
  119. }
  120. if (target->GetHP() <= 0) {
  121. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: target is dead");
  122. return false;
  123. }
  124. if(range_attack && distance != 0) {
  125. Item* weapon = 0;
  126. Item* ammo = 0;
  127. if(attacker->IsPlayer()) {
  128. weapon = ((Player*)attacker)->GetEquipmentList()->GetItem(EQ2_RANGE_SLOT);
  129. ammo = ((Player*)attacker)->GetEquipmentList()->GetItem(EQ2_AMMO_SLOT);
  130. }
  131. if(weapon && weapon->IsRanged() && ammo && ammo->IsAmmo() && ammo->IsThrown()) {
  132. // Distance is less then min weapon range
  133. if(distance < weapon->ranged_info->range_low) {
  134. if (client)
  135. client->SimpleMessage(CHANNEL_GENERAL_COMBAT, "Your target is too close! Move back!");
  136. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: range attack, target to close");
  137. return false;
  138. }
  139. // Distance is greater then max weapon range
  140. if (distance > (weapon->ranged_info->range_high + ammo->thrown_info->range)) {
  141. if (client)
  142. client->SimpleMessage(CHANNEL_GENERAL_COMBAT, "Your target is too far away! Move closer!");
  143. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: range attack, target is to far");
  144. return false;
  145. }
  146. }
  147. }
  148. else if (distance != 0) {
  149. if(distance >= rule_manager.GetGlobalRule(R_Combat, MaxCombatRange)->GetFloat()) {
  150. LogWrite(COMBAT__DEBUG, 3, "AttackAllowed", "Failed to attack: distance is beyond melee range");
  151. return false;
  152. }
  153. }
  154. LogWrite(MISC__TODO, 3, "TODO", "Add more AttackAllowed calculations\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  155. return true;
  156. }
  157. void Entity::MeleeAttack(Spawn* victim, float distance, bool primary, bool multi_attack) {
  158. if(!victim)
  159. return;
  160. int8 damage_type = 0;
  161. int32 min_damage = 0;
  162. int32 max_damage = 0;
  163. if(primary) {
  164. damage_type = GetPrimaryWeaponType();
  165. min_damage = GetPrimaryWeaponMinDamage();
  166. max_damage = GetPrimaryWeaponMaxDamage();
  167. }
  168. else {
  169. damage_type = GetSecondaryWeaponType();
  170. min_damage = GetSecondaryWeaponMinDamage();
  171. max_damage = GetSecondaryWeaponMaxDamage();
  172. }
  173. if (IsStealthed() || IsInvis())
  174. CancelAllStealth();
  175. int8 hit_result = DetermineHit(victim, damage_type, 0, false);
  176. if(hit_result == DAMAGE_PACKET_RESULT_SUCCESSFUL){
  177. /*if(GetAdventureClass() == MONK){
  178. max_damage*=3;
  179. crit_chance = GetLevel()/4+5;
  180. }
  181. else if(GetAdventureClass() == BRUISER){
  182. min_damage = GetLevel();
  183. max_damage*=3;
  184. crit_chance = GetLevel()/3+5;
  185. }
  186. if(rand()%100 <=crit_chance){
  187. max_damage*= 2;
  188. DamageSpawn((Entity*)victim, DAMAGE_PACKET_TYPE_SIMPLE_CRIT_DMG, damage_type, min_damage, max_damage, 0);
  189. }
  190. else*/
  191. DamageSpawn((Entity*)victim, DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE, damage_type, min_damage, max_damage, 0);
  192. if (!multi_attack) {
  193. CheckProcs(PROC_TYPE_OFFENSIVE, victim);
  194. CheckProcs(PROC_TYPE_PHYSICAL_OFFENSIVE, victim);
  195. }
  196. }
  197. else{
  198. GetZone()->SendDamagePacket(this, victim, DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE, hit_result, damage_type, 0, 0);
  199. if(hit_result == DAMAGE_PACKET_RESULT_RIPOSTE && victim->IsEntity())
  200. ((Entity*)victim)->MeleeAttack(this, distance, true);
  201. }
  202. //Multi Attack roll
  203. if(!multi_attack){
  204. float multi_attack = info_struct.get_multi_attack();
  205. if(multi_attack > 0){
  206. float chance = multi_attack;
  207. if (multi_attack > 100){
  208. int8 automatic_multi = (int8)floor((float)(multi_attack / 100));
  209. chance = (multi_attack - (floor((float) ((multi_attack / 100) * 100))));
  210. while(automatic_multi > 0){
  211. MeleeAttack(victim, 100, primary, true);
  212. automatic_multi--;
  213. }
  214. }
  215. if (MakeRandomFloat(0, 100) <= chance)
  216. MeleeAttack(victim, 100, primary, true);
  217. }
  218. }
  219. //Apply attack speed mods
  220. if(!multi_attack)
  221. SetAttackDelay(primary);
  222. if(victim->IsNPC() && victim->EngagedInCombat() == false) {
  223. ((NPC*)victim)->AddHate(this, 50);
  224. }
  225. if (victim->IsEntity() && victim->GetHP() > 0 && ((Entity*)victim)->HasPet()) {
  226. Entity* pet = 0;
  227. bool AddHate = false;
  228. if (victim->IsPlayer()) {
  229. if (((Player*)victim)->GetInfoStruct()->get_pet_behavior() & 1)
  230. AddHate = true;
  231. }
  232. else
  233. AddHate = true;
  234. if (AddHate) {
  235. pet = ((Entity*)victim)->GetPet();
  236. if (pet)
  237. pet->AddHate(this, 1);
  238. pet = ((Entity*)victim)->GetCharmedPet();
  239. if (pet)
  240. pet->AddHate(this, 1);
  241. }
  242. }
  243. }
  244. void Entity::RangeAttack(Spawn* victim, float distance, Item* weapon, Item* ammo, bool multi_attack) {
  245. if(!victim)
  246. return;
  247. if(weapon && weapon->IsRanged() && ammo && ammo->IsAmmo() && ammo->IsThrown()) {
  248. if(weapon->ranged_info->range_low <= distance && (weapon->ranged_info->range_high + ammo->thrown_info->range) >= distance) {
  249. int8 hit_result = DetermineHit(victim, ammo->thrown_info->damage_type, ammo->thrown_info->hit_bonus, false);
  250. if(hit_result == DAMAGE_PACKET_RESULT_SUCCESSFUL) {
  251. DamageSpawn((Entity*)victim, DAMAGE_PACKET_TYPE_RANGE_DAMAGE, ammo->thrown_info->damage_type, weapon->ranged_info->weapon_info.damage_low3, weapon->ranged_info->weapon_info.damage_high3+ammo->thrown_info->damage_modifier, 0);
  252. if (!multi_attack) {
  253. CheckProcs(PROC_TYPE_OFFENSIVE, victim);
  254. CheckProcs(PROC_TYPE_PHYSICAL_OFFENSIVE, victim);
  255. }
  256. }
  257. else
  258. GetZone()->SendDamagePacket(this, victim, DAMAGE_PACKET_TYPE_RANGE_DAMAGE, hit_result, ammo->thrown_info->damage_type, 0, 0);
  259. // If is a player subtract ammo
  260. if (IsPlayer()) {
  261. if (ammo->details.count > 1) {
  262. ammo->details.count -= 1;
  263. ammo->save_needed = true;
  264. }
  265. else
  266. ((Player*)this)->equipment_list.RemoveItem(ammo->details.slot_id, true);
  267. Client* client = GetZone()->GetClientBySpawn(this);
  268. EQ2Packet* outapp = ((Player*)this)->GetEquipmentList()->serialize(client->GetVersion(), (Player*)this);
  269. if(outapp)
  270. client->QueuePacket(outapp);
  271. }
  272. if(victim->IsNPC() && victim->EngagedInCombat() == false) {
  273. ((NPC*)victim)->AddHate(this, 50);
  274. }
  275. if (victim->IsEntity() && victim->GetHP() > 0 && ((Entity*)victim)->HasPet()) {
  276. Entity* pet = 0;
  277. bool AddHate = false;
  278. if (victim->IsPlayer()) {
  279. if (((Player*)victim)->GetInfoStruct()->get_pet_behavior() & 1)
  280. AddHate = true;
  281. }
  282. else
  283. AddHate = true;
  284. if (AddHate) {
  285. pet = ((Entity*)victim)->GetPet();
  286. if (pet)
  287. pet->AddHate(this, 1);
  288. pet = ((Entity*)victim)->GetCharmedPet();
  289. if (pet)
  290. pet->AddHate(this, 1);
  291. }
  292. }
  293. // Check Ranged attack proc
  294. CheckProcs(PROC_TYPE_RANGED_ATTACK, victim);
  295. // Check Ranged defence proc
  296. if (victim->IsEntity())
  297. ((Entity*)victim)->CheckProcs(PROC_TYPE_RANGED_DEFENSE, this);
  298. SetRangeLastAttackTime(Timer::GetCurrentTime2());
  299. }
  300. }
  301. //Multi Attack roll
  302. if(!multi_attack){
  303. float multi_attack = info_struct.get_multi_attack();
  304. if(multi_attack > 0){
  305. float chance = multi_attack;
  306. if (multi_attack > 100){
  307. int8 automatic_multi = (int8)floor((float)(multi_attack / 100));
  308. chance = (multi_attack - (floor((float)(multi_attack / 100) * 100)));
  309. while(automatic_multi > 0){
  310. RangeAttack(victim, 100, weapon, ammo, true);
  311. automatic_multi--;
  312. }
  313. }
  314. if (MakeRandomFloat(0, 100) <= chance)
  315. RangeAttack(victim, 100, weapon, ammo, true);
  316. }
  317. }
  318. //Apply attack speed mods
  319. if(!multi_attack)
  320. SetAttackDelay(false, true);
  321. }
  322. bool Entity::SpellAttack(Spawn* victim, float distance, LuaSpell* luaspell, int8 damage_type, int32 low_damage, int32 high_damage, int8 crit_mod, bool no_calcs){
  323. if(!victim || !luaspell || !luaspell->spell)
  324. return false;
  325. Spell* spell = luaspell->spell;
  326. Skill* skill = nullptr;
  327. int8 hit_result = 0;
  328. bool is_tick = false; // if spell is already active, this is a tick
  329. if (GetZone()->GetSpellProcess()->GetActiveSpells()->count(luaspell)){
  330. hit_result = DAMAGE_PACKET_RESULT_SUCCESSFUL;
  331. is_tick = true;
  332. }
  333. else if(spell->GetSpellData()->type == SPELL_BOOK_TYPE_COMBAT_ART)
  334. hit_result = DetermineHit(victim, damage_type, 0, false);
  335. else
  336. hit_result = DetermineHit(victim, damage_type, 0, true, luaspell);
  337. if(hit_result == DAMAGE_PACKET_RESULT_SUCCESSFUL) {
  338. luaspell->last_spellattack_hit = true;
  339. //If this spell is a tick and has already crit, force the tick to crit
  340. if(is_tick){
  341. if(luaspell->crit)
  342. crit_mod = 1;
  343. else
  344. crit_mod = 2;
  345. }
  346. if(DamageSpawn((Entity*)victim, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, damage_type, low_damage, high_damage, spell->GetName(), crit_mod, is_tick, no_calcs, luaspell) && !luaspell->crit)
  347. luaspell->crit = true;
  348. CheckProcs(PROC_TYPE_OFFENSIVE, victim);
  349. CheckProcs(PROC_TYPE_MAGICAL_OFFENSIVE, victim);
  350. if(spell->GetSpellData()->success_message.length() > 0){
  351. Client* client = nullptr;
  352. if(IsPlayer())
  353. client = GetZone()->GetClientBySpawn(this);
  354. if(client){
  355. string success_message = spell->GetSpellData()->success_message;
  356. if(success_message.find("%t") < 0xFFFFFFFF)
  357. success_message.replace(success_message.find("%t"), 2, victim->GetName());
  358. client->Message(CHANNEL_YOU_CAST, success_message.c_str());
  359. //commented out the following line as it was causing a duplicate message EmemJR 5/4/2019
  360. //GetZone()->SendDamagePacket(this, victim, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, hit_result, damage_type, 0, spell->GetName());
  361. }
  362. }
  363. if(spell->GetSpellData()->effect_message.length() > 0){
  364. string effect_message = spell->GetSpellData()->effect_message;
  365. if(effect_message.find("%t") < 0xFFFFFFFF)
  366. effect_message.replace(effect_message.find("%t"), 2, victim->GetName());
  367. GetZone()->SimpleMessage(CHANNEL_SPELLS, effect_message.c_str(), victim, 50);
  368. }
  369. }
  370. else {
  371. if(hit_result == DAMAGE_PACKET_RESULT_RESIST)
  372. luaspell->resisted = true;
  373. if(victim->IsNPC())
  374. ((NPC*)victim)->AddHate(this, 5);
  375. luaspell->last_spellattack_hit = false;
  376. GetZone()->SendDamagePacket(this, victim, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, hit_result, damage_type, 0, spell->GetName());
  377. }
  378. if(EngagedInCombat() == false)
  379. {
  380. LogWrite(MISC__TODO, 1, "TODO", "//It would probably be better to add a column to the spells table for 'starts autoattack'\nfile: %s, func: %s, Line: %i", __FILE__, __FUNCTION__, __LINE__);
  381. int8 class1_ = GetInfoStruct()->get_class1();
  382. if(class1_ == COMMONER ||
  383. class1_ == FIGHTER ||
  384. class1_ == WARRIOR ||
  385. class1_ == GUARDIAN ||
  386. class1_ == BERSERKER ||
  387. class1_ == BRAWLER ||
  388. class1_ == MONK ||
  389. class1_ == BRUISER ||
  390. class1_ == CRUSADER ||
  391. class1_ == SHADOWKNIGHT ||
  392. class1_ == PALADIN ||
  393. class1_ == SCOUT ||
  394. class1_ == ROGUE ||
  395. class1_ == SWASHBUCKLER ||
  396. class1_ == BRIGAND ||
  397. class1_ == BARD ||
  398. class1_ == TROUBADOR ||
  399. class1_ == DIRGE ||
  400. class1_ == PREDATOR ||
  401. class1_ == RANGER ||
  402. class1_ == ASSASSIN ||
  403. class1_ == ANIMALIST ||
  404. class1_ == BEASTLORD ||
  405. class1_ == SHAPER ||
  406. class1_ == CHANNELER) //note: it would probably be better to add a column to the spells table for "starts autoattack".
  407. {
  408. if (victim->IsNPC())
  409. ((NPC*)victim)->AddHate(this, 5);
  410. else
  411. InCombat(true);
  412. }
  413. }
  414. if (victim->IsEntity() && victim->GetHP() > 0 && ((Entity*)victim)->HasPet()) {
  415. Entity* pet = 0;
  416. bool AddHate = false;
  417. if (victim->IsPlayer()) {
  418. if (((Player*)victim)->GetInfoStruct()->get_pet_behavior() & 1)
  419. AddHate = true;
  420. }
  421. else
  422. AddHate = true;
  423. if (AddHate) {
  424. pet = ((Entity*)victim)->GetPet();
  425. if (pet)
  426. pet->AddHate(this, 1);
  427. pet = ((Entity*)victim)->GetCharmedPet();
  428. if (pet)
  429. pet->AddHate(this, 1);
  430. }
  431. }
  432. return true;
  433. }
  434. bool Entity::ProcAttack(Spawn* victim, int8 damage_type, int32 low_damage, int32 high_damage, string name, string success_msg, string effect_msg) {
  435. int8 hit_result = DetermineHit(victim, damage_type, 0, true);
  436. if (hit_result == DAMAGE_PACKET_RESULT_SUCCESSFUL) {
  437. DamageSpawn((Entity*)victim, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, damage_type, low_damage, high_damage, name.c_str());
  438. if (success_msg.length() > 0) {
  439. Client* client = 0;
  440. if(IsPlayer())
  441. client = GetZone()->GetClientBySpawn(this);
  442. if(client) {
  443. if(success_msg.find("%t") < 0xFFFFFFFF)
  444. success_msg.replace(success_msg.find("%t"), 2, victim->GetName());
  445. client->Message(CHANNEL_YOU_CAST, success_msg.c_str());
  446. }
  447. }
  448. if (effect_msg.length() > 0) {
  449. if(effect_msg.find("%t") < 0xFFFFFFFF)
  450. effect_msg.replace(effect_msg.find("%t"), 2, victim->GetName());
  451. GetZone()->SimpleMessage(CHANNEL_SPELLS, effect_msg.c_str(), victim, 50);
  452. }
  453. }
  454. else {
  455. if(victim->IsNPC())
  456. ((NPC*)victim)->AddHate(this, 5);
  457. GetZone()->SendDamagePacket(this, victim, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, hit_result, damage_type, 0, name.c_str());
  458. }
  459. if (victim->IsEntity() && victim->GetHP() > 0 && ((Entity*)victim)->HasPet()) {
  460. Entity* pet = 0;
  461. bool AddHate = false;
  462. if (victim->IsPlayer()) {
  463. if (((Player*)victim)->GetInfoStruct()->get_pet_behavior() & 1)
  464. AddHate = true;
  465. }
  466. else
  467. AddHate = true;
  468. if (AddHate) {
  469. pet = ((Entity*)victim)->GetPet();
  470. if (pet)
  471. pet->AddHate(this, 1);
  472. pet = ((Entity*)victim)->GetCharmedPet();
  473. if (pet)
  474. pet->AddHate(this, 1);
  475. }
  476. }
  477. return true;
  478. }
  479. // this is used exclusively by LUA, heal_type is forced lower case via boost::lower(heal_type); in the LUA Functions used by this
  480. bool Entity::SpellHeal(Spawn* target, float distance, LuaSpell* luaspell, string heal_type, int32 low_heal, int32 high_heal, int8 crit_mod, bool no_calcs, string custom_spell_name){
  481. if(!target || !luaspell || !luaspell->spell)
  482. return false;
  483. if (!target->Alive())
  484. return false;
  485. if (target->GetHP() == target->GetTotalHP())
  486. return true;
  487. int32 heal_amt = 0;
  488. bool crit = false;
  489. if(high_heal < low_heal)
  490. high_heal = low_heal;
  491. if(high_heal == low_heal)
  492. heal_amt = high_heal;
  493. else
  494. heal_amt = MakeRandomInt(low_heal, high_heal);
  495. if(!no_calcs){
  496. // if spell is already active, this is a tick
  497. bool is_tick = GetZone()->GetSpellProcess()->GetActiveSpells()->count(luaspell);
  498. //if is a tick and the spell has crit, force crit, else disable
  499. if(is_tick){
  500. if(luaspell->crit)
  501. crit_mod = 1;
  502. else
  503. crit_mod = 2;
  504. }
  505. if (heal_amt > 0){
  506. if(target->IsEntity())
  507. heal_amt = (int32)CalculateHealAmount((Entity*)target, (sint32)heal_amt, crit_mod, &crit);
  508. else
  509. heal_amt = (int32)CalculateHealAmount(nullptr, (sint32)heal_amt, crit_mod, &crit);
  510. }
  511. }
  512. int16 type = 0;
  513. if (heal_type == "heal") {
  514. if(crit)
  515. type = HEAL_PACKET_TYPE_CRIT_HEAL;
  516. else
  517. type = HEAL_PACKET_TYPE_SIMPLE_HEAL;
  518. //apply heal
  519. if (target->GetHP() + (sint32)heal_amt > target->GetTotalHP())
  520. heal_amt = target->GetTotalHP() - target->GetHP();
  521. target->SetHP(target->GetHP() + heal_amt);
  522. /*
  523. if (target->GetHP() + (sint32)heal_amt > target->GetTotalHP())
  524. target->SetHP(target->GetTotalHP());
  525. else
  526. target->SetHP(target->GetHP() + heal_amt);
  527. */
  528. }
  529. else if (heal_type == "power"){
  530. if(crit)
  531. type = HEAL_PACKET_TYPE_CRIT_MANA;
  532. else
  533. type = HEAL_PACKET_TYPE_SIMPLE_MANA;
  534. //give power
  535. if (target->GetPower() + (sint32)heal_amt > target->GetTotalPower())
  536. heal_amt = target->GetTotalPower() - target->GetPower();
  537. target->SetPower(GetPower() + heal_amt);
  538. /*
  539. if (target->GetPower() + (sint32)heal_amt > target->GetTotalPower())
  540. target->SetPower(target->GetTotalPower());
  541. else
  542. target->SetPower(GetPower() + heal_amt);
  543. */
  544. }
  545. /*else if (heal_type == "Savagery"){
  546. if(crit)
  547. type = HEAL_PACKET_TYPE_CRIT_SAVAGERY;
  548. else
  549. type = HEAL_PACKET_TYPE_SAVAGERY;
  550. }
  551. else if (heal_type == "Repair"){
  552. if(crit)
  553. type = HEAL_PACKET_TYPE_CRIT_REPAIR;
  554. else
  555. type = HEAL_PACKET_TYPE_REPAIR;
  556. }*/
  557. else{ //default to heal if type cannot be determined
  558. if(crit)
  559. type = HEAL_PACKET_TYPE_CRIT_HEAL;
  560. else
  561. type = HEAL_PACKET_TYPE_SIMPLE_HEAL;
  562. if (target->GetHP() + (sint32)heal_amt > target->GetTotalHP())
  563. heal_amt = target->GetTotalHP() - target->GetHP();
  564. target->SetHP(target->GetHP() + heal_amt);
  565. /*
  566. if (target->GetHP() + (sint32)heal_amt > target->GetTotalHP())
  567. target->SetHP(target->GetTotalHP());
  568. else
  569. target->SetHP(target->GetHP() + heal_amt);
  570. */
  571. }
  572. target->GetZone()->TriggerCharSheetTimer();
  573. if (heal_amt > 0)
  574. GetZone()->SendHealPacket(this, target, type, heal_amt, custom_spell_name.length() > 0 ? (char*)custom_spell_name.c_str() : luaspell->spell->GetName());
  575. CheckProcs(PROC_TYPE_HEALING, target);
  576. CheckProcs(PROC_TYPE_BENEFICIAL, target);
  577. if (target->IsEntity()) {
  578. int32 hate_amt = heal_amt / 2;
  579. set<int32>::iterator itr;
  580. ((Entity*)target)->MHatedBy.lock();
  581. for (itr = ((Entity*)target)->HatedBy.begin(); itr != ((Entity*)target)->HatedBy.end(); itr++) {
  582. Spawn* spawn = GetZone()->GetSpawnByID(*itr);
  583. if (spawn && spawn->IsEntity() && target != this) {
  584. ((Entity*)spawn)->AddHate(this, hate_amt);
  585. }
  586. }
  587. ((Entity*)target)->MHatedBy.unlock();
  588. }
  589. return true;
  590. }
  591. int8 Entity::DetermineHit(Spawn* victim, int8 damage_type, float ToHitBonus, bool is_caster_spell, LuaSpell* lua_spell){
  592. if(!victim) {
  593. return DAMAGE_PACKET_RESULT_MISS;
  594. }
  595. if(victim->GetInvulnerable()) {
  596. return DAMAGE_PACKET_RESULT_INVULNERABLE;
  597. }
  598. bool behind = false;
  599. // Monk added with Brawler to 360 degree support per KoS Prima Official eGuide Fighter: Monk, pg 138, denoted '360-Degree Avoidance!'
  600. if(!victim->IsEntity() || (!is_caster_spell && victim->GetAdventureClass() != BRAWLER && victim->GetAdventureClass() != MONK && (behind = BehindTarget(victim)))) {
  601. return DAMAGE_PACKET_RESULT_SUCCESSFUL;
  602. }
  603. float bonus = ToHitBonus;
  604. Skill* skill = GetSkillByWeaponType(damage_type, true);
  605. float skillAddedByWeapon = 0.0f;
  606. if(skill)
  607. {
  608. int16 skillID = master_item_list.GetItemStatIDByName(skill->name.data);
  609. if(skillID != 0xFFFFFFFF)
  610. {
  611. MStats.lock();
  612. skillAddedByWeapon = stats[skillID];
  613. if(!is_caster_spell) {
  614. float item_stat_weapon_skill = stats[ITEM_STAT_WEAPON_SKILLS];
  615. skillAddedByWeapon += item_stat_weapon_skill;
  616. }
  617. MStats.unlock();
  618. }
  619. }
  620. if (skill)
  621. bonus += (skill->current_val+skillAddedByWeapon) / 25;
  622. if(is_caster_spell && lua_spell) {
  623. if(lua_spell->spell->GetSpellData()->resistibility > 0)
  624. bonus -= (1.0f - lua_spell->spell->GetSpellData()->resistibility)*100.0f;
  625. // Here we take into account Subjugation, Disruption and Ordination (debuffs)
  626. if(lua_spell->spell->GetSpellData()->mastery_skill) {
  627. int32 master_skill_reduce = rule_manager.GetGlobalRule(R_Spells, MasterSkillReduceSpellResist)->GetInt32();
  628. if(master_skill_reduce < 1)
  629. master_skill_reduce = 25;
  630. if(IsPlayer() && lua_spell->spell->GetSpellData()->spell_book_type == SPELL_BOOK_TYPE_TRADESKILL &&
  631. !((Player*)this)->GetSkills()->HasSkill(lua_spell->spell->GetSpellData()->mastery_skill)) {
  632. ((Player*)this)->AddSkill(lua_spell->spell->GetSpellData()->mastery_skill, 1, ((Player*)this)->GetLevel() * 5, true);
  633. }
  634. Skill* master_skill = GetSkillByID(lua_spell->spell->GetSpellData()->mastery_skill, true);
  635. if(master_skill && (lua_spell->spell->GetSpellData()->spell_book_type == SPELL_BOOK_TYPE_TRADESKILL ||
  636. ((master_skill->name.data == "Subjugation" || master_skill->name.data == "Disruption" || master_skill->name.data == "Ordination" || master_skill->name.data == "Aggression")))) {
  637. bonus += master_skill->current_val / master_skill_reduce;
  638. }
  639. }
  640. }
  641. if (victim->IsEntity())
  642. bonus -= ((Entity*)victim)->GetDamageTypeResistPercentage(damage_type);
  643. Entity* entity_victim = (Entity*)victim;
  644. float chance = 80 + bonus; //80% base chance that the victim will get hit (plus bonus)
  645. sint16 roll_chance = 100;
  646. if(skill)
  647. roll_chance -= skill->current_val / 25;
  648. if(!is_caster_spell){ // melee or range attack
  649. skill = GetSkillByName("Offense", true); //add this skill for NPCs
  650. if(skill)
  651. roll_chance -= skill->current_val / 25;
  652. if(entity_victim->IsImmune(IMMUNITY_TYPE_RIPOSTE))
  653. return DAMAGE_PACKET_RESULT_RIPOSTE;
  654. // Avoidance Instructions: https://forums.daybreakgames.com/eq2/index.php?threads/avoidance-faq.482979/
  655. /*Parry: reads as parry in the avoidance tooltip, increased by items with +parry on them
  656. Caps at 70%. For plate tanks, works in the front quadrant only, for brawlers this is 360 degrees.
  657. A small % of parries will be ripostes, which not only avoid the attack but also damage your attacker
  658. */
  659. skill = entity_victim->GetSkillByName("Parry", true);
  660. if(skill){
  661. float parryChance = entity_victim->GetInfoStruct()->get_parry();
  662. float chanceValue = (100.0f - parryChance);
  663. if(rand()%roll_chance >= chanceValue){ //successful parry
  664. /* You may only riposte things in the front quadrant.
  665. Riposte is based off of parry: a certain % of parries turn into ripostes.
  666. */
  667. if(!behind && victim->InFrontSpawn((Spawn*)this, victim->GetX(), victim->GetZ())) { // if the attacker is not behind the victim, and the victim is facing the attacker (in front of spawn) then we can riposte
  668. float riposteChanceValue = parryChance / 7.0f; // Riposte is based off of parry: a certain % of parries turn into ripostes. Unknown what the value is divided by, 7 to make it 10% even.
  669. if(rand()%100 <= riposteChanceValue) {
  670. entity_victim->CheckProcs(PROC_TYPE_RIPOSTE, this);
  671. return DAMAGE_PACKET_RESULT_RIPOSTE;
  672. }
  673. }
  674. entity_victim->CheckProcs(PROC_TYPE_PARRY, this);
  675. return DAMAGE_PACKET_RESULT_PARRY;
  676. }
  677. }
  678. skill = nullptr;
  679. float blockChance = 0.0f;
  680. if(victim->GetAdventureClass() == BRAWLER)
  681. skill = entity_victim->GetSkillByName("Deflection", true);
  682. blockChance = entity_victim->GetInfoStruct()->get_block();
  683. if(blockChance > 0.0f)
  684. {
  685. blockChance += (blockChance*(entity_victim->GetInfoStruct()->get_block_chance()/100.0f));
  686. float chanceValue = (100.0f - blockChance);
  687. /* Non-brawlers may only block things in the front quadrant.
  688. Riposte is based off of parry: a certain % of parries turn into ripostes.
  689. */
  690. float rnd = rand()%roll_chance;
  691. if(rnd >= chanceValue){ //successful block
  692. if((victim->GetAdventureClass() == BRAWLER || victim->GetAdventureClass() == MONK) || (!behind && victim->InFrontSpawn((Spawn*)this, victim->GetX(), victim->GetZ()))) { // if the attacker is not behind the victim, and the victim is facing the attacker (in front of spawn) then we can block
  693. entity_victim->CheckProcs(PROC_TYPE_BLOCK, this);
  694. return (victim->GetAdventureClass() == BRAWLER) ? DAMAGE_PACKET_RESULT_DEFLECT : DAMAGE_PACKET_RESULT_BLOCK;
  695. }
  696. }
  697. }
  698. skill = entity_victim->GetSkillByName("Defense", true);
  699. float dodgeChance = entity_victim->GetInfoStruct()->get_avoidance_base();
  700. if(dodgeChance > 0.0f)
  701. {
  702. float chanceValue = (100.0f - dodgeChance);
  703. float rnd = rand()%roll_chance;
  704. if(rnd >= chanceValue){ //successful dodge
  705. entity_victim->CheckProcs(PROC_TYPE_EVADE, this);
  706. return DAMAGE_PACKET_RESULT_DODGE;//successfully dodged
  707. }
  708. }
  709. if(rand() % roll_chance >= chance)
  710. return DAMAGE_PACKET_RESULT_MISS; //successfully avoided
  711. }
  712. else{
  713. skill = entity_victim->GetSkillByName("Spell Avoidance", true);
  714. if(skill)
  715. chance -= skill->current_val / 25;
  716. if(rand()%roll_chance >= chance) {
  717. return DAMAGE_PACKET_RESULT_RESIST; //successfully resisted
  718. }
  719. }
  720. return DAMAGE_PACKET_RESULT_SUCCESSFUL;
  721. }
  722. float Entity::GetDamageTypeResistPercentage(int8 damage_type) {
  723. float ret = 1;
  724. switch(damage_type) {
  725. case DAMAGE_PACKET_DAMAGE_TYPE_CRUSH:
  726. case DAMAGE_PACKET_DAMAGE_TYPE_PIERCE:
  727. case DAMAGE_PACKET_DAMAGE_TYPE_SLASH: {
  728. Skill* skill = GetSkillByName("Defense", true);
  729. if(skill)
  730. ret += skill->current_val / 25;
  731. if(IsNPC())
  732. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Crush/Pierce/Slash (%i)", damage_type, ret);
  733. break;
  734. }
  735. case DAMAGE_PACKET_DAMAGE_TYPE_HEAT: {
  736. ret += GetInfoStruct()->get_heat() / 50;
  737. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Heat (%i), Amt: %.2f", damage_type, ret);
  738. break;
  739. }
  740. case DAMAGE_PACKET_DAMAGE_TYPE_COLD: {
  741. ret += GetInfoStruct()->get_cold() / 50;
  742. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Cold (%i), Amt: %.2f", damage_type, ret);
  743. break;
  744. }
  745. case DAMAGE_PACKET_DAMAGE_TYPE_MAGIC: {
  746. ret += GetInfoStruct()->get_magic() / 50;
  747. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Magic (%i), Amt: %.2f", damage_type, ret);
  748. break;
  749. }
  750. case DAMAGE_PACKET_DAMAGE_TYPE_MENTAL: {
  751. ret += GetInfoStruct()->get_mental() / 50;
  752. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Mental (%i), Amt: %.2f", damage_type, ret);
  753. break;
  754. }
  755. case DAMAGE_PACKET_DAMAGE_TYPE_DIVINE: {
  756. ret += GetInfoStruct()->get_divine() / 50;
  757. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Divine (%i), Amt: %.2f", damage_type, ret);
  758. break;
  759. }
  760. case DAMAGE_PACKET_DAMAGE_TYPE_DISEASE: {
  761. ret += GetInfoStruct()->get_disease() / 50;
  762. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Disease (%i), Amt: %.2f", damage_type, ret);
  763. break;
  764. }
  765. case DAMAGE_PACKET_DAMAGE_TYPE_POISON: {
  766. ret += GetInfoStruct()->get_poison() / 50;
  767. LogWrite(COMBAT__DEBUG, 3, "Combat", "DamageType: Poison (%i), Amt: %.2f", damage_type, ret);
  768. break;
  769. }
  770. }
  771. return ret;
  772. }
  773. Skill* Entity::GetSkillByWeaponType(int8 type, bool update) {
  774. switch(type) {
  775. case DAMAGE_PACKET_DAMAGE_TYPE_SLASH: // slash
  776. return GetSkillByName("Slashing", update);
  777. case DAMAGE_PACKET_DAMAGE_TYPE_CRUSH: // crush
  778. return GetSkillByName("Crushing", update);
  779. case DAMAGE_PACKET_DAMAGE_TYPE_PIERCE: // pierce
  780. return GetSkillByName("Piercing", update);
  781. case DAMAGE_PACKET_DAMAGE_TYPE_HEAT:
  782. case DAMAGE_PACKET_DAMAGE_TYPE_COLD:
  783. case DAMAGE_PACKET_DAMAGE_TYPE_MAGIC:
  784. case DAMAGE_PACKET_DAMAGE_TYPE_MENTAL:
  785. case DAMAGE_PACKET_DAMAGE_TYPE_DIVINE:
  786. case DAMAGE_PACKET_DAMAGE_TYPE_DISEASE:
  787. case DAMAGE_PACKET_DAMAGE_TYPE_POISON:
  788. return GetSkillByName("Disruption", update);
  789. }
  790. return 0;
  791. }
  792. bool Entity::DamageSpawn(Entity* victim, int8 type, int8 damage_type, int32 low_damage, int32 high_damage, const char* spell_name, int8 crit_mod, bool is_tick, bool no_calcs, bool ignore_attacker, LuaSpell* spell) {
  793. if(!victim || victim->GetHP() == 0)
  794. return false;
  795. int8 hit_result = 0;
  796. int16 blow_type = 0;
  797. sint32 damage = 0;
  798. bool crit = false;
  799. if(low_damage > high_damage)
  800. high_damage = low_damage;
  801. if(low_damage == high_damage)
  802. damage = low_damage;
  803. else
  804. damage = MakeRandomInt(low_damage, high_damage);
  805. if(!no_calcs) {
  806. //this can be simplified by taking out the / 2, but I wanted the damage to be more consistent
  807. //damage = (rand()%((int)(high_damage/2-low_damage/2) + low_damage/2)) + (rand()%((int)(high_damage/2-low_damage/2) + low_damage/2));
  808. //damage = (rand()%((int)(high_damage-low_damage) + low_damage)) + (rand()%((int)(high_damage-low_damage) + low_damage));
  809. //DPS mod is only applied to auto attacks
  810. if (type == DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE || type == DAMAGE_PACKET_TYPE_RANGE_DAMAGE ) {
  811. damage *= (info_struct.get_dps_multiplier());
  812. }
  813. //Potency and ability mod is only applied to spells/CAs
  814. else {
  815. damage = CalculateDamageAmount(victim, damage, type, damage_type, spell);
  816. }
  817. if(!crit_mod || crit_mod == 1){
  818. //force crit if crit_mod == 1
  819. if(crit_mod == 1)
  820. crit = true;
  821. // Crit Roll
  822. else {
  823. victim->MStats.lock();
  824. float chance = max((float)0, (info_struct.get_crit_chance() - victim->stats[ITEM_STAT_CRITAVOIDANCE]));
  825. victim->MStats.unlock();
  826. if (MakeRandomFloat(0, 100) <= chance)
  827. crit = true;
  828. }
  829. if(crit){
  830. //Apply total crit multiplier with crit bonus
  831. if(info_struct.get_crit_bonus() > 0)
  832. damage *= (1.3 + (info_struct.get_crit_bonus() / 100));
  833. else
  834. damage *= 1.3;
  835. // Change packet type to crit
  836. if (type == DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE)
  837. type = DAMAGE_PACKET_TYPE_SIMPLE_CRIT_DMG;
  838. else if (type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE)
  839. type = DAMAGE_PACKET_TYPE_SPELL_CRIT_DMG;
  840. }
  841. }
  842. // TODO: Mitigation equation from http://www.guildportal.com/Guild.aspx?GuildID=20881&TabID=189653&ForumID=95908&TopicID=9024250
  843. }
  844. LogWrite(MISC__TODO, 3, "TODO", "Take players armor into account\nfile: %s, func: %s, line: %i)", __FILE__, __FUNCTION__, __LINE__);
  845. bool useWards = false;
  846. if(damage <= 0){
  847. hit_result = DAMAGE_PACKET_RESULT_NO_DAMAGE;
  848. damage = 0;
  849. }
  850. else{
  851. hit_result = DAMAGE_PACKET_RESULT_SUCCESSFUL;
  852. sint32 return_damage = 0;
  853. if(GetZone()->CallSpawnScript(victim, SPAWN_SCRIPT_HEALTHCHANGED, this, 0, false, damage, &return_damage) && return_damage != 0)
  854. {
  855. // anything not 0 (no return) becomes considered 'immune' to the damage
  856. if(return_damage < 0) {
  857. damage = 0;
  858. hit_result = DAMAGE_PACKET_RESULT_NO_DAMAGE;
  859. }
  860. else if(return_damage != 0) {
  861. // otherwise we use what was given back to us (either less or greater)
  862. damage = return_damage;
  863. }
  864. }
  865. if(damage) {
  866. int32 prevDmg = damage;
  867. damage = victim->CheckWards(this, damage, damage_type);
  868. if (damage < (sint64)prevDmg)
  869. useWards = true;
  870. victim->TakeDamage(damage);
  871. victim->CheckProcs(PROC_TYPE_DAMAGED, this);
  872. if (IsPlayer()) {
  873. switch (damage_type) {
  874. case DAMAGE_PACKET_DAMAGE_TYPE_SLASH:
  875. case DAMAGE_PACKET_DAMAGE_TYPE_CRUSH:
  876. case DAMAGE_PACKET_DAMAGE_TYPE_PIERCE:
  877. if (((Player*)this)->GetPlayerStatisticValue(STAT_PLAYER_HIGHEST_MELEE_HIT) < damage)
  878. ((Player*)this)->UpdatePlayerStatistic(STAT_PLAYER_HIGHEST_MELEE_HIT, damage, true);
  879. victim->CheckProcs(PROC_TYPE_DAMAGED_MELEE, this);
  880. break;
  881. case DAMAGE_PACKET_DAMAGE_TYPE_HEAT:
  882. case DAMAGE_PACKET_DAMAGE_TYPE_COLD:
  883. case DAMAGE_PACKET_DAMAGE_TYPE_MAGIC:
  884. case DAMAGE_PACKET_DAMAGE_TYPE_MENTAL:
  885. case DAMAGE_PACKET_DAMAGE_TYPE_DIVINE:
  886. case DAMAGE_PACKET_DAMAGE_TYPE_DISEASE:
  887. case DAMAGE_PACKET_DAMAGE_TYPE_POISON:
  888. if (((Player*)this)->GetPlayerStatisticValue(STAT_PLAYER_HIGHEST_MAGIC_HIT) < damage)
  889. ((Player*)this)->UpdatePlayerStatistic(STAT_PLAYER_HIGHEST_MAGIC_HIT, damage, true);
  890. victim->CheckProcs(PROC_TYPE_DAMAGED_MAGIC, this);
  891. break;
  892. }
  893. }
  894. }
  895. }
  896. if(victim->IsNPC() && victim->GetHP() > 0)
  897. ((Entity*)victim)->AddHate(this, damage);
  898. Entity* attacker = nullptr;
  899. if(!ignore_attacker)
  900. attacker = this;
  901. if (damage > 0) {
  902. GetZone()->SendDamagePacket(attacker, victim, type, hit_result, damage_type, damage, spell_name);
  903. if (IsStealthed() || IsInvis())
  904. CancelAllStealth();
  905. if (victim->IsEntity())
  906. ((Entity*)victim)->CheckInterruptSpell(this);
  907. }
  908. else if (useWards)
  909. {
  910. GetZone()->SendDamagePacket(attacker, victim, DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE, DAMAGE_PACKET_RESULT_NO_DAMAGE, damage_type, 0, spell_name);
  911. }
  912. if (victim->GetHP() <= 0)
  913. KillSpawn(victim, damage_type, blow_type);
  914. else {
  915. victim->CheckProcs(PROC_TYPE_DEFENSIVE, this);
  916. if (spell_name)
  917. victim->CheckProcs(PROC_TYPE_MAGICAL_DEFENSIVE, this);
  918. else
  919. victim->CheckProcs(PROC_TYPE_PHYSICAL_DEFENSIVE, this);
  920. }
  921. return crit;
  922. }
  923. void Entity::AddHate(Entity* attacker, sint32 hate) {
  924. if(!attacker || GetHP() <= 0 || attacker->GetHP() <= 0)
  925. return;
  926. // If a players pet and protect self is off
  927. if (IsPet() && ((NPC*)this)->GetOwner()->IsPlayer() && ((((Player*)((NPC*)this)->GetOwner())->GetInfoStruct()->get_pet_behavior() & 2) == 0))
  928. return;
  929. hate = attacker->CalculateHateAmount(this, hate);
  930. if (IsNPC()) {
  931. LogWrite(COMBAT__DEBUG, 3, "Combat", "Add NPC_AI Hate: Victim '%s', Attacker '%s', Hate: %i", GetName(), attacker->GetName(), hate);
  932. ((NPC*)this)->Brain()->AddHate(attacker, hate);
  933. // if encounter size is 0 then add the attacker to the encounter
  934. if (((NPC*)this)->Brain()->GetEncounterSize() == 0)
  935. ((NPC*)this)->Brain()->AddToEncounter(attacker);
  936. }
  937. if (attacker->GetThreatTransfer() && hate > 0) {
  938. Spawn* transfer_target = (Entity*)GetZone()->GetSpawnByID(attacker->GetThreatTransfer()->Target);
  939. if (transfer_target && transfer_target->IsEntity()) {
  940. sint32 transfered_hate = hate * (attacker->GetThreatTransfer()->Amount / 100);
  941. hate -= transfered_hate;
  942. this->AddHate((Entity*)transfer_target, transfered_hate);
  943. }
  944. }
  945. // If pet is adding hate add some to the pets owner as well
  946. if (attacker->IsNPC() && ((NPC*)attacker)->IsPet())
  947. AddHate(((NPC*)attacker)->GetOwner(), 1);
  948. // If player and player has a pet and protect master is set add hate to the pet
  949. if (IsPlayer() && HasPet() && (((Player*)this)->GetInfoStruct()->get_pet_behavior() & 1)) {
  950. // If we have a combat pet add hate to it
  951. if (((Player*)this)->GetPet())
  952. AddHate(((Player*)this)->GetPet(), 1);
  953. if (((Player*)this)->GetCharmedPet())
  954. AddHate(((Player*)this)->GetCharmedPet(), 1);
  955. }
  956. // If this spawn has a spawn group then add the attacker to the hate list of the other
  957. // group members if not already in their list
  958. if (HasSpawnGroup()) {
  959. vector<Spawn*>* group = GetSpawnGroup();
  960. vector<Spawn*>::iterator itr;
  961. for (itr = group->begin(); itr != group->end(); itr++) {
  962. if (!(*itr)->IsNPC())
  963. continue;
  964. NPC* spawn = (NPC*)(*itr);
  965. if (spawn->Brain()->GetHate(attacker) == 0)
  966. spawn->Brain()->AddHate(attacker, 1);
  967. }
  968. safe_delete(group);
  969. }
  970. }
  971. bool Entity::CheckFizzleSpell(LuaSpell* spell) {
  972. if(!spell || !rule_manager.GetGlobalRule(R_Spells, EnableFizzleSpells)->GetInt8()
  973. || spell->spell->GetSpellData()->can_fizzle == false)
  974. return false;
  975. float fizzleMaxSkill = rule_manager.GetGlobalRule(R_Spells, FizzleMaxSkill)->GetFloat();
  976. float baseFizzle = rule_manager.GetGlobalRule(R_Spells, DefaultFizzleChance)->GetFloat()/100.0f; // 10%
  977. float skillObtained = rule_manager.GetGlobalRule(R_Spells, FizzleDefaultSkill)->GetFloat(); // default of .2f so we don't go over the threshold if no skill
  978. Skill* skill = GetSkillByID(spell->spell->GetSpellData()->mastery_skill, false);
  979. if(skill && spell->spell->GetSpellData()->min_class_skill_req > 0)
  980. {
  981. float skillObtained = skill->current_val / spell->spell->GetSpellData()->min_class_skill_req;
  982. if(skillObtained > fizzleMaxSkill) // 120% over the skill value
  983. {
  984. skillObtained = fizzleMaxSkill;
  985. }
  986. baseFizzle = (fizzleMaxSkill - skillObtained) * baseFizzle;
  987. float totalSuccessChance = 1.0f - baseFizzle;
  988. float randResult = MakeRandomFloat(0.0f, 1.0f);
  989. if(randResult > totalSuccessChance)
  990. return true;
  991. }
  992. return false;
  993. }
  994. bool Entity::CheckInterruptSpell(Entity* attacker) {
  995. if(!IsCasting())
  996. return false;
  997. Spell* spell = GetZone()->GetSpell(this);
  998. if(!spell || spell->GetSpellData()->interruptable == 0)
  999. return false;
  1000. if(GetInfoStruct()->get_no_interrupt())
  1001. return false;
  1002. //originally base of 30 percent chance to continue casting if attacked
  1003. //modified to 50% and added global rule, 30% was too small at starting levels
  1004. int8 percent = rule_manager.GetGlobalRule(R_Spells, NoInterruptBaseChance)->GetInt32();
  1005. Skill* skill = GetSkillByName("Focus", true);
  1006. float focusSkillPts = 0.0f;
  1007. MStats.lock();
  1008. focusSkillPts = stats[ITEM_STAT_FOCUS];
  1009. MStats.unlock();
  1010. if(skill)
  1011. percent += ((skill->current_val + 1 + focusSkillPts)/6);
  1012. if(MakeRandomInt(1, 100) > percent) {
  1013. LogWrite(COMBAT__DEBUG, 0, "Combat", "'%s' interrupted spell for '%s': %i%%", attacker->GetName(), GetName(), percent);
  1014. GetZone()->Interrupted(this, attacker, SPELL_ERROR_INTERRUPTED);
  1015. return true;
  1016. }
  1017. LogWrite(COMBAT__DEBUG, 0, "Combat", "'%s' failed to interrupt spell for '%s': %i%%", attacker->GetName(), GetName(), percent);
  1018. return false;
  1019. }
  1020. void Entity::KillSpawn(Spawn* dead, int8 damage_type, int16 kill_blow_type) {
  1021. if(!dead)
  1022. return;
  1023. if (IsPlayer()) {
  1024. Client* client = GetZone()->GetClientBySpawn(this);
  1025. PacketStruct* packet = configReader.getStruct("WS_EnterCombat", client->GetVersion());
  1026. if (packet) {
  1027. client->QueuePacket(packet->serialize());
  1028. }
  1029. safe_delete(packet);
  1030. ((Player*)this)->InCombat(false);
  1031. }
  1032. if (IsPlayer() && dead->IsEntity())
  1033. GetZone()->GetSpellProcess()->KillHOBySpawnID(dead->GetID());
  1034. //if (dead->IsEntity()) same code called in zone server
  1035. //((Entity*)dead)->InCombat(false);
  1036. /* just for sake of not knowing if we are in a read lock, write lock, or no lock
  1037. ** say spawnlist is locked (DismissPet arg 3 true), which means RemoveSpawn will remove the id from the spawn_list outside of the potential lock
  1038. */
  1039. if (dead->IsPet())
  1040. ((NPC*)dead)->GetOwner()->DismissPet((NPC*)dead, true, true);
  1041. else if (dead->IsEntity()) {
  1042. // remove all pets for this entity
  1043. ((Entity*)dead)->DismissAllPets(false, true);
  1044. }
  1045. // If not in combat and no one in the encounter list add this killer to the list
  1046. if(dead->EngagedInCombat() == false && dead->IsNPC() && ((NPC*)dead)->Brain()->GetEncounterSize() == 0)
  1047. ((NPC*)dead)->Brain()->AddToEncounter(this);
  1048. if (IsCasting())
  1049. GetZone()->Interrupted(this, dead, SPELL_ERROR_NOT_ALIVE);
  1050. LogWrite(COMBAT__DEBUG, 3, "Combat", "Killing '%s'", dead->GetName());
  1051. // Kill movement for the dead npc so the corpse doesn't move
  1052. GetZone()->movementMgr->StopNavigation((Entity*)dead);
  1053. dead->ClearRunningLocations();
  1054. dead->CalculateRunningLocation(true);
  1055. GetZone()->KillSpawn(true, dead, this, true, damage_type, kill_blow_type);
  1056. }
  1057. void Entity::HandleDeathExperienceDebt(Spawn* killer)
  1058. {
  1059. if(!IsPlayer())
  1060. return;
  1061. float ruleDebt = 0.0f;
  1062. if(killer && killer->IsPlayer())
  1063. ruleDebt = rule_manager.GetGlobalRule(R_Combat, PVPDeathExperienceDebt)->GetFloat()/100.0f;
  1064. else
  1065. ruleDebt = rule_manager.GetGlobalRule(R_Combat, DeathExperienceDebt)->GetFloat()/100.0f;
  1066. if(ruleDebt > 0.0f)
  1067. {
  1068. bool groupDebt = rule_manager.GetGlobalRule(R_Combat, GroupExperienceDebt)->GetBool();
  1069. if(groupDebt && ((Player*)this)->GetGroupMemberInfo())
  1070. {
  1071. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  1072. PlayerGroup* group = world.GetGroupManager()->GetGroup(((Player*)this)->GetGroupMemberInfo()->group_id);
  1073. if (group)
  1074. {
  1075. group->MGroupMembers.readlock(__FUNCTION__, __LINE__);
  1076. deque<GroupMemberInfo*>* members = group->GetMembers();
  1077. if(!members)
  1078. return;
  1079. int32 size = members->size();
  1080. float xpDebtPerMember = ruleDebt/(float)size;
  1081. deque<GroupMemberInfo*>::iterator itr;
  1082. for (itr = members->begin(); itr != members->end(); itr++) {
  1083. GroupMemberInfo* gmi = *itr;
  1084. if (gmi->client && gmi->client->GetPlayer()) {
  1085. gmi->client->GetPlayer()->GetInfoStruct()->set_xp_debt(gmi->client->GetPlayer()->GetInfoStruct()->get_xp_debt()+xpDebtPerMember);
  1086. gmi->client->GetPlayer()->SetCharSheetChanged(true);
  1087. }
  1088. }
  1089. group->MGroupMembers.releasereadlock(__FUNCTION__, __LINE__);
  1090. }
  1091. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  1092. }
  1093. else
  1094. {
  1095. ((Player*)this)->GetInfoStruct()->set_xp_debt(((Player*)this)->GetInfoStruct()->get_xp_debt()+ruleDebt);
  1096. ((Player*)this)->SetCharSheetChanged(true);
  1097. }
  1098. }
  1099. }
  1100. void Entity::ProcessCombat() {
  1101. // This is a virtual function so when a NPC calls this it will use the NPC::ProcessCombat() version
  1102. // and a player will use the Player::ProcessCombat() version, leave this function blank.
  1103. }
  1104. void NPC::ProcessCombat() {
  1105. MBrain.writelock(__FUNCTION__, __LINE__);
  1106. // Check to see if it is time to call the AI again
  1107. if (m_brain && GetHP() > 0 && Timer::GetCurrentTime2() >= (m_brain->LastTick() + m_brain->Tick())) {
  1108. // Probably never want to use the following log, will spam the console for every NPC in a zone 4 times a second
  1109. //LogWrite(NPC_AI__DEBUG, 9, "NPC_AI", "%s is thinking...", GetName());
  1110. m_brain->Think();
  1111. // Set the time for when the brain was last called
  1112. m_brain->SetLastTick(Timer::GetCurrentTime2());
  1113. }
  1114. MBrain.releasewritelock(__FUNCTION__, __LINE__);
  1115. }
  1116. void Player::ProcessCombat() {
  1117. // if not in combat OR casting a spell OR dazed OR feared return out
  1118. if (!EngagedInCombat() || IsCasting() || IsDazed() || IsFeared())
  1119. return;
  1120. //If no target delete combat_target and return out
  1121. Spawn* Target = GetZone()->GetSpawnByID(target);
  1122. if (!Target) {
  1123. combat_target = 0;
  1124. if (target > 0) {
  1125. SetTarget(0);
  1126. }
  1127. return;
  1128. }
  1129. // If is not an entity return out
  1130. if (!Target->IsEntity())
  1131. return;
  1132. // Reset combat target
  1133. combat_target = 0;
  1134. if (Target->HasTarget()) {
  1135. if (Target->IsPlayer() || (Target->IsNPC() && Target->IsPet() && ((NPC*)Target)->GetOwner()->IsPlayer())){
  1136. Spawn* secondary_target = Target->GetTarget();
  1137. if (secondary_target->IsNPC() && secondary_target->appearance.attackable) {
  1138. if (!secondary_target->IsPet() || (secondary_target->IsPet() && ((NPC*)secondary_target)->GetOwner()->IsNPC())) {
  1139. combat_target = secondary_target;
  1140. }
  1141. }
  1142. }
  1143. }
  1144. // If combat_target wasn't set in the above if set it to the original target
  1145. if (!combat_target)
  1146. combat_target = Target;
  1147. // this if may not be required as at the min combat_target will be Target, which we already check at the begining
  1148. if(!combat_target)
  1149. return;
  1150. float distance = 0;
  1151. distance = GetDistance(combat_target);
  1152. // Check to see if we are doing ranged auto attacks if not check to see if we are in melee range
  1153. if (GetRangeAttack()) {
  1154. // We are doing ranged auto attacks
  1155. //check to see if we can attack the target AND the ranged weapon is ready
  1156. if(AttackAllowed((Entity*)combat_target, distance, true) && RangeWeaponReady()) {
  1157. Item* weapon = 0;
  1158. Item* ammo = 0;
  1159. // Get the currently equiped weapon and ammo for the ranged attack
  1160. weapon = GetEquipmentList()->GetItem(EQ2_RANGE_SLOT);
  1161. ammo = GetEquipmentList()->GetItem(EQ2_AMMO_SLOT);
  1162. LogWrite(COMBAT__DEBUG, 1, "Combat", "Weapon '%s', Ammo '%s'", ( weapon )? weapon->name.c_str() : "None", ( ammo ) ? ammo->name.c_str() : "None");
  1163. // If weapon and ammo are both valid perform the ranged attack else send a message to the client
  1164. if(weapon && ammo) {
  1165. LogWrite(COMBAT__DEBUG, 1, "Combat", "Weapon: Primary, Fighter: '%s', Target: '%s', Distance: %.2f", GetName(), combat_target->GetName(), distance);
  1166. RangeAttack(combat_target, distance, weapon, ammo);
  1167. }
  1168. else {
  1169. Client* client = GetZone()->GetClientBySpawn(this);
  1170. if (client) {
  1171. // Need to get messages from live, made these up so the player knows what is wrong in game if weapon or ammo are not valid
  1172. if (!ammo)
  1173. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Out of ammo.");
  1174. if (!weapon)
  1175. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "No ranged weapon found.");
  1176. }
  1177. }
  1178. }
  1179. }
  1180. else if(distance <= rule_manager.GetGlobalRule(R_Combat, MaxCombatRange)->GetFloat()) {
  1181. // We are doing melee auto attacks and are within range
  1182. // Check to see if we can attack the target
  1183. if(AttackAllowed((Entity*)combat_target)) {
  1184. // Check to see if the primary melee weapon is ready
  1185. if(PrimaryWeaponReady()) {
  1186. // Set the time of the last melee attack with the primary weapon and perform the melee attack with primary weapon
  1187. SetPrimaryLastAttackTime(Timer::GetCurrentTime2());
  1188. MeleeAttack(combat_target, distance, true);
  1189. }
  1190. // Check to see if the secondary weapon is ready
  1191. if(SecondaryWeaponReady()) {
  1192. // set the time of the last melee attack with the secondary weapon and perform the melee attack with the secondary weapon
  1193. SetSecondaryLastAttackTime(Timer::GetCurrentTime2());
  1194. MeleeAttack(combat_target, distance, false);
  1195. }
  1196. }
  1197. }
  1198. }
  1199. void Entity::SetAttackDelay(bool primary, bool ranged) {
  1200. float mod = CalculateAttackSpeedMod();
  1201. bool dual_wield = IsDualWield();
  1202. //Note: Capping all attack speed increases at 125% normal speed (from function CalculateAttackSpeedMod())
  1203. //Add 33% longer delay if dual wielding
  1204. if(dual_wield && ! ranged) {
  1205. if(primary)
  1206. SetPrimaryAttackDelay((GetPrimaryWeaponDelay() * 1.33) / mod);
  1207. else
  1208. SetSecondaryAttackDelay((GetSecondaryWeaponDelay() * 1.33) / mod);
  1209. }
  1210. else {
  1211. if(primary)
  1212. SetPrimaryAttackDelay(GetPrimaryWeaponDelay() / mod);
  1213. else if(ranged)
  1214. SetRangeAttackDelay(GetRangeWeaponDelay() / mod);
  1215. else
  1216. SetSecondaryAttackDelay(GetSecondaryWeaponDelay() / mod);
  1217. }
  1218. }
  1219. float Entity::CalculateAttackSpeedMod(){
  1220. float aspeed = info_struct.get_attackspeed();
  1221. if(aspeed > 0) {
  1222. if (aspeed <= 100)
  1223. return (aspeed / 100 + 1);
  1224. else if (aspeed <= 200)
  1225. return 2.25;
  1226. }
  1227. return 1;
  1228. }
  1229. void Entity::AddProc(int8 type, float chance, Item* item, LuaSpell* spell) {
  1230. if (type == 0) {
  1231. LogWrite(COMBAT__ERROR, 0, "Proc", "Entity::AddProc called with an invalid type.");
  1232. return;
  1233. }
  1234. if (!item && !spell) {
  1235. LogWrite(COMBAT__ERROR, 0, "Proc", "Entity::AddProc must have a valid item or spell.");
  1236. return;
  1237. }
  1238. MProcList.writelock(__FUNCTION__, __LINE__);
  1239. Proc* proc = new Proc();
  1240. proc->chance = chance;
  1241. proc->item = item;
  1242. proc->spell = spell;
  1243. proc->spellid = spell->spell->GetSpellID();
  1244. m_procList[type].push_back(proc);
  1245. MProcList.releasewritelock(__FUNCTION__, __LINE__);
  1246. }
  1247. void Entity::RemoveProc(Item* item, LuaSpell* spell) {
  1248. if (!item && !spell) {
  1249. LogWrite(COMBAT__ERROR, 0, "Proc", "Entity::RemoveProc must have a valid item or spell.");
  1250. return;
  1251. }
  1252. MProcList.writelock(__FUNCTION__, __LINE__);
  1253. map<int8, vector<Proc*> >::iterator proc_itr;
  1254. vector<Proc*>::iterator itr;
  1255. for (proc_itr = m_procList.begin(); proc_itr != m_procList.end(); proc_itr++) {
  1256. itr = proc_itr->second.begin();
  1257. while (itr != proc_itr->second.end()) {
  1258. Proc* proc = *itr;
  1259. if ((item && proc->item == item) || (spell && proc->spell == spell)) {
  1260. itr = proc_itr->second.erase(itr);
  1261. safe_delete(proc);
  1262. }
  1263. else
  1264. itr++;
  1265. }
  1266. }
  1267. MProcList.releasewritelock(__FUNCTION__, __LINE__);
  1268. }
  1269. bool Entity::CastProc(Proc* proc, int8 type, Spawn* target) {
  1270. lua_State* state = 0;
  1271. bool item_proc = false;
  1272. int8 num_args = 3;
  1273. if (proc->spell) {
  1274. state = proc->spell->state;
  1275. }
  1276. else if (proc->item) {
  1277. state = lua_interface->GetItemScript(proc->item->GetItemScript());
  1278. item_proc = true;
  1279. }
  1280. if (!state) {
  1281. LogWrite(COMBAT__ERROR, 0, "Proc", "No valid lua_State* found");
  1282. return false;
  1283. }
  1284. lua_getglobal(state, "proc");
  1285. if (item_proc) {
  1286. num_args++;
  1287. lua_interface->SetItemValue(state, proc->item);
  1288. }
  1289. lua_interface->SetSpawnValue(state, this);
  1290. lua_interface->SetSpawnValue(state, target);
  1291. lua_interface->SetInt32Value(state, type);
  1292. /*
  1293. Add spell data from db in case of a spell proc here...
  1294. */
  1295. if (!item_proc) {
  1296. // Append spell data to the param list
  1297. vector<LUAData*>* data = proc->spell->spell->GetLUAData();
  1298. for(int32 i = 0; i < data->size(); i++) {
  1299. switch(data->at(i)->type) {
  1300. case 0:{
  1301. lua_interface->SetSInt32Value(proc->spell->state, data->at(i)->int_value);
  1302. break;
  1303. }
  1304. case 1:{
  1305. lua_interface->SetFloatValue(proc->spell->state, data->at(i)->float_value);
  1306. break;
  1307. }
  1308. case 2:{
  1309. lua_interface->SetBooleanValue(proc->spell->state, data->at(i)->bool_value);
  1310. break;
  1311. }
  1312. case 3:{
  1313. lua_interface->SetStringValue(proc->spell->state, data->at(i)->string_value.c_str());
  1314. break;
  1315. }
  1316. default:{
  1317. LogWrite(SPELL__ERROR, 0, "Spell", "Error: Unknown LUA Type '%i' in Entity::CastProc for Spell '%s'", (int)data->at(i)->type, proc->spell->spell->GetName());
  1318. return false;
  1319. }
  1320. }
  1321. num_args++;
  1322. }
  1323. }
  1324. if (lua_pcall(state, num_args, 0, 0) != 0) {
  1325. LogWrite(COMBAT__ERROR, 0, "Proc", "Unable to call the proc function for spell %i tier %i", proc->spell->spell->GetSpellID(), proc->spell->spell->GetSpellTier());
  1326. lua_pop(state, 1);
  1327. return false;
  1328. }
  1329. return true;
  1330. }
  1331. void Entity::CheckProcs(int8 type, Spawn* target) {
  1332. if (type == 0) {
  1333. LogWrite(COMBAT__ERROR, 0, "Proc", "Entity::CheckProcs called with an invalid type.");
  1334. return;
  1335. }
  1336. float roll = MakeRandomFloat(0, 100);
  1337. vector<Proc*> tmpList;
  1338. MProcList.readlock(__FUNCTION__, __LINE__);
  1339. for (int8 i = 0; i < m_procList[type].size(); i++) {
  1340. Proc* proc = m_procList[type].at(i);
  1341. if (roll <= proc->chance)
  1342. {
  1343. Proc* tmpProc = new Proc();
  1344. tmpProc->chance = proc->chance;
  1345. tmpProc->item = proc->item;
  1346. tmpProc->spell = proc->spell;
  1347. tmpProc->spellid = proc->spellid;
  1348. tmpList.push_back(tmpProc);
  1349. }
  1350. }
  1351. MProcList.releasereadlock(__FUNCTION__, __LINE__);
  1352. vector<Proc*>::iterator proc_itr;
  1353. for (proc_itr = tmpList.begin(); proc_itr != tmpList.end();) {
  1354. Proc* tmpProc = *proc_itr;
  1355. CastProc(tmpProc, type, target);
  1356. proc_itr++;
  1357. safe_delete(tmpProc);
  1358. }
  1359. }
  1360. void Entity::ClearProcs() {
  1361. MProcList.writelock(__FUNCTION__, __LINE__);
  1362. map<int8, vector<Proc*> >::iterator proc_itr;
  1363. vector<Proc*>::iterator itr;
  1364. for (proc_itr = m_procList.begin(); proc_itr != m_procList.end(); proc_itr++) {
  1365. itr = proc_itr->second.begin();
  1366. while (itr != proc_itr->second.end()) {
  1367. safe_delete(*itr);
  1368. itr = proc_itr->second.erase(itr);
  1369. }
  1370. proc_itr->second.clear();
  1371. }
  1372. m_procList.clear();
  1373. MProcList.releasewritelock(__FUNCTION__, __LINE__);
  1374. }
  1375. sint32 Entity::CalculateHateAmount(Spawn* target, sint32 amt) {
  1376. amt = CalculateFormulaByStat(amt, ITEM_STAT_TAUNT_AMOUNT);
  1377. amt = CalculateFormulaByStat(amt, ITEM_STAT_TAUNT_AND_COMBAT_ART_DAMAGE);
  1378. amt = CalculateFormulaByStat(amt, ITEM_STAT_ABILITY_MODIFIER);
  1379. return amt;
  1380. }
  1381. sint32 Entity::CalculateHealAmount(Spawn* target, sint32 amt, int8 crit_mod, bool* crit, bool skip_crit_mod) {
  1382. amt = CalculateFormulaByStat(amt, ITEM_STAT_HEAL_AMOUNT);
  1383. amt = CalculateFormulaByStat(amt, ITEM_STAT_SPELL_AND_HEAL);
  1384. //Potency Mod
  1385. amt = CalculateFormulaByStat(amt, ITEM_STAT_POTENCY);
  1386. //Ability Mod
  1387. amt += (int32)min((int32)GetInfoStruct()->get_ability_modifier(), (int32)(amt / 2));
  1388. if(!skip_crit_mod){
  1389. if(!crit_mod || crit_mod == 1){
  1390. if(crit_mod == 1)
  1391. *crit = true;
  1392. else if(!*crit) {
  1393. // Crit Roll
  1394. float chance = (float)max((float)0, (float)GetInfoStruct()->get_crit_chance());
  1395. *crit = (MakeRandomFloat(0, 100) <= chance);
  1396. }
  1397. if(*crit){
  1398. //Apply total crit multiplier with crit bonus
  1399. amt *= ((GetInfoStruct()->get_crit_bonus() / 100) + 1.3);
  1400. }
  1401. }
  1402. }
  1403. return amt;
  1404. }
  1405. sint32 Entity::CalculateDamageAmount(Spawn* target, sint32 damage, int8 base_type, int8 damage_type, LuaSpell* spell) {
  1406. return CalculateDamageAmount(target, damage, base_type, damage_type, (spell && spell->spell) ? spell->spell->GetSpellData()->target_type : 0);
  1407. }
  1408. sint32 Entity::CalculateDamageAmount(Spawn* target, sint32 damage, int8 base_type, int8 damage_type, int8 target_type) {
  1409. // only spells may add spell damage item stat
  1410. if(damage_type >= DAMAGE_PACKET_DAMAGE_TYPE_HEAT && damage_type <= DAMAGE_PACKET_DAMAGE_TYPE_POISON)
  1411. {
  1412. // https://forums.daybreakgames.com/eq2/index.php?threads/potency-and-ability-mod-what.4316/
  1413. // Spell damage model assuming 100% crit chance:
  1414. // (Spell base damage * Base damage modifier * Int bonus * Skill bonus * Potency + Ability modifier) * Crit bonus * Spell double attack
  1415. /** Spell base damage: Get all master spells
  1416. Base damage modifier: Very very rare. Available from Wizard aa Wisdom line(Brainstorm). Get it, cherish it.
  1417. Int bonus: Past 1200 or so int, you will get a 10% increase in spell damage per 30% increase in int. Look at int tooltip to see the numerical value.
  1418. Skill bonus: Past skill cap, 100 points skill is worth 2% increase in minimum spell damage, which translates to 1% overall increase. Looks at the skill that the spell uses, for wizards mostly disruption. Cap is 6.5*level.
  1419. Potency: A straight damage modifier, the more you can get the better. No practical cap.
  1420. Ability modifier: A straight damage modifier. Limited to 50% of the spell base damage, but for a wizard this usually has little consequence. However note that this is not affected by Potency.
  1421. Crit bonus: A straight damage modifier, the more you can get the better. No practical cap. Wizards got 50% intrinsic Crit Bonus that does not show up in the stat window, just add 50 to stat value for calculations.
  1422. Spell double cast: A straight damage modifier, the more you can get the better. You won't be able to get very much of this.
  1423. Makes the spell cast twice with some limitations.
  1424. **/
  1425. damage = CalculateFormulaByStat(damage, ITEM_STAT_SPELL_DAMAGE);
  1426. }
  1427. if(base_type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE)
  1428. damage = CalculateFormulaByStat(damage, ITEM_STAT_SPELL_AND_COMBAT_ART_DAMAGE);
  1429. // combat abilities only bonus
  1430. if(damage_type <= DAMAGE_PACKET_DAMAGE_TYPE_PIERCE)
  1431. damage = CalculateFormulaByStat(damage, ITEM_STAT_TAUNT_AND_COMBAT_ART_DAMAGE);
  1432. // Potency mod
  1433. damage = CalculateFormulaByStat(damage, ITEM_STAT_POTENCY);
  1434. int32 modifier = 2;
  1435. if(target_type == SPELL_TARGET_GROUP_AE || target_type == SPELL_TARGET_RAID_AE || target_type == SPELL_TARGET_OTHER_GROUP_AE)
  1436. {
  1437. modifier = 3;
  1438. }
  1439. // Ability mod can only give up to half of damage after potency
  1440. int32 mod = (int32)min(info_struct.get_ability_modifier(), (float)(damage / modifier));
  1441. damage += mod;
  1442. return damage;
  1443. }
  1444. sint32 Entity::CalculateFormulaByStat(sint32 value, int16 stat) {
  1445. sint32 outValue = value;
  1446. MStats.lock();
  1447. std::map<int16, float>::iterator itr = stats.find(stat);
  1448. if(itr != stats.end())
  1449. outValue = (sint32)((float)value * ((itr->second / 100.0f) + 1.0f));
  1450. MStats.unlock();
  1451. return outValue;
  1452. }
  1453. int32 Entity::CalculateFormulaByStat(int32 value, int16 stat) {
  1454. int32 outValue = value;
  1455. MStats.lock();
  1456. std::map<int16, float>::iterator itr = stats.find(stat);
  1457. if(itr != stats.end())
  1458. outValue = (int32)((float)value * ((itr->second / 100.0f) + 1.0f));
  1459. MStats.unlock();
  1460. return outValue;
  1461. }
  1462. int32 Entity::CalculateFormulaBonus(int32 value, float percent_bonus) {
  1463. return (int32)((float)value * ((percent_bonus / 100.0f) + 1.0f));
  1464. }