Entity.h 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608
  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. #ifndef __EQ2_ENTITY__
  17. #define __EQ2_ENTITY__
  18. #include "Spawn.h"
  19. #include "../common/Mutex.h"
  20. #include "Skills.h"
  21. #include "MutexList.h"
  22. #include "MutexVector.h"
  23. #include <set>
  24. #include <mutex>
  25. #include <vector>
  26. #include <boost/function.hpp>
  27. #include <boost/lambda/bind.hpp>
  28. namespace l = boost::lambda;
  29. class Entity;
  30. class NPC;
  31. class Trade;
  32. struct LuaSpell;
  33. struct GroupMemberInfo;
  34. struct BonusValues{
  35. int32 spell_id;
  36. int8 tier;
  37. int16 type;
  38. sint32 value;
  39. int64 class_req;
  40. vector<int16> race_req;
  41. vector<int16> faction_req;
  42. LuaSpell* luaspell;
  43. };
  44. struct MaintainedEffects{
  45. char name[60]; //name of the spell
  46. int32 target;
  47. int8 target_type;
  48. int32 spell_id;
  49. int32 slot_pos;
  50. int16 icon;
  51. int16 icon_backdrop;
  52. int8 conc_used;
  53. int8 tier;
  54. float total_time;
  55. int32 expire_timestamp;
  56. LuaSpell* spell;
  57. };
  58. struct SpellEffects{
  59. int32 spell_id;
  60. Entity* caster;
  61. float total_time;
  62. int32 expire_timestamp;
  63. int16 icon;
  64. int16 icon_backdrop;
  65. int8 tier;
  66. LuaSpell* spell;
  67. };
  68. struct DetrimentalEffects {
  69. int32 spell_id;
  70. Entity* caster;
  71. int32 expire_timestamp;
  72. int16 icon;
  73. int16 icon_backdrop;
  74. int8 tier;
  75. int8 det_type;
  76. bool incurable;
  77. LuaSpell* spell;
  78. int8 control_effect;
  79. float total_time;
  80. };
  81. struct CombatData{
  82. int32 range_last_attack_time;
  83. int32 primary_last_attack_time;
  84. int32 secondary_last_attack_time;
  85. int16 primary_attack_delay;
  86. int16 secondary_attack_delay;
  87. int16 ranged_attack_delay;
  88. int8 primary_weapon_type;
  89. int8 secondary_weapon_type;
  90. int8 ranged_weapon_type;
  91. int32 primary_weapon_damage_low;
  92. int32 primary_weapon_damage_high;
  93. int32 secondary_weapon_damage_low;
  94. int32 secondary_weapon_damage_high;
  95. int32 ranged_weapon_damage_low;
  96. int32 ranged_weapon_damage_high;
  97. int8 wield_type;
  98. int16 primary_weapon_delay;
  99. int16 secondary_weapon_delay;
  100. int16 ranged_weapon_delay;
  101. };
  102. struct InfoStruct{
  103. InfoStruct()
  104. {
  105. name_ = std::string("");
  106. class1_ = 0;
  107. class2_ = 0;
  108. class3_ = 0;
  109. race_ = 0;
  110. gender_ = 0;
  111. level_ = 0;
  112. max_level_ = 0;
  113. tradeskill_level_ = 0;
  114. tradeskill_max_level_ = 0;
  115. cur_concentration_ = 0;
  116. max_concentration_ = 0;
  117. cur_attack_ = 0;
  118. attack_base_ = 0;
  119. cur_mitigation_ = 0;
  120. max_mitigation_ = 0;
  121. mitigation_base_ = 0;
  122. avoidance_display_ = 0;
  123. cur_avoidance_ = 0;
  124. base_avoidance_pct_ = 0;
  125. avoidance_base_ = 0;
  126. max_avoidance_ = 0;
  127. parry_ = 0;
  128. parry_base_ = 0;
  129. deflection_ = 0;
  130. deflection_base_ = 0;
  131. block_ = 0;
  132. block_base_ = 0;
  133. str_ = 0.0f;
  134. sta_ = 0.0f;
  135. agi_ = 0.0f;
  136. wis_ = 0.0f;
  137. intel_ = 0.0f;
  138. str_base_ = 0.0f;
  139. sta_base_ = 0.0f;
  140. agi_base_ = 0.0f;
  141. wis_base_ = 0.0f;
  142. intel_base_ = 0.0f;
  143. heat_ = 0;
  144. cold_ = 0;
  145. magic_ = 0;
  146. mental_ = 0;
  147. divine_ = 0;
  148. disease_ = 0;
  149. poison_ = 0;
  150. disease_base_ = 0;
  151. cold_base_ = 0;
  152. divine_base_ = 0;
  153. magic_base_ = 0;
  154. mental_base_ = 0;
  155. heat_base_ = 0;
  156. poison_base_ = 0;
  157. elemental_base_ = 0;
  158. noxious_base_ = 0;
  159. arcane_base_ = 0;
  160. coin_copper_ = 0;
  161. coin_silver_ = 0;
  162. coin_gold_ = 0;
  163. coin_plat_ = 0;
  164. bank_coin_copper_ = 0;
  165. bank_coin_silver_ = 0;
  166. bank_coin_gold_ = 0;
  167. bank_coin_plat_ = 0;
  168. status_points_ = 0;
  169. deity_ = std::string("");
  170. weight_ = 0;
  171. max_weight_ = 0;
  172. tradeskill_class1_ = 0;
  173. tradeskill_class2_ = 0;
  174. tradeskill_class3_ = 0;
  175. account_age_base_ = 0;
  176. memset(account_age_bonus_,0,19);
  177. absorb_ = 0;
  178. xp_ = 0;
  179. xp_needed_ = 0;
  180. xp_debt_ = 0;
  181. xp_yellow_ = 0;
  182. xp_yellow_vitality_bar_ = 0;
  183. xp_blue_vitality_bar_ = 0;
  184. xp_blue_ = 0;
  185. ts_xp_ = 0;
  186. ts_xp_needed_ = 0;
  187. tradeskill_exp_yellow_ = 0;
  188. tradeskill_exp_blue_ = 0;
  189. flags_ = 0;
  190. flags2_ = 0;
  191. xp_vitality_ = 0;
  192. tradeskill_xp_vitality_ = 0;
  193. mitigation_skill1_ = 0;
  194. mitigation_skill2_ = 0;
  195. mitigation_skill3_ = 0;
  196. ability_modifier_ = 0;
  197. critical_mitigation_ = 0;
  198. block_chance_ = 0;
  199. uncontested_parry_ = 0;
  200. uncontested_block_ = 0;
  201. uncontested_dodge_ = 0;
  202. uncontested_riposte_ = 0;
  203. crit_chance_ = 0;
  204. crit_bonus_ = 0;
  205. potency_ = 0;
  206. hate_mod_ = 0;
  207. reuse_speed_ = 0;
  208. casting_speed_ = 0;
  209. recovery_speed_ = 0;
  210. spell_reuse_speed_ = 0;
  211. spell_multi_attack_ = 0;
  212. dps_ = 0;
  213. dps_multiplier_ = 0;
  214. attackspeed_ = 0;
  215. haste_ = 0;
  216. multi_attack_ = 0;
  217. flurry_ = 0;
  218. melee_ae_ = 0;
  219. strikethrough_ = 0;
  220. accuracy_ = 0;
  221. offensivespeed_ = 0;
  222. rain_ = 0;
  223. wind_ = 0;
  224. alignment_ = 0;
  225. pet_id_ = 0;
  226. pet_name_ = std::string("");
  227. pet_health_pct_ = 0;
  228. pet_power_pct_ = 0;
  229. pet_movement_ = 0;
  230. pet_behavior_ = 0;
  231. vision_ = 0;
  232. breathe_underwater_ = 0;
  233. biography_ = std::string("");
  234. drunk_ = 0;
  235. }
  236. void SetInfoStruct(InfoStruct* oldStruct)
  237. {
  238. if(!oldStruct)
  239. return;
  240. std::lock_guard<std::mutex> lk(classMutex);
  241. name_ = std::string(oldStruct->get_name());
  242. class1_ = oldStruct->get_class1();
  243. class2_ = oldStruct->get_class2();
  244. class3_ = oldStruct->get_class3();
  245. race_ = oldStruct->get_race();
  246. gender_ = oldStruct->get_gender();
  247. level_ = oldStruct->get_level();
  248. max_level_ = oldStruct->get_max_level();
  249. tradeskill_level_ = oldStruct->get_tradeskill_level();
  250. tradeskill_max_level_ = oldStruct->get_tradeskill_max_level();
  251. cur_concentration_ = oldStruct->get_cur_concentration();
  252. max_concentration_ = oldStruct->get_max_concentration();
  253. cur_attack_ = oldStruct->get_cur_attack();
  254. attack_base_ = oldStruct->get_attack_base();
  255. cur_mitigation_ = oldStruct->get_cur_mitigation();
  256. max_mitigation_ = oldStruct->get_max_mitigation();
  257. mitigation_base_ = oldStruct->get_mitigation_base();
  258. avoidance_display_ = oldStruct->get_avoidance_display();
  259. cur_avoidance_ = oldStruct->get_cur_avoidance();
  260. base_avoidance_pct_ = oldStruct->get_base_avoidance_pct();
  261. avoidance_base_ = oldStruct->get_avoidance_base();
  262. max_avoidance_ = oldStruct->get_max_avoidance();
  263. parry_ = oldStruct->get_parry();
  264. parry_base_ = oldStruct->get_parry_base();
  265. deflection_ = oldStruct->get_deflection();
  266. deflection_base_ = oldStruct->get_deflection_base();
  267. block_ = oldStruct->get_block();
  268. block_base_ = oldStruct->get_block_base();
  269. str_ = oldStruct->get_str();
  270. sta_ = oldStruct->get_sta();
  271. agi_ = oldStruct->get_agi();
  272. wis_ = oldStruct->get_wis();
  273. intel_ = oldStruct->get_intel();
  274. str_base_ = oldStruct->get_str_base();
  275. sta_base_ = oldStruct->get_sta_base();
  276. agi_base_ = oldStruct->get_agi_base();
  277. wis_base_ = oldStruct->get_wis_base();
  278. intel_base_ = oldStruct->get_intel_base();
  279. heat_ = oldStruct->get_heat();
  280. cold_ = oldStruct->get_cold();
  281. magic_ = oldStruct->get_magic();
  282. mental_ = oldStruct->get_mental();
  283. divine_ = oldStruct->get_divine();
  284. disease_ = oldStruct->get_disease();
  285. poison_ = oldStruct->get_poison();
  286. disease_base_ = oldStruct->get_disease_base();
  287. cold_base_ = oldStruct->get_cold_base();
  288. divine_base_ = oldStruct->get_divine_base();
  289. magic_base_ = oldStruct->get_magic_base();
  290. mental_base_ = oldStruct->get_mental_base();
  291. heat_base_ = oldStruct->get_heat_base();
  292. poison_base_ = oldStruct->get_poison_base();
  293. elemental_base_ = oldStruct->get_elemental_base();
  294. noxious_base_ = oldStruct->get_noxious_base();
  295. arcane_base_ = oldStruct->get_arcane_base();
  296. coin_copper_ = oldStruct->get_coin_copper();
  297. coin_silver_ = oldStruct->get_coin_silver();
  298. coin_gold_ = oldStruct->get_coin_gold();
  299. coin_plat_ = oldStruct->get_coin_plat();
  300. bank_coin_copper_ = oldStruct->get_bank_coin_copper();
  301. bank_coin_silver_ = oldStruct->get_bank_coin_silver();
  302. bank_coin_gold_ = oldStruct->get_bank_coin_gold();
  303. bank_coin_plat_ = oldStruct->get_bank_coin_plat();
  304. status_points_ = oldStruct->get_status_points();
  305. deity_ = std::string("");
  306. weight_ = oldStruct->get_weight();
  307. max_weight_ = oldStruct->get_max_weight();
  308. tradeskill_class1_ = oldStruct->get_tradeskill_class1();
  309. tradeskill_class2_ = oldStruct->get_tradeskill_class2();
  310. tradeskill_class3_ = oldStruct->get_tradeskill_class3();
  311. account_age_base_ = oldStruct->get_account_age_base();
  312. memset(account_age_bonus_,0,19);
  313. absorb_ = oldStruct->get_absorb();
  314. xp_ = oldStruct->get_xp();
  315. xp_needed_ = oldStruct->get_xp_needed();
  316. xp_debt_ = oldStruct->get_xp_debt();
  317. xp_yellow_ = oldStruct->get_xp_yellow();
  318. xp_yellow_vitality_bar_ = oldStruct->get_xp_yellow_vitality_bar();
  319. xp_blue_vitality_bar_ = oldStruct->get_xp_blue_vitality_bar();
  320. xp_blue_ = oldStruct->get_xp_blue();
  321. ts_xp_ = oldStruct->get_ts_xp();
  322. ts_xp_needed_ = oldStruct->get_ts_xp_needed();
  323. tradeskill_exp_yellow_ = oldStruct->get_tradeskill_exp_yellow();
  324. tradeskill_exp_blue_ = oldStruct->get_tradeskill_exp_blue();
  325. flags_ = oldStruct->get_flags();
  326. flags2_ = oldStruct->get_flags2();
  327. xp_vitality_ = oldStruct->get_xp_vitality();
  328. tradeskill_xp_vitality_ = oldStruct->get_tradeskill_xp_vitality();
  329. mitigation_skill1_ = oldStruct->get_mitigation_skill1();
  330. mitigation_skill2_ = oldStruct->get_mitigation_skill2();
  331. mitigation_skill3_ = oldStruct->get_mitigation_skill3();
  332. ability_modifier_ = oldStruct->get_ability_modifier();
  333. critical_mitigation_ = oldStruct->get_critical_mitigation();
  334. block_chance_ = oldStruct->get_block_chance();
  335. uncontested_parry_ = oldStruct->get_uncontested_parry();
  336. uncontested_block_ = oldStruct->get_uncontested_block();
  337. uncontested_dodge_ = oldStruct->get_uncontested_dodge();
  338. uncontested_riposte_ = oldStruct->get_uncontested_riposte();
  339. crit_chance_ = oldStruct->get_crit_chance();
  340. crit_bonus_ = oldStruct->get_crit_bonus();
  341. potency_ = oldStruct->get_potency();
  342. hate_mod_ = oldStruct->get_hate_mod();
  343. reuse_speed_ = oldStruct->get_reuse_speed();
  344. casting_speed_ = oldStruct->get_casting_speed();
  345. recovery_speed_ = oldStruct->get_recovery_speed();
  346. spell_reuse_speed_ = oldStruct->get_spell_reuse_speed();
  347. spell_multi_attack_ = oldStruct->get_spell_multi_attack();
  348. dps_ = oldStruct->get_dps();
  349. dps_multiplier_ = oldStruct->get_dps_multiplier();
  350. attackspeed_ = oldStruct->get_attackspeed();
  351. haste_ = oldStruct->get_haste();
  352. multi_attack_ = oldStruct->get_multi_attack();
  353. flurry_ = oldStruct->get_flurry();
  354. melee_ae_ = oldStruct->get_melee_ae();
  355. strikethrough_ = oldStruct->get_strikethrough();
  356. accuracy_ = oldStruct->get_accuracy();
  357. offensivespeed_ = oldStruct->get_offensivespeed();
  358. rain_ = oldStruct->get_rain();
  359. wind_ = oldStruct->get_wind();
  360. alignment_ = oldStruct->get_alignment();
  361. pet_id_ = oldStruct->get_pet_id();
  362. pet_name_ = std::string(oldStruct->get_pet_name());
  363. pet_health_pct_ = oldStruct->get_pet_health_pct();
  364. pet_power_pct_ = oldStruct->get_pet_power_pct();
  365. pet_movement_ = oldStruct->get_pet_movement();
  366. pet_behavior_ = oldStruct->get_pet_behavior();
  367. vision_ = oldStruct->get_vision();
  368. breathe_underwater_ = oldStruct->get_breathe_underwater();
  369. biography_ = std::string(oldStruct->get_biography());
  370. drunk_ = oldStruct->get_drunk();
  371. }
  372. //mutable std::shared_mutex mutex_;
  373. std::string get_name() { std::lock_guard<std::mutex> lk(classMutex); return name_; }
  374. int8 get_class1() { std::lock_guard<std::mutex> lk(classMutex); return class1_; }
  375. int8 get_class2() { std::lock_guard<std::mutex> lk(classMutex); return class2_; }
  376. int8 get_class3() { std::lock_guard<std::mutex> lk(classMutex); return class3_; }
  377. int8 get_race() { std::lock_guard<std::mutex> lk(classMutex); return race_; }
  378. int8 get_gender() { std::lock_guard<std::mutex> lk(classMutex); return gender_; }
  379. int16 get_level() { std::lock_guard<std::mutex> lk(classMutex); return level_; }
  380. int16 get_max_level() { std::lock_guard<std::mutex> lk(classMutex); return max_level_; }
  381. int16 get_tradeskill_level() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_level_; }
  382. int16 get_tradeskill_max_level() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_max_level_; }
  383. int8 get_cur_concentration() { std::lock_guard<std::mutex> lk(classMutex); return cur_concentration_; }
  384. int8 get_max_concentration() { std::lock_guard<std::mutex> lk(classMutex); return max_concentration_; }
  385. int16 get_cur_attack() { std::lock_guard<std::mutex> lk(classMutex); return cur_attack_; }
  386. int16 get_attack_base() { std::lock_guard<std::mutex> lk(classMutex); return attack_base_; }
  387. int16 get_cur_mitigation() { std::lock_guard<std::mutex> lk(classMutex); return cur_mitigation_; }
  388. int16 get_max_mitigation() { std::lock_guard<std::mutex> lk(classMutex); return max_mitigation_; }
  389. int16 get_mitigation_base() { std::lock_guard<std::mutex> lk(classMutex); return mitigation_base_; }
  390. int16 get_avoidance_display() { std::lock_guard<std::mutex> lk(classMutex); return avoidance_display_; }
  391. int16 get_cur_avoidance() { std::lock_guard<std::mutex> lk(classMutex); return cur_avoidance_; }
  392. int16 get_base_avoidance_pct() { std::lock_guard<std::mutex> lk(classMutex); return base_avoidance_pct_; }
  393. int16 get_avoidance_base() { std::lock_guard<std::mutex> lk(classMutex); return avoidance_base_; }
  394. int16 get_parry() { std::lock_guard<std::mutex> lk(classMutex); return parry_; }
  395. int16 get_parry_base() { std::lock_guard<std::mutex> lk(classMutex); return parry_base_; }
  396. int16 get_max_avoidance() { std::lock_guard<std::mutex> lk(classMutex); return max_avoidance_; }
  397. int16 get_deflection() { std::lock_guard<std::mutex> lk(classMutex); return deflection_; }
  398. int16 get_deflection_base() { std::lock_guard<std::mutex> lk(classMutex); return deflection_base_; }
  399. int16 get_block() { std::lock_guard<std::mutex> lk(classMutex); return block_; }
  400. int16 get_block_base() { std::lock_guard<std::mutex> lk(classMutex); return block_base_; }
  401. float get_str() { std::lock_guard<std::mutex> lk(classMutex); return str_; }
  402. float get_sta() { std::lock_guard<std::mutex> lk(classMutex); return sta_; }
  403. float get_agi() { std::lock_guard<std::mutex> lk(classMutex); return agi_; }
  404. float get_wis() { std::lock_guard<std::mutex> lk(classMutex); return wis_; }
  405. float get_intel() { std::lock_guard<std::mutex> lk(classMutex); return intel_; }
  406. float get_str_base() { std::lock_guard<std::mutex> lk(classMutex); return str_base_; }
  407. float get_sta_base() { std::lock_guard<std::mutex> lk(classMutex); return sta_base_; }
  408. float get_agi_base() { std::lock_guard<std::mutex> lk(classMutex); return agi_base_; }
  409. float get_wis_base() { std::lock_guard<std::mutex> lk(classMutex); return wis_base_; }
  410. float get_intel_base() { std::lock_guard<std::mutex> lk(classMutex); return intel_base_; }
  411. int16 get_heat() { std::lock_guard<std::mutex> lk(classMutex); return heat_; }
  412. int16 get_cold() { std::lock_guard<std::mutex> lk(classMutex); return cold_; }
  413. int16 get_magic() { std::lock_guard<std::mutex> lk(classMutex); return magic_; }
  414. int16 get_mental() { std::lock_guard<std::mutex> lk(classMutex); return mental_; }
  415. int16 get_divine() { std::lock_guard<std::mutex> lk(classMutex); return divine_; }
  416. int16 get_disease() { std::lock_guard<std::mutex> lk(classMutex); return disease_; }
  417. int16 get_poison() { std::lock_guard<std::mutex> lk(classMutex); return poison_; }
  418. int16 get_disease_base() { std::lock_guard<std::mutex> lk(classMutex); return disease_base_; }
  419. int16 get_cold_base() { std::lock_guard<std::mutex> lk(classMutex); return cold_base_; }
  420. int16 get_divine_base() { std::lock_guard<std::mutex> lk(classMutex); return divine_base_; }
  421. int16 get_magic_base() { std::lock_guard<std::mutex> lk(classMutex); return magic_base_; }
  422. int16 get_mental_base() { std::lock_guard<std::mutex> lk(classMutex); return mental_base_; }
  423. int16 get_heat_base() { std::lock_guard<std::mutex> lk(classMutex); return heat_base_; }
  424. int16 get_poison_base() { std::lock_guard<std::mutex> lk(classMutex); return poison_base_; }
  425. int16 get_elemental_base() { std::lock_guard<std::mutex> lk(classMutex); return elemental_base_; }
  426. int16 get_noxious_base() { std::lock_guard<std::mutex> lk(classMutex); return noxious_base_; }
  427. int16 get_arcane_base() { std::lock_guard<std::mutex> lk(classMutex); return arcane_base_; }
  428. int32 get_coin_copper() { std::lock_guard<std::mutex> lk(classMutex); return coin_copper_; }
  429. int32 get_coin_silver() { std::lock_guard<std::mutex> lk(classMutex); return coin_silver_; }
  430. int32 get_coin_gold() { std::lock_guard<std::mutex> lk(classMutex); return coin_gold_; }
  431. int32 get_coin_plat() { std::lock_guard<std::mutex> lk(classMutex); return coin_plat_; }
  432. int32 get_bank_coin_copper() { std::lock_guard<std::mutex> lk(classMutex); return bank_coin_copper_; }
  433. int32 get_bank_coin_silver() { std::lock_guard<std::mutex> lk(classMutex); return bank_coin_silver_; }
  434. int32 get_bank_coin_gold() { std::lock_guard<std::mutex> lk(classMutex); return bank_coin_gold_; }
  435. int32 get_bank_coin_plat() { std::lock_guard<std::mutex> lk(classMutex); return bank_coin_plat_; }
  436. int32 get_status_points() { std::lock_guard<std::mutex> lk(classMutex); return status_points_; }
  437. std::string get_deity() { std::lock_guard<std::mutex> lk(classMutex); return deity_; }
  438. int32 get_weight() { std::lock_guard<std::mutex> lk(classMutex); return weight_; }
  439. int32 get_max_weight() { std::lock_guard<std::mutex> lk(classMutex); return max_weight_; }
  440. //SpellEffects* & get_spell_effects() { std::lock_guard<std::mutex> lk(classMutex); return spell_effects_; }
  441. //MaintainedEffects* & get_maintained_effects() { std::lock_guard<std::mutex> lk(classMutex); return maintained_effects_; }
  442. int8 get_tradeskill_class1() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_class1_; }
  443. int8 get_tradeskill_class2() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_class2_; }
  444. int8 get_tradeskill_class3() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_class3_; }
  445. int16 get_account_age_base() { std::lock_guard<std::mutex> lk(classMutex); return account_age_base_; }
  446. int8 get_account_age_bonus(int8 field) { std::lock_guard<std::mutex> lk(classMutex); return account_age_bonus_[field]; }
  447. int16 get_absorb() { std::lock_guard<std::mutex> lk(classMutex); return absorb_; }
  448. int32 get_xp() { std::lock_guard<std::mutex> lk(classMutex); return xp_; }
  449. int32 get_xp_needed() { std::lock_guard<std::mutex> lk(classMutex); return xp_needed_; }
  450. int32 get_xp_debt() { std::lock_guard<std::mutex> lk(classMutex); return xp_debt_; }
  451. int16 get_xp_yellow() { std::lock_guard<std::mutex> lk(classMutex); return xp_yellow_; }
  452. int16 get_xp_yellow_vitality_bar() { std::lock_guard<std::mutex> lk(classMutex); return xp_yellow_vitality_bar_; }
  453. int16 get_xp_blue_vitality_bar() { std::lock_guard<std::mutex> lk(classMutex); return xp_blue_vitality_bar_; }
  454. int16 get_xp_blue() { std::lock_guard<std::mutex> lk(classMutex); return xp_blue_; }
  455. int32 get_ts_xp() { std::lock_guard<std::mutex> lk(classMutex); return ts_xp_; }
  456. int32 get_ts_xp_needed() { std::lock_guard<std::mutex> lk(classMutex); return ts_xp_needed_; }
  457. int16 get_tradeskill_exp_yellow() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_exp_yellow_; }
  458. int16 get_tradeskill_exp_blue() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_exp_blue_; }
  459. int32 get_flags() { std::lock_guard<std::mutex> lk(classMutex); return flags_; }
  460. int32 get_flags2() { std::lock_guard<std::mutex> lk(classMutex); return flags2_; }
  461. float get_xp_vitality() { std::lock_guard<std::mutex> lk(classMutex); return xp_vitality_; }
  462. float get_tradeskill_xp_vitality() { std::lock_guard<std::mutex> lk(classMutex); return tradeskill_xp_vitality_; }
  463. int16 get_mitigation_skill1() { std::lock_guard<std::mutex> lk(classMutex); return mitigation_skill1_; }
  464. int16 get_mitigation_skill2() { std::lock_guard<std::mutex> lk(classMutex); return mitigation_skill2_; }
  465. int16 get_mitigation_skill3() { std::lock_guard<std::mutex> lk(classMutex); return mitigation_skill3_; }
  466. float get_ability_modifier() { std::lock_guard<std::mutex> lk(classMutex); return ability_modifier_; }
  467. float get_critical_mitigation() { std::lock_guard<std::mutex> lk(classMutex); return critical_mitigation_; }
  468. float get_block_chance() { std::lock_guard<std::mutex> lk(classMutex); return block_chance_; }
  469. float get_uncontested_parry() { std::lock_guard<std::mutex> lk(classMutex); return uncontested_parry_; }
  470. float get_uncontested_block() { std::lock_guard<std::mutex> lk(classMutex); return uncontested_block_; }
  471. float get_uncontested_dodge() { std::lock_guard<std::mutex> lk(classMutex); return uncontested_dodge_; }
  472. float get_uncontested_riposte() { std::lock_guard<std::mutex> lk(classMutex); return uncontested_riposte_; }
  473. float get_crit_chance() { std::lock_guard<std::mutex> lk(classMutex); return crit_chance_; }
  474. float get_crit_bonus() { std::lock_guard<std::mutex> lk(classMutex); return crit_bonus_; }
  475. float get_potency() { std::lock_guard<std::mutex> lk(classMutex); return potency_; }
  476. float get_hate_mod() { std::lock_guard<std::mutex> lk(classMutex); return hate_mod_; }
  477. float get_reuse_speed() { std::lock_guard<std::mutex> lk(classMutex); return reuse_speed_; }
  478. float get_casting_speed() { std::lock_guard<std::mutex> lk(classMutex); return casting_speed_; }
  479. float get_recovery_speed() { std::lock_guard<std::mutex> lk(classMutex); return recovery_speed_; }
  480. float get_spell_reuse_speed() { std::lock_guard<std::mutex> lk(classMutex); return spell_reuse_speed_; }
  481. float get_spell_multi_attack() { std::lock_guard<std::mutex> lk(classMutex); return spell_multi_attack_; }
  482. float get_dps() { std::lock_guard<std::mutex> lk(classMutex); return dps_; }
  483. float get_dps_multiplier() { std::lock_guard<std::mutex> lk(classMutex); return dps_multiplier_; }
  484. float get_attackspeed() { std::lock_guard<std::mutex> lk(classMutex); return attackspeed_; }
  485. float get_haste() { std::lock_guard<std::mutex> lk(classMutex); return haste_; }
  486. float get_multi_attack() { std::lock_guard<std::mutex> lk(classMutex); return multi_attack_; }
  487. float get_flurry() { std::lock_guard<std::mutex> lk(classMutex); return flurry_; }
  488. float get_melee_ae() { std::lock_guard<std::mutex> lk(classMutex); return melee_ae_; }
  489. float get_strikethrough() { std::lock_guard<std::mutex> lk(classMutex); return strikethrough_; }
  490. float get_accuracy() { std::lock_guard<std::mutex> lk(classMutex); return accuracy_; }
  491. float get_offensivespeed() { std::lock_guard<std::mutex> lk(classMutex); return offensivespeed_; }
  492. float get_rain() { std::lock_guard<std::mutex> lk(classMutex); return rain_; }
  493. float get_wind() { std::lock_guard<std::mutex> lk(classMutex); return wind_; }
  494. sint8 get_alignment() { std::lock_guard<std::mutex> lk(classMutex); return alignment_; }
  495. int32 get_pet_id() { std::lock_guard<std::mutex> lk(classMutex); return pet_id_; }
  496. std::string get_pet_name() { std::lock_guard<std::mutex> lk(classMutex); return pet_name_; }
  497. float get_pet_health_pct() { std::lock_guard<std::mutex> lk(classMutex); return pet_health_pct_; }
  498. float get_pet_power_pct() { std::lock_guard<std::mutex> lk(classMutex); return pet_power_pct_; }
  499. int8 get_pet_movement() { std::lock_guard<std::mutex> lk(classMutex); return pet_movement_; }
  500. int8 get_pet_behavior() { std::lock_guard<std::mutex> lk(classMutex); return pet_behavior_; }
  501. int8 get_vision() { std::lock_guard<std::mutex> lk(classMutex); return vision_; }
  502. int8 get_breathe_underwater() { std::lock_guard<std::mutex> lk(classMutex); return breathe_underwater_; }
  503. std::string get_biography() { std::lock_guard<std::mutex> lk(classMutex); return biography_; }
  504. float get_drunk() { std::lock_guard<std::mutex> lk(classMutex); return drunk_; }
  505. void set_name(std::string value) { std::lock_guard<std::mutex> lk(classMutex); name_ = value; }
  506. void set_deity(std::string value) { std::lock_guard<std::mutex> lk(classMutex); deity_ = value; }
  507. void set_class1(int8 value) { std::lock_guard<std::mutex> lk(classMutex); class1_ = value; }
  508. void set_class2(int8 value) { std::lock_guard<std::mutex> lk(classMutex); class2_ = value; }
  509. void set_class3(int8 value) { std::lock_guard<std::mutex> lk(classMutex); class3_ = value; }
  510. void set_race(int8 value) { std::lock_guard<std::mutex> lk(classMutex); race_ = value; }
  511. void set_gender(int8 value) { std::lock_guard<std::mutex> lk(classMutex); gender_ = value; }
  512. void set_level(int16 value) { std::lock_guard<std::mutex> lk(classMutex); level_ = value; }
  513. void set_max_level(int16 value) { std::lock_guard<std::mutex> lk(classMutex); max_level_ = value; }
  514. void set_cur_concentration(int8 value) { std::lock_guard<std::mutex> lk(classMutex); cur_concentration_ = value; }
  515. void set_max_concentration(int8 value) { std::lock_guard<std::mutex> lk(classMutex); max_concentration_ = value; }
  516. void add_cur_concentration(int8 value) { std::lock_guard<std::mutex> lk(classMutex); cur_concentration_ += value; }
  517. void add_max_concentration(int8 value) { std::lock_guard<std::mutex> lk(classMutex); max_concentration_ += value; }
  518. void set_cur_attack(int16 value) { std::lock_guard<std::mutex> lk(classMutex); cur_attack_ = value; }
  519. void set_attack_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); attack_base_ = value; }
  520. void set_cur_mitigation(int16 value) { std::lock_guard<std::mutex> lk(classMutex); cur_mitigation_ = value; }
  521. void set_max_mitigation(int16 value) { std::lock_guard<std::mutex> lk(classMutex); max_mitigation_ = value; }
  522. void set_mitigation_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_base_ = value; }
  523. void add_mitigation_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_base_ += value; }
  524. void set_avoidance_display(int16 value) { std::lock_guard<std::mutex> lk(classMutex); avoidance_display_ = value; }
  525. void set_cur_avoidance(int16 value) { std::lock_guard<std::mutex> lk(classMutex); cur_avoidance_ = value; }
  526. void set_base_avoidance_pct(int16 value) { std::lock_guard<std::mutex> lk(classMutex); base_avoidance_pct_ = value; }
  527. void set_avoidance_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); avoidance_base_ = value; }
  528. void set_max_avoidance(int16 value) { std::lock_guard<std::mutex> lk(classMutex); max_avoidance_ = value; }
  529. void set_parry(int16 value) { std::lock_guard<std::mutex> lk(classMutex); parry_ = value; }
  530. void set_parry_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); parry_base_ = value; }
  531. void set_deflection(int16 value) { std::lock_guard<std::mutex> lk(classMutex); deflection_ = value; }
  532. void set_deflection_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); deflection_base_ = value; }
  533. void set_block(int16 value) { std::lock_guard<std::mutex> lk(classMutex); block_ = value; }
  534. void set_block_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); block_base_ = value; }
  535. void set_str(float value) { std::lock_guard<std::mutex> lk(classMutex); str_ = value; }
  536. void set_sta(float value) { std::lock_guard<std::mutex> lk(classMutex); sta_ = value; }
  537. void set_agi(float value) { std::lock_guard<std::mutex> lk(classMutex); agi_ = value; }
  538. void set_wis(float value) { std::lock_guard<std::mutex> lk(classMutex); wis_ = value; }
  539. void set_intel(float value) { std::lock_guard<std::mutex> lk(classMutex); intel_ = value; }
  540. void add_str(float value) { std::lock_guard<std::mutex> lk(classMutex); str_ += value; }
  541. void add_sta(float value) { std::lock_guard<std::mutex> lk(classMutex); sta_ += value; }
  542. void add_agi(float value) { std::lock_guard<std::mutex> lk(classMutex); agi_ += value; }
  543. void add_wis(float value) { std::lock_guard<std::mutex> lk(classMutex); wis_ += value; }
  544. void add_intel(float value) { std::lock_guard<std::mutex> lk(classMutex); intel_ += value; }
  545. void set_str_base(float value) { std::lock_guard<std::mutex> lk(classMutex); str_base_ = value; }
  546. void set_sta_base(float value) { std::lock_guard<std::mutex> lk(classMutex); sta_base_ = value; }
  547. void set_agi_base(float value) { std::lock_guard<std::mutex> lk(classMutex); agi_base_ = value; }
  548. void set_wis_base(float value) { std::lock_guard<std::mutex> lk(classMutex); wis_base_ = value; }
  549. void set_intel_base(float value) { std::lock_guard<std::mutex> lk(classMutex); intel_base_ = value; }
  550. void set_heat(int16 value) { std::lock_guard<std::mutex> lk(classMutex); heat_ = value; }
  551. void set_cold(int16 value) { std::lock_guard<std::mutex> lk(classMutex); cold_ = value; }
  552. void set_magic(int16 value) { std::lock_guard<std::mutex> lk(classMutex); magic_ = value; }
  553. void set_mental(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mental_ = value; }
  554. void set_divine(int16 value) { std::lock_guard<std::mutex> lk(classMutex); divine_ = value; }
  555. void set_disease(int16 value) { std::lock_guard<std::mutex> lk(classMutex); disease_ = value; }
  556. void set_poison(int16 value) { std::lock_guard<std::mutex> lk(classMutex); poison_ = value; }
  557. void add_heat(int16 value) { std::lock_guard<std::mutex> lk(classMutex); heat_ += value; }
  558. void add_cold(int16 value) { std::lock_guard<std::mutex> lk(classMutex); cold_ += value; }
  559. void add_magic(int16 value) { std::lock_guard<std::mutex> lk(classMutex); magic_ += value; }
  560. void add_mental(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mental_ += value; }
  561. void add_divine(int16 value) { std::lock_guard<std::mutex> lk(classMutex); divine_ += value; }
  562. void add_disease(int16 value) { std::lock_guard<std::mutex> lk(classMutex); disease_ += value; }
  563. void add_poison(int16 value) { std::lock_guard<std::mutex> lk(classMutex); poison_ += value; }
  564. void set_disease_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); disease_base_ = value; }
  565. void set_cold_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); cold_base_ = value; }
  566. void set_divine_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); divine_base_ = value; }
  567. void set_magic_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); magic_base_ = value; }
  568. void set_mental_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mental_base_ = value; }
  569. void set_heat_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); heat_base_ = value; }
  570. void set_poison_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); poison_base_ = value; }
  571. void set_elemental_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); elemental_base_ = value; }
  572. void set_noxious_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); noxious_base_ = value; }
  573. void set_arcane_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); arcane_base_ = value; }
  574. void set_tradeskill_level(int16 value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_level_ = value; }
  575. void set_tradeskill_max_level(int16 value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_max_level_ = value; }
  576. void set_tradeskill_class1(int8 value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_class1_ = value; }
  577. void set_tradeskill_class2(int8 value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_class2_ = value; }
  578. void set_tradeskill_class3(int8 value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_class3_ = value; }
  579. void set_account_age_base(int16 value) { std::lock_guard<std::mutex> lk(classMutex); account_age_base_ = value; }
  580. void set_xp_vitality(float value) { std::lock_guard<std::mutex> lk(classMutex); xp_vitality_ = value; }
  581. void add_xp_vitality(float value) { std::lock_guard<std::mutex> lk(classMutex); xp_vitality_ += value; }
  582. void set_tradeskill_xp_vitality(float value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_xp_vitality_ = value; }
  583. void set_absorb(int16 value) { std::lock_guard<std::mutex> lk(classMutex); absorb_ = value; }
  584. void set_xp(int32 value) { std::lock_guard<std::mutex> lk(classMutex); xp_ = value; }
  585. void set_xp_needed(int32 value) { std::lock_guard<std::mutex> lk(classMutex); xp_needed_ = value; }
  586. void set_xp_debt(int32 value) { std::lock_guard<std::mutex> lk(classMutex); xp_debt_ = value; }
  587. void set_xp_yellow(int16 value) { std::lock_guard<std::mutex> lk(classMutex); xp_yellow_ = value; }
  588. void set_xp_blue(int16 value) { std::lock_guard<std::mutex> lk(classMutex); xp_blue_ = value; }
  589. void set_xp_yellow_vitality_bar(int16 value) { std::lock_guard<std::mutex> lk(classMutex); xp_yellow_vitality_bar_ = value; }
  590. void set_xp_blue_vitality_bar(int16 value) { std::lock_guard<std::mutex> lk(classMutex); xp_blue_vitality_bar_ = value; }
  591. void set_ts_xp(int32 value) { std::lock_guard<std::mutex> lk(classMutex); ts_xp_ = value; }
  592. void set_ts_xp_needed(int32 value) { std::lock_guard<std::mutex> lk(classMutex); ts_xp_needed_ = value; }
  593. void set_tradeskill_exp_yellow(int16 value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_exp_yellow_ = value; }
  594. void set_tradeskill_exp_blue(int16 value) { std::lock_guard<std::mutex> lk(classMutex); tradeskill_exp_blue_ = value; }
  595. void set_flags(int32 value) { std::lock_guard<std::mutex> lk(classMutex); flags_ = value; }
  596. void set_flags2(int32 value) { std::lock_guard<std::mutex> lk(classMutex); flags2_ = value; }
  597. void set_coin_plat(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_plat_ = value; }
  598. void set_coin_gold(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_gold_ = value; }
  599. void set_coin_silver(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_silver_ = value; }
  600. void set_coin_copper(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_copper_ = value; }
  601. void add_coin_plat(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_plat_ += value; }
  602. void add_coin_gold(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_gold_ += value; }
  603. void add_coin_silver(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_silver_ += value; }
  604. void add_coin_copper(int32 value) { std::lock_guard<std::mutex> lk(classMutex); coin_copper_ += value; }
  605. void set_bank_coin_plat(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_plat_ = value; }
  606. void set_bank_coin_gold(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_gold_ = value; }
  607. void set_bank_coin_silver(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_silver_ = value; }
  608. void set_bank_coin_copper(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_copper_ = value; }
  609. void add_bank_coin_plat(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_plat_ += value; }
  610. void add_bank_coin_gold(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_gold_ += value; }
  611. void add_bank_coin_silver(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_silver_ += value; }
  612. void add_bank_coin_copper(int32 value) { std::lock_guard<std::mutex> lk(classMutex); bank_coin_copper_ += value; }
  613. void set_status_points(int32 value) { std::lock_guard<std::mutex> lk(classMutex); status_points_ = value; }
  614. void add_status_points(int32 value) { std::lock_guard<std::mutex> lk(classMutex); status_points_ += value; }
  615. void set_mitigation_skill1(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_skill1_ = value; }
  616. void set_mitigation_skill2(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_skill2_ = value; }
  617. void set_mitigation_skill3(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_skill3_ = value; }
  618. void add_mitigation_skill1(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_skill1_ += value; }
  619. void add_mitigation_skill2(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_skill2_ += value; }
  620. void add_mitigation_skill3(int16 value) { std::lock_guard<std::mutex> lk(classMutex); mitigation_skill3_ += value; }
  621. void set_ability_modifier(float value) { std::lock_guard<std::mutex> lk(classMutex); ability_modifier_ = value; }
  622. void add_ability_modifier(float value) { std::lock_guard<std::mutex> lk(classMutex); ability_modifier_ += value; }
  623. void set_critical_mitigation(float value) { std::lock_guard<std::mutex> lk(classMutex); critical_mitigation_ = value; }
  624. void add_critical_mitigation(float value) { std::lock_guard<std::mutex> lk(classMutex); critical_mitigation_ += value; }
  625. void set_block_chance(float value) { std::lock_guard<std::mutex> lk(classMutex); block_chance_ = value; }
  626. void set_uncontested_parry(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_parry_ = value; }
  627. void set_uncontested_block(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_block_ = value; }
  628. void set_uncontested_dodge(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_dodge_ = value; }
  629. void set_uncontested_riposte(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_riposte_ = value; }
  630. void set_crit_chance(float value) { std::lock_guard<std::mutex> lk(classMutex); crit_chance_ = value; }
  631. void set_crit_bonus(float value) { std::lock_guard<std::mutex> lk(classMutex); crit_bonus_ = value; }
  632. void set_potency(float value) { std::lock_guard<std::mutex> lk(classMutex); potency_ = value; }
  633. void set_hate_mod(float value) { std::lock_guard<std::mutex> lk(classMutex); hate_mod_ = value; }
  634. void set_reuse_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); reuse_speed_ = value; }
  635. void set_casting_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); casting_speed_ = value; }
  636. void set_recovery_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); recovery_speed_ = value; }
  637. void set_spell_reuse_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); spell_reuse_speed_ = value; }
  638. void set_spell_multi_attack(float value) { std::lock_guard<std::mutex> lk(classMutex); spell_multi_attack_ = value; }
  639. void set_dps(float value) { std::lock_guard<std::mutex> lk(classMutex); dps_ = value; }
  640. void set_dps_multiplier(float value) { std::lock_guard<std::mutex> lk(classMutex); dps_multiplier_ = value; }
  641. void set_attackspeed(float value) { std::lock_guard<std::mutex> lk(classMutex); attackspeed_ = value; }
  642. void set_haste(float value) { std::lock_guard<std::mutex> lk(classMutex); haste_ = value; }
  643. void set_multi_attack(float value) { std::lock_guard<std::mutex> lk(classMutex); multi_attack_ = value; }
  644. void set_flurry(float value) { std::lock_guard<std::mutex> lk(classMutex); flurry_ = value; }
  645. void set_melee_ae(float value) { std::lock_guard<std::mutex> lk(classMutex); melee_ae_ = value; }
  646. void set_strikethrough(float value) { std::lock_guard<std::mutex> lk(classMutex); strikethrough_ = value; }
  647. void set_accuracy(float value) { std::lock_guard<std::mutex> lk(classMutex); accuracy_ = value; }
  648. void set_offensivespeed(float value) { std::lock_guard<std::mutex> lk(classMutex); offensivespeed_ = value; }
  649. void set_rain(float value) { std::lock_guard<std::mutex> lk(classMutex); rain_ = value; }
  650. void set_wind(float value) { std::lock_guard<std::mutex> lk(classMutex); wind_ = value; }
  651. void add_block_chance(float value) { std::lock_guard<std::mutex> lk(classMutex); block_chance_ += value; }
  652. void add_uncontested_parry(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_parry_ += value; }
  653. void add_uncontested_block(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_block_ += value; }
  654. void add_uncontested_dodge(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_dodge_ += value; }
  655. void add_uncontested_riposte(float value) { std::lock_guard<std::mutex> lk(classMutex); uncontested_riposte_ += value; }
  656. void add_crit_chance(float value) { std::lock_guard<std::mutex> lk(classMutex); crit_chance_ += value; }
  657. void add_crit_bonus(float value) { std::lock_guard<std::mutex> lk(classMutex); crit_bonus_ += value; }
  658. void add_potency(float value) { std::lock_guard<std::mutex> lk(classMutex); potency_ += value; }
  659. void add_hate_mod(float value) { std::lock_guard<std::mutex> lk(classMutex); hate_mod_ += value; }
  660. void add_reuse_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); reuse_speed_ += value; }
  661. void add_casting_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); casting_speed_ += value; }
  662. void add_recovery_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); recovery_speed_ += value; }
  663. void add_spell_reuse_speed(float value) { std::lock_guard<std::mutex> lk(classMutex); spell_reuse_speed_ += value; }
  664. void add_spell_multi_attack(float value) { std::lock_guard<std::mutex> lk(classMutex); spell_multi_attack_ += value; }
  665. void add_dps(float value) { std::lock_guard<std::mutex> lk(classMutex); dps_ += value; }
  666. void add_dps_multiplier(float value) { std::lock_guard<std::mutex> lk(classMutex); dps_multiplier_ += value; }
  667. void add_attackspeed(float value) { std::lock_guard<std::mutex> lk(classMutex); attackspeed_ += value; }
  668. void add_haste(float value) { std::lock_guard<std::mutex> lk(classMutex); haste_ += value; }
  669. void add_multi_attack(float value) { std::lock_guard<std::mutex> lk(classMutex); multi_attack_ += value; }
  670. void add_flurry(float value) { std::lock_guard<std::mutex> lk(classMutex); flurry_ += value; }
  671. void add_melee_ae(float value) { std::lock_guard<std::mutex> lk(classMutex); melee_ae_ += value; }
  672. void add_strikethrough(float value) { std::lock_guard<std::mutex> lk(classMutex); strikethrough_ += value; }
  673. void add_accuracy(float value) { std::lock_guard<std::mutex> lk(classMutex); accuracy_ += value; }
  674. void add_offensivespeed(float value) { std::lock_guard<std::mutex> lk(classMutex); offensivespeed_ += value; }
  675. void add_rain(float value) { std::lock_guard<std::mutex> lk(classMutex); rain_ += value; }
  676. void add_wind(float value) { std::lock_guard<std::mutex> lk(classMutex); wind_ += value; }
  677. void set_alignment(int8 value) { std::lock_guard<std::mutex> lk(classMutex); alignment_ = value; }
  678. void set_pet_id(int32 value) { std::lock_guard<std::mutex> lk(classMutex); pet_id_ = value; }
  679. void set_pet_name(std::string value) { std::lock_guard<std::mutex> lk(classMutex); pet_name_ = value; }
  680. void set_pet_movement(int8 value) { std::lock_guard<std::mutex> lk(classMutex); pet_movement_ = value; }
  681. void set_pet_behavior(int8 value) { std::lock_guard<std::mutex> lk(classMutex); pet_behavior_ = value; }
  682. void set_pet_health_pct(float value) { std::lock_guard<std::mutex> lk(classMutex); pet_health_pct_ = value; }
  683. void set_pet_power_pct(float value) { std::lock_guard<std::mutex> lk(classMutex); pet_power_pct_ = value; }
  684. void set_weight(int32 value) { std::lock_guard<std::mutex> lk(classMutex); weight_ = value; }
  685. void set_max_weight(int32 value) { std::lock_guard<std::mutex> lk(classMutex); max_weight_ = value; }
  686. void set_vision(int8 value) { std::lock_guard<std::mutex> lk(classMutex); vision_ = value; }
  687. void set_breathe_underwater(int8 value) { std::lock_guard<std::mutex> lk(classMutex); breathe_underwater_ = value; }
  688. void set_drunk(float value) { std::lock_guard<std::mutex> lk(classMutex); drunk_ = value; }
  689. void set_biography(std::string value) { std::lock_guard<std::mutex> lk(classMutex); biography_ = value; }
  690. void ResetEffects(Spawn* spawn)
  691. {
  692. for(int i=0;i<45;i++){
  693. if(i<30){
  694. maintained_effects[i].spell_id = 0xFFFFFFFF;
  695. if (spawn->IsPlayer())
  696. maintained_effects[i].icon = 0xFFFF;
  697. }
  698. spell_effects[i].spell_id = 0xFFFFFFFF;
  699. spell_effects[i].spell = nullptr;
  700. }
  701. }
  702. // maintained via their own mutex
  703. SpellEffects spell_effects[45];
  704. MaintainedEffects maintained_effects[30];
  705. private:
  706. std::string name_;
  707. int8 class1_;
  708. int8 class2_;
  709. int8 class3_;
  710. int8 race_;
  711. int8 gender_;
  712. int16 level_;
  713. int16 max_level_;
  714. int16 tradeskill_level_;
  715. int16 tradeskill_max_level_;
  716. int8 cur_concentration_;
  717. int8 max_concentration_;
  718. int16 cur_attack_;
  719. int16 attack_base_;
  720. int16 cur_mitigation_;
  721. int16 max_mitigation_;
  722. int16 mitigation_base_;
  723. int16 avoidance_display_;
  724. int16 cur_avoidance_;
  725. int16 base_avoidance_pct_;
  726. int16 avoidance_base_;
  727. int16 max_avoidance_;
  728. int16 parry_;
  729. int16 parry_base_;
  730. int16 deflection_;
  731. int16 deflection_base_;
  732. int16 block_;
  733. int16 block_base_;
  734. float str_; //int16
  735. float sta_; //int16
  736. float agi_;//int16
  737. float wis_;//int16
  738. float intel_;//int16
  739. float str_base_;//int16
  740. float sta_base_;//int16
  741. float agi_base_;//int16
  742. float wis_base_;//int16
  743. float intel_base_;//int16
  744. int16 heat_;
  745. int16 cold_;
  746. int16 magic_;
  747. int16 mental_;
  748. int16 divine_;
  749. int16 disease_;
  750. int16 poison_;
  751. int16 disease_base_;
  752. int16 cold_base_;
  753. int16 divine_base_;
  754. int16 magic_base_;
  755. int16 mental_base_;
  756. int16 heat_base_;
  757. int16 poison_base_;
  758. int16 elemental_base_;
  759. int16 noxious_base_;
  760. int16 arcane_base_;
  761. int32 coin_copper_;
  762. int32 coin_silver_;
  763. int32 coin_gold_;
  764. int32 coin_plat_;
  765. int32 bank_coin_copper_;
  766. int32 bank_coin_silver_;
  767. int32 bank_coin_gold_;
  768. int32 bank_coin_plat_;
  769. int32 status_points_;
  770. std::string deity_;
  771. int32 weight_;
  772. int32 max_weight_;
  773. int8 tradeskill_class1_;
  774. int8 tradeskill_class2_;
  775. int8 tradeskill_class3_;
  776. int16 account_age_base_;
  777. int8 account_age_bonus_[19];
  778. int16 absorb_;
  779. int32 xp_;
  780. int32 xp_needed_;
  781. int32 xp_debt_;
  782. int16 xp_yellow_;
  783. int16 xp_yellow_vitality_bar_;
  784. int16 xp_blue_vitality_bar_;
  785. int16 xp_blue_;
  786. int32 ts_xp_;
  787. int32 ts_xp_needed_;
  788. int16 tradeskill_exp_yellow_;
  789. int16 tradeskill_exp_blue_;
  790. int32 flags_;
  791. int32 flags2_;
  792. float xp_vitality_;
  793. float tradeskill_xp_vitality_;
  794. int16 mitigation_skill1_;
  795. int16 mitigation_skill2_;
  796. int16 mitigation_skill3_;
  797. float ability_modifier_;
  798. float critical_mitigation_;
  799. float block_chance_;
  800. float uncontested_parry_;
  801. float uncontested_block_;
  802. float uncontested_dodge_;
  803. float uncontested_riposte_;
  804. float crit_chance_;
  805. float crit_bonus_;
  806. float potency_;
  807. float hate_mod_;
  808. float reuse_speed_;
  809. float casting_speed_;
  810. float recovery_speed_;
  811. float spell_reuse_speed_;
  812. float spell_multi_attack_;
  813. float dps_;
  814. float dps_multiplier_;
  815. float attackspeed_;
  816. float haste_;
  817. float multi_attack_;
  818. float flurry_;
  819. float melee_ae_;
  820. float strikethrough_;
  821. float accuracy_;
  822. float offensivespeed_;
  823. float rain_;
  824. float wind_;
  825. sint8 alignment_;
  826. int32 pet_id_;
  827. std::string pet_name_;
  828. float pet_health_pct_;
  829. float pet_power_pct_;
  830. int8 pet_movement_;
  831. int8 pet_behavior_;
  832. int8 vision_;
  833. int8 breathe_underwater_;
  834. std::string biography_;
  835. float drunk_;
  836. // when PacketStruct is fixed for C++17 this should become a shared_mutex and handle read/write lock
  837. std::mutex classMutex;
  838. };
  839. struct WardInfo {
  840. LuaSpell* Spell;
  841. int32 BaseDamage;
  842. int32 DamageLeft;
  843. int8 WardType;
  844. int8 DamageType;
  845. bool keepWard;
  846. int32 DamageAbsorptionPercentage;
  847. int32 DamageAbsorptionMaxHealthPercent;
  848. int32 RedirectDamagePercent;
  849. int32 LastRedirectDamage;
  850. int32 LastAbsorbedDamage;
  851. int32 HitCount;
  852. int32 MaxHitCount;
  853. bool AbsorbAllDamage; // damage is always absorbed, usually spells based on hits, when we pass damage in AddWard as 0 this will be set to true
  854. };
  855. #define WARD_TYPE_ALL 0
  856. #define WARD_TYPE_PHYSICAL 1
  857. #define WARD_TYPE_MAGICAL 2
  858. struct Proc {
  859. LuaSpell* spell;
  860. Item* item;
  861. float chance;
  862. int32 spellid;
  863. };
  864. #define PROC_TYPE_OFFENSIVE 1
  865. #define PROC_TYPE_DEFENSIVE 2
  866. #define PROC_TYPE_PHYSICAL_OFFENSIVE 3
  867. #define PROC_TYPE_PHYSICAL_DEFENSIVE 4
  868. #define PROC_TYPE_MAGICAL_OFFENSIVE 5
  869. #define PROC_TYPE_MAGICAL_DEFENSIVE 6
  870. #define PROC_TYPE_BLOCK 7
  871. #define PROC_TYPE_PARRY 8
  872. #define PROC_TYPE_RIPOSTE 9
  873. #define PROC_TYPE_EVADE 10
  874. #define PROC_TYPE_HEALING 11
  875. #define PROC_TYPE_BENEFICIAL 12
  876. #define PROC_TYPE_DEATH 13
  877. #define PROC_TYPE_KILL 14
  878. #define PROC_TYPE_DAMAGED 15
  879. #define PROC_TYPE_DAMAGED_MELEE 16
  880. #define PROC_TYPE_DAMAGED_MAGIC 17
  881. #define PROC_TYPE_RANGED_ATTACK 18
  882. #define PROC_TYPE_RANGED_DEFENSE 19
  883. struct ThreatTransfer {
  884. int32 Target;
  885. float Amount;
  886. LuaSpell* Spell;
  887. };
  888. #define DET_TYPE_TRAUMA 1
  889. #define DET_TYPE_ARCANE 2
  890. #define DET_TYPE_NOXIOUS 3
  891. #define DET_TYPE_ELEMENTAL 4
  892. #define DET_TYPE_CURSE 5
  893. #define DISPELL_TYPE_CURE 0
  894. #define DISPELL_TYPE_DISPELL 1
  895. #define CONTROL_EFFECT_TYPE_MEZ 1
  896. #define CONTROL_EFFECT_TYPE_STIFLE 2
  897. #define CONTROL_EFFECT_TYPE_DAZE 3
  898. #define CONTROL_EFFECT_TYPE_STUN 4
  899. #define CONTROL_EFFECT_TYPE_ROOT 5
  900. #define CONTROL_EFFECT_TYPE_FEAR 6
  901. #define CONTROL_EFFECT_TYPE_WALKUNDERWATER 7
  902. #define CONTROL_EFFECT_TYPE_JUMPUNDERWATER 8
  903. #define CONTROL_EFFECT_TYPE_INVIS 9
  904. #define CONTROL_EFFECT_TYPE_STEALTH 10
  905. #define CONTROL_EFFECT_TYPE_SNARE 11
  906. #define CONTROL_EFFECT_TYPE_FLIGHT 12
  907. #define CONTROL_EFFECT_TYPE_GLIDE 13
  908. #define CONTROL_EFFECT_TYPE_SAFEFALL 14
  909. #define CONTROL_MAX_EFFECTS 15 // always +1 to highest control effect
  910. #define IMMUNITY_TYPE_MEZ 1
  911. #define IMMUNITY_TYPE_STIFLE 2
  912. #define IMMUNITY_TYPE_DAZE 3
  913. #define IMMUNITY_TYPE_STUN 4
  914. #define IMMUNITY_TYPE_ROOT 5
  915. #define IMMUNITY_TYPE_FEAR 6
  916. #define IMMUNITY_TYPE_AOE 7
  917. //class Spell;
  918. //class ZoneServer;
  919. //The entity class is for NPCs and Players, spawns which are able to fight
  920. class Entity : public Spawn{
  921. public:
  922. Entity();
  923. virtual ~Entity();
  924. void MapInfoStruct();
  925. virtual float GetShieldBlockChance();
  926. virtual float GetDodgeChance();
  927. virtual void AddMaintainedSpell(LuaSpell* spell);
  928. virtual void AddSpellEffect(LuaSpell* spell);
  929. virtual void RemoveMaintainedSpell(LuaSpell* spell);
  930. virtual void RemoveSpellEffect(LuaSpell* spell);
  931. virtual bool HasActiveMaintainedSpell(Spell* spell, Spawn* target);
  932. virtual bool HasActiveSpellEffect(Spell* spell, Spawn* target);
  933. virtual void AddSkillBonus(int32 spell_id, int32 skill_id, float value);
  934. void AddDetrimentalSpell(LuaSpell* spell);
  935. DetrimentalEffects* GetDetrimentalEffect(int32 spell_id, Entity* caster);
  936. virtual MaintainedEffects* GetMaintainedSpell(int32 spell_id);
  937. void RemoveDetrimentalSpell(LuaSpell* spell);
  938. void SetDeity(int8 new_deity){
  939. deity = new_deity;
  940. }
  941. int8 GetDeity(){ return deity; }
  942. EquipmentItemList* GetEquipmentList();
  943. bool IsEntity(){ return true; }
  944. void CalculateBonuses();
  945. float CalculateBonusMod();
  946. float CalculateDPSMultiplier();
  947. float CalculateCastingSpeedMod();
  948. InfoStruct* GetInfoStruct();
  949. int16 GetStr();
  950. int16 GetSta();
  951. int16 GetInt();
  952. int16 GetWis();
  953. int16 GetAgi();
  954. int16 GetPrimaryStat();
  955. int16 GetHeatResistance();
  956. int16 GetColdResistance();
  957. int16 GetMagicResistance();
  958. int16 GetMentalResistance();
  959. int16 GetDivineResistance();
  960. int16 GetDiseaseResistance();
  961. int16 GetPoisonResistance();
  962. int16 GetStrBase();
  963. int16 GetStaBase();
  964. int16 GetIntBase();
  965. int16 GetWisBase();
  966. int16 GetAgiBase();
  967. int16 GetHeatResistanceBase();
  968. int16 GetColdResistanceBase();
  969. int16 GetMagicResistanceBase();
  970. int16 GetMentalResistanceBase();
  971. int16 GetDivineResistanceBase();
  972. int16 GetDiseaseResistanceBase();
  973. int16 GetPoisonResistanceBase();
  974. int8 GetConcentrationCurrent();
  975. int8 GetConcentrationMax();
  976. sint8 GetAlignment();
  977. void SetAlignment(sint8 new_value);
  978. bool HasMoved(bool include_heading);
  979. void SetHPRegen(int16 new_val);
  980. void SetPowerRegen(int16 new_val);
  981. int16 GetHPRegen();
  982. int16 GetPowerRegen();
  983. void DoRegenUpdate();
  984. MaintainedEffects* GetFreeMaintainedSpellSlot();
  985. SpellEffects* GetFreeSpellEffectSlot();
  986. SpellEffects* GetSpellEffect(int32 id, Entity* caster = 0);
  987. //flags
  988. int32 GetFlags() { return info_struct.get_flags(); }
  989. int32 GetFlags2() { return info_struct.get_flags2(); }
  990. bool query_flags(int flag) {
  991. if (flag > 63) return false;
  992. if (flag < 32) return ((info_struct.get_flags() & (1 << flag))?true:false);
  993. return ((info_struct.get_flags2() & (1 << (flag - 32)))?true:false);
  994. }
  995. float GetMaxSpeed();
  996. void SetMaxSpeed(float val);
  997. //combat stuff:
  998. int32 GetRangeLastAttackTime();
  999. void SetRangeLastAttackTime(int32 time);
  1000. int16 GetRangeAttackDelay();
  1001. int16 GetRangeWeaponDelay() {return ranged_combat_data.ranged_weapon_delay;}
  1002. void SetRangeWeaponDelay(int16 new_delay) {ranged_combat_data.ranged_weapon_delay = new_delay * 100;}
  1003. void SetRangeAttackDelay(int16 new_delay) {ranged_combat_data.ranged_attack_delay = new_delay;}
  1004. int32 GetPrimaryLastAttackTime();
  1005. int16 GetPrimaryAttackDelay();
  1006. void SetPrimaryAttackDelay(int16 new_delay);
  1007. void SetPrimaryLastAttackTime(int32 new_time);
  1008. void SetPrimaryWeaponDelay(int16 new_delay) {melee_combat_data.primary_weapon_delay = new_delay * 100;}
  1009. int32 GetSecondaryLastAttackTime();
  1010. int16 GetSecondaryAttackDelay();
  1011. void SetSecondaryAttackDelay(int16 new_delay);
  1012. void SetSecondaryLastAttackTime(int32 new_time);
  1013. void SetSecondaryWeaponDelay(int16 new_delay) {melee_combat_data.primary_weapon_delay = new_delay * 100;}
  1014. int32 GetPrimaryWeaponMinDamage();
  1015. int32 GetPrimaryWeaponMaxDamage();
  1016. int32 GetSecondaryWeaponMinDamage();
  1017. int32 GetSecondaryWeaponMaxDamage();
  1018. int32 GetRangedWeaponMinDamage();
  1019. int32 GetRangedWeaponMaxDamage();
  1020. int8 GetPrimaryWeaponType();
  1021. int8 GetSecondaryWeaponType();
  1022. int8 GetRangedWeaponType();
  1023. int8 GetWieldType();
  1024. int16 GetPrimaryWeaponDelay() {return melee_combat_data.primary_weapon_delay;}
  1025. int16 GetSecondaryWeaponDelay() {return melee_combat_data.secondary_weapon_delay;}
  1026. bool IsDualWield();
  1027. bool BehindTarget(Spawn* target);
  1028. bool FlankingTarget(Spawn* target);
  1029. void ChangePrimaryWeapon();
  1030. void ChangeSecondaryWeapon();
  1031. void ChangeRangedWeapon();
  1032. virtual Skill* GetSkillByName(const char* name, bool check_update = false);
  1033. bool AttackAllowed(Entity* target, float distance = 0, bool range_attack = false);
  1034. bool PrimaryWeaponReady();
  1035. bool SecondaryWeaponReady();
  1036. bool RangeWeaponReady();
  1037. void MeleeAttack(Spawn* victim, float distance, bool primary, bool multi_attack = false);
  1038. void RangeAttack(Spawn* victim, float distance, Item* weapon, Item* ammo, bool multi_attack = false);
  1039. bool SpellAttack(Spawn* victim, float distance, LuaSpell* luaspell, int8 damage_type, int32 low_damage, int32 high_damage, int8 crit_mod = 0, bool no_calcs = false);
  1040. bool ProcAttack(Spawn* victim, int8 damage_type, int32 low_damage, int32 high_damage, string name, string success_msg, string effect_msg);
  1041. bool SpellHeal(Spawn* target, float distance, LuaSpell* luaspell, string heal_type, int32 low_heal, int32 high_heal, int8 crit_mod = 0, bool no_calcs = false, string custom_spell_name="");
  1042. int8 DetermineHit(Spawn* victim, int8 damage_type, float ToHitBonus, bool spell);
  1043. float GetDamageTypeResistPercentage(int8 damage_type);
  1044. Skill* GetSkillByWeaponType(int8 type, bool update);
  1045. bool DamageSpawn(Entity* victim, int8 type, int8 damage_type, int32 low_damage, int32 high_damage, const char* spell_name, int8 crit_mod = 0, bool is_tick = false, bool no_damage_calcs = false, bool ignore_attacker = false);
  1046. void AddHate(Entity* attacker, sint32 hate);
  1047. bool CheckInterruptSpell(Entity* attacker);
  1048. void KillSpawn(Spawn* dead, int8 damage_type = 0, int16 kill_blow_type = 0);
  1049. void SetAttackDelay(bool primary = false, bool ranged = false);
  1050. float CalculateAttackSpeedMod();
  1051. virtual void ProcessCombat();
  1052. bool EngagedInCombat();
  1053. virtual void InCombat(bool val);
  1054. bool IsCasting();
  1055. void IsCasting(bool val);
  1056. void SetMount(int16 mount_id, int8 red = 0xFF, int8 green = 0xFF, int8 blue = 0xFF, bool setUpdateFlags = true)
  1057. {
  1058. if (mount_id == 0) {
  1059. EQ2_Color color;
  1060. color.red = 0;
  1061. color.green = 0;
  1062. color.blue = 0;
  1063. SetMountColor(&color);
  1064. SetMountSaddleColor(&color);
  1065. }
  1066. else
  1067. {
  1068. EQ2_Color color;
  1069. color.red = red;
  1070. color.green = green;
  1071. color.blue = blue;
  1072. SetMountColor(&color);
  1073. SetMountSaddleColor(&color);
  1074. }
  1075. SetInfo(&features.mount_model_type, mount_id, setUpdateFlags);
  1076. }
  1077. void SetEquipment(Item* item, int8 slot = 255);
  1078. void SetEquipment(int8 slot, int16 type, int8 red, int8 green, int8 blue, int8 h_r, int8 h_g, int8 h_b){
  1079. SetInfo(&equipment.equip_id[slot], type);
  1080. SetInfo(&equipment.color[slot].red, red);
  1081. SetInfo(&equipment.color[slot].green, green);
  1082. SetInfo(&equipment.color[slot].blue, blue);
  1083. SetInfo(&equipment.highlight[slot].red, h_r);
  1084. SetInfo(&equipment.highlight[slot].green, h_g);
  1085. SetInfo(&equipment.highlight[slot].blue, h_b);
  1086. }
  1087. void SetHairType(int16 new_val, bool setUpdateFlags = true){
  1088. SetInfo(&features.hair_type, new_val, setUpdateFlags);
  1089. }
  1090. void SetHairColor(EQ2_Color new_val, bool setUpdateFlags = true){
  1091. SetInfo(&features.hair_type_color, new_val, setUpdateFlags);
  1092. }
  1093. void SetHairHighlightColor(EQ2_Color new_val, bool setUpdateFlags = true){
  1094. SetInfo(&features.hair_type_highlight_color, new_val, setUpdateFlags);
  1095. }
  1096. void SetFacialHairType(int16 new_val, bool setUpdateFlags = true){
  1097. SetInfo(&features.hair_face_type, new_val, setUpdateFlags);
  1098. }
  1099. void SetFacialHairColor(EQ2_Color new_val, bool setUpdateFlags = true){
  1100. SetInfo(&features.hair_face_color, new_val, setUpdateFlags);
  1101. }
  1102. void SetFacialHairHighlightColor(EQ2_Color new_val, bool setUpdateFlags = true){
  1103. SetInfo(&features.hair_face_highlight_color, new_val, setUpdateFlags);
  1104. }
  1105. void SetWingType(int16 new_val, bool setUpdateFlags = true){
  1106. SetInfo(&features.wing_type, new_val, setUpdateFlags);
  1107. }
  1108. void SetWingColor1(EQ2_Color new_val, bool setUpdateFlags = true){
  1109. SetInfo(&features.wing_color1, new_val, setUpdateFlags);
  1110. }
  1111. void SetWingColor2(EQ2_Color new_val, bool setUpdateFlags = true){
  1112. SetInfo(&features.wing_color2, new_val, setUpdateFlags);
  1113. }
  1114. void SetChestType(int16 new_val, bool setUpdateFlags = true){
  1115. SetInfo(&features.chest_type, new_val, setUpdateFlags);
  1116. }
  1117. void SetLegsType(int16 new_val, bool setUpdateFlags = true){
  1118. SetInfo(&features.legs_type, new_val, setUpdateFlags);
  1119. }
  1120. void SetSogaHairType(int16 new_val, bool setUpdateFlags = true){
  1121. SetInfo(&features.soga_hair_type, new_val, setUpdateFlags);
  1122. }
  1123. void SetSogaFacialHairType(int16 new_val, bool setUpdateFlags = true){
  1124. SetInfo(&features.soga_hair_face_type, new_val, setUpdateFlags);
  1125. }
  1126. void SetSogaChestType(int16 new_val, bool setUpdateFlags = true){
  1127. SetInfo(&features.soga_chest_type, new_val, setUpdateFlags);
  1128. }
  1129. void SetSogaLegType(int16 new_val, bool setUpdateFlags = true){
  1130. SetInfo(&features.soga_legs_type, new_val, setUpdateFlags);
  1131. }
  1132. void SetSkinColor(EQ2_Color color){
  1133. SetInfo(&features.skin_color, color);
  1134. }
  1135. void SetCombatVoice(int16 val, bool setUpdateFlags = true) {
  1136. SetInfo(&features.combat_voice, val, setUpdateFlags);
  1137. }
  1138. void SetEmoteVoice(int16 val, bool setUpdateFlags = true) {
  1139. SetInfo(&features.emote_voice, val, setUpdateFlags);
  1140. }
  1141. int16 GetCombatVoice(){ return features.combat_voice; }
  1142. int16 GetEmoteVoice(){ return features.emote_voice; }
  1143. int16 GetMount(){ return features.mount_model_type; }
  1144. void SetMountSaddleColor(EQ2_Color* color){
  1145. SetInfo(&features.mount_saddle_color, *color);
  1146. }
  1147. void SetMountColor(EQ2_Color* color){
  1148. SetInfo(&features.mount_color, *color);
  1149. }
  1150. void SetEyeColor(EQ2_Color eye_color){
  1151. SetInfo(&features.eye_color, eye_color);
  1152. }
  1153. int16 GetHairType(){
  1154. return features.hair_type;
  1155. }
  1156. int16 GetFacialHairType(){
  1157. return features.hair_face_type;
  1158. }
  1159. int16 GetWingType(){
  1160. return features.wing_type;
  1161. }
  1162. int16 GetChestType(){
  1163. return features.chest_type;
  1164. }
  1165. int16 GetLegsType(){
  1166. return features.legs_type;
  1167. }
  1168. int16 GetSogaHairType(){
  1169. return features.soga_hair_type;
  1170. }
  1171. int16 GetSogaFacialHairType(){
  1172. return features.soga_hair_face_type;
  1173. }
  1174. int16 GetSogaChestType(){
  1175. return features.soga_chest_type;
  1176. }
  1177. int16 GetSogaLegType(){
  1178. return features.soga_legs_type;
  1179. }
  1180. EQ2_Color* GetSkinColor(){
  1181. return &features.skin_color;
  1182. }
  1183. EQ2_Color* GetEyeColor(){
  1184. return &features.eye_color;
  1185. }
  1186. EQ2_Color* GetMountSaddleColor(){
  1187. return &features.mount_saddle_color;
  1188. }
  1189. EQ2_Color* GetMountColor(){
  1190. return &features.mount_color;
  1191. }
  1192. EQ2_Equipment equipment;
  1193. CharFeatures features;
  1194. void AddSpellBonus(LuaSpell* spell, int16 type, float value, int64 class_req =0, vector<int16> race_req = vector<int16>(), vector<int16> faction_req = vector<int16>());
  1195. BonusValues* GetSpellBonus(int32 spell_id);
  1196. vector<BonusValues*>* GetAllSpellBonuses(LuaSpell* spell);
  1197. bool CheckSpellBonusRemoval(LuaSpell* spell, int16 type);
  1198. void RemoveSpellBonus(const LuaSpell* spell);
  1199. void CalculateSpellBonuses(ItemStatsValues* stats);
  1200. void AddMezSpell(LuaSpell* spell);
  1201. void RemoveMezSpell(LuaSpell* spell);
  1202. void RemoveAllMezSpells();
  1203. bool IsMezzed();
  1204. void AddStifleSpell(LuaSpell* spell);
  1205. void RemoveStifleSpell(LuaSpell* spell);
  1206. bool IsStifled();
  1207. void AddDazeSpell(LuaSpell* spell);
  1208. void RemoveDazeSpell(LuaSpell* spell);
  1209. bool IsDazed();
  1210. void AddStunSpell(LuaSpell* spell);
  1211. void RemoveStunSpell(LuaSpell* spell);
  1212. bool IsStunned();
  1213. bool IsMezzedOrStunned() {return IsMezzed() || IsStunned();}
  1214. void AddRootSpell(LuaSpell* spell);
  1215. void RemoveRootSpell(LuaSpell* spell);
  1216. bool IsRooted();
  1217. void AddFearSpell(LuaSpell* spell);
  1218. void RemoveFearSpell(LuaSpell* spell);
  1219. bool IsFeared();
  1220. void AddSnareSpell(LuaSpell* spell);
  1221. void RemoveSnareSpell(LuaSpell* spell);
  1222. void SetSnareValue(LuaSpell* spell, float snare_val);
  1223. bool IsSnared();
  1224. float GetHighestSnare();
  1225. bool HasControlEffect(int8 type);
  1226. void HaltMovement();
  1227. void SetCombatPet(Entity* pet) { this->pet = pet; }
  1228. void SetCharmedPet(Entity* pet) { charmedPet = pet; }
  1229. void SetDeityPet(Entity* pet) { deityPet = pet; }
  1230. void SetCosmeticPet(Entity* pet) { cosmeticPet = pet; }
  1231. Entity* GetPet() { return pet; }
  1232. Entity* GetCharmedPet() { return charmedPet; }
  1233. Entity* GetDeityPet() { return deityPet; }
  1234. Entity* GetCosmeticPet() { return cosmeticPet; }
  1235. /// <summary>Check to see if the entity has a combat pet</summary>
  1236. /// <returns>True if the entity has a combat pet</returns>
  1237. bool HasPet() { return (pet || charmedPet) ? true : false; }
  1238. void HideDeityPet(bool val);
  1239. void HideCosmeticPet(bool val);
  1240. void DismissPet(NPC* pet, bool from_death = false, bool spawnListLocked = false);
  1241. /// <summary>Creates a loot chest to drop in the world</summary>
  1242. /// <returns>Pointer to the chest</returns>
  1243. NPC* DropChest();
  1244. /// <summary>Add a ward to the entities ward list</summary>
  1245. /// <param name='spellID'>Spell id of the ward to add</param>
  1246. /// <param name='ward'>WardInfo* of the ward we are adding</parma>
  1247. void AddWard(int32 spellID, WardInfo* ward);
  1248. /// <summary>Gets ward info for the given spell id</summary>
  1249. /// <param name='spellID'>The spell id of the ward we want to get</param>
  1250. /// <returns>WardInfo for the given spell id</returns>
  1251. WardInfo* GetWard(int32 spellID);
  1252. /// <summary>Removes the ward with the given spell id</summary>
  1253. /// <param name='spellID'>The spell id of the ward to remove</param>
  1254. void RemoveWard(int32 spellID);
  1255. /// <summary>Subtracts the given damage from the wards</summary>
  1256. /// <param name='damage'>The damage to subtract from the wards</param>
  1257. /// <returns>The amount of damage left after wards</returns>
  1258. int32 CheckWards(Entity* attacker, int32 damage, int8 damage_type);
  1259. map<int16, float> stats;
  1260. /// <summary>Adds a proc to the list of current procs</summary>
  1261. /// <param name='type'>The type of proc to add</param>
  1262. /// <param name='chance'>The percent chance the proc has to go off</param>
  1263. /// <param name='item'>The item the proc is coming from if any</param>
  1264. /// <param name='spell'>The spell the proc is coming from if any</param>
  1265. void AddProc(int8 type, float chance, Item* item = 0, LuaSpell* spell = 0);
  1266. /// <summary>Removes a proc from the list of current procs</summary>
  1267. /// <param name='item'>Item the proc is from</param>
  1268. /// <param name='spell'>Spell the proc is from</param>
  1269. void RemoveProc(Item* item = 0, LuaSpell* spell = 0);
  1270. /// <summary>Cycles through the proc list and executes them if they can go off</summary>
  1271. /// <param name='type'>The proc type to check</param>
  1272. /// <param name='target'>The target of the proc if it goes off</param>
  1273. void CheckProcs(int8 type, Spawn* target);
  1274. /// <summary>Clears the entire proc list</summary>
  1275. void ClearProcs();
  1276. float GetSpeed();
  1277. float GetAirSpeed();
  1278. float GetBaseSpeed() { return base_speed; }
  1279. void SetSpeed(float val, bool override_ = false) { if ((base_speed == 0.0f && val > 0.0f) || override_) base_speed = val; speed = val; }
  1280. void SetSpeedMultiplier(float val) { speed_multiplier = val; }
  1281. void SetThreatTransfer(ThreatTransfer* transfer) { m_threatTransfer = transfer; }
  1282. ThreatTransfer* GetThreatTransfer() { return m_threatTransfer; }
  1283. int8 GetTraumaCount();
  1284. int8 GetArcaneCount();
  1285. int8 GetNoxiousCount();
  1286. int8 GetElementalCount();
  1287. int8 GetCurseCount();
  1288. int8 GetDetTypeCount(int8 det_type);
  1289. int8 GetDetCount();
  1290. bool HasCurableDetrimentType(int8 det_type);
  1291. Mutex* GetDetrimentMutex();
  1292. Mutex* GetMaintainedMutex();
  1293. Mutex* GetSpellEffectMutex();
  1294. void ClearAllDetriments();
  1295. void CureDetrimentByType(int8 cure_count, int8 det_type, string cure_name, Entity* caster, int8 cure_level = 0);
  1296. void CureDetrimentByControlEffect(int8 cure_count, int8 det_type, string cure_name, Entity* caster, int8 cure_level = 0);
  1297. vector<DetrimentalEffects>* GetDetrimentalSpellEffects();
  1298. void RemoveEffectsFromLuaSpell(LuaSpell* spell);
  1299. virtual void RemoveSkillBonus(int32 spell_id);
  1300. virtual bool CanSeeInvis(Entity* target);
  1301. void CancelAllStealth();
  1302. bool IsStealthed();
  1303. bool IsInvis();
  1304. void AddInvisSpell(LuaSpell* spell);
  1305. void AddStealthSpell(LuaSpell* spell);
  1306. void RemoveStealthSpell(LuaSpell* spell);
  1307. void RemoveInvisSpell(LuaSpell* spell);
  1308. void AddWaterwalkSpell(LuaSpell* spell);
  1309. void AddWaterjumpSpell(LuaSpell* spell);
  1310. void RemoveWaterwalkSpell(LuaSpell* spell);
  1311. void RemoveWaterjumpSpell(LuaSpell* spell);
  1312. void AddAOEImmunity(LuaSpell* spell);
  1313. bool IsAOEImmune();
  1314. void RemoveAOEImmunity(LuaSpell* spell);
  1315. void AddStunImmunity(LuaSpell* spell);
  1316. void RemoveStunImmunity(LuaSpell* spell);
  1317. bool IsStunImmune();
  1318. void AddStifleImmunity(LuaSpell* spell);
  1319. void RemoveStifleImmunity(LuaSpell* spell);
  1320. bool IsStifleImmune();
  1321. void AddMezImmunity(LuaSpell* spell);
  1322. void RemoveMezImmunity(LuaSpell* spell);
  1323. bool IsMezImmune();
  1324. void AddRootImmunity(LuaSpell* spell);
  1325. void RemoveRootImmunity(LuaSpell* spell);
  1326. bool IsRootImmune();
  1327. void AddFearImmunity(LuaSpell* spell);
  1328. void RemoveFearImmunity(LuaSpell* spell);
  1329. bool IsFearImmune();
  1330. void AddDazeImmunity(LuaSpell* spell);
  1331. void RemoveDazeImmunity(LuaSpell* spell);
  1332. bool IsDazeImmune();
  1333. void AddFlightSpell(LuaSpell* spell);
  1334. void RemoveFlightSpell(LuaSpell* spell);
  1335. void AddSafefallSpell(LuaSpell* spell);
  1336. void RemoveSafefallSpell(LuaSpell* spell);
  1337. void AddGlideSpell(LuaSpell* spell);
  1338. void RemoveGlideSpell(LuaSpell* spell);
  1339. GroupMemberInfo* GetGroupMemberInfo() { return group_member_info; }
  1340. void SetGroupMemberInfo(GroupMemberInfo* info) { group_member_info = info; }
  1341. void UpdateGroupMemberInfo(bool inGroupMgrLock=false, bool groupMembersLocked=false);
  1342. void CustomizeAppearance(PacketStruct* packet);
  1343. Trade* trade;
  1344. // Keep track of entities that hate this spawn.
  1345. set<int32> HatedBy;
  1346. Mutex MCommandMutex;
  1347. bool HasSeeInvisSpell() { return hasSeeInvisSpell; }
  1348. void SetSeeInvisSpell(bool val) { hasSeeInvisSpell = val; }
  1349. bool HasSeeHideSpell() { return hasSeeHideSpell; }
  1350. void SetSeeHideSpell(bool val) { hasSeeHideSpell = val; }
  1351. void SetInfoStruct(InfoStruct* struct_) { info_struct.SetInfoStruct(struct_); }
  1352. std::string GetInfoStructString(std::string field);
  1353. int8 GetInfoStructInt8(std::string field);
  1354. int16 GetInfoStructInt16(std::string field);
  1355. int32 GetInfoStructInt32(std::string field);
  1356. int64 GetInfoStructInt64(std::string field);
  1357. sint8 GetInfoStructSInt8(std::string field);
  1358. sint16 GetInfoStructSInt16(std::string field);
  1359. sint32 GetInfoStructSInt32(std::string field);
  1360. sint64 GetInfoStructSInt64(std::string field);
  1361. int64 GetInfoStructUInt(std::string field);
  1362. sint64 GetInfoStructSInt(std::string field);
  1363. float GetInfoStructFloat(std::string field);
  1364. bool SetInfoStructString(std::string field, std::string value);
  1365. bool SetInfoStructInt8(std::string field, int8 value);
  1366. bool SetInfoStructInt16(std::string field, int16 value);
  1367. bool SetInfoStructInt32(std::string field, int32 value);
  1368. bool SetInfoStructInt64(std::string field, int64 value);
  1369. bool SetInfoStructSInt8(std::string field, sint8 value);
  1370. bool SetInfoStructSInt16(std::string field, sint16 value);
  1371. bool SetInfoStructSInt32(std::string field, sint32 value);
  1372. bool SetInfoStructSInt64(std::string field, sint64 value);
  1373. bool SetInfoStructUInt(std::string field, int64 value);
  1374. bool SetInfoStructSInt(std::string field, sint64 value);
  1375. bool SetInfoStructFloat(std::string field, float value);
  1376. protected:
  1377. bool in_combat;
  1378. private:
  1379. MutexList<BonusValues*> bonus_list;
  1380. map<int8, MutexList<LuaSpell*>*> control_effects;
  1381. map<int8, MutexList<LuaSpell*>*> immunities;
  1382. float max_speed;
  1383. int8 deity;
  1384. sint16 regen_hp_rate;
  1385. sint16 regen_power_rate;
  1386. float last_x;
  1387. float last_y;
  1388. float last_z;
  1389. float last_heading;
  1390. bool casting;
  1391. InfoStruct info_struct;
  1392. CombatData melee_combat_data;
  1393. CombatData ranged_combat_data;
  1394. map<int8, int8> det_count_list;
  1395. Mutex MDetriments;
  1396. Mutex MMaintainedSpells;
  1397. Mutex MSpellEffects;
  1398. vector<DetrimentalEffects> detrimental_spell_effects;
  1399. // Pointers for the 4 types of pets (Summon, Charm, Deity, Cosmetic)
  1400. Entity* pet;
  1401. Entity* charmedPet;
  1402. Entity* deityPet;
  1403. Entity* cosmeticPet;
  1404. // int32 = spell id, WardInfo* = pointer to ward info
  1405. map<int32, WardInfo*> m_wardList;
  1406. // int8 = type, vector<Proc*> = list of pointers to proc info
  1407. map <int8, vector<Proc*> > m_procList;
  1408. Mutex MProcList;
  1409. /// <summary>Actually calls the lua script to cast the proc</summary>
  1410. /// <param name='proc'>Proc to be cast</param>
  1411. /// <param name='type'>Type of proc going off</type>
  1412. /// <param name='target'>Target of the proc</param>
  1413. bool CastProc(Proc* proc, int8 type, Spawn* target);
  1414. float base_speed;
  1415. float speed;
  1416. float speed_multiplier;
  1417. map<LuaSpell*, float> snare_values;
  1418. ThreatTransfer* m_threatTransfer;
  1419. GroupMemberInfo* group_member_info;
  1420. bool hasSeeInvisSpell;
  1421. bool hasSeeHideSpell;
  1422. // GETs
  1423. map<string, boost::function<float()> > get_float_funcs;
  1424. map<string, boost::function<int64()> > get_int64_funcs;
  1425. map<string, boost::function<int32()> > get_int32_funcs;
  1426. map<string, boost::function<int16()> > get_int16_funcs;
  1427. map<string, boost::function<int8()> > get_int8_funcs;
  1428. map<string, boost::function<sint64()> > get_sint64_funcs;
  1429. map<string, boost::function<sint32()> > get_sint32_funcs;
  1430. map<string, boost::function<sint16()> > get_sint16_funcs;
  1431. map<string, boost::function<sint8()> > get_sint8_funcs;
  1432. map<string, boost::function<std::string()> > get_string_funcs;
  1433. // SETs
  1434. map<string, boost::function<void(float)> > set_float_funcs;
  1435. map<string, boost::function<void(int64)> > set_int64_funcs;
  1436. map<string, boost::function<void(int32)> > set_int32_funcs;
  1437. map<string, boost::function<void(int16)> > set_int16_funcs;
  1438. map<string, boost::function<void(int8)> > set_int8_funcs;
  1439. map<string, boost::function<void(sint64)> > set_sint64_funcs;
  1440. map<string, boost::function<void(sint32)> > set_sint32_funcs;
  1441. map<string, boost::function<void(sint16)> > set_sint16_funcs;
  1442. map<string, boost::function<void(sint8)> > set_sint8_funcs;
  1443. map<string, boost::function<void(std::string)> > set_string_funcs;
  1444. };
  1445. #endif