Spells.cpp 89 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459
  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 "Spells.h"
  17. #include "../common/ConfigReader.h"
  18. #include "WorldDatabase.h"
  19. #include "../common/Log.h"
  20. #include "Traits/Traits.h"
  21. #include "AltAdvancement/AltAdvancement.h"
  22. #include <cmath>
  23. #include "LuaInterface.h"
  24. #include "Rules/Rules.h"
  25. #include <boost/regex.hpp>
  26. extern ConfigReader configReader;
  27. extern WorldDatabase database;
  28. extern MasterTraitList master_trait_list;
  29. extern MasterAAList master_aa_list;
  30. extern MasterSpellList master_spell_list;
  31. extern LuaInterface* lua_interface;
  32. extern MasterSkillList master_skill_list;
  33. extern RuleManager rule_manager;
  34. Spell::Spell(){
  35. spell = new SpellData;
  36. heal_spell = false;
  37. buff_spell = false;
  38. damage_spell = false;
  39. control_spell = false;
  40. offense_spell = false;
  41. copied_spell = false;
  42. }
  43. Spell::Spell(Spell* host_spell, bool unique_spell)
  44. {
  45. std::shared_lock lock(host_spell->MSpellInfo);
  46. copied_spell = true;
  47. spell = new SpellData;
  48. if (host_spell->GetSpellData())
  49. {
  50. if(!unique_spell) {
  51. spell->id = host_spell->GetSpellData()->id;
  52. }
  53. else {
  54. // try inheriting an existing custom spell id, otherwise obtain the new highest number on the spell list
  55. int32 tmpid = lua_interface->GetFreeCustomSpellID();
  56. if (tmpid)
  57. spell->id = tmpid;
  58. else
  59. {
  60. spell->id = master_spell_list.GetNewMaxSpellID();
  61. }
  62. }
  63. spell->inherited_spell_id = host_spell->GetSpellData()->inherited_spell_id;
  64. spell->affect_only_group_members = host_spell->GetSpellData()->affect_only_group_members;
  65. spell->call_frequency = host_spell->GetSpellData()->call_frequency;
  66. spell->can_effect_raid = host_spell->GetSpellData()->can_effect_raid;
  67. spell->casting_flags = host_spell->GetSpellData()->casting_flags;
  68. spell->cast_time = host_spell->GetSpellData()->cast_time;
  69. spell->cast_type = host_spell->GetSpellData()->cast_type;
  70. spell->cast_while_moving = host_spell->GetSpellData()->cast_while_moving;
  71. spell->class_skill = host_spell->GetSpellData()->class_skill;
  72. spell->min_class_skill_req = host_spell->GetSpellData()->min_class_skill_req;
  73. spell->control_effect_type = host_spell->GetSpellData()->control_effect_type;
  74. spell->description = EQ2_16BitString(host_spell->GetSpellData()->description);
  75. spell->det_type = host_spell->GetSpellData()->det_type;
  76. spell->display_spell_tier = host_spell->GetSpellData()->display_spell_tier;
  77. spell->dissonance_req = host_spell->GetSpellData()->dissonance_req;
  78. spell->dissonance_req_percent = host_spell->GetSpellData()->dissonance_req_percent;
  79. spell->dissonance_upkeep = host_spell->GetSpellData()->dissonance_upkeep;
  80. spell->duration1 = host_spell->GetSpellData()->duration1;
  81. spell->duration2 = host_spell->GetSpellData()->duration2;
  82. spell->duration_until_cancel = host_spell->GetSpellData()->duration_until_cancel;
  83. spell->effect_message = string(host_spell->GetSpellData()->effect_message);
  84. spell->fade_message = string(host_spell->GetSpellData()->fade_message);
  85. spell->fade_message_others = string(host_spell->GetSpellData()->fade_message_others);
  86. spell->friendly_spell = host_spell->GetSpellData()->friendly_spell;
  87. spell->group_spell = host_spell->GetSpellData()->group_spell;
  88. spell->hit_bonus = host_spell->GetSpellData()->hit_bonus;
  89. spell->hp_req = host_spell->GetSpellData()->hp_req;
  90. spell->hp_req_percent = host_spell->GetSpellData()->hp_req_percent;
  91. spell->hp_upkeep = host_spell->GetSpellData()->hp_upkeep;
  92. spell->icon = host_spell->GetSpellData()->icon;
  93. spell->icon_backdrop = host_spell->GetSpellData()->icon_backdrop;
  94. spell->icon_heroic_op = host_spell->GetSpellData()->icon_heroic_op;
  95. spell->incurable = host_spell->GetSpellData()->incurable;
  96. spell->interruptable = host_spell->GetSpellData()->interruptable;
  97. spell->is_aa = host_spell->GetSpellData()->is_aa;
  98. spell->is_active = host_spell->GetSpellData()->is_active;
  99. spell->linked_timer = host_spell->GetSpellData()->linked_timer;
  100. spell->lua_script = string(host_spell->GetSpellData()->lua_script);
  101. spell->mastery_skill = host_spell->GetSpellData()->mastery_skill;
  102. spell->max_aoe_targets = host_spell->GetSpellData()->max_aoe_targets;
  103. spell->min_range = host_spell->GetSpellData()->min_range;
  104. spell->name = EQ2_8BitString(host_spell->GetSpellData()->name);
  105. spell->not_maintained = host_spell->GetSpellData()->not_maintained;
  106. spell->num_levels = host_spell->GetSpellData()->num_levels;
  107. spell->persist_through_death = host_spell->GetSpellData()->persist_through_death;
  108. spell->power_by_level = host_spell->GetSpellData()->power_by_level;
  109. spell->power_req = host_spell->GetSpellData()->power_req;
  110. spell->power_req_percent = host_spell->GetSpellData()->power_req_percent;
  111. spell->power_upkeep = host_spell->GetSpellData()->power_upkeep;
  112. spell->radius = host_spell->GetSpellData()->radius;
  113. spell->range = host_spell->GetSpellData()->range;
  114. spell->recast = host_spell->GetSpellData()->recast;
  115. spell->recovery = host_spell->GetSpellData()->recovery;
  116. spell->req_concentration = host_spell->GetSpellData()->req_concentration;
  117. spell->resistibility = host_spell->GetSpellData()->resistibility;
  118. spell->savagery_req = host_spell->GetSpellData()->savagery_req;
  119. spell->savagery_req_percent = host_spell->GetSpellData()->savagery_req_percent;
  120. spell->savagery_upkeep = host_spell->GetSpellData()->savagery_upkeep;
  121. spell->savage_bar = host_spell->GetSpellData()->savage_bar;
  122. spell->savage_bar_slot = host_spell->GetSpellData()->savage_bar_slot;
  123. spell->soe_spell_crc = host_spell->GetSpellData()->soe_spell_crc;
  124. spell->spell_book_type = host_spell->GetSpellData()->spell_book_type;
  125. spell->spell_name_crc = host_spell->GetSpellData()->spell_name_crc;
  126. spell->spell_type = host_spell->GetSpellData()->spell_type;
  127. spell->spell_visual = host_spell->GetSpellData()->spell_visual;
  128. spell->success_message = string(host_spell->GetSpellData()->success_message);
  129. spell->target_type = host_spell->GetSpellData()->target_type;
  130. spell->tier = host_spell->GetSpellData()->tier;
  131. spell->ts_loc_index = host_spell->GetSpellData()->ts_loc_index;
  132. spell->type = host_spell->GetSpellData()->type;
  133. spell->type_group_spell_id = host_spell->GetSpellData()->type_group_spell_id;
  134. spell->can_fizzle = host_spell->GetSpellData()->can_fizzle;
  135. }
  136. heal_spell = host_spell->IsHealSpell();
  137. buff_spell = host_spell->IsBuffSpell();
  138. damage_spell = host_spell->IsDamageSpell();;
  139. control_spell = host_spell->IsControlSpell();
  140. offense_spell = host_spell->IsOffenseSpell();
  141. std::vector<LevelArray*>::iterator itr;
  142. for (itr = host_spell->levels.begin(); itr != host_spell->levels.end(); itr++)
  143. {
  144. LevelArray* lvlArray = *itr;
  145. AddSpellLevel(lvlArray->adventure_class, lvlArray->tradeskill_class, lvlArray->spell_level);
  146. }
  147. std::vector<SpellDisplayEffect*>::iterator sdeitr;
  148. for (sdeitr = host_spell->effects.begin(); sdeitr != host_spell->effects.end(); sdeitr++)
  149. {
  150. SpellDisplayEffect* sde = *sdeitr;
  151. AddSpellEffect(sde->percentage, sde->subbullet, sde->description);
  152. }
  153. vector<LUAData*>::iterator luaitr;
  154. for (luaitr = host_spell->lua_data.begin(); luaitr != host_spell->lua_data.end(); luaitr++) {
  155. LUAData* data = *luaitr;
  156. AddSpellLuaData(data->type, data->int_value, data->int_value2, data->float_value, data->float_value2, data->bool_value, string(data->string_value), string(data->string_value2), string(data->string_helper));
  157. }
  158. }
  159. Spell::Spell(SpellData* in_spell){
  160. spell = in_spell;
  161. heal_spell = false;
  162. buff_spell = false;
  163. damage_spell = false;
  164. control_spell = false;
  165. offense_spell = false;
  166. copied_spell = false;
  167. }
  168. Spell::~Spell(){
  169. vector<LevelArray*>::iterator itr1;
  170. for(itr1=levels.begin();itr1!=levels.end();itr1++) {
  171. safe_delete(*itr1);
  172. }
  173. vector<SpellDisplayEffect*>::iterator itr2;
  174. for(itr2=effects.begin();itr2!=effects.end();itr2++) {
  175. safe_delete(*itr2);
  176. }
  177. vector<LUAData*>::iterator itr3;
  178. for(itr3=lua_data.begin();itr3!=lua_data.end();itr3++) {
  179. safe_delete(*itr3);
  180. }
  181. safe_delete(spell);
  182. }
  183. void Spell::AddSpellLuaData(int8 type, int int_value, int int_value2, float float_value, float float_value2, bool bool_value, string string_value, string string_value2, string helper){
  184. std::unique_lock lock(MSpellInfo);
  185. LUAData* data = new LUAData;
  186. data->type = type;
  187. data->int_value = int_value;
  188. data->int_value2 = int_value2;
  189. data->float_value = float_value;
  190. data->float_value2 = float_value2;
  191. data->bool_value = bool_value;
  192. data->string_value = string_value;
  193. data->string_value2 = string_value2;
  194. data->string_helper = helper;
  195. lua_data.push_back(data);
  196. }
  197. void Spell::AddSpellLuaDataInt(int value, int value2, string helper) {
  198. std::unique_lock lock(MSpellInfo);
  199. LUAData *data = new LUAData;
  200. data->type = 0;
  201. data->int_value = value;
  202. data->int_value2 = value2;
  203. data->float_value = 0;
  204. data->float_value2 = 0;
  205. data->bool_value = false;
  206. data->string_helper = helper;
  207. lua_data.push_back(data);
  208. }
  209. void Spell::AddSpellLuaDataFloat(float value, float value2, string helper) {
  210. std::unique_lock lock(MSpellInfo);
  211. LUAData *data = new LUAData;
  212. data->type = 1;
  213. data->int_value = 0;
  214. data->int_value2 = 0;
  215. data->float_value = value;
  216. data->float_value2 = value2;
  217. data->bool_value = false;
  218. data->string_helper = helper;
  219. lua_data.push_back(data);
  220. }
  221. void Spell::AddSpellLuaDataBool(bool value, string helper) {
  222. std::unique_lock lock(MSpellInfo);
  223. LUAData *data = new LUAData;
  224. data->type = 2;
  225. data->int_value = 0;
  226. data->float_value = 0;
  227. data->bool_value = value;
  228. data->string_helper = helper;
  229. lua_data.push_back(data);
  230. }
  231. void Spell::AddSpellLuaDataString(string value, string value2,string helper) {
  232. std::unique_lock lock(MSpellInfo);
  233. LUAData *data = new LUAData;
  234. data->type = 3;
  235. data->int_value = 0;
  236. data->int_value2 = 0;
  237. data->float_value = 0;
  238. data->float_value2 = 0;
  239. data->bool_value = false;
  240. data->string_value = value;
  241. data->string_value2 = value2;
  242. data->string_helper = helper;
  243. lua_data.push_back(data);
  244. }
  245. int16 Spell::GetLevelRequired(Player* player){
  246. int16 ret = 0xFFFF;
  247. if(!player)
  248. return ret;
  249. LevelArray* level = 0;
  250. vector<LevelArray*>::iterator itr;
  251. for(itr = levels.begin(); itr != levels.end(); itr++){
  252. level = *itr;
  253. if(level && level->adventure_class == player->GetAdventureClass()){
  254. ret = level->spell_level/10;
  255. break;
  256. }
  257. }
  258. return ret;
  259. }
  260. void Spell::SetAAPacketInformation(PacketStruct* packet, AltAdvanceData* data, Client* client, bool display_tier) {
  261. int8 current_tier = client->GetPlayer()->GetSpellTier(spell->id);
  262. Spell* next_spell;
  263. SpellData* spell2;
  264. if (data->maxRank > current_tier) {
  265. next_spell = master_spell_list.GetSpell(spell->id, current_tier + 1);
  266. spell2 = next_spell->GetSpellData();
  267. }
  268. SpellDisplayEffect* effect2;
  269. //next_spell->effects[1]->description;
  270. int xxx = 0;
  271. int16 hp_req = 0;
  272. int16 power_req = 0;
  273. if (current_tier > 0) {
  274. packet->setSubstructDataByName("spell_info", "current_id", spell->id);
  275. packet->setSubstructDataByName("spell_info", "current_icon", spell->icon);
  276. packet->setSubstructDataByName("spell_info", "current_icon2", spell->icon_heroic_op); // fix struct element name eventually
  277. packet->setSubstructDataByName("spell_info", "current_icontype", spell->icon_backdrop); // fix struct element name eventually
  278. if (packet->GetVersion() >= 63119) {
  279. packet->setSubstructDataByName("spell_info", "current_version", 0x04);
  280. packet->setSubstructDataByName("spell_info", "current_sub_version", 0x24);
  281. }
  282. else if (packet->GetVersion() >= 58617) {
  283. packet->setSubstructDataByName("spell_info", "current_version", 0x03);
  284. packet->setSubstructDataByName("spell_info", "current_sub_version", 0x131A);
  285. }
  286. else {
  287. packet->setSubstructDataByName("spell_info", "current_version", 0x00);
  288. packet->setSubstructDataByName("spell_info", "current_sub_version", 0xD9);
  289. }
  290. packet->setSubstructDataByName("spell_info", "current_type", spell->type);
  291. packet->setSubstructDataByName("spell_info", "unknown_MJ1d", 1); //63119 test
  292. packet->setSubstructDataByName("spell_info", "current_class_skill", spell->class_skill);
  293. packet->setSubstructDataByName("spell_info", "current_mastery_skill", spell->mastery_skill);
  294. packet->setSubstructDataByName("spell_info", "duration_flag", spell->duration_until_cancel);
  295. if (client && spell->type != 2) {
  296. sint8 spell_text_color = client->GetPlayer()->GetArrowColor(GetLevelRequired(client->GetPlayer()));
  297. if (spell_text_color != ARROW_COLOR_WHITE && spell_text_color != ARROW_COLOR_RED && spell_text_color != ARROW_COLOR_GRAY)
  298. spell_text_color = ARROW_COLOR_WHITE;
  299. spell_text_color -= 6;
  300. if (spell_text_color < 0)
  301. spell_text_color *= -1;
  302. packet->setSubstructDataByName("spell_info", "current_spell_text_color", (xxx == 1 ? 0xFFFFFFFF : spell_text_color));
  303. }
  304. else {
  305. packet->setSubstructDataByName("spell_info", "current_spell_text_color", (xxx == 1 ? 0xFFFFFFFF : 3));
  306. }
  307. packet->setSubstructDataByName("spell_info", "current_spell_text_color", (xxx == 1 ? 0xFFFFFFFF : 3));
  308. packet->setSubstructDataByName("spell_info", "current_tier", (spell->tier));
  309. if (spell->type != 2) {
  310. packet->setArrayLengthByName("current_num_levels", 0);
  311. for (int32 i = 0; i < levels.size(); i++) {
  312. packet->setArrayDataByName("spell_info_aa_adventure_class", levels[i]->adventure_class, i);
  313. packet->setArrayDataByName("spell_info_aa_tradeskill_class", levels[i]->tradeskill_class, i);
  314. packet->setArrayDataByName("spell_info_aa_spell_level", levels[i]->spell_level, i);
  315. }
  316. }
  317. //packet->setSubstructDataByName("spell_info","unknown9", 20);
  318. if (client) {
  319. hp_req = GetHPRequired(client->GetPlayer());
  320. power_req = GetPowerRequired(client->GetPlayer());
  321. // might need version checks around these?
  322. if (client->GetVersion() >= 1193)
  323. {
  324. int16 savagery_req = GetSavageryRequired(client->GetPlayer()); // dunno why we need to do this
  325. packet->setSubstructDataByName("spell_info", "current_savagery_req", savagery_req);
  326. packet->setSubstructDataByName("spell_info", "current_savagery_upkeep", spell->savagery_upkeep);
  327. }
  328. if (client->GetVersion() >= 57048)
  329. {
  330. int16 dissonance_req = GetDissonanceRequired(client->GetPlayer()); // dunno why we need to do this
  331. packet->setSubstructDataByName("spell_info", "dissonance_req", dissonance_req);
  332. packet->setSubstructDataByName("spell_info", "dissonance_upkeep", spell->dissonance_upkeep);
  333. }
  334. }
  335. packet->setSubstructDataByName("spell_info", "current_health_req", hp_req);
  336. packet->setSubstructDataByName("spell_info", "current_health_upkeep", spell->hp_upkeep);
  337. packet->setSubstructDataByName("spell_info", "current_power_req", power_req);
  338. packet->setSubstructDataByName("spell_info", "current_power_upkeep", spell->power_upkeep);
  339. packet->setSubstructDataByName("spell_info", "current_req_concentration", spell->req_concentration);
  340. //unknown1 savagery???
  341. packet->setSubstructDataByName("spell_info", "current_cast_time", spell->cast_time);
  342. packet->setSubstructDataByName("spell_info", "current_recovery", spell->recovery);
  343. packet->setSubstructDataByName("spell_info", "current_recast", spell->recast);
  344. packet->setSubstructDataByName("spell_info", "current_radius", spell->radius);
  345. packet->setSubstructDataByName("spell_info", "current_max_aoe_targets", spell->max_aoe_targets);
  346. packet->setSubstructDataByName("spell_info", "current_friendly_spell", spell->friendly_spell);
  347. // rumber of reagents with array
  348. packet->setSubstructArrayLengthByName("spell_info", "current_num_effects", (xxx == 1 ? 0 : effects.size()));
  349. for (int32 i = 0; i < effects.size(); i++) {
  350. packet->setArrayDataByName("current_subbulletflag", effects[i]->subbullet, i);
  351. string effect_message;
  352. if (effects[i]->description.length() > 0) {
  353. effect_message = effects[i]->description;
  354. if (effect_message.find("%LM") < 0xFFFFFFFF) {
  355. int string_index = effect_message.find("%LM");
  356. int data_index = stoi(effect_message.substr(string_index + 3, 2));
  357. float value;
  358. if (lua_data[data_index]->type == 1)
  359. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  360. else
  361. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  362. string strValue = to_string(value);
  363. strValue.erase(strValue.find_last_not_of('0') + 1, std::string::npos);
  364. effect_message.replace(effect_message.find("%LM"), 5, strValue);
  365. }
  366. // Magic damage min
  367. if (effect_message.find("%DML") < 0xFFFFFFFF) {
  368. int string_index = effect_message.find("%DML");
  369. int data_index = stoi(effect_message.substr(string_index + 4, 2));
  370. float value;
  371. if (lua_data[data_index]->type == 1)
  372. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  373. else
  374. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  375. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  376. string damage = to_string((int)round(value));
  377. effect_message.replace(effect_message.find("%DML"), 6, damage);
  378. }
  379. // Magic damage max
  380. if (effect_message.find("%DMH") < 0xFFFFFFFF) {
  381. int string_index = effect_message.find("%DMH");
  382. int data_index = stoi(effect_message.substr(string_index + 4, 2));
  383. float value;
  384. if (lua_data[data_index]->type == 1)
  385. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  386. else
  387. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  388. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  389. string damage = to_string((int)round(value));
  390. effect_message.replace(effect_message.find("%DMH"), 6, damage);
  391. }
  392. // level based Magic damage min
  393. if (effect_message.find("%LDML") < 0xFFFFFFFF) {
  394. int string_index = effect_message.find("%LDML");
  395. int data_index = stoi(effect_message.substr(string_index + 5, 2));
  396. float value;
  397. if (lua_data[data_index]->type == 1)
  398. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  399. else
  400. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  401. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  402. string damage = to_string((int)round(value));
  403. effect_message.replace(effect_message.find("%LDML"), 7, damage);
  404. }
  405. // level based Magic damage max
  406. if (effect_message.find("%LDMH") < 0xFFFFFFFF) {
  407. int string_index = effect_message.find("%LDMH");
  408. int data_index = stoi(effect_message.substr(string_index + 5, 2));
  409. float value;
  410. if (lua_data[data_index]->type == 1)
  411. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  412. else
  413. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  414. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  415. string damage = to_string((int)round(value));
  416. effect_message.replace(effect_message.find("%LDMH"), 7, damage);
  417. }
  418. //GetZone()->SimpleMessage(CHANNEL_COLOR_SPELL_EFFECT, effect_message.c_str(), victim, 50);
  419. packet->setArrayDataByName("current_effect", effect_message.c_str(), i);
  420. }
  421. packet->setArrayDataByName("current_percentage", effects[i]->percentage, i);
  422. }
  423. if (display_tier == true)
  424. packet->setSubstructDataByName("spell_info", "current_display_spell_tier", 1);// spell2->display_spell_tier);
  425. else
  426. packet->setSubstructDataByName("spell_info", "current_display_spell_tier", 1);// 0);
  427. packet->setSubstructDataByName("spell_info", "current_unknown_1", 1);// 0);
  428. //unkown1_1
  429. packet->setSubstructDataByName("spell_info", "current_minimum_range", spell->min_range);
  430. packet->setSubstructDataByName("spell_info", "current_range", spell->range);
  431. packet->setSubstructDataByName("spell_info", "current_duration_1", spell->duration1);
  432. packet->setSubstructDataByName("spell_info", "current_duration_2", spell->duration2);
  433. packet->setSubstructDataByName("spell_info", "current_duration_flag", spell->duration_until_cancel);
  434. packet->setSubstructDataByName("spell_info", "current_target", spell->target_type);
  435. packet->setSubstructDataByName("spell_info", "current_can_effect_raid", spell->can_effect_raid);
  436. packet->setSubstructDataByName("spell_info", "current_affect_only_group_members", spell->affect_only_group_members);
  437. packet->setSubstructDataByName("spell_info", "current_group_spell", spell->group_spell);
  438. packet->setSubstructDataByName("spell_info", "current_resistibility", spell->resistibility);
  439. packet->setSubstructDataByName("spell_info", "current_name", &(spell->name));
  440. packet->setSubstructDataByName("spell_info", "current_description", &(spell->description));
  441. }
  442. if (current_tier + 1 <= data->maxRank) {
  443. packet->setSubstructDataByName("spell_info", "next_id", spell2->id);
  444. packet->setSubstructDataByName("spell_info", "next_icon", spell2->icon);
  445. packet->setSubstructDataByName("spell_info", "next_icon2", spell2->icon_heroic_op); // fix struct element name eventually
  446. packet->setSubstructDataByName("spell_info", "next_icontype", spell2->icon_backdrop); // fix struct element name eventually
  447. if (packet->GetVersion() >= 63119) {
  448. packet->setSubstructDataByName("spell_info", "next_aa_spell_info2", "version", 0x04);
  449. packet->setSubstructDataByName("spell_info", "next_aa_spell_info2", "sub_version", 0x24);
  450. }
  451. else if (packet->GetVersion() >= 58617) {
  452. packet->setSubstructDataByName("spell_info", "next_version", 0x03);
  453. packet->setSubstructDataByName("spell_info", "next_sub_version", 0x131A);
  454. }
  455. else {
  456. packet->setSubstructDataByName("spell_info", "next_version", 0x00);
  457. packet->setSubstructDataByName("spell_info", "next_sub_version", 0xD9);
  458. }
  459. packet->setSubstructDataByName("spell_info", "next_type", spell2->type);
  460. packet->setSubstructDataByName("spell_info", "next_unknown_MJ1d", 1); //63119 test
  461. packet->setSubstructDataByName("spell_info", "next_class_skill", spell2->class_skill);
  462. packet->setSubstructDataByName("spell_info", "next_mastery_skill", spell2->mastery_skill);
  463. packet->setSubstructDataByName("spell_info", "next_duration_flag", spell2->duration_until_cancel);
  464. if (client && spell->type != 2) {
  465. sint8 spell_text_color = client->GetPlayer()->GetArrowColor(GetLevelRequired(client->GetPlayer()));
  466. if (spell_text_color != ARROW_COLOR_WHITE && spell_text_color != ARROW_COLOR_RED && spell_text_color != ARROW_COLOR_GRAY)
  467. spell_text_color = ARROW_COLOR_WHITE;
  468. spell_text_color -= 6;
  469. if (spell_text_color < 0)
  470. spell_text_color *= -1;
  471. packet->setSubstructDataByName("spell_info", "next_spell_text_color", spell_text_color);
  472. }
  473. else
  474. packet->setSubstructDataByName("spell_info", "next_spell_text_color", 3);
  475. if (spell->type != 2) {
  476. packet->setArrayLengthByName("num_levels", levels.size());
  477. for (int32 i = 0; i < levels.size(); i++) {
  478. packet->setArrayDataByName("spell_info_aa_adventure_class2", levels[i]->adventure_class, i);
  479. packet->setArrayDataByName("spell_info_aa_tradeskill_class2", levels[i]->tradeskill_class, i);
  480. packet->setArrayDataByName("spell_info_aa_spell_level2", levels[i]->spell_level, i);
  481. }
  482. }
  483. //packet->setSubstructDataByName("spell_info","unknown9", 20);
  484. hp_req = 0;
  485. power_req = 0;
  486. if (client) {
  487. hp_req = GetHPRequired(client->GetPlayer());
  488. power_req = GetPowerRequired(client->GetPlayer());
  489. // might need version checks around these?
  490. if (client->GetVersion() >= 1193)
  491. {
  492. int16 savagery_req = GetSavageryRequired(client->GetPlayer()); // dunno why we need to do this
  493. packet->setSubstructDataByName("spell_info", "next_savagery_req", savagery_req);
  494. packet->setSubstructDataByName("spell_info", "next_savagery_upkeep", spell->savagery_upkeep);
  495. }
  496. if (client->GetVersion() >= 57048)
  497. {
  498. int16 dissonance_req = GetDissonanceRequired(client->GetPlayer()); // dunno why we need to do this
  499. packet->setSubstructDataByName("spell_info", "next_dissonance_req", dissonance_req);
  500. packet->setSubstructDataByName("spell_info", "next_dissonance_upkeep", spell->dissonance_upkeep);
  501. }
  502. }
  503. packet->setSubstructDataByName("spell_info", "next_target", spell->target_type);
  504. packet->setSubstructDataByName("spell_info", "next_recovery", spell->recovery);
  505. packet->setSubstructDataByName("spell_info", "next_health_upkeep", spell->hp_upkeep);
  506. packet->setSubstructDataByName("spell_info", "next_health_req", hp_req);
  507. packet->setSubstructDataByName("spell_info", "next_tier", spell->tier);
  508. packet->setSubstructDataByName("spell_info", "next_power_req", power_req);
  509. packet->setSubstructDataByName("spell_info", "next_power_upkeep", spell->power_upkeep);
  510. packet->setSubstructDataByName("spell_info", "next_cast_time", spell->cast_time);
  511. packet->setSubstructDataByName("spell_info", "next_recast", spell->recast);
  512. packet->setSubstructDataByName("spell_info", "next_radius", spell->radius);
  513. packet->setSubstructDataByName("spell_info", "next_req_concentration", spell->req_concentration);
  514. //packet->setSubstructDataByName("spell_info","req_concentration2", 2);
  515. packet->setSubstructDataByName("spell_info", "next_max_aoe_targets", spell->max_aoe_targets);
  516. packet->setSubstructDataByName("spell_info", "next_friendly_spell", spell->friendly_spell);
  517. packet->setSubstructArrayLengthByName("spell_info", "next_num_effects", next_spell->effects.size());
  518. for (int32 i = 0; i < next_spell->effects.size(); i++) {
  519. packet->setArrayDataByName("next_subbulletflag", next_spell->effects[i]->subbullet, i);
  520. string effect_message;
  521. if (next_spell->effects[i]->description.length() > 0) {
  522. effect_message = next_spell->effects[i]->description;
  523. if (effect_message.find("%LM") < 0xFFFFFFFF) {
  524. int string_index = effect_message.find("%LM");
  525. int data_index = stoi(effect_message.substr(string_index + 3, 2));
  526. float value;
  527. if (next_spell->lua_data[data_index]->type == 1)
  528. value = next_spell->lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  529. else
  530. value = next_spell->lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  531. string strValue = to_string(value);
  532. strValue.erase(strValue.find_last_not_of('0') + 1, std::string::npos);
  533. effect_message.replace(effect_message.find("%LM"), 5, strValue);
  534. }
  535. // Magic damage min
  536. if (effect_message.find("%DML") < 0xFFFFFFFF) {
  537. int string_index = effect_message.find("%DML");
  538. int data_index = stoi(effect_message.substr(string_index + 4, 2));
  539. float value;
  540. if (next_spell->lua_data[data_index]->type == 1)
  541. value = next_spell->lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  542. else
  543. value = next_spell->lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  544. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  545. string damage = to_string((int)round(value));
  546. damage.erase(damage.find_last_not_of('0') + 1, std::string::npos);
  547. effect_message.replace(effect_message.find("%DML"), 6, damage);
  548. }
  549. // Magic damage max
  550. if (effect_message.find("%DMH") < 0xFFFFFFFF) {
  551. int string_index = effect_message.find("%DMH");
  552. int data_index = stoi(effect_message.substr(string_index + 4, 2));
  553. float value;
  554. if (next_spell->lua_data[data_index]->type == 1)
  555. value = next_spell->lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  556. else
  557. value = next_spell->lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  558. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  559. string damage = to_string((int)round(value));
  560. damage.erase(damage.find_last_not_of('0') + 1, std::string::npos);
  561. effect_message.replace(effect_message.find("%DMH"), 6, damage);
  562. }
  563. // level based Magic damage min
  564. if (effect_message.find("%LDML") < 0xFFFFFFFF) {
  565. int string_index = effect_message.find("%LDML");
  566. int data_index = stoi(effect_message.substr(string_index + 5, 2));
  567. float value;
  568. if (next_spell->lua_data[data_index]->type == 1)
  569. value = next_spell->lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  570. else
  571. value = next_spell->lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  572. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  573. string damage = to_string((int)round(value));
  574. effect_message.replace(effect_message.find("%LDML"), 7, damage);
  575. }
  576. // level based Magic damage max
  577. if (effect_message.find("%LDMH") < 0xFFFFFFFF) {
  578. int string_index = effect_message.find("%LDMH");
  579. int data_index = stoi(effect_message.substr(string_index + 5, 2));
  580. float value;
  581. if (next_spell->lua_data[data_index]->type == 1)
  582. value = next_spell->lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  583. else
  584. value = next_spell->lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  585. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  586. string damage = to_string((int)round(value));
  587. effect_message.replace(effect_message.find("%LDMH"), 7, damage);
  588. }
  589. //GetZone()->SimpleMessage(CHANNEL_COLOR_SPELL_EFFECT, effect_message.c_str(), victim, 50);
  590. packet->setArrayDataByName("next_effect", effect_message.c_str(), i);
  591. }
  592. packet->setArrayDataByName("next_percentage", next_spell->effects[i]->percentage, i);
  593. }
  594. if (display_tier == true)
  595. packet->setSubstructDataByName("spell_info", "next_display_spell_tier", 1);// spell->display_spell_tier);
  596. else
  597. packet->setSubstructDataByName("spell_info", "next_display_spell_tier", 1);//0
  598. packet->setSubstructDataByName("spell_info", "next_unknown_1", 1);//0
  599. packet->setSubstructDataByName("spell_info", "next_range", spell2->range);
  600. packet->setSubstructDataByName("spell_info", "next_duration_1", spell2->duration1);
  601. packet->setSubstructDataByName("spell_info", "next_duration_2", spell2->duration2);
  602. packet->setSubstructDataByName("spell_info", "next_can_effect_raid", spell2->can_effect_raid);
  603. packet->setSubstructDataByName("spell_info", "next_affect_only_group_members", spell2->affect_only_group_members);
  604. packet->setSubstructDataByName("spell_info", "next_group_spell", spell2->group_spell);
  605. packet->setSubstructDataByName("spell_info", "next_resistibility", spell2->resistibility);
  606. packet->setSubstructDataByName("spell_info", "next_name", &(spell2->name));
  607. packet->setSubstructDataByName("spell_info", "next_description", &(spell2->description));
  608. }
  609. }
  610. void Spell::SetPacketInformation(PacketStruct* packet, Client* client, bool display_tier) {
  611. packet->setSubstructDataByName("spell_info", "id", spell->id);
  612. packet->setSubstructDataByName("spell_info", "icon", spell->icon);
  613. packet->setSubstructDataByName("spell_info", "icon2", spell->icon_heroic_op); // fix struct element name eventually
  614. packet->setSubstructDataByName("spell_info", "icontype", spell->icon_backdrop); // fix struct element name eventually
  615. if (packet->GetVersion() >= 63119) {
  616. packet->setSubstructDataByName("spell_info", "version", 0x04);
  617. packet->setSubstructDataByName("spell_info", "sub_version", 0x24);
  618. }
  619. else if (packet->GetVersion() >= 60114) {
  620. packet->setSubstructDataByName("spell_info", "version", 0x03);
  621. packet->setSubstructDataByName("spell_info", "sub_version", 4890);
  622. }
  623. else if (packet->GetVersion() <= 546) {
  624. packet->setSubstructDataByName("spell_info", "version", 0x10);
  625. packet->setSubstructDataByName("spell_info", "sub_version", 0x0f);
  626. }
  627. else {
  628. packet->setSubstructDataByName("spell_info", "version", 0x11);
  629. packet->setSubstructDataByName("spell_info", "sub_version", 0x14);
  630. }
  631. packet->setSubstructDataByName("spell_info", "type", spell->type);
  632. packet->setSubstructDataByName("spell_info", "unknown_MJ1d", 1); //63119 test
  633. packet->setSubstructDataByName("spell_info", "class_skill", spell->class_skill);
  634. packet->setSubstructDataByName("spell_info", "min_class_skill_req", spell->min_class_skill_req);
  635. packet->setSubstructDataByName("spell_info", "mastery_skill", spell->mastery_skill);
  636. packet->setSubstructDataByName("spell_info", "duration_flag", spell->duration_until_cancel);
  637. if (client && spell->type != 2) {
  638. sint8 spell_text_color = client->GetPlayer()->GetArrowColor(GetLevelRequired(client->GetPlayer()));
  639. if (spell_text_color != ARROW_COLOR_WHITE && spell_text_color != ARROW_COLOR_RED && spell_text_color != ARROW_COLOR_GRAY)
  640. spell_text_color = ARROW_COLOR_WHITE;
  641. spell_text_color -= 6;
  642. if (spell_text_color < 0)
  643. spell_text_color *= -1;
  644. packet->setSubstructDataByName("spell_info", "spell_text_color", spell_text_color);
  645. }
  646. else
  647. packet->setSubstructDataByName("spell_info", "spell_text_color", 3);
  648. if (spell->type != 2) {
  649. packet->setSubstructArrayLengthByName("spell_info", "num_levels", levels.size());
  650. for (int32 i = 0; i < levels.size(); i++) {
  651. packet->setArrayDataByName("adventure_class", levels[i]->adventure_class, i);
  652. packet->setArrayDataByName("tradeskill_class", levels[i]->tradeskill_class, i);
  653. packet->setArrayDataByName("spell_level", levels[i]->spell_level, i);
  654. }
  655. }
  656. packet->setSubstructDataByName("spell_info", "unknown9", 20);
  657. int16 hp_req = 0;
  658. int16 power_req = 0;
  659. if (client) {
  660. hp_req = GetHPRequired(client->GetPlayer());
  661. power_req = GetPowerRequired(client->GetPlayer());
  662. // might need version checks around these?
  663. if (client->GetVersion() >= 1193)
  664. {
  665. int16 savagery_req = GetSavageryRequired(client->GetPlayer()); // dunno why we need to do this
  666. packet->setSubstructDataByName("spell_info", "savagery_req", savagery_req);
  667. packet->setSubstructDataByName("spell_info", "savagery_upkeep", spell->savagery_upkeep);
  668. }
  669. if (client->GetVersion() >= 57048)
  670. {
  671. int16 dissonance_req = GetDissonanceRequired(client->GetPlayer()); // dunno why we need to do this
  672. packet->setSubstructDataByName("spell_info", "dissonance_req", dissonance_req);
  673. packet->setSubstructDataByName("spell_info", "dissonance_upkeep", spell->dissonance_upkeep);
  674. }
  675. }
  676. packet->setSubstructDataByName("spell_info", "target", spell->target_type);
  677. packet->setSubstructDataByName("spell_info", "recovery", spell->recovery);
  678. packet->setSubstructDataByName("spell_info", "health_upkeep", spell->hp_upkeep);
  679. packet->setSubstructDataByName("spell_info", "health_req", hp_req);
  680. packet->setSubstructDataByName("spell_info", "tier", spell->tier);
  681. packet->setSubstructDataByName("spell_info", "power_req", power_req);
  682. packet->setSubstructDataByName("spell_info", "power_upkeep", spell->power_upkeep);
  683. if (packet->GetVersion() <= 546) {//cast times are displayed differently on new clients
  684. packet->setSubstructDataByName("spell_info", "cast_time", spell->cast_time/10);
  685. }
  686. else {
  687. packet->setSubstructDataByName("spell_info", "cast_time", spell->cast_time);
  688. }
  689. packet->setSubstructDataByName("spell_info", "recast", spell->recast);
  690. packet->setSubstructDataByName("spell_info", "radius", spell->radius);
  691. packet->setSubstructDataByName("spell_info", "req_concentration", spell->req_concentration);
  692. //packet->setSubstructDataByName("spell_info","req_concentration2", 2);
  693. packet->setSubstructDataByName("spell_info", "max_aoe_targets", spell->max_aoe_targets);
  694. packet->setSubstructDataByName("spell_info", "friendly_spell", spell->friendly_spell);
  695. packet->setSubstructArrayLengthByName("spell_info", "num_effects", effects.size());
  696. for (int32 i = 0; i < effects.size(); i++) {
  697. packet->setArrayDataByName("subbulletflag", effects[i]->subbullet, i);
  698. string effect_message;
  699. if (effects[i]->description.length() > 0) {
  700. effect_message = effects[i]->description;
  701. if (effect_message.find("%LM") < 0xFFFFFFFF) {
  702. int string_index = effect_message.find("%LM");
  703. int data_index = stoi(effect_message.substr(string_index + 3, 2));
  704. float value;
  705. if (lua_data[data_index]->type == 1)
  706. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  707. else
  708. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  709. string strValue = to_string(value);
  710. strValue.erase(strValue.find_last_not_of('0') + 1, std::string::npos);
  711. effect_message.replace(effect_message.find("%LM"), 5, strValue);
  712. }
  713. // Magic damage min
  714. if (effect_message.find("%DML") < 0xFFFFFFFF) {
  715. int string_index = effect_message.find("%DML");
  716. int data_index = stoi(effect_message.substr(string_index + 4, 2));
  717. float value;
  718. if (lua_data[data_index]->type == 1)
  719. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  720. else
  721. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  722. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  723. string damage = to_string((int)round(value));
  724. effect_message.replace(effect_message.find("%DML"), 6, damage);
  725. }
  726. // Magic damage max
  727. if (effect_message.find("%DMH") < 0xFFFFFFFF) {
  728. int string_index = effect_message.find("%DMH");
  729. int data_index = stoi(effect_message.substr(string_index + 4, 2));
  730. float value;
  731. if (lua_data[data_index]->type == 1)
  732. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  733. else
  734. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  735. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  736. string damage = to_string((int)round(value));
  737. effect_message.replace(effect_message.find("%DMH"), 6, damage);
  738. }
  739. // level based Magic damage min
  740. if (effect_message.find("%LDML") < 0xFFFFFFFF) {
  741. int string_index = effect_message.find("%LDML");
  742. int data_index = stoi(effect_message.substr(string_index + 5, 2));
  743. float value;
  744. if (lua_data[data_index]->type == 1)
  745. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  746. else
  747. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  748. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  749. string damage = to_string((int)round(value));
  750. effect_message.replace(effect_message.find("%LDML"), 7, damage);
  751. }
  752. // level based Magic damage max
  753. if (effect_message.find("%LDMH") < 0xFFFFFFFF) {
  754. int string_index = effect_message.find("%LDMH");
  755. int data_index = stoi(effect_message.substr(string_index + 5, 2));
  756. float value;
  757. if (lua_data[data_index]->type == 1)
  758. value = lua_data[data_index]->float_value * client->GetPlayer()->GetLevel();
  759. else
  760. value = lua_data[data_index]->int_value * client->GetPlayer()->GetLevel();
  761. value = client->GetPlayer()->CalculateDamageAmount(nullptr, value, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  762. string damage = to_string((int)round(value));
  763. effect_message.replace(effect_message.find("%LDMH"), 7, damage);
  764. }
  765. boost::regex re("([0-9]{1,10})\\s+\\-\\s+([0-9]{1,10})");
  766. boost::match_results<std::string::const_iterator> base_match;
  767. if (boost::regex_search(effect_message, base_match, re, boost::match_partial)) {
  768. boost::ssub_match match = base_match[0];
  769. std::size_t midPos = match.str().find(" - ");
  770. if(midPos != std::string::npos)
  771. {
  772. int32 minValue = atoul(match.str().substr(0, midPos).c_str());
  773. int32 maxValue = atoul(match.str().substr(midPos+3).c_str());
  774. int32 newMin = minValue;
  775. bool crit = false;
  776. Skill* skill = master_skill_list.GetSkill(spell->mastery_skill);
  777. std::string skillName = "";
  778. if(skill)
  779. skillName = skill->name.data;
  780. if(skillName == "Aggression")
  781. newMin = (int32)client->GetPlayer()->CalculateHateAmount(nullptr, (sint32)minValue);
  782. else if(spell->friendly_spell && skillName == "Ministration")
  783. newMin = (int32)client->GetPlayer()->CalculateHealAmount(nullptr, (sint32)minValue, 0, &crit, true);
  784. else
  785. newMin = (int32)client->GetPlayer()->CalculateDamageAmount(nullptr, (sint32)minValue, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  786. int32 newMax = maxValue;
  787. if(skillName == "Aggression")
  788. newMax = (int32)client->GetPlayer()->CalculateHateAmount(nullptr, (sint32)maxValue);
  789. else if(spell->friendly_spell && skillName == "Ministration")
  790. newMax = (int32)client->GetPlayer()->CalculateHealAmount(nullptr, (sint32)maxValue, 0, &crit, true);
  791. else
  792. newMax = (int32)client->GetPlayer()->CalculateDamageAmount(nullptr, (sint32)maxValue, DAMAGE_PACKET_TYPE_SPELL_DAMAGE, spell->type, spell->target_type);
  793. std::string newStr = std::to_string(newMin) + " - " + std::to_string(newMax);
  794. effect_message.replace(effect_message.find(match.str()), match.str().size(), newStr);
  795. }
  796. }
  797. //GetZone()->SimpleMessage(CHANNEL_COLOR_SPELL_EFFECT, effect_message.c_str(), victim, 50);
  798. }
  799. packet->setArrayDataByName("effect", effect_message.c_str(), i);
  800. packet->setArrayDataByName("percentage", effects[i]->percentage, i);
  801. }
  802. if (display_tier == true)
  803. packet->setSubstructDataByName("spell_info", "display_spell_tier", spell->display_spell_tier);
  804. else
  805. packet->setSubstructDataByName("spell_info", "display_spell_tier", 0);
  806. packet->setSubstructDataByName("spell_info", "range", spell->range);
  807. packet->setSubstructDataByName("spell_info", "duration1", spell->duration1);
  808. packet->setSubstructDataByName("spell_info", "duration2", spell->duration2);
  809. packet->setSubstructDataByName("spell_info", "can_effect_raid", spell->can_effect_raid);
  810. packet->setSubstructDataByName("spell_info", "affect_only_group_members", spell->affect_only_group_members);
  811. packet->setSubstructDataByName("spell_info", "group_spell", spell->group_spell);
  812. packet->setSubstructDataByName("spell_info", "resistibility", spell->resistibility);
  813. packet->setSubstructDataByName("spell_info", "name", &(spell->name));
  814. packet->setSubstructDataByName("spell_info", "description", &(spell->description));
  815. //packet->PrintPacket();
  816. }
  817. EQ2Packet* Spell::SerializeSpecialSpell(Client* client, bool display, int8 packet_type, int8 sub_packet_type) {
  818. if (client->GetVersion() <= 283)
  819. return SerializeSpell(client, display, false, packet_type, 0, "WS_ExaminePartialSpellInfo");
  820. return SerializeSpell(client, display, false, packet_type, sub_packet_type, "WS_ExamineSpecialSpellInfo");
  821. }
  822. EQ2Packet* Spell::SerializeAASpell(Client* client, int8 tier, AltAdvanceData* data, bool display, bool trait_display, int8 packet_type, int8 sub_packet_type, const char* struct_name) {
  823. if (!client)
  824. return 0;
  825. int16 version = 1;
  826. if (client)
  827. version = client->GetVersion();
  828. if (!struct_name)
  829. struct_name = "WS_ExamineAASpellInfo";
  830. PacketStruct* packet = configReader.getStruct(struct_name, version);
  831. if (display)
  832. packet->setSubstructDataByName("info_header", "show_name", 1);//1
  833. else
  834. if (!trait_display)
  835. packet->setSubstructDataByName("info_header", "show_popup", 1);//1
  836. else
  837. packet->setSubstructDataByName("info_header", "show_popup", 0);
  838. if (packet_type > 0)
  839. packet->setSubstructDataByName("info_header", "packettype", packet_type * 256 + 0xFE);
  840. else
  841. packet->setSubstructDataByName("info_header", "packettype", 0x4FFE);// 0x45FE GetItemPacketType(version));
  842. //packet->setDataByName("unknown2",5);
  843. //packet->setDataByName("unknown7", 1);
  844. //packet->setDataByName("unknown9", 20);
  845. //packet->setDataByName("unknown10", 1, 2);
  846. if (sub_packet_type == 0)
  847. sub_packet_type = 0x83;
  848. packet->setSubstructDataByName("info_header", "packetsubtype", 4);// sub_packet_type);
  849. packet->setSubstructDataByName("spell_info", "aa_id", data->spellID);
  850. packet->setSubstructDataByName("spell_info", "aa_tab_id", data->group);
  851. packet->setSubstructDataByName("spell_info", "aa_icon", data->icon);
  852. packet->setSubstructDataByName("spell_info", "aa_icon2", data->icon2);
  853. packet->setSubstructDataByName("spell_info", "aa_current_rank", tier); // how to get this info to here?
  854. packet->setSubstructDataByName("spell_info", "aa_max_rank", data->maxRank);
  855. packet->setSubstructDataByName("spell_info", "aa_rank_cost", data->rankCost);
  856. packet->setSubstructDataByName("spell_info", "aa_unknown_2", 20);
  857. packet->setSubstructDataByName("spell_info", "aa_name", &(spell->name));
  858. packet->setSubstructDataByName("spell_info", "aa_description", &(spell->description));
  859. //packet->setDataByName("unknown3",2);
  860. //packet->setDataByName("unknown7", 50);
  861. if (sub_packet_type == 0x81)
  862. SetAAPacketInformation(packet, data, client);
  863. else
  864. SetAAPacketInformation(packet, data, client, true);
  865. packet->setSubstructDataByName("spell_info", "uses_remaining", 0xFFFF);
  866. packet->setSubstructDataByName("spell_info", "damage_remaining", 0xFFFF);
  867. //packet->PrintPacket();
  868. // This adds the second portion to the spell packet. Could be used for bonuses etc.?
  869. string* data1 = packet->serializeString();
  870. uchar* data2 = (uchar*)data1->c_str();
  871. uchar* ptr2 = data2;
  872. int32 size = data1->length();// *2;
  873. ////uchar* data3 = new uchar[size];
  874. ////memcpy(data3, data2, data1->length());
  875. ////uchar* ptr = data3;
  876. ////size -= 17;
  877. ////memcpy(ptr, &size, sizeof(int32));
  878. ////size += 3;
  879. ////ptr += data1->length();
  880. ////ptr2 += 14;
  881. ////memcpy(ptr, ptr2, data1->length() - 14);
  882. EQ2Packet* outapp = new EQ2Packet(OP_ClientCmdMsg, data2, size);
  883. //DumpPacket(outapp);
  884. //safe_delete_array(data3);
  885. safe_delete(packet);
  886. return outapp;
  887. /*PacketStruct* packet = configReader.getStruct("WS_ExamineAASpellInfo", client->GetVersion());
  888. packet->setSubstructDataByName("info_header", "show_name", 0);
  889. packet->setSubstructDataByName("info_header", "show_popup", 0);
  890. packet->setSubstructDataByName("info_header", "packettype", packet_type);
  891. packet->setSubstructDataByName("info_header", "packetsubtype", sub_packet_type);
  892. packet->setSubstructDataByName("Spell_info", "aa_id", data->spellID);
  893. packet->setSubstructDataByName("Spell_info", "aa_tab_id", data->group);
  894. packet->setSubstructDataByName("Spell_info", "aa_icon", data->icon);
  895. packet->setSubstructDataByName("Spell_info", "aa_icon2", data->icon2);
  896. packet->setSubstructDataByName("Spell_info", "current_rank", 0); // how to get this info to here?
  897. packet->setSubstructDataByName("Spell_info", "max_rank", data->maxRank);
  898. packet->setSubstructDataByName("Spell_info", "rank_cost", data->rankCost);
  899. packet->setSubstructDataByName("spell_info", "unknown2", 20);
  900. // Spell info
  901. packet->setSubstructDataByName("spell_info", "id", spell->id);
  902. packet->setSubstructDataByName("spell_info", "icon", spell->icon);
  903. packet->setSubstructDataByName("spell_info", "icon2", spell->icon_heroic_op); // fix struct element name eventually
  904. packet->setSubstructDataByName("spell_info", "icontype", spell->icon_backdrop); // fix struct element name eventually
  905. if (packet->GetVersion() >= 63119) {
  906. packet->setSubstructDataByName("spell_info", "version", 0x04);
  907. packet->setSubstructDataByName("spell_info", "sub_version", 0x24);
  908. }
  909. else if (packet->GetVersion() >= 1193) {
  910. packet->setSubstructDataByName("spell_info", "version", 0x00);
  911. packet->setSubstructDataByName("spell_info", "sub_version", 0xD9);
  912. }
  913. else {
  914. packet->setSubstructDataByName("spell_info", "version", 0x11);
  915. packet->setSubstructDataByName("spell_info", "sub_version", 0x14);
  916. }
  917. packet->setSubstructDataByName("spell_info", "type", spell->type);
  918. packet->setSubstructDataByName("spell_info", "unknown_MJ1d", 1); //63119 test
  919. packet->setSubstructDataByName("spell_info", "class_skill", spell->class_skill);
  920. packet->setSubstructDataByName("spell_info", "mastery_skill", spell->mastery_skill);
  921. packet->setSubstructDataByName("spell_info", "duration_flag", spell->duration_until_cancel);
  922. if (client && spell->type != 2) {
  923. sint8 spell_text_color = client->GetPlayer()->GetArrowColor(GetLevelRequired(client));
  924. if (spell_text_color != ARROW_COLOR_WHITE && spell_text_color != ARROW_COLOR_RED && spell_text_color != ARROW_COLOR_GRAY)
  925. spell_text_color = ARROW_COLOR_WHITE;
  926. spell_text_color -= 6;
  927. if (spell_text_color < 0)
  928. spell_text_color *= -1;
  929. packet->setSubstructDataByName("spell_info", "spell_text_color", spell_text_color);
  930. }
  931. else
  932. packet->setSubstructDataByName("spell_info", "spell_text_color", 3);
  933. if (spell->type != 2) {
  934. packet->setSubstructArrayLengthByName("spell_info", "num_levels", levels.size());
  935. for (int32 i = 0; i < levels.size(); i++) {
  936. packet->setArrayDataByName("adventure_class", levels[i]->adventure_class, i);
  937. packet->setArrayDataByName("tradeskill_class", levels[i]->tradeskill_class, i);
  938. packet->setArrayDataByName("spell_level", levels[i]->spell_level, i);
  939. }
  940. }
  941. //packet->setSubstructDataByName("spell_info", "unknown9", 20);
  942. int16 hp_req = 0;
  943. int16 power_req = 0;
  944. if (client) {
  945. hp_req = GetHPRequired(client->GetPlayer());
  946. power_req = GetPowerRequired(client->GetPlayer());
  947. // might need version checks around these?
  948. if (client->GetVersion() >= 1193)
  949. {
  950. int16 savagery_req = GetSavageryRequired(client->GetPlayer()); // dunno why we need to do this
  951. packet->setSubstructDataByName("spell_info", "savagery_req", savagery_req);
  952. packet->setSubstructDataByName("spell_info", "savagery_upkeep", spell->savagery_upkeep);
  953. }
  954. if (client->GetVersion() >= 57048)
  955. {
  956. int16 dissonance_req = GetDissonanceRequired(client->GetPlayer()); // dunno why we need to do this
  957. packet->setSubstructDataByName("spell_info", "dissonance_req", dissonance_req);
  958. packet->setSubstructDataByName("spell_info", "dissonance_upkeep", spell->dissonance_upkeep);
  959. }
  960. }
  961. packet->setSubstructDataByName("spell_info", "tier", spell->tier);
  962. packet->setSubstructDataByName("spell_info", "health_req", hp_req);
  963. packet->setSubstructDataByName("spell_info", "health_upkeep", spell->hp_upkeep);
  964. packet->setSubstructDataByName("spell_info", "power_req", power_req);
  965. packet->setSubstructDataByName("spell_info", "power_upkeep", spell->power_upkeep);
  966. packet->setSubstructDataByName("spell_info", "req_concentration", spell->req_concentration);
  967. //packet->setDataByName("req_concentration2", 2);
  968. packet->setSubstructDataByName("spell_info", "cast_time", spell->cast_time);
  969. packet->setSubstructDataByName("spell_info", "recovery", spell->recovery);
  970. packet->setSubstructDataByName("spell_info", "recast", spell->recast);
  971. packet->setSubstructDataByName("spell_info", "radius", spell->radius);
  972. packet->setSubstructDataByName("spell_info", "max_aoe_targets", spell->max_aoe_targets);
  973. packet->setSubstructDataByName("spell_info", "friendly_spell", spell->friendly_spell);
  974. //reageants??
  975. packet->setSubstructArrayLengthByName("spell_info", "num_effects", effects.size());
  976. for (int32 i = 0; i < effects.size(); i++) {
  977. packet->setArrayDataByName("subbulletflag", effects[i]->subbullet, i);
  978. packet->setArrayDataByName("effect", effects[i]->description.c_str(), i);
  979. packet->setArrayDataByName("percentage", effects[i]->percentage, i);
  980. }
  981. //if (display_tier == true)
  982. packet->setSubstructDataByName("spell_info", "display_spell_tier", spell->display_spell_tier);
  983. //else
  984. // packet->setSubstructDataByName("spell_info", "display_spell_tier", 0);
  985. // minimum range??
  986. packet->setSubstructDataByName("spell_info", "range", spell->range);
  987. packet->setSubstructDataByName("spell_info", "duration1", spell->duration1);
  988. packet->setSubstructDataByName("spell_info", "duration2", spell->duration2);
  989. //unknown9 ??
  990. //duration flag??
  991. packet->setSubstructDataByName("spell_info", "target", spell->target_type);
  992. packet->setSubstructDataByName("spell_info", "can_effect_raid", spell->can_effect_raid);
  993. packet->setSubstructDataByName("spell_info", "affect_only_group_members", spell->affect_only_group_members);
  994. packet->setSubstructDataByName("spell_info", "group_spell", spell->group_spell);
  995. packet->setSubstructDataByName("spell_info", "resistibility", spell->resistibility);
  996. //unknown11 ??
  997. //hit_bonus ??
  998. //unknown12 ??
  999. packet->setSubstructDataByName("spell_info", "name", &(spell->name));
  1000. packet->setSubstructDataByName("spell_info", "description", &(spell->description));
  1001. EQ2Packet* packetdata = packet->serialize();
  1002. //EQ2Packet* app = new EQ2Packet(OP_AdventureList, packetdata->pBuffer, packetdata->size);
  1003. EQ2Packet* app = new EQ2Packet(OP_ClientCmdMsg, packetdata->pBuffer, packetdata->size);
  1004. packet->PrintPacket();
  1005. //DumpPacket(app);
  1006. safe_delete(packet);
  1007. safe_delete(data);
  1008. return app;
  1009. */
  1010. }
  1011. EQ2Packet* Spell::SerializeSpell(Client* client, bool display, bool trait_display, int8 packet_type, int8 sub_packet_type, const char* struct_name) {
  1012. int16 version = 1;
  1013. if (client)
  1014. version = client->GetVersion();
  1015. if (!struct_name)
  1016. struct_name = "WS_ExamineSpellInfo";
  1017. if (version <= 546) {
  1018. if (packet_type == 1)
  1019. struct_name = "WS_ExamineEffectInfo";
  1020. else if (!display && version<=283)
  1021. struct_name = "WS_ExaminePartialSpellInfo";
  1022. else
  1023. struct_name = "WS_ExamineSpellInfo";
  1024. }
  1025. PacketStruct* packet = configReader.getStruct(struct_name, version);
  1026. if (display)
  1027. packet->setSubstructDataByName("info_header", "show_name", 1);
  1028. else {
  1029. if (!trait_display)
  1030. packet->setSubstructDataByName("info_header", "show_popup", 1);
  1031. else
  1032. packet->setSubstructDataByName("info_header", "show_popup", 0);
  1033. }
  1034. if (version > 546) {
  1035. if (packet_type > 0)
  1036. packet->setSubstructDataByName("info_header", "packettype", packet_type * 256 + 0xFE);
  1037. else
  1038. packet->setSubstructDataByName("info_header", "packettype", GetItemPacketType(version));
  1039. }
  1040. else {
  1041. if (packet_type == 3 || packet_type == 0)
  1042. packet->setSubstructDataByName("info_header", "packettype", 3); // 0: item, 1: effect, 2: recipe, 3: spell/ability
  1043. else
  1044. packet->setSubstructDataByName("info_header", "packettype", 1);
  1045. }
  1046. //packet->setDataByName("unknown2",5);
  1047. //packet->setDataByName("unknown7", 1);
  1048. //packet->setDataByName("unknown9", 20);
  1049. //packet->setDataByName("unknown10", 1, 2);
  1050. if (sub_packet_type == 0)
  1051. sub_packet_type = 0x83;
  1052. packet->setSubstructDataByName("info_header", "packetsubtype", sub_packet_type);
  1053. //packet->setDataByName("unknown3",2);
  1054. //packet->setDataByName("unknown7", 50);
  1055. if (sub_packet_type == 0x81)
  1056. SetPacketInformation(packet, client);
  1057. else
  1058. SetPacketInformation(packet, client, true);
  1059. packet->setSubstructDataByName("spell_info", "uses_remaining", 0xFFFF);
  1060. packet->setSubstructDataByName("spell_info", "damage_remaining", 0xFFFF);
  1061. //packet->PrintPacket();
  1062. // This adds the second portion to the spell packet. Could be used for bonuses etc.?
  1063. int8 offset = 0;
  1064. if (packet->GetVersion() == 60114) {
  1065. offset = 28;
  1066. }
  1067. else {
  1068. offset = 14;
  1069. }
  1070. EQ2Packet* outapp = 0;
  1071. if (version > 546) {
  1072. string* data1 = packet->serializeString();
  1073. uchar* data2 = (uchar*)data1->c_str();
  1074. uchar* ptr2 = data2;
  1075. int32 size = data1->length() * 2;
  1076. uchar* data3 = new uchar[size];
  1077. memcpy(data3, data2, data1->length());
  1078. uchar* ptr = data3;
  1079. size -= offset + 3;
  1080. memcpy(ptr, &size, sizeof(int32));
  1081. size += 3;
  1082. ptr += data1->length();
  1083. ptr2 += offset;
  1084. memcpy(ptr, ptr2, data1->length() - offset);
  1085. outapp = new EQ2Packet(OP_ClientCmdMsg, data3, size);
  1086. safe_delete_array(data3);
  1087. safe_delete(packet);
  1088. }
  1089. else
  1090. outapp = packet->serialize();
  1091. //DumpPacket(outapp);
  1092. return outapp;
  1093. }
  1094. void Spell::AddSpellEffect(int8 percentage, int8 subbullet, string description){
  1095. std::unique_lock lock(MSpellInfo);
  1096. SpellDisplayEffect* effect = new SpellDisplayEffect;
  1097. effect->description = description;
  1098. effect->subbullet = subbullet;
  1099. effect->percentage = percentage;
  1100. effects.push_back(effect);
  1101. }
  1102. int16 Spell::GetHPRequired(Spawn* spawn){
  1103. int16 hp_req = spell->hp_req;
  1104. if(spawn && spell->hp_req_percent > 0){
  1105. double result = ((double)spell->hp_req_percent/100)*spawn->GetTotalHP();
  1106. if(result >= (((int16)result) + .5))
  1107. result++;
  1108. hp_req = (int16)result;
  1109. }
  1110. return hp_req;
  1111. }
  1112. int16 Spell::GetPowerRequired(Spawn* spawn){
  1113. int16 power_req;
  1114. if (spell->power_by_level == true) {
  1115. power_req =round( (spell->power_req) * spawn->GetLevel());
  1116. }
  1117. else {
  1118. power_req = round(spell->power_req);
  1119. }
  1120. if(spawn && spell->power_req_percent > 0){
  1121. double result = ((double)spell->power_req_percent/100)*spawn->GetTotalPower();
  1122. if(result >= (((int16)result) + .5))
  1123. result++;
  1124. power_req = (int16)result;
  1125. }
  1126. if(spawn && spawn->IsPlayer()) {
  1127. int32 ministry_skill_id = rule_manager.GetGlobalRule(R_Spells, MinistrationSkillID)->GetInt32();
  1128. if(spell->mastery_skill == ministry_skill_id) { // ministration offers a power reduction
  1129. Skill* skill = ((Player*)spawn)->GetSkillByID(spell->mastery_skill, false);
  1130. if(skill) {
  1131. float ministry_reduction_percent = rule_manager.GetGlobalRule(R_Spells, MinistrationPowerReductionMax)->GetFloat();
  1132. if(ministry_reduction_percent <= 0.0f)
  1133. ministry_reduction_percent = 15.0f;
  1134. int32 ministration_skill_reduce = rule_manager.GetGlobalRule(R_Spells, MinistrationPowerReductionSkill)->GetInt32();
  1135. if(ministration_skill_reduce < 1)
  1136. ministration_skill_reduce = 25;
  1137. float item_stat_bonus = 0.0f;
  1138. int32 item_stat = master_item_list.GetItemStatIDByName(::ToLower(skill->name.data));
  1139. if(item_stat != 0xFFFFFFFF) {
  1140. item_stat_bonus = ((Entity*)spawn)->GetStat(item_stat);
  1141. }
  1142. float reduction = (skill->current_val + item_stat_bonus) / ministration_skill_reduce;
  1143. if(reduction > ministry_reduction_percent)
  1144. reduction = ministry_reduction_percent;
  1145. int16 power_to_reduce = (int16)(float)(power_req * (ministry_reduction_percent/100.0f)) * (reduction / ministry_reduction_percent);
  1146. if(power_to_reduce > power_req) {
  1147. power_req = 0;
  1148. }
  1149. else {
  1150. power_req = power_req - power_to_reduce;
  1151. }
  1152. }
  1153. }
  1154. }
  1155. return power_req;
  1156. }
  1157. int16 Spell::GetSavageryRequired(Spawn* spawn){
  1158. int16 savagery_req = spell->savagery_req;
  1159. if(spawn && spell->savagery_req_percent > 0){
  1160. double result = ((double)spell->savagery_req_percent/100)*spawn->GetTotalSavagery();
  1161. if(result >= (((int16)result) + .5))
  1162. result++;
  1163. savagery_req = (int16)result;
  1164. }
  1165. return savagery_req;
  1166. }
  1167. int16 Spell::GetDissonanceRequired(Spawn* spawn){
  1168. int16 dissonance_req = spell->dissonance_req;
  1169. if(spawn && spell->dissonance_req_percent > 0){
  1170. double result = ((double)spell->dissonance_req_percent/100)*spawn->GetTotalDissonance();
  1171. if(result >= (((int16)result) + .5))
  1172. result++;
  1173. dissonance_req = (int16)result;
  1174. }
  1175. return dissonance_req;
  1176. }
  1177. int32 Spell::GetSpellDuration(){
  1178. if(spell->duration1 == spell->duration2)
  1179. return spell->duration1;
  1180. int32 difference = 0;
  1181. int32 lower = 0;
  1182. if(spell->duration2 > spell->duration1){
  1183. difference = spell->duration2 - spell->duration1;
  1184. lower = spell->duration1;
  1185. }
  1186. else{
  1187. difference = spell->duration1 - spell->duration2;
  1188. lower = spell->duration2;
  1189. }
  1190. int32 duration = (rand()%difference) + lower;
  1191. return duration;
  1192. }
  1193. const char* Spell::GetName(){
  1194. return spell->name.data.c_str();
  1195. }
  1196. const char* Spell::GetDescription(){
  1197. return spell->description.data.c_str();
  1198. }
  1199. void Spell::AddSpellLevel(int8 adventure_class, int8 tradeskill_class, int16 level){
  1200. std::unique_lock lock(MSpellInfo);
  1201. LevelArray* lvl = new LevelArray;
  1202. lvl->adventure_class = adventure_class;
  1203. lvl->tradeskill_class = tradeskill_class;
  1204. lvl->spell_level = level;
  1205. levels.push_back(lvl);
  1206. }
  1207. int32 Spell::GetSpellID(){
  1208. if (spell)
  1209. return spell->id;
  1210. return 0;
  1211. }
  1212. int8 Spell::GetSpellTier(){
  1213. if (spell)
  1214. return spell->tier;
  1215. return 0;
  1216. }
  1217. vector<LUAData*>* Spell::GetLUAData(){
  1218. return &lua_data;
  1219. }
  1220. SpellData* Spell::GetSpellData(){
  1221. return spell;
  1222. }
  1223. bool Spell::GetSpellData(lua_State* state, std::string field)
  1224. {
  1225. if (!lua_interface)
  1226. return false;
  1227. bool valSet = false;
  1228. if (field == "spell_book_type")
  1229. {
  1230. lua_interface->SetInt32Value(state, GetSpellData()->spell_book_type);
  1231. valSet = true;
  1232. }
  1233. else if (field == "icon")
  1234. {
  1235. lua_interface->SetSInt32Value(state, GetSpellData()->icon);
  1236. valSet = true;
  1237. }
  1238. else if (field == "icon_heroic_op")
  1239. {
  1240. lua_interface->SetInt32Value(state, GetSpellData()->icon_heroic_op);
  1241. valSet = true;
  1242. }
  1243. else if (field == "icon_backdrop")
  1244. {
  1245. lua_interface->SetInt32Value(state, GetSpellData()->icon_backdrop);
  1246. valSet = true;
  1247. }
  1248. else if (field == "type")
  1249. {
  1250. lua_interface->SetInt32Value(state, GetSpellData()->type);
  1251. valSet = true;
  1252. }
  1253. else if (field == "class_skill")
  1254. {
  1255. lua_interface->SetInt32Value(state, GetSpellData()->class_skill);
  1256. valSet = true;
  1257. }
  1258. else if (field == "min_class_skill_req")
  1259. {
  1260. lua_interface->SetInt32Value(state, GetSpellData()->min_class_skill_req);
  1261. valSet = true;
  1262. }
  1263. else if (field == "mastery_skill")
  1264. {
  1265. lua_interface->SetInt32Value(state, GetSpellData()->mastery_skill);
  1266. valSet = true;
  1267. }
  1268. else if (field == "ts_loc_index")
  1269. {
  1270. lua_interface->SetSInt32Value(state, GetSpellData()->ts_loc_index);
  1271. valSet = true;
  1272. }
  1273. else if (field == "num_levels")
  1274. {
  1275. lua_interface->SetSInt32Value(state, GetSpellData()->num_levels);
  1276. valSet = true;
  1277. }
  1278. else if (field == "tier")
  1279. {
  1280. lua_interface->SetSInt32Value(state, GetSpellData()->tier);
  1281. valSet = true;
  1282. }
  1283. else if (field == "hp_req")
  1284. {
  1285. lua_interface->SetSInt32Value(state, GetSpellData()->hp_req);
  1286. valSet = true;
  1287. }
  1288. else if (field == "hp_upkeep")
  1289. {
  1290. lua_interface->SetSInt32Value(state, GetSpellData()->hp_upkeep);
  1291. valSet = true;
  1292. }
  1293. else if (field == "power_req")
  1294. {
  1295. lua_interface->SetFloatValue(state, GetSpellData()->power_req);
  1296. valSet = true;
  1297. }
  1298. else if (field == "power_by_level")
  1299. {
  1300. lua_interface->SetBooleanValue(state, GetSpellData()->power_by_level);
  1301. valSet = true;
  1302. }
  1303. else if (field == "power_upkeep")
  1304. {
  1305. lua_interface->SetSInt32Value(state, GetSpellData()->power_upkeep);
  1306. valSet = true;
  1307. }
  1308. else if (field == "savagery_req")
  1309. {
  1310. lua_interface->SetSInt32Value(state, GetSpellData()->savagery_req);
  1311. valSet = true;
  1312. }
  1313. else if (field == "savagery_upkeep")
  1314. {
  1315. lua_interface->SetSInt32Value(state, GetSpellData()->savagery_upkeep);
  1316. valSet = true;
  1317. }
  1318. else if (field == "dissonance_req")
  1319. {
  1320. lua_interface->SetSInt32Value(state, GetSpellData()->dissonance_req);
  1321. valSet = true;
  1322. }
  1323. else if (field == "dissonance_upkeep")
  1324. {
  1325. lua_interface->SetSInt32Value(state, GetSpellData()->dissonance_upkeep);
  1326. valSet = true;
  1327. }
  1328. else if (field == "target_type")
  1329. {
  1330. lua_interface->SetSInt32Value(state, GetSpellData()->target_type);
  1331. valSet = true;
  1332. }
  1333. else if (field == "cast_time")
  1334. {
  1335. lua_interface->SetSInt32Value(state, GetSpellData()->cast_time);
  1336. valSet = true;
  1337. }
  1338. else if (field == "recovery")
  1339. {
  1340. lua_interface->SetFloatValue(state, GetSpellData()->recovery);
  1341. valSet = true;
  1342. }
  1343. else if (field == "recast")
  1344. {
  1345. lua_interface->SetFloatValue(state, GetSpellData()->recast);
  1346. valSet = true;
  1347. }
  1348. else if (field == "linked_timer")
  1349. {
  1350. lua_interface->SetSInt32Value(state, GetSpellData()->linked_timer);
  1351. valSet = true;
  1352. }
  1353. else if (field == "radius")
  1354. {
  1355. lua_interface->SetFloatValue(state, GetSpellData()->radius);
  1356. valSet = true;
  1357. }
  1358. else if (field == "max_aoe_targets")
  1359. {
  1360. lua_interface->SetSInt32Value(state, GetSpellData()->max_aoe_targets);
  1361. valSet = true;
  1362. }
  1363. else if (field == "friendly_spell")
  1364. {
  1365. lua_interface->SetSInt32Value(state, GetSpellData()->friendly_spell);
  1366. valSet = true;
  1367. }
  1368. else if (field == "req_concentration")
  1369. {
  1370. lua_interface->SetSInt32Value(state, GetSpellData()->req_concentration);
  1371. valSet = true;
  1372. }
  1373. else if (field == "range")
  1374. {
  1375. lua_interface->SetFloatValue(state, GetSpellData()->range);
  1376. valSet = true;
  1377. }
  1378. else if (field == "duration1")
  1379. {
  1380. lua_interface->SetSInt32Value(state, GetSpellData()->duration1);
  1381. valSet = true;
  1382. }
  1383. else if (field == "duration2")
  1384. {
  1385. lua_interface->SetSInt32Value(state, GetSpellData()->duration2);
  1386. valSet = true;
  1387. }
  1388. else if (field == "resistibility")
  1389. {
  1390. lua_interface->SetFloatValue(state, GetSpellData()->resistibility);
  1391. valSet = true;
  1392. }
  1393. else if (field == "duration_until_cancel")
  1394. {
  1395. lua_interface->SetBooleanValue(state, GetSpellData()->duration_until_cancel);
  1396. valSet = true;
  1397. }
  1398. else if (field == "power_req_percent")
  1399. {
  1400. lua_interface->SetSInt32Value(state, GetSpellData()->power_req_percent);
  1401. valSet = true;
  1402. }
  1403. else if (field == "hp_req_percent")
  1404. {
  1405. lua_interface->SetSInt32Value(state, GetSpellData()->hp_req_percent);
  1406. valSet = true;
  1407. }
  1408. else if (field == "savagery_req_percent")
  1409. {
  1410. lua_interface->SetSInt32Value(state, GetSpellData()->savagery_req_percent);
  1411. valSet = true;
  1412. }
  1413. else if (field == "dissonance_req_percent")
  1414. {
  1415. lua_interface->SetSInt32Value(state, GetSpellData()->dissonance_req_percent);
  1416. valSet = true;
  1417. }
  1418. else if (field == "name")
  1419. {
  1420. lua_interface->SetStringValue(state, GetSpellData()->name.data.c_str());
  1421. valSet = true;
  1422. }
  1423. else if (field == "description")
  1424. {
  1425. lua_interface->SetStringValue(state, GetSpellData()->description.data.c_str());
  1426. valSet = true;
  1427. }
  1428. else if (field == "success_message")
  1429. {
  1430. lua_interface->SetStringValue(state, GetSpellData()->success_message.c_str());
  1431. valSet = true;
  1432. }
  1433. else if (field == "fade_message")
  1434. {
  1435. lua_interface->SetStringValue(state, GetSpellData()->fade_message.c_str());
  1436. valSet = true;
  1437. }
  1438. else if (field == "fade_message_others")
  1439. {
  1440. lua_interface->SetStringValue(state, GetSpellData()->fade_message_others.c_str());
  1441. valSet = true;
  1442. }
  1443. else if (field == "cast_type")
  1444. {
  1445. lua_interface->SetSInt32Value(state, GetSpellData()->cast_type);
  1446. valSet = true;
  1447. }
  1448. else if (field == "lua_script")
  1449. {
  1450. lua_interface->SetStringValue(state, GetSpellData()->lua_script.c_str());
  1451. valSet = true;
  1452. }
  1453. else if (field == "interruptable")
  1454. {
  1455. lua_interface->SetBooleanValue(state, GetSpellData()->interruptable);
  1456. valSet = true;
  1457. }
  1458. else if (field == "spell_visual")
  1459. {
  1460. lua_interface->SetSInt32Value(state, GetSpellData()->spell_visual);
  1461. valSet = true;
  1462. }
  1463. else if (field == "effect_message")
  1464. {
  1465. lua_interface->SetStringValue(state, GetSpellData()->effect_message.c_str());
  1466. valSet = true;
  1467. }
  1468. else if (field == "min_range")
  1469. {
  1470. lua_interface->SetFloatValue(state, GetSpellData()->min_range);
  1471. valSet = true;
  1472. }
  1473. else if (field == "can_effect_raid")
  1474. {
  1475. lua_interface->SetSInt32Value(state, GetSpellData()->can_effect_raid);
  1476. valSet = true;
  1477. }
  1478. else if (field == "affect_only_group_members")
  1479. {
  1480. lua_interface->SetSInt32Value(state, GetSpellData()->affect_only_group_members);
  1481. valSet = true;
  1482. }
  1483. else if (field == "group_spell")
  1484. {
  1485. lua_interface->SetSInt32Value(state, GetSpellData()->group_spell);
  1486. valSet = true;
  1487. }
  1488. else if (field == "hit_bonus")
  1489. {
  1490. lua_interface->SetFloatValue(state, GetSpellData()->hit_bonus);
  1491. valSet = true;
  1492. }
  1493. else if (field == "display_spell_tier")
  1494. {
  1495. lua_interface->SetSInt32Value(state, GetSpellData()->display_spell_tier);
  1496. valSet = true;
  1497. }
  1498. else if (field == "is_active")
  1499. {
  1500. lua_interface->SetSInt32Value(state, GetSpellData()->is_active);
  1501. valSet = true;
  1502. }
  1503. else if (field == "det_type")
  1504. {
  1505. lua_interface->SetSInt32Value(state, GetSpellData()->det_type);
  1506. valSet = true;
  1507. }
  1508. else if (field == "incurable")
  1509. {
  1510. lua_interface->SetBooleanValue(state, GetSpellData()->incurable);
  1511. valSet = true;
  1512. }
  1513. else if (field == "control_effect_type")
  1514. {
  1515. lua_interface->SetSInt32Value(state, GetSpellData()->control_effect_type);
  1516. valSet = true;
  1517. }
  1518. else if (field == "casting_flags")
  1519. {
  1520. lua_interface->SetSInt32Value(state, GetSpellData()->casting_flags);
  1521. valSet = true;
  1522. }
  1523. else if (field == "cast_while_moving")
  1524. {
  1525. lua_interface->SetBooleanValue(state, GetSpellData()->cast_while_moving);
  1526. valSet = true;
  1527. }
  1528. else if (field == "persist_through_death")
  1529. {
  1530. lua_interface->SetBooleanValue(state, GetSpellData()->persist_through_death);
  1531. valSet = true;
  1532. }
  1533. else if (field == "not_maintained")
  1534. {
  1535. lua_interface->SetBooleanValue(state, GetSpellData()->not_maintained);
  1536. valSet = true;
  1537. }
  1538. else if (field == "is_aa")
  1539. {
  1540. lua_interface->SetBooleanValue(state, GetSpellData()->is_aa);
  1541. valSet = true;
  1542. }
  1543. else if (field == "savage_bar")
  1544. {
  1545. lua_interface->SetSInt32Value(state, GetSpellData()->savage_bar);
  1546. valSet = true;
  1547. }
  1548. else if (field == "savage_bar_slot")
  1549. {
  1550. lua_interface->SetSInt32Value(state, GetSpellData()->savage_bar_slot);
  1551. valSet = true;
  1552. }
  1553. else if (field == "soe_spell_crc")
  1554. {
  1555. lua_interface->SetSInt32Value(state, GetSpellData()->soe_spell_crc);
  1556. valSet = true;
  1557. }
  1558. else if (field == "spell_type")
  1559. {
  1560. lua_interface->SetSInt32Value(state, GetSpellData()->spell_type);
  1561. valSet = true;
  1562. }
  1563. else if (field == "spell_name_crc")
  1564. {
  1565. lua_interface->SetSInt32Value(state, GetSpellData()->spell_name_crc);
  1566. valSet = true;
  1567. }
  1568. else if (field == "type_group_spell_id")
  1569. {
  1570. lua_interface->SetSInt32Value(state, GetSpellData()->type_group_spell_id);
  1571. valSet = true;
  1572. }
  1573. else if (field == "can_fizzle")
  1574. {
  1575. lua_interface->SetBooleanValue(state, GetSpellData()->can_fizzle);
  1576. valSet = true;
  1577. }
  1578. return valSet;
  1579. }
  1580. bool Spell::SetSpellData(lua_State* state, std::string field, int8 fieldArg)
  1581. {
  1582. if (!lua_interface)
  1583. return false;
  1584. bool valSet = false;
  1585. if (field == "spell_book_type")
  1586. {
  1587. int32 spell_book_type = lua_interface->GetInt32Value(state, fieldArg);
  1588. GetSpellData()->spell_book_type = spell_book_type;
  1589. valSet = true;
  1590. }
  1591. else if (field == "icon")
  1592. {
  1593. sint16 icon = lua_interface->GetSInt32Value(state, fieldArg);
  1594. GetSpellData()->icon = icon;
  1595. valSet = true;
  1596. }
  1597. else if (field == "icon_heroic_op")
  1598. {
  1599. int16 icon_heroic_op = lua_interface->GetInt16Value(state, fieldArg);
  1600. GetSpellData()->icon_heroic_op = icon_heroic_op;
  1601. valSet = true;
  1602. }
  1603. else if (field == "icon_backdrop")
  1604. {
  1605. int16 icon_backdrop = lua_interface->GetInt16Value(state, fieldArg);
  1606. GetSpellData()->icon_backdrop = icon_backdrop;
  1607. valSet = true;
  1608. }
  1609. else if (field == "type")
  1610. {
  1611. int16 type = lua_interface->GetInt16Value(state, fieldArg);
  1612. GetSpellData()->type = type;
  1613. valSet = true;
  1614. }
  1615. else if (field == "class_skill")
  1616. {
  1617. int32 class_skill = lua_interface->GetInt32Value(state, fieldArg);
  1618. GetSpellData()->class_skill = class_skill;
  1619. valSet = true;
  1620. }
  1621. else if (field == "min_class_skill_req")
  1622. {
  1623. int16 min_class_skill_req = lua_interface->GetInt16Value(state, fieldArg);
  1624. GetSpellData()->min_class_skill_req = min_class_skill_req;
  1625. valSet = true;
  1626. }
  1627. else if (field == "mastery_skill")
  1628. {
  1629. int32 mastery_skill = lua_interface->GetInt32Value(state, fieldArg);
  1630. GetSpellData()->mastery_skill = mastery_skill;
  1631. valSet = true;
  1632. }
  1633. else if (field == "ts_loc_index")
  1634. {
  1635. int8 ts_loc_index = lua_interface->GetInt8Value(state, fieldArg);
  1636. GetSpellData()->ts_loc_index = ts_loc_index;
  1637. valSet = true;
  1638. }
  1639. else if (field == "num_levels")
  1640. {
  1641. int8 num_levels = lua_interface->GetInt8Value(state, fieldArg);
  1642. GetSpellData()->num_levels = num_levels;
  1643. valSet = true;
  1644. }
  1645. else if (field == "tier")
  1646. {
  1647. int8 tier = lua_interface->GetInt8Value(state, fieldArg);
  1648. GetSpellData()->tier = tier;
  1649. valSet = true;
  1650. }
  1651. else if (field == "hp_req")
  1652. {
  1653. int16 hp_req = lua_interface->GetInt16Value(state, fieldArg);
  1654. GetSpellData()->hp_req = hp_req;
  1655. valSet = true;
  1656. }
  1657. else if (field == "hp_upkeep")
  1658. {
  1659. int16 hp_upkeep = lua_interface->GetInt16Value(state, fieldArg);
  1660. GetSpellData()->hp_upkeep = hp_upkeep;
  1661. valSet = true;
  1662. }
  1663. else if (field == "power_req")
  1664. {
  1665. float power_req = lua_interface->GetFloatValue(state, fieldArg);
  1666. GetSpellData()->power_req = power_req;
  1667. valSet = true;
  1668. }
  1669. else if (field == "power_by_level")
  1670. {
  1671. bool power_by_level = lua_interface->GetBooleanValue(state, fieldArg);
  1672. GetSpellData()->power_by_level = power_by_level;
  1673. valSet = true;
  1674. }
  1675. else if (field == "power_upkeep")
  1676. {
  1677. int16 power_upkeep = lua_interface->GetInt16Value(state, fieldArg);
  1678. GetSpellData()->power_upkeep = power_upkeep;
  1679. valSet = true;
  1680. }
  1681. else if (field == "savagery_req")
  1682. {
  1683. int16 savagery_req = lua_interface->GetInt16Value(state, fieldArg);
  1684. GetSpellData()->savagery_req = savagery_req;
  1685. valSet = true;
  1686. }
  1687. else if (field == "savagery_upkeep")
  1688. {
  1689. int16 savagery_upkeep = lua_interface->GetInt16Value(state, fieldArg);
  1690. GetSpellData()->savagery_upkeep = savagery_upkeep;
  1691. valSet = true;
  1692. }
  1693. else if (field == "dissonance_req")
  1694. {
  1695. int16 dissonance_req = lua_interface->GetInt16Value(state, fieldArg);
  1696. GetSpellData()->dissonance_req = dissonance_req;
  1697. valSet = true;
  1698. }
  1699. else if (field == "dissonance_upkeep")
  1700. {
  1701. int16 dissonance_upkeep = lua_interface->GetInt16Value(state, fieldArg);
  1702. GetSpellData()->dissonance_upkeep = dissonance_upkeep;
  1703. valSet = true;
  1704. }
  1705. else if (field == "target_type")
  1706. {
  1707. int16 target_type = lua_interface->GetInt8Value(state, fieldArg);
  1708. GetSpellData()->target_type = target_type;
  1709. valSet = true;
  1710. }
  1711. else if (field == "cast_time")
  1712. {
  1713. int16 cast_time = lua_interface->GetInt16Value(state, fieldArg);
  1714. GetSpellData()->cast_time = cast_time;
  1715. valSet = true;
  1716. }
  1717. else if (field == "recovery")
  1718. {
  1719. float recovery = lua_interface->GetFloatValue(state, fieldArg);
  1720. GetSpellData()->recovery = recovery;
  1721. valSet = true;
  1722. }
  1723. else if (field == "recast")
  1724. {
  1725. float recast = lua_interface->GetFloatValue(state, fieldArg);
  1726. GetSpellData()->recast = recast;
  1727. valSet = true;
  1728. }
  1729. else if (field == "linked_timer")
  1730. {
  1731. int32 linked_timer = lua_interface->GetInt32Value(state, fieldArg);
  1732. GetSpellData()->linked_timer = linked_timer;
  1733. valSet = true;
  1734. }
  1735. else if (field == "radius")
  1736. {
  1737. float radius = lua_interface->GetFloatValue(state, fieldArg);
  1738. GetSpellData()->radius = radius;
  1739. valSet = true;
  1740. }
  1741. else if (field == "max_aoe_targets")
  1742. {
  1743. int16 max_aoe_targets = lua_interface->GetInt16Value(state, fieldArg);
  1744. GetSpellData()->max_aoe_targets = max_aoe_targets;
  1745. valSet = true;
  1746. }
  1747. else if (field == "friendly_spell")
  1748. {
  1749. int8 friendly_spell = lua_interface->GetInt8Value(state, fieldArg);
  1750. GetSpellData()->friendly_spell = friendly_spell;
  1751. valSet = true;
  1752. }
  1753. else if (field == "req_concentration")
  1754. {
  1755. int16 req_concentration = lua_interface->GetInt16Value(state, fieldArg);
  1756. GetSpellData()->req_concentration = req_concentration;
  1757. valSet = true;
  1758. }
  1759. else if (field == "range")
  1760. {
  1761. float range = lua_interface->GetFloatValue(state, fieldArg);
  1762. GetSpellData()->range = range;
  1763. valSet = true;
  1764. }
  1765. else if (field == "duration1")
  1766. {
  1767. sint32 duration = lua_interface->GetSInt32Value(state, fieldArg);
  1768. GetSpellData()->duration1 = duration;
  1769. valSet = true;
  1770. }
  1771. else if (field == "duration2")
  1772. {
  1773. sint32 duration = lua_interface->GetSInt32Value(state, fieldArg);
  1774. GetSpellData()->duration2 = duration;
  1775. valSet = true;
  1776. }
  1777. else if (field == "resistibility")
  1778. {
  1779. float resistibility = lua_interface->GetFloatValue(state, fieldArg);
  1780. GetSpellData()->resistibility = resistibility;
  1781. valSet = true;
  1782. }
  1783. else if (field == "duration_until_cancel")
  1784. {
  1785. bool duration_until_cancel = lua_interface->GetBooleanValue(state, fieldArg);
  1786. GetSpellData()->duration_until_cancel = duration_until_cancel;
  1787. valSet = true;
  1788. }
  1789. else if (field == "power_req_percent")
  1790. {
  1791. int8 power_req_percent = lua_interface->GetInt8Value(state, fieldArg);
  1792. GetSpellData()->power_req_percent = power_req_percent;
  1793. valSet = true;
  1794. }
  1795. else if (field == "hp_req_percent")
  1796. {
  1797. int8 hp_req_percent = lua_interface->GetInt8Value(state, fieldArg);
  1798. GetSpellData()->hp_req_percent = hp_req_percent;
  1799. valSet = true;
  1800. }
  1801. else if (field == "savagery_req_percent")
  1802. {
  1803. int8 savagery_req_percent = lua_interface->GetInt8Value(state, fieldArg);
  1804. GetSpellData()->savagery_req_percent = savagery_req_percent;
  1805. valSet = true;
  1806. }
  1807. else if (field == "dissonance_req_percent")
  1808. {
  1809. int8 dissonance_req_percent = lua_interface->GetInt8Value(state, fieldArg);
  1810. GetSpellData()->dissonance_req_percent = dissonance_req_percent;
  1811. valSet = true;
  1812. }
  1813. else if (field == "name")
  1814. {
  1815. string name = lua_interface->GetStringValue(state, fieldArg);
  1816. GetSpellData()->name.data = name;
  1817. valSet = true;
  1818. }
  1819. else if (field == "description")
  1820. {
  1821. string description = lua_interface->GetStringValue(state, fieldArg);
  1822. GetSpellData()->description.data = description;
  1823. valSet = true;
  1824. }
  1825. else if (field == "success_message")
  1826. {
  1827. string success_message = lua_interface->GetStringValue(state, fieldArg);
  1828. GetSpellData()->success_message = success_message;
  1829. valSet = true;
  1830. }
  1831. else if (field == "fade_message")
  1832. {
  1833. string fade_message = lua_interface->GetStringValue(state, fieldArg);
  1834. GetSpellData()->fade_message = fade_message;
  1835. valSet = true;
  1836. }
  1837. else if (field == "fade_message_others")
  1838. {
  1839. string fade_message_others = lua_interface->GetStringValue(state, fieldArg);
  1840. GetSpellData()->fade_message_others = fade_message_others;
  1841. valSet = true;
  1842. }
  1843. else if (field == "cast_type")
  1844. {
  1845. int8 cast_type = lua_interface->GetInt8Value(state, fieldArg);
  1846. GetSpellData()->cast_type = cast_type;
  1847. valSet = true;
  1848. }
  1849. else if (field == "cast_type")
  1850. {
  1851. int32 call_frequency = lua_interface->GetInt32Value(state, fieldArg);
  1852. GetSpellData()->call_frequency = call_frequency;
  1853. valSet = true;
  1854. }
  1855. else if (field == "interruptable")
  1856. {
  1857. bool interruptable = lua_interface->GetBooleanValue(state, fieldArg);
  1858. GetSpellData()->interruptable = interruptable;
  1859. valSet = true;
  1860. }
  1861. else if (field == "spell_visual")
  1862. {
  1863. int32 spell_visual = lua_interface->GetInt32Value(state, fieldArg);
  1864. GetSpellData()->spell_visual = spell_visual;
  1865. valSet = true;
  1866. }
  1867. else if (field == "effect_message")
  1868. {
  1869. string effect_message = lua_interface->GetStringValue(state, fieldArg);
  1870. GetSpellData()->effect_message = effect_message;
  1871. valSet = true;
  1872. }
  1873. else if (field == "min_range")
  1874. {
  1875. float min_range = lua_interface->GetFloatValue(state, fieldArg);
  1876. GetSpellData()->min_range = min_range;
  1877. valSet = true;
  1878. }
  1879. else if (field == "can_effect_raid")
  1880. {
  1881. int8 can_effect_raid = lua_interface->GetInt8Value(state, fieldArg);
  1882. GetSpellData()->can_effect_raid = can_effect_raid;
  1883. valSet = true;
  1884. }
  1885. else if (field == "affect_only_group_members")
  1886. {
  1887. int8 affect_only_group_members = lua_interface->GetInt8Value(state, fieldArg);
  1888. GetSpellData()->affect_only_group_members = affect_only_group_members;
  1889. valSet = true;
  1890. }
  1891. else if (field == "group_spell")
  1892. {
  1893. int8 group_spell = lua_interface->GetInt8Value(state, fieldArg);
  1894. GetSpellData()->group_spell = group_spell;
  1895. valSet = true;
  1896. }
  1897. else if (field == "hit_bonus")
  1898. {
  1899. float hit_bonus = lua_interface->GetFloatValue(state, fieldArg);
  1900. GetSpellData()->hit_bonus = hit_bonus;
  1901. valSet = true;
  1902. }
  1903. else if (field == "display_spell_tier")
  1904. {
  1905. int8 display_spell_tier = lua_interface->GetInt8Value(state, fieldArg);
  1906. GetSpellData()->display_spell_tier = display_spell_tier;
  1907. valSet = true;
  1908. }
  1909. else if (field == "is_active")
  1910. {
  1911. int8 is_active = lua_interface->GetInt8Value(state, fieldArg);
  1912. GetSpellData()->is_active = is_active;
  1913. valSet = true;
  1914. }
  1915. else if (field == "det_type")
  1916. {
  1917. int8 det_type = lua_interface->GetInt8Value(state, fieldArg);
  1918. GetSpellData()->det_type = det_type;
  1919. valSet = true;
  1920. }
  1921. else if (field == "incurable")
  1922. {
  1923. bool incurable = lua_interface->GetBooleanValue(state, fieldArg);
  1924. GetSpellData()->incurable = incurable;
  1925. valSet = true;
  1926. }
  1927. else if (field == "control_effect_type")
  1928. {
  1929. int8 control_effect_type = lua_interface->GetInt8Value(state, fieldArg);
  1930. GetSpellData()->control_effect_type = control_effect_type;
  1931. valSet = true;
  1932. }
  1933. else if (field == "casting_flags")
  1934. {
  1935. int32 casting_flags = lua_interface->GetInt32Value(state, fieldArg);
  1936. GetSpellData()->casting_flags = casting_flags;
  1937. valSet = true;
  1938. }
  1939. else if (field == "cast_while_moving")
  1940. {
  1941. bool cast_while_moving = lua_interface->GetBooleanValue(state, fieldArg);
  1942. GetSpellData()->cast_while_moving = cast_while_moving;
  1943. valSet = true;
  1944. }
  1945. else if (field == "persist_through_death")
  1946. {
  1947. bool persist_through_death = lua_interface->GetBooleanValue(state, fieldArg);
  1948. GetSpellData()->persist_through_death = persist_through_death;
  1949. valSet = true;
  1950. }
  1951. else if (field == "not_maintained")
  1952. {
  1953. bool not_maintained = lua_interface->GetBooleanValue(state, fieldArg);
  1954. GetSpellData()->not_maintained = not_maintained;
  1955. valSet = true;
  1956. }
  1957. else if (field == "is_aa")
  1958. {
  1959. bool is_aa = lua_interface->GetBooleanValue(state, fieldArg);
  1960. GetSpellData()->is_aa = is_aa;
  1961. valSet = true;
  1962. }
  1963. else if (field == "savage_bar")
  1964. {
  1965. int8 savage_bar = lua_interface->GetInt8Value(state, fieldArg);
  1966. GetSpellData()->savage_bar = savage_bar;
  1967. valSet = true;
  1968. }
  1969. else if (field == "spell_type")
  1970. {
  1971. int8 spell_type = lua_interface->GetInt8Value(state, fieldArg);
  1972. GetSpellData()->spell_type = spell_type;
  1973. valSet = true;
  1974. }
  1975. else if (field == "type_group_spell_id")
  1976. {
  1977. sint32 type_group_spell_id = lua_interface->GetSInt32Value(state, fieldArg);
  1978. GetSpellData()->type_group_spell_id = type_group_spell_id;
  1979. valSet = true;
  1980. }
  1981. else if (field == "can_fizzle")
  1982. {
  1983. bool can_fizzle = lua_interface->GetBooleanValue(state, fieldArg);
  1984. GetSpellData()->can_fizzle = can_fizzle;
  1985. valSet = true;
  1986. }
  1987. return valSet;
  1988. }
  1989. int16 Spell::GetSpellIcon(){
  1990. if (spell)
  1991. return spell->icon;
  1992. return 0;
  1993. }
  1994. int16 Spell::GetSpellIconBackdrop(){
  1995. if (spell)
  1996. return spell->icon_backdrop;
  1997. return 0;
  1998. }
  1999. int16 Spell::GetSpellIconHeroicOp(){
  2000. if (spell)
  2001. return spell->icon_heroic_op;
  2002. return 0;
  2003. }
  2004. bool Spell::IsHealSpell(){
  2005. return heal_spell;
  2006. }
  2007. bool Spell::IsBuffSpell(){
  2008. return buff_spell;
  2009. }
  2010. bool Spell::IsDamageSpell(){
  2011. return damage_spell;
  2012. }
  2013. bool Spell::IsControlSpell(){
  2014. return control_spell;
  2015. }
  2016. bool Spell::IsOffenseSpell() {
  2017. return offense_spell;
  2018. }
  2019. bool Spell::IsCopiedSpell() {
  2020. return copied_spell;
  2021. }
  2022. void Spell::ModifyCastTime(Entity* caster){
  2023. int16 cast_time = spell->cast_time;
  2024. float cast_speed = caster->GetInfoStruct()->get_casting_speed();
  2025. if (cast_time > 0){
  2026. if (cast_speed > 0) // casting speed can only reduce up to half a cast time
  2027. spell->cast_time *= max((float) 0.5, (float) (1 / (1 + (cast_speed * .01))));
  2028. else if (cast_speed < 0) // not sure if casting speed debuff is capped on live or not, capping at 1.5 * the normal rate for now
  2029. spell->cast_time *= min((float) 1.5, (float) (1 + (1 - (1 / (1 + (cast_speed * -.01))))));
  2030. }
  2031. }
  2032. vector <SpellDisplayEffect*>* Spell::GetSpellEffects(){
  2033. std::shared_lock lock(MSpellInfo);
  2034. vector <SpellDisplayEffect*>* ret = &effects;
  2035. return ret;
  2036. }
  2037. vector <LevelArray*>* Spell::GetSpellLevels(){
  2038. std::shared_lock lock(MSpellInfo);
  2039. vector <LevelArray*>* ret = &levels;
  2040. return ret;
  2041. }
  2042. bool Spell::ScribeAllowed(Player* player){
  2043. std::shared_lock lock(MSpellInfo);
  2044. bool ret = false;
  2045. if(player){
  2046. for(int32 i=0;!ret && i<levels.size();i++){
  2047. int16 mylevel = player->GetLevel();
  2048. int16 spelllevels = levels[i]->spell_level;
  2049. bool advlev = player->GetAdventureClass() == levels[i]->adventure_class;
  2050. bool tslev = player->GetTradeskillClass() == levels[i]->tradeskill_class;
  2051. bool levelmatch = player->GetLevel() >= levels[i]->spell_level;
  2052. if((player->GetAdventureClass() == levels[i]->adventure_class || player->GetTradeskillClass() == levels[i]->tradeskill_class) && player->GetLevel() >= levels[i]->spell_level/10)
  2053. ret = true;
  2054. }
  2055. }
  2056. return ret;
  2057. }
  2058. MasterSpellList::MasterSpellList(){
  2059. max_spell_id = 0;
  2060. MMasterSpellList.SetName("MasterSpellList::MMasterSpellList");
  2061. }
  2062. MasterSpellList::~MasterSpellList(){
  2063. DestroySpells();
  2064. }
  2065. void MasterSpellList::DestroySpells(){
  2066. spell_errors.clear();
  2067. MMasterSpellList.lock();
  2068. map<int32, map<int32, Spell*> >::iterator iter;
  2069. map<int32, Spell*>::iterator iter2;
  2070. for(iter = spell_list.begin();iter != spell_list.end(); iter++){
  2071. for(iter2 = iter->second.begin();iter2 != iter->second.end(); iter2++){
  2072. safe_delete(iter2->second);
  2073. }
  2074. }
  2075. spell_list.clear();
  2076. MMasterSpellList.unlock();
  2077. }
  2078. void MasterSpellList::AddSpell(int32 id, int8 tier, Spell* spell){
  2079. MMasterSpellList.lock();
  2080. spell_list[id][tier] = spell;
  2081. spell_name_map[spell->GetName()] = spell;
  2082. spell_soecrc_map[spell->GetSpellData()->soe_spell_crc] = spell;
  2083. if (id > max_spell_id)
  2084. max_spell_id = id;
  2085. MMasterSpellList.unlock();
  2086. }
  2087. Spell* MasterSpellList::GetSpell(int32 id, int8 tier){
  2088. if (spell_list.count(id) > 0 && spell_list[id].count(tier) > 0)
  2089. return spell_list[id][tier];
  2090. else if (spell_list.count(id) > 0 && tier == 0 && spell_list[id].count(1) > 0)
  2091. return spell_list[id][1];
  2092. return 0;
  2093. }
  2094. Spell* MasterSpellList::GetSpellByName(const char* name){
  2095. if(spell_name_map.count(name) > 0)
  2096. return spell_name_map[name];
  2097. return 0;
  2098. }
  2099. Spell* MasterSpellList::GetSpellByCRC(int32 spell_crc){
  2100. if(spell_soecrc_map.count(spell_crc) > 0)
  2101. return spell_soecrc_map[spell_crc];
  2102. return 0;
  2103. }
  2104. EQ2Packet* MasterSpellList::GetSpellPacket(int32 id, int8 tier, Client* client, bool display, int8 packet_type){
  2105. Spell* spell = GetSpell(id, tier);
  2106. // if we can't find it on the master spell list, see if it is a custom spell
  2107. if (!spell)
  2108. {
  2109. lua_interface->FindCustomSpellLock();
  2110. LuaSpell* tmpSpell = lua_interface->FindCustomSpell(id);
  2111. EQ2Packet* pack = 0;
  2112. if (tmpSpell)
  2113. {
  2114. spell = tmpSpell->spell;
  2115. pack = spell->SerializeSpell(client, display, packet_type);
  2116. }
  2117. lua_interface->FindCustomSpellUnlock();
  2118. return pack;
  2119. }
  2120. if(spell)
  2121. return spell->SerializeSpell(client, display, packet_type);
  2122. return 0;
  2123. }
  2124. EQ2Packet* MasterSpellList::GetAASpellPacket(int32 id, int8 tier, Client* client, bool display, int8 packet_type) {
  2125. Spell* spell = GetSpell(id, (tier == 0 ? 1 : tier));
  2126. // if we can't find it on the master spell list, see if it is a custom spell
  2127. if (!spell)
  2128. {
  2129. lua_interface->FindCustomSpellLock();
  2130. LuaSpell* tmpSpell = lua_interface->FindCustomSpell(id);
  2131. EQ2Packet* pack = 0;
  2132. if (tmpSpell)
  2133. {
  2134. spell = tmpSpell->spell;
  2135. // TODO: this isn't a tested thing yet... need to add custom spells to alt advancement?
  2136. AltAdvanceData* data = master_aa_list.GetAltAdvancement(id);
  2137. if(data)
  2138. pack = spell->SerializeAASpell(client, tier, data, display, false, packet_type);
  2139. }
  2140. lua_interface->FindCustomSpellUnlock();
  2141. return pack;
  2142. }
  2143. //Spell* spell2= GetSpell(id, (tier +1));
  2144. AltAdvanceData* data = master_aa_list.GetAltAdvancement(id);
  2145. if (spell)
  2146. return spell->SerializeAASpell(client,tier, data, display,false, packet_type);
  2147. return 0;
  2148. }
  2149. EQ2Packet* MasterSpellList::GetSpecialSpellPacket(int32 id, int8 tier, Client* client, bool display, int8 packet_type){
  2150. Spell* spell = GetSpell(id, tier);
  2151. // if we can't find it on the master spell list, see if it is a custom spell
  2152. if (!spell)
  2153. {
  2154. lua_interface->FindCustomSpellLock();
  2155. LuaSpell* tmpSpell = lua_interface->FindCustomSpell(id);
  2156. EQ2Packet* pack = 0;
  2157. if (tmpSpell)
  2158. {
  2159. spell = tmpSpell->spell;
  2160. pack = spell->SerializeSpecialSpell(client, display, packet_type, 0x81);
  2161. }
  2162. lua_interface->FindCustomSpellUnlock();
  2163. return pack;
  2164. }
  2165. if(spell)
  2166. return spell->SerializeSpecialSpell(client, display, packet_type, 0x81);
  2167. return 0;
  2168. }
  2169. vector<Spell*>* MasterSpellList::GetSpellListByAdventureClass(int8 class_id, int16 max_level, int8 max_tier){
  2170. vector<Spell*>* ret = new vector<Spell*>;
  2171. Spell* spell = 0;
  2172. vector<LevelArray*>* levels = 0;
  2173. LevelArray* level = 0;
  2174. vector<LevelArray*>::iterator level_itr;
  2175. MMasterSpellList.lock();
  2176. map<int32, map<int32, Spell*> >::iterator iter;
  2177. map<int32, Spell*>::iterator iter2;
  2178. max_level *= 10; //convert to client level format, which is 10 times higher
  2179. for(iter = spell_list.begin();iter != spell_list.end(); iter++){
  2180. for(iter2 = iter->second.begin();iter2 != iter->second.end(); iter2++){
  2181. spell = iter2->second;
  2182. if(iter2->first <= max_tier && spell && spell->GetSpellData()->given_by_type != GivenByType::GivenBy_SpellScroll){
  2183. levels = spell->GetSpellLevels();
  2184. for(level_itr = levels->begin(); level_itr != levels->end(); level_itr++){
  2185. level = *level_itr;
  2186. if(level->spell_level <= max_level && level->adventure_class == class_id){
  2187. ret->push_back(spell);
  2188. break;
  2189. }
  2190. }
  2191. }
  2192. }
  2193. }
  2194. MMasterSpellList.unlock();
  2195. return ret;
  2196. }
  2197. vector<Spell*>* MasterSpellList::GetSpellListByTradeskillClass(int8 class_id, int16 max_level, int8 max_tier){
  2198. vector<Spell*>* ret = new vector<Spell*>;
  2199. Spell* spell = 0;
  2200. vector<LevelArray*>* levels = 0;
  2201. LevelArray* level = 0;
  2202. vector<LevelArray*>::iterator level_itr;
  2203. MMasterSpellList.lock();
  2204. map<int32, map<int32, Spell*> >::iterator iter;
  2205. map<int32, Spell*>::iterator iter2;
  2206. for(iter = spell_list.begin();iter != spell_list.end(); iter++){
  2207. for(iter2 = iter->second.begin();iter2 != iter->second.end(); iter2++){
  2208. spell = iter2->second;
  2209. if(iter2->first <= max_tier && spell && spell->GetSpellData()->given_by_type != GivenByType::GivenBy_SpellScroll){
  2210. levels = spell->GetSpellLevels();
  2211. for(level_itr = levels->begin(); level_itr != levels->end(); level_itr++){
  2212. level = *level_itr;
  2213. if(level->spell_level <= max_level && level->tradeskill_class == class_id){
  2214. ret->push_back(spell);
  2215. break;
  2216. }
  2217. }
  2218. }
  2219. }
  2220. }
  2221. MMasterSpellList.unlock();
  2222. return ret;
  2223. }
  2224. void MasterSpellList::Reload(){
  2225. master_trait_list.DestroyTraits();
  2226. DestroySpells();
  2227. database.LoadSpells();
  2228. database.LoadSpellErrors();
  2229. database.LoadTraits();
  2230. }
  2231. int16 MasterSpellList::GetSpellErrorValue(int16 version, int8 error_index) {
  2232. version = GetClosestVersion(version);
  2233. if (spell_errors[version].count(error_index) == 0) {
  2234. LogWrite(SPELL__ERROR, 0, "Spells", "No spell error entry. (version = %i, error_index = %i)", version, error_index);
  2235. // 1 will give the client a pop up message of "Cannot cast" and a chat message of "[BUG] Cannot cast. Unknown failure casting spell."
  2236. return 1;
  2237. }
  2238. return spell_errors[version][error_index];
  2239. }
  2240. void MasterSpellList::AddSpellError(int16 version, int8 error_index, int16 error_value) {
  2241. if (spell_errors[version].count(error_index) == 0)
  2242. spell_errors[version][error_index] = error_value;
  2243. }
  2244. int16 MasterSpellList::GetClosestVersion(int16 version) {
  2245. int16 ret = 0;
  2246. map<int16, map<int8, int16> >::iterator itr;
  2247. // Get the closest version in the list that is less then or equal to the given version
  2248. for (itr = spell_errors.begin(); itr != spell_errors.end(); itr++) {
  2249. if (itr->first <= version) {
  2250. if (itr->first > ret)
  2251. ret = itr->first;
  2252. }
  2253. }
  2254. return ret;
  2255. }
  2256. bool Spell::CastWhileStunned(){
  2257. return (spell->casting_flags & CASTING_FLAG_STUNNED) == CASTING_FLAG_STUNNED;
  2258. }
  2259. bool Spell::CastWhileMezzed(){
  2260. return (spell->casting_flags & CASTING_FLAG_MEZZED) == CASTING_FLAG_MEZZED;
  2261. }
  2262. bool Spell::CastWhileStifled(){
  2263. return (spell->casting_flags & CASTING_FLAG_STIFLED) == CASTING_FLAG_STIFLED;
  2264. }
  2265. bool Spell::CastWhileFeared(){
  2266. return (spell->casting_flags & CASTING_FLAG_FEARED) == CASTING_FLAG_FEARED;
  2267. }