Quests.cpp 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743
  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 "Quests.h"
  17. #include "../common/ConfigReader.h"
  18. #include "Player.h"
  19. #include "LuaInterface.h"
  20. #include "Spells.h"
  21. #include "../common/Log.h"
  22. #ifdef WIN32
  23. #include <time.h>
  24. #else
  25. #include <sys/time.h>
  26. #endif
  27. extern LuaInterface* lua_interface;
  28. extern ConfigReader configReader;
  29. extern MasterFactionList master_faction_list;
  30. QuestStep::QuestStep(int32 in_id, int8 in_type, string in_description, vector<int32>* in_ids, int32 in_quantity, const char* in_task_group, vector<Location>* in_locations, float in_max_variation, float in_percentage, int32 in_usableitemid){
  31. type = in_type;
  32. description = in_description;
  33. ids = in_ids;
  34. if(in_task_group)
  35. task_group = string(in_task_group);
  36. locations = in_locations;
  37. max_variation = in_max_variation;
  38. quantity = in_quantity;
  39. step_progress = 0;
  40. icon = 11;
  41. id = in_id;
  42. updated = false;
  43. percentage = in_percentage;
  44. usableitemid = in_usableitemid;
  45. }
  46. QuestStep::QuestStep(QuestStep* old_step){
  47. type = old_step->type;
  48. description = old_step->description;
  49. task_group = old_step->task_group;
  50. quantity = old_step->quantity;
  51. max_variation = old_step->max_variation;
  52. step_progress = 0;
  53. if(type != QUEST_STEP_TYPE_LOCATION) {
  54. locations = 0;
  55. if (old_step->ids){
  56. ids = new vector<int32>;
  57. for(int32 i=0;i<old_step->ids->size();i++)
  58. ids->push_back(old_step->ids->at(i));
  59. }
  60. else
  61. ids = 0;
  62. }
  63. else { // location step
  64. ids = 0;
  65. if (old_step->locations) {
  66. locations = new vector<Location>;
  67. for(int32 i=0; i < old_step->locations->size(); i++)
  68. locations->push_back(old_step->locations->at(i));
  69. }
  70. else
  71. locations = 0;
  72. }
  73. icon = old_step->icon;
  74. id = old_step->id;
  75. updated = false;
  76. percentage = old_step->percentage;
  77. usableitemid = old_step->usableitemid;
  78. }
  79. QuestStep::~QuestStep(){
  80. safe_delete(ids);
  81. safe_delete(locations);
  82. }
  83. bool QuestStep::WasUpdated(){
  84. return updated;
  85. }
  86. void QuestStep::WasUpdated(bool val){
  87. updated = val;
  88. }
  89. float QuestStep::GetPercentage(){
  90. return percentage;
  91. }
  92. int32 QuestStep::GetStepID(){
  93. return id;
  94. }
  95. int32 QuestStep::GetItemID() {
  96. return usableitemid;
  97. }
  98. void QuestStep::SetComplete(){
  99. step_progress = quantity;
  100. updated = true;
  101. }
  102. bool QuestStep::Complete(){
  103. return step_progress >= quantity;
  104. }
  105. int8 QuestStep::GetStepType(){
  106. return type;
  107. }
  108. bool QuestStep::CheckStepKillUpdate(int32 id){
  109. bool ret = false;
  110. if(ids){
  111. for(int32 i=0;i<ids->size();i++){
  112. if(ids->at(i) == id){
  113. ret = true;
  114. break;
  115. }
  116. }
  117. }
  118. return ret;
  119. }
  120. bool QuestStep::CheckStepChatUpdate(int32 id){
  121. bool ret = false;
  122. if(ids){
  123. for(int32 i=0;i<ids->size();i++){
  124. if(ids->at(i) == id){
  125. ret = true;
  126. break;
  127. }
  128. }
  129. }
  130. return ret;
  131. }
  132. int16 QuestStep::GetIcon(){
  133. return icon;
  134. }
  135. void QuestStep::SetIcon(int16 in_icon){
  136. icon = in_icon;
  137. }
  138. const char* QuestStep::GetUpdateName(){
  139. if(update_name.length() > 0)
  140. return update_name.c_str();
  141. return 0;
  142. }
  143. void QuestStep::SetUpdateName(const char* name){
  144. update_name = string(name);
  145. }
  146. const char* QuestStep::GetUpdateTargetName(){
  147. if(update_target_name.length() > 0)
  148. return update_target_name.c_str();
  149. return 0;
  150. }
  151. void QuestStep::SetUpdateTargetName(const char* name){
  152. update_target_name = string(name);
  153. }
  154. bool QuestStep::CheckStepItemUpdate(int32 id){
  155. bool ret = false;
  156. if(ids){
  157. for(int32 i=0;i<ids->size();i++){
  158. if(ids->at(i) == id){
  159. ret = true;
  160. break;
  161. }
  162. }
  163. }
  164. return ret;
  165. }
  166. bool QuestStep::CheckStepLocationUpdate(float char_x, float char_y, float char_z){
  167. bool ret = false;
  168. if (locations) {
  169. for (int32 i=0; i < locations->size(); i++) {
  170. float total_diff = 0;
  171. Location loc = locations->at(i);
  172. float diff = loc.x - char_x; //Check X
  173. if(diff < 0)
  174. diff *= -1;
  175. if(diff <= max_variation) {
  176. total_diff += diff;
  177. diff = loc.z - char_z; //Check Z (we check Z first because it is far more likely to be a much greater variation than y)
  178. if(diff < 0)
  179. diff *= -1;
  180. if(diff <= max_variation) {
  181. total_diff += diff;
  182. if(total_diff <= max_variation) { //Check Total
  183. diff = loc.y - char_y; //Check Y
  184. if(diff < 0)
  185. diff *= -1;
  186. if(diff <= max_variation) {
  187. total_diff += diff;
  188. if(total_diff <= max_variation) { //Check Total
  189. ret = true;
  190. break;
  191. }
  192. }
  193. }
  194. }
  195. }
  196. }
  197. }
  198. return ret;
  199. }
  200. bool QuestStep::CheckStepSpellUpdate(int32 id){
  201. bool ret = false;
  202. if (ids) {
  203. for (int32 i = 0; i < ids->size(); i++) {
  204. if (ids->at(i) == id) {
  205. ret = true;
  206. break;
  207. }
  208. }
  209. }
  210. return ret;
  211. }
  212. void QuestStep::SetStepProgress(int32 val){
  213. step_progress = val;
  214. }
  215. int32 QuestStep::AddStepProgress(int32 val){
  216. updated = true;
  217. if (val > (quantity - step_progress)){
  218. step_progress += (quantity - step_progress);
  219. return (quantity - step_progress);
  220. }
  221. else
  222. step_progress += val;
  223. return val;
  224. }
  225. int32 QuestStep::GetStepProgress() {
  226. return step_progress;
  227. }
  228. void QuestStep::ResetTaskGroup(){
  229. task_group = "";
  230. }
  231. const char* QuestStep::GetTaskGroup(){
  232. if(task_group.length() > 0)
  233. return task_group.c_str();
  234. return 0;
  235. }
  236. const char* QuestStep::GetDescription(){
  237. if(description.length() > 0)
  238. return description.c_str();
  239. return 0;
  240. }
  241. void QuestStep::SetDescription(string desc){
  242. description = desc;
  243. }
  244. int16 QuestStep::GetQuestCurrentQuantity(){
  245. return (int16)step_progress;
  246. }
  247. int16 QuestStep::GetQuestNeededQuantity(){
  248. return (int16)quantity;
  249. }
  250. Quest::Quest(int32 in_id){
  251. id = in_id;
  252. reward_status = 0;
  253. quest_giver = 0;
  254. deleted = false;
  255. turned_in = false;
  256. update_needed = true;
  257. player = 0;
  258. return_id = 0;
  259. task_group_num = 1;
  260. prereq_level = 1;
  261. prereq_tslevel = 0;
  262. prereq_max_level = 0;
  263. prereq_max_tslevel = 0;
  264. reward_coins = 0;
  265. reward_coins_max = 0;
  266. completed_flag = false;
  267. enc_level = 0;
  268. reward_exp = 0;
  269. reward_tsexp = 0;
  270. m_featherColor = 0;
  271. m_repeatable = false;
  272. yellow_name = false;
  273. m_hidden = false;
  274. generated_coin = 0;
  275. m_questFlags = 0;
  276. m_timestamp = 0;
  277. m_completeCount = 0;
  278. MQuestSteps.SetName("Quest::MQuestSteps");
  279. MCompletedActions.SetName("Quest::MCompletedActions");
  280. MProgressActions.SetName("Quest::MProgressActions");
  281. MFailedActions.SetName("Quest::failed_Actions");
  282. }
  283. Quest::Quest(Quest* old_quest){
  284. task_group_num = 1;
  285. name = old_quest->name;
  286. type = old_quest->type;
  287. zone = old_quest->zone;
  288. level = old_quest->level;
  289. enc_level = old_quest->enc_level;
  290. description = old_quest->description;
  291. prereq_level = old_quest->prereq_level;
  292. prereq_tslevel = old_quest->prereq_tslevel;
  293. prereq_max_level = old_quest->prereq_max_level;
  294. prereq_max_tslevel = old_quest->prereq_max_tslevel;
  295. prereq_quests = old_quest->prereq_quests;
  296. prereq_classes = old_quest->prereq_classes;
  297. prereq_tradeskillclass = old_quest->prereq_tradeskillclass;
  298. prereq_races = old_quest->prereq_races;
  299. prereq_factions = old_quest->prereq_factions;
  300. reward_coins = old_quest->reward_coins;
  301. reward_coins_max = old_quest->reward_coins_max;
  302. reward_factions = old_quest->reward_factions;
  303. reward_status = old_quest->reward_status;
  304. reward_comment = old_quest->reward_comment;
  305. reward_exp = old_quest->reward_exp;
  306. reward_tsexp = old_quest->reward_tsexp;
  307. generated_coin = old_quest->generated_coin;
  308. completed_flag = old_quest->completed_flag;
  309. yellow_name = old_quest->yellow_name;
  310. m_questFlags = old_quest->m_questFlags;
  311. id = old_quest->id;
  312. vector<QuestStep*> quest_steps;
  313. for(int32 i=0;i<old_quest->quest_steps.size();i++)
  314. AddQuestStep(new QuestStep(old_quest->quest_steps[i]));
  315. for(int32 i=0;i<old_quest->prereq_items.size();i++)
  316. AddPrereqItem(new Item(old_quest->prereq_items[i]));
  317. for(int32 i=0;i<old_quest->reward_items.size();i++)
  318. AddRewardItem(new Item(old_quest->reward_items[i]));
  319. for(int32 i=0;i<old_quest->selectable_reward_items.size();i++)
  320. AddSelectableRewardItem(new Item(old_quest->selectable_reward_items[i]));
  321. complete_actions = old_quest->complete_actions;
  322. progress_actions = old_quest->progress_actions;
  323. failed_actions = old_quest->failed_actions;
  324. time_t raw;
  325. struct tm *newtime;
  326. time(&raw);
  327. newtime = localtime(&raw);
  328. day = newtime->tm_mday;
  329. month = newtime->tm_mon + 1;
  330. year = newtime->tm_year - 100;
  331. visible = 1;
  332. step_updates.clear();
  333. step_failures.clear();
  334. completed_description = old_quest->completed_description;
  335. deleted = old_quest->deleted;
  336. update_needed = old_quest->update_needed;
  337. turned_in = old_quest->turned_in;
  338. quest_giver = old_quest->quest_giver;
  339. player = old_quest->player;
  340. return_id = old_quest->return_id;
  341. m_featherColor = old_quest->m_featherColor;
  342. m_repeatable = old_quest->IsRepeatable();
  343. m_hidden = false;
  344. m_timestamp = 0;
  345. m_completeCount = old_quest->GetCompleteCount();
  346. MQuestSteps.SetName("Quest::MQuestSteps");
  347. MProgressActions.SetName("Quest::MProgressActions");
  348. MCompletedActions.SetName("Quest::MCompletedActions");
  349. }
  350. Quest::~Quest(){
  351. for(int32 i=0;i<quest_steps.size();i++)
  352. safe_delete(quest_steps[i]);
  353. for(int32 i=0;i<prereq_items.size();i++)
  354. safe_delete(prereq_items[i]);
  355. for(int32 i=0;i<reward_items.size();i++)
  356. safe_delete(reward_items[i]);
  357. for(int32 i=0;i<selectable_reward_items.size();i++)
  358. safe_delete(selectable_reward_items[i]);
  359. quest_step_map.clear();
  360. task_group_order.clear();
  361. task_group.clear();
  362. complete_actions.clear();
  363. progress_actions.clear();
  364. failed_actions.clear();
  365. }
  366. void Quest::RegisterQuest(string in_name, string in_type, string in_zone, int8 in_level, string in_desc){
  367. name = in_name;
  368. type = in_type;
  369. zone = in_zone;
  370. level = in_level;
  371. description = in_desc;
  372. }
  373. const char* Quest::GetDescription(){
  374. return description.c_str();
  375. }
  376. const char* Quest::GetName(){
  377. return name.c_str();
  378. }
  379. const char* Quest::GetType(){
  380. return type.c_str();
  381. }
  382. void Quest::SetZone(string in_zone) {
  383. zone = in_zone;
  384. }
  385. const char* Quest::GetZone(){
  386. return zone.c_str();
  387. }
  388. int8 Quest::GetLevel(){
  389. return level;
  390. }
  391. int8 Quest::GetDay(){
  392. return day;
  393. }
  394. int8 Quest::GetMonth(){
  395. return month;
  396. }
  397. int8 Quest::GetYear(){
  398. return year;
  399. }
  400. int32 Quest::GetStatusPoints(){
  401. return reward_status;
  402. }
  403. void Quest::SetDay(int8 value){
  404. day = value;
  405. }
  406. void Quest::SetMonth(int8 value){
  407. month = value;
  408. }
  409. void Quest::SetYear(int8 value){
  410. year = value;
  411. }
  412. QuestStep* Quest::GetQuestStep(int32 step_id){
  413. QuestStep* ret = 0;
  414. MQuestSteps.lock();
  415. for(int32 i=0;i<quest_steps.size(); i++){
  416. if(quest_steps[i] && quest_steps[i]->GetStepID() == step_id){
  417. ret = quest_steps[i];
  418. break;
  419. }
  420. }
  421. MQuestSteps.unlock();
  422. return ret;
  423. }
  424. vector<QuestStep*>* Quest::GetQuestSteps(){
  425. return &quest_steps;
  426. }
  427. vector<QuestStep*>* Quest::GetQuestUpdates(){
  428. return &step_updates;
  429. }
  430. vector<QuestStep*>* Quest::GetQuestFailures(){
  431. return &step_failures;
  432. }
  433. bool Quest::CheckQuestKillUpdate(Spawn* spawn, bool update){
  434. QuestStep* step = 0;
  435. bool ret = false;
  436. int32 id = spawn->GetDatabaseID();
  437. int32 prog_added = 0;
  438. MQuestSteps.lock();
  439. for(int32 i=0;i<quest_steps.size(); i++){
  440. step = quest_steps[i];
  441. if(step && step->GetStepType() == QUEST_STEP_TYPE_KILL && !step->Complete() && step->CheckStepKillUpdate(id)){
  442. if (update == true) {
  443. bool passed = true;
  444. if (step->GetPercentage() < 100)
  445. passed = (step->GetPercentage() > MakeRandomFloat(0, 100));
  446. if (passed) {
  447. //Call the progress action function with the total amount of progress actually granted
  448. prog_added = step->AddStepProgress(1);
  449. if (lua_interface && progress_actions[step->GetStepID()].length() > 0 && prog_added > 0)
  450. lua_interface->CallQuestFunction(this, progress_actions[step->GetStepID()].c_str(), player, prog_added);
  451. step_updates.push_back(step);
  452. step->SetUpdateName(spawn->GetName());
  453. ret = true;
  454. }
  455. else
  456. step_failures.push_back(step);
  457. }
  458. else {
  459. ret = true;
  460. }
  461. }
  462. }
  463. MQuestSteps.unlock();
  464. if(ret && update)
  465. SetSaveNeeded(true);
  466. return ret;
  467. }
  468. int16 Quest::GetTaskGroupStep(){
  469. int16 ret = task_group_order.size();
  470. map<int16, string>::iterator itr;
  471. MQuestSteps.lock();
  472. for(itr = task_group_order.begin(); itr != task_group_order.end(); itr++){
  473. if(task_group.count(itr->second) > 0){
  474. vector<QuestStep*> tmp_steps = task_group[itr->second];
  475. bool complete = true;
  476. for(int32 i=0;i<tmp_steps.size();i++){
  477. if(tmp_steps[i]->Complete() == false)
  478. complete = false;
  479. }
  480. if(!complete){
  481. if(itr->first < ret)
  482. ret = itr->first;
  483. }
  484. }
  485. }
  486. MQuestSteps.unlock();
  487. return ret;
  488. }
  489. bool Quest::SetStepComplete(int32 step){
  490. QuestStep* quest_step = 0;
  491. bool ret = false;
  492. MQuestSteps.lock();
  493. for(int32 i=0;i<quest_steps.size(); i++){
  494. quest_step = quest_steps[i];
  495. if(quest_step && quest_step->GetStepID() == step){
  496. quest_step->SetComplete();
  497. step_updates.push_back(quest_step);
  498. ret = true;
  499. break;
  500. }
  501. }
  502. MQuestSteps.unlock();
  503. if (ret) {
  504. SetSaveNeeded(true);
  505. }
  506. return ret;
  507. }
  508. bool Quest::AddStepProgress(int32 step_id, int32 progress) {
  509. QuestStep* quest_step = 0;
  510. bool ret = false;
  511. int32 prog_added = 0;
  512. MQuestSteps.lock();
  513. for (int32 i = 0; i < quest_steps.size(); i++) {
  514. quest_step = quest_steps[i];
  515. if (quest_step && quest_step->GetStepID() == step_id) {
  516. bool passed = true;
  517. if(quest_step->GetPercentage() < 100 && quest_step->GetPercentage() != 0)
  518. passed = (quest_step->GetPercentage() > MakeRandomFloat(0, 100));
  519. if(passed) {
  520. //Call the progress action function with the total amount of progress actually granted
  521. prog_added = quest_step->AddStepProgress(progress);
  522. if(lua_interface && progress_actions[step_id].length() > 0 && prog_added > 0)
  523. lua_interface->CallQuestFunction(this, progress_actions[step_id].c_str(), player, prog_added);
  524. step_updates.push_back(quest_step);
  525. ret = true;
  526. break;
  527. }
  528. else {
  529. step_failures.push_back(quest_step);
  530. break;
  531. }
  532. }
  533. }
  534. MQuestSteps.unlock();
  535. if(ret)
  536. SetSaveNeeded(true);
  537. return ret;
  538. }
  539. int32 Quest::GetStepProgress(int32 step_id) {
  540. QuestStep* quest_step = 0;
  541. int32 ret = 0;
  542. MQuestSteps.lock();
  543. for (int32 i = 0; i < quest_steps.size(); i++) {
  544. quest_step = quest_steps[i];
  545. if (quest_step && quest_step->GetStepID() == step_id) {
  546. ret = quest_step->GetStepProgress();
  547. break;
  548. }
  549. }
  550. MQuestSteps.unlock();
  551. return ret;
  552. }
  553. bool Quest::GetQuestStepCompleted(int32 step_id){
  554. bool ret = false;
  555. QuestStep* quest_step = 0;
  556. MQuestSteps.lock();
  557. for(int32 i=0;i<quest_steps.size(); i++){
  558. quest_step = quest_steps[i];
  559. if(quest_step && quest_step->GetStepID() == step_id && quest_step->Complete()){
  560. ret = true;
  561. break;
  562. }
  563. }
  564. MQuestSteps.unlock();
  565. return ret;
  566. }
  567. int16 Quest::GetQuestStep(){
  568. int16 ret = 0;
  569. QuestStep* step = 0;
  570. MQuestSteps.lock();
  571. for(int32 i=0;i<quest_steps.size(); i++){
  572. step = quest_steps[i];
  573. if(step && !step->Complete()){
  574. ret = step->GetStepID();
  575. break;
  576. }
  577. }
  578. MQuestSteps.unlock();
  579. return ret;
  580. }
  581. bool Quest::QuestStepIsActive(int16 quest_step_id) {
  582. bool ret = false;
  583. QuestStep* step = 0;
  584. MQuestSteps.lock();
  585. for (int32 i = 0; i < quest_steps.size(); i++) {
  586. step = quest_steps[i];
  587. if (step->GetStepID() == quest_step_id && !step->Complete()) {
  588. ret = true;
  589. break;
  590. }
  591. }
  592. MQuestSteps.unlock();
  593. return ret;
  594. }
  595. bool Quest::CheckQuestChatUpdate(int32 id, bool update){
  596. QuestStep* step = 0;
  597. bool ret = false;
  598. int32 prog_added = 0;
  599. MQuestSteps.lock();
  600. for(int32 i=0;i<quest_steps.size(); i++){
  601. step = quest_steps[i];
  602. if(step && step->GetStepType() == QUEST_STEP_TYPE_CHAT && !step->Complete() && step->CheckStepChatUpdate(id)){
  603. if(update){
  604. //Call the progress action function with the total amount of progress actually granted
  605. prog_added = step->AddStepProgress(1);
  606. if(lua_interface && progress_actions[step->GetStepID()].length() > 0 && prog_added > 0)
  607. lua_interface->CallQuestFunction(this, progress_actions[step->GetStepID()].c_str(), player, prog_added);
  608. step_updates.push_back(step);
  609. }
  610. ret = true;
  611. }
  612. }
  613. MQuestSteps.unlock();
  614. if(ret)
  615. SetSaveNeeded(true);
  616. return ret;
  617. }
  618. bool Quest::CheckQuestItemUpdate(int32 id, int8 quantity){
  619. QuestStep* step = 0;
  620. bool ret = false;
  621. int32 prog_added = 0;
  622. MQuestSteps.lock();
  623. for(int32 i=0;i<quest_steps.size(); i++){
  624. step = quest_steps[i];
  625. if(step && step->GetStepType() == QUEST_STEP_TYPE_OBTAIN_ITEM && !step->Complete() && step->CheckStepItemUpdate(id)){
  626. bool passed = true;
  627. if(step->GetPercentage() < 100)
  628. passed = (step->GetPercentage() > MakeRandomFloat(0, 100));
  629. if(passed){
  630. //Call the progress action function with the total amount of progress actually granted
  631. prog_added = step->AddStepProgress(quantity);
  632. if(lua_interface && progress_actions[step->GetStepID()].length() > 0 && prog_added > 0)
  633. lua_interface->CallQuestFunction(this, progress_actions[step->GetStepID()].c_str(), player, prog_added);
  634. step_updates.push_back(step);
  635. ret = true;
  636. }
  637. else
  638. step_failures.push_back(step);
  639. }
  640. }
  641. MQuestSteps.unlock();
  642. if(ret)
  643. SetSaveNeeded(true);
  644. return ret;
  645. }
  646. bool Quest::CheckQuestCraftUpdate(int32 id, int32 quantity){
  647. QuestStep* step = 0;
  648. bool ret = false;
  649. int32 prog_added = 0;
  650. MQuestSteps.lock();
  651. for(int32 i=0;i<quest_steps.size(); i++){
  652. step = quest_steps[i];
  653. if(step && step->GetStepType() == QUEST_STEP_TYPE_CRAFT && !step->Complete()){
  654. vector<int32>* id_list = step->GetUpdateIDs();
  655. for(int32 i=0;i<id_list->size(); i++){
  656. int32 update_id = id_list->at(i);
  657. if(update_id == id){
  658. bool passed = true;
  659. if(step->GetPercentage() < 100)
  660. passed = (step->GetPercentage() > MakeRandomFloat(0, 100));
  661. if(passed){
  662. //Call the progress action function with the total amount of progress actually granted
  663. prog_added = step->AddStepProgress(quantity);
  664. if(lua_interface && progress_actions[step->GetStepID()].length() > 0 && prog_added > 0)
  665. lua_interface->CallQuestFunction(this, progress_actions[step->GetStepID()].c_str(), player, prog_added);
  666. step_updates.push_back(step);
  667. }
  668. else
  669. step_failures.push_back(step);
  670. ret = true;
  671. }
  672. }
  673. }
  674. }
  675. MQuestSteps.unlock();
  676. if(ret)
  677. SetSaveNeeded(true);
  678. return ret;
  679. }
  680. bool Quest::CheckQuestHarvestUpdate(int32 id, int32 quantity){
  681. QuestStep* step = 0;
  682. bool ret = false;
  683. int32 prog_added = 0;
  684. MQuestSteps.lock();
  685. for(int32 i=0;i<quest_steps.size(); i++){
  686. step = quest_steps[i];
  687. if(step && step->GetStepType() == QUEST_STEP_TYPE_HARVEST && !step->Complete()){
  688. vector<int32>* id_list = step->GetUpdateIDs();
  689. for(int32 i=0;i<id_list->size(); i++){
  690. int32 update_id = id_list->at(i);
  691. if(update_id == id){
  692. bool passed = true;
  693. if(step->GetPercentage() < 100)
  694. passed = (step->GetPercentage() > MakeRandomFloat(0, 100));
  695. if(passed){
  696. //Call the progress action function with the total amount of progress actually granted
  697. prog_added = step->AddStepProgress(quantity);
  698. if(lua_interface && progress_actions[step->GetStepID()].length() > 0 && prog_added > 0)
  699. lua_interface->CallQuestFunction(this, progress_actions[step->GetStepID()].c_str(), player, prog_added);
  700. step_updates.push_back(step);
  701. }
  702. else
  703. step_failures.push_back(step);
  704. ret = true;
  705. }
  706. }
  707. }
  708. }
  709. MQuestSteps.unlock();
  710. if(ret)
  711. SetSaveNeeded(true);
  712. return ret;
  713. }
  714. bool Quest::CheckQuestLocationUpdate(float char_x, float char_y, float char_z){
  715. QuestStep* step = 0;
  716. bool ret = false;
  717. int32 prog_added = 0;
  718. MQuestSteps.lock();
  719. for(int32 i=0;i<quest_steps.size(); i++){
  720. step = quest_steps[i];
  721. if(step && step->GetStepType() == QUEST_STEP_TYPE_LOCATION && !step->Complete() && step->CheckStepLocationUpdate(char_x, char_y, char_z)){
  722. //Call the progress action function with the total amount of progress actually granted
  723. prog_added = step->AddStepProgress(1);
  724. if(lua_interface && progress_actions[step->GetStepID()].length() > 0 && prog_added > 0)
  725. lua_interface->CallQuestFunction(this, progress_actions[step->GetStepID()].c_str(), player, prog_added);
  726. step_updates.push_back(step);
  727. ret = true;
  728. }
  729. }
  730. MQuestSteps.unlock();
  731. if(ret)
  732. SetSaveNeeded(true);
  733. return ret;
  734. }
  735. bool Quest::CheckQuestSpellUpdate(Spell* spell){
  736. QuestStep* step = 0;
  737. bool ret = false;
  738. int32 id = spell->GetSpellID();
  739. int32 prog_added = 0;
  740. MQuestSteps.lock();
  741. for (int32 i = 0; i < quest_steps.size(); i++) {
  742. step = quest_steps[i];
  743. if(step && step->GetStepType() == QUEST_STEP_TYPE_SPELL && !step->Complete() && step->CheckStepSpellUpdate(id)){
  744. bool passed = true;
  745. if(step->GetPercentage() < 100)
  746. passed = (step->GetPercentage() > MakeRandomFloat(0, 100));
  747. if(passed) {
  748. //Call the progress action function with the total amount of progress actually granted
  749. prog_added = step->AddStepProgress(1);
  750. if(lua_interface && progress_actions[step->GetStepID()].length() > 0 && prog_added > 0)
  751. lua_interface->CallQuestFunction(this, progress_actions[step->GetStepID()].c_str(), player, prog_added);
  752. step_updates.push_back(step);
  753. //step->SetUpdateName(spawn->GetName());
  754. ret = true;
  755. }
  756. else
  757. step_failures.push_back(step);
  758. }
  759. }
  760. MQuestSteps.unlock();
  761. if (ret)
  762. SetSaveNeeded(true);
  763. return ret;
  764. }
  765. void Quest::SetQuestID(int32 in_id){
  766. id = in_id;
  767. }
  768. EQ2Packet* Quest::OfferQuest(int16 version, Player* player){
  769. return 0;
  770. PacketStruct* packet = configReader.getStruct("WS_OfferQuest", version);
  771. if(packet){
  772. packet->setDataByName("reward", "Quest Reward!");
  773. packet->setDataByName("title", name.c_str());
  774. packet->setDataByName("description", description.c_str());
  775. if(type == "Tradeskill")
  776. packet->setDataByName("quest_difficulty", player->GetTSArrowColor(level));
  777. else
  778. packet->setDataByName("quest_difficulty", player->GetArrowColor(level));
  779. packet->setDataByName("encounter_level", enc_level);
  780. packet->setDataByName("unknown0", 255);
  781. if (version >= 1188)
  782. packet->setDataByName("unknown4b", 1);
  783. else
  784. packet->setDataByName("unknown", 5);
  785. packet->setDataByName("level", level);
  786. if(reward_coins > 0){
  787. packet->setDataByName("min_coin", reward_coins);
  788. if (reward_coins_max)
  789. packet->setDataByName("max_coin", reward_coins_max);
  790. }
  791. packet->setDataByName("status_points", reward_status);
  792. if(reward_comment.length() > 0)
  793. packet->setDataByName("text", reward_comment.c_str());
  794. if(reward_items.size() > 0){
  795. packet->setArrayLengthByName("num_rewards", reward_items.size());
  796. Item* item = 0;
  797. for(int32 i=0;i<reward_items.size();i++){
  798. item = reward_items[i];
  799. packet->setArrayDataByName("reward_id", item->details.item_id, i);
  800. if(version < 860)
  801. packet->setItemArrayDataByName("item", item, player, i, 0, -1);
  802. else if (version < 1193)
  803. packet->setItemArrayDataByName("item", item, player, i);
  804. else
  805. packet->setItemArrayDataByName("item", item, player, i, 0, 2);
  806. }
  807. }
  808. if(selectable_reward_items.size() > 0){
  809. packet->setArrayLengthByName("num_select_rewards", selectable_reward_items.size());
  810. Item* item = 0;
  811. for(int32 i=0;i<selectable_reward_items.size();i++){
  812. item = selectable_reward_items[i];
  813. packet->setArrayDataByName("select_reward_id", item->details.item_id, i);
  814. if(version < 860)
  815. packet->setItemArrayDataByName("select_item", item, player, i, 0, -1);
  816. else if (version < 1193)
  817. packet->setItemArrayDataByName("select_item", item, player, i);
  818. else
  819. packet->setItemArrayDataByName("select_item", item, player, i, 0, 2);
  820. }
  821. }
  822. map<int32, sint32>* reward_factions = GetRewardFactions();
  823. if (reward_factions && reward_factions->size() > 0) {
  824. packet->setArrayLengthByName("num_factions", reward_factions->size());
  825. map<int32, sint32>::iterator itr;
  826. int16 index = 0;
  827. for (itr = reward_factions->begin(); itr != reward_factions->end(); itr++) {
  828. int32 faction_id = itr->first;
  829. sint32 amount = itr->second;
  830. const char* faction_name = master_faction_list.GetFactionNameByID(faction_id);
  831. if (faction_name) {
  832. packet->setArrayDataByName("faction_name", const_cast<char*>(faction_name), index);
  833. packet->setArrayDataByName("amount", amount, index);
  834. }
  835. index++;
  836. }
  837. }
  838. char accept[35] = {0};
  839. char decline[35] = {0};
  840. sprintf(accept, "q_accept_pending_quest %u", id);
  841. sprintf(decline, "q_deny_pending_quest %u", id);
  842. packet->setDataByName("accept_command", accept);
  843. packet->setDataByName("decline_command", decline);
  844. EQ2Packet* outapp = packet->serialize();
  845. #if EQDEBUG >= 9
  846. DumpPacket(outapp);
  847. #endif
  848. safe_delete(packet);
  849. return outapp;
  850. }
  851. return 0;
  852. }
  853. int32 Quest::GetQuestID(){
  854. return id;
  855. }
  856. int8 Quest::GetQuestLevel(){
  857. return level;
  858. }
  859. int8 Quest::GetVisible(){
  860. return visible;
  861. }
  862. EQ2Packet* Quest::QuestJournalReply(int16 version, int32 player_crc, Player* player, QuestStep* updateStep, int8 update_count, bool old_completed_quest, bool quest_failure, bool display_quest_helper) {
  863. PacketStruct* packet = configReader.getStruct("WS_QuestJournalReply", version);
  864. if (packet) {
  865. packet->setDataByName("quest_id", id);
  866. packet->setDataByName("player_crc", player_crc);
  867. packet->setDataByName("name", name.c_str());
  868. packet->setDataByName("description", description.c_str());
  869. packet->setDataByName("zone", zone.c_str());
  870. packet->setDataByName("type", type.c_str());
  871. packet->setDataByName("complete_header", "To complete this quest, I must do the following tasks:");
  872. packet->setDataByName("day", day);
  873. packet->setDataByName("month", month);
  874. packet->setDataByName("year", year);
  875. packet->setDataByName("level", level);
  876. /* To get the quest timer to work you need to set unknown, index 4 to 1 and the time stamp
  877. to the current time + the time in seconds you want to show in the journal*/
  878. if (m_timestamp > 0) {
  879. packet->setDataByName("unknown", 1, 4);
  880. packet->setDataByName("time_stamp", m_timestamp);
  881. }
  882. int8 difficulty = 0;
  883. if (type == "Tradeskill")
  884. difficulty = player->GetTSArrowColor(level);
  885. else
  886. difficulty = player->GetArrowColor(level);
  887. packet->setDataByName("difficulty", difficulty);
  888. if (enc_level > 4)
  889. packet->setDataByName("encounter_level", enc_level);
  890. else
  891. packet->setDataByName("encounter_level", 4);
  892. packet->setDataByName("unknown2b", 4);
  893. int16 task_groups_completed = 0;
  894. int16 total_task_groups = 0;
  895. vector<QuestStep*> primary_order;
  896. vector<QuestStep*> secondary_order;
  897. packet->setDataByName("unknown8", 1, 1);
  898. packet->setSubstructArrayDataByName("reward_data", "unknown8", 1, 1);
  899. packet->setDataByName("unknown8b", 255);
  900. if (version >= 1096) {
  901. packet->setDataByName("deletable", 1);
  902. packet->setDataByName("shareable", 1);
  903. }
  904. else {
  905. packet->setDataByName("unknown3", 1, 5);
  906. packet->setDataByName("unknown3", 1, 6);
  907. }
  908. int8 map_data_count = 0;
  909. packet->setDataByName("bullets", 1);
  910. if (old_completed_quest) {
  911. if (version >= 1096) {
  912. packet->setDataByName("complete", 1);
  913. packet->setDataByName("complete2", 1);
  914. packet->setDataByName("complete3", 1);
  915. }
  916. else {
  917. packet->setDataByName("unknown3", 1);
  918. packet->setDataByName("unknown3", 1, 1);
  919. packet->setDataByName("unknown3", 1, 2);
  920. packet->setDataByName("unknown3", 1, 5);
  921. packet->setDataByName("unknown3", 1, 6);
  922. }
  923. }
  924. else if (version >= 1096 && GetCompleted()) {
  925. packet->setDataByName("complete", 1);
  926. packet->setDataByName("complete2", 1);
  927. packet->setDataByName("complete3", 1);
  928. packet->setDataByName("num_task_groups", 1);
  929. packet->setArrayDataByName("task_group", completed_description.c_str());
  930. packet->setArrayDataByName("unknown4", 0xFFFFFFFF);
  931. packet->setDataByName("onscreen_update", 1);
  932. packet->setDataByName("update_task_number", 1);
  933. packet->setDataByName("onscreen_update", 1);
  934. packet->setDataByName("onscreen_update_text", completed_description.c_str());
  935. if (updateStep)
  936. packet->setDataByName("onscreen_update_icon", updateStep->GetIcon());
  937. else
  938. packet->setDataByName("onscreen_update_icon", 0);
  939. // Is Heritage or db entry for classic eq quest turn in sound
  940. packet->setDataByName("classic_eq_sound", 0);
  941. // No clue what this does, set it to mach live packets
  942. packet->setDataByName("unknown12b", 1, 0);
  943. }
  944. else {
  945. map<QuestStep*, string> task_group_names;
  946. map<int16, string>::iterator order_itr;
  947. vector<QuestStep*>* steps = 0;
  948. MQuestSteps.lock();
  949. for (order_itr = task_group_order.begin(); order_itr != task_group_order.end(); order_itr++) {
  950. //The following is kind of crazy, but necessary to order the quests with completed ones first. This is to make the packet like live's packet
  951. //for(itr = task_group.begin(); itr != task_group.end(); itr++){
  952. bool complete = true;
  953. if (task_group.count(order_itr->second) > 0) {
  954. steps = &(task_group[order_itr->second]);
  955. for (int32 i = 0; i < steps->size(); i++) {
  956. if (steps->at(i)->Complete() == false)
  957. complete = false;
  958. }
  959. if (complete) {
  960. for (int32 i = 0; i < steps->size(); i++) {
  961. if (i == 0)
  962. task_group_names[steps->at(i)] = order_itr->second;
  963. primary_order.push_back(steps->at(i));
  964. }
  965. task_groups_completed++;
  966. total_task_groups++;
  967. }
  968. else {
  969. for (int32 i = 0; i < steps->size(); i++) {
  970. if (i == 0)
  971. task_group_names[steps->at(i)] = order_itr->second;
  972. secondary_order.push_back(steps->at(i));
  973. }
  974. total_task_groups++;
  975. }
  976. }
  977. }
  978. packet->setDataByName("task_groups_completed", task_groups_completed);
  979. packet->setArrayLengthByName("num_task_groups", total_task_groups);
  980. if (IsTracked() /*display_quest_helper*/ && task_groups_completed < total_task_groups)
  981. packet->setDataByName("display_quest_helper", 1);
  982. int16 index = 0;
  983. QuestStep* step = 0;
  984. for (int32 i = 0; i < primary_order.size(); i++) {
  985. if (primary_order[i]->GetTaskGroup()) {
  986. if (task_group_names.count(primary_order[i]) > 0)
  987. packet->setArrayDataByName("task_group", primary_order[i]->GetTaskGroup(), index);
  988. else
  989. continue;
  990. packet->setSubArrayLengthByName("num_tasks", task_group[primary_order[i]->GetTaskGroup()].size(), index);
  991. packet->setSubArrayLengthByName("num_updates", task_group[primary_order[i]->GetTaskGroup()].size(), index);
  992. map_data_count += task_group[primary_order[i]->GetTaskGroup()].size();
  993. if (task_group[primary_order[i]->GetTaskGroup()].size() > 0)
  994. packet->setDataByName("bullets", 1);
  995. for (int32 x = 0; x < task_group[primary_order[i]->GetTaskGroup()].size(); x++) {
  996. step = task_group[primary_order[i]->GetTaskGroup()].at(x);
  997. if (!step)
  998. continue;
  999. if (step->GetDescription())
  1000. packet->setSubArrayDataByName("task", step->GetDescription(), index, x);
  1001. packet->setSubArrayDataByName("task_completed", 1, index, x);
  1002. packet->setSubArrayDataByName("index", x, index, x);
  1003. packet->setSubArrayDataByName("update_currentval", step->GetQuestCurrentQuantity(), index, x);
  1004. packet->setSubArrayDataByName("update_maxval", step->GetQuestNeededQuantity(), index, x);
  1005. if (step->GetUpdateTargetName())
  1006. packet->setSubArrayDataByName("update_target_name", step->GetUpdateTargetName(), index, x);
  1007. packet->setSubArrayDataByName("icon", step->GetIcon(), index, x);
  1008. if (updateStep && step == updateStep) {
  1009. packet->setDataByName("update", 1);
  1010. // packet->setDataByName("unknown5d", 1);
  1011. if (!quest_failure)
  1012. packet->setDataByName("onscreen_update", 1);
  1013. packet->setDataByName("onscreen_update_count", update_count);
  1014. packet->setDataByName("onscreen_update_icon", step->GetIcon());
  1015. if (step->GetUpdateName())
  1016. packet->setDataByName("onscreen_update_text", step->GetUpdateName());
  1017. else if (step->GetDescription())
  1018. packet->setDataByName("onscreen_update_text", step->GetDescription());
  1019. packet->setDataByName("update_task_number", x);
  1020. packet->setDataByName("update_taskgroup_number", index);
  1021. }
  1022. packet->setArrayDataByName("unknown4", 0xFFFFFFFF, x);
  1023. }
  1024. index++;
  1025. }
  1026. else {
  1027. if (task_group_names.count(primary_order[i]) > 0) {
  1028. step = primary_order[i];
  1029. if (updateStep && step == updateStep) {
  1030. packet->setDataByName("update", 1);
  1031. // packet->setDataByName("unknown5d", 1);
  1032. if (!quest_failure)
  1033. packet->setDataByName("onscreen_update", 1);
  1034. packet->setDataByName("onscreen_update_count", update_count);
  1035. packet->setDataByName("onscreen_update_icon", step->GetIcon());
  1036. if (step->GetUpdateName())
  1037. packet->setDataByName("onscreen_update_text", step->GetUpdateName());
  1038. else if (step->GetDescription())
  1039. packet->setDataByName("onscreen_update_text", step->GetDescription());
  1040. packet->setDataByName("update_task_number", i);
  1041. packet->setDataByName("update_taskgroup_number", index);
  1042. }
  1043. packet->setArrayDataByName("task_group", primary_order[i]->GetDescription(), index);
  1044. index++;
  1045. }
  1046. }
  1047. }
  1048. for (int32 i = 0; i < secondary_order.size(); i++) {
  1049. if (secondary_order[i]->GetTaskGroup()) {
  1050. if (task_group_names.count(secondary_order[i]) > 0)
  1051. packet->setArrayDataByName("task_group", secondary_order[i]->GetTaskGroup(), index);
  1052. else
  1053. continue;
  1054. packet->setSubArrayLengthByName("num_tasks", task_group[secondary_order[i]->GetTaskGroup()].size(), index);
  1055. packet->setSubArrayLengthByName("num_updates", task_group[secondary_order[i]->GetTaskGroup()].size(), index);
  1056. map_data_count += task_group[secondary_order[i]->GetTaskGroup()].size();
  1057. if (task_group[secondary_order[i]->GetTaskGroup()].size() > 0)
  1058. packet->setDataByName("bullets", 1);
  1059. for (int32 x = 0; x < task_group[secondary_order[i]->GetTaskGroup()].size(); x++) {
  1060. step = task_group[secondary_order[i]->GetTaskGroup()].at(x);
  1061. if (!step)
  1062. continue;
  1063. if (step->GetDescription())
  1064. packet->setSubArrayDataByName("task", step->GetDescription(), index, x);
  1065. if (step->Complete())
  1066. packet->setSubArrayDataByName("task_completed", 1, index, x);
  1067. else
  1068. packet->setSubArrayDataByName("task_completed", 0, index, x);
  1069. packet->setSubArrayDataByName("index", x, index, x);
  1070. packet->setSubArrayDataByName("update_currentval", step->GetQuestCurrentQuantity(), index, x);
  1071. packet->setSubArrayDataByName("update_maxval", step->GetQuestNeededQuantity(), index, x);
  1072. packet->setSubArrayDataByName("icon", step->GetIcon(), index, x);
  1073. if (step->GetUpdateTargetName())
  1074. packet->setSubArrayDataByName("update_target_name", step->GetUpdateTargetName(), index, x);
  1075. if (updateStep && step == updateStep) {
  1076. packet->setDataByName("update", 1);
  1077. if (!quest_failure)
  1078. packet->setDataByName("onscreen_update", 1);
  1079. packet->setDataByName("onscreen_update_count", update_count);
  1080. packet->setDataByName("onscreen_update_icon", step->GetIcon());
  1081. if (step->GetUpdateName())
  1082. packet->setDataByName("onscreen_update_text", step->GetUpdateName());
  1083. else if (step->GetDescription())
  1084. packet->setDataByName("onscreen_update_text", step->GetDescription());
  1085. if (quest_failure)
  1086. packet->setDataByName("onscreen_update_text2", "failed");
  1087. packet->setDataByName("update_task_number", x);
  1088. packet->setDataByName("update_taskgroup_number", index);
  1089. }
  1090. packet->setArrayDataByName("unknown4", 0xFFFFFFFF, x);
  1091. }
  1092. index++;
  1093. }
  1094. else {
  1095. if (task_group_names.count(secondary_order[i]) > 0) {
  1096. step = secondary_order[i];
  1097. if (updateStep && step == updateStep) {
  1098. packet->setDataByName("update", 1);
  1099. if (!quest_failure)
  1100. packet->setDataByName("onscreen_update", 1);
  1101. packet->setDataByName("onscreen_update_count", update_count);
  1102. packet->setDataByName("onscreen_update_icon", step->GetIcon());
  1103. if (step->GetUpdateName())
  1104. packet->setDataByName("onscreen_update_text", step->GetUpdateName());
  1105. else if (step->GetDescription())
  1106. packet->setDataByName("onscreen_update_text", step->GetDescription());
  1107. packet->setDataByName("update_task_number", i);
  1108. packet->setDataByName("update_taskgroup_number", index);
  1109. }
  1110. if (task_group_names.size() == 1) {
  1111. packet->setSubArrayLengthByName("num_tasks", 1, index);
  1112. packet->setSubArrayDataByName("task", secondary_order[i]->GetDescription(), index);
  1113. packet->setDataByName("bullets", 0);
  1114. }
  1115. else
  1116. packet->setArrayDataByName("task_group", secondary_order[i]->GetDescription(), index);
  1117. index++;
  1118. }
  1119. }
  1120. }
  1121. for (int16 i = 0; i < total_task_groups; i++)
  1122. packet->setArrayDataByName("unknown4", 0xFFFFFFFF, i);
  1123. if (step && step->GetItemID() > 0) {
  1124. packet->setArrayLengthByName("usable_item_count", 1);
  1125. Item* item = player->GetPlayerItemList()->GetItemFromID(step->GetItemID(), 1);
  1126. if (item) {
  1127. packet->setArrayDataByName("item_id", item->details.item_id, 0);
  1128. packet->setArrayDataByName("item_unique_id", item->details.unique_id, 0);
  1129. packet->setArrayDataByName("item_icon", item->details.icon, 0);
  1130. packet->setArrayDataByName("unknown2", 0xFFFFFFFF, 0);//item->details.item_id, 0);
  1131. }
  1132. }
  1133. }
  1134. MQuestSteps.unlock();
  1135. string reward_str = "";
  1136. if (version >= 1096)
  1137. reward_str = "reward_data_";
  1138. string tmp = reward_str + "reward";
  1139. packet->setDataByName(tmp.c_str(), "Quest Reward!");
  1140. if (reward_coins > 0) {
  1141. tmp = reward_str + "min_coin";
  1142. packet->setDataByName(tmp.c_str(), reward_coins);
  1143. tmp = reward_str + "max_coin";
  1144. packet->setDataByName(tmp.c_str(), reward_coins_max);
  1145. }
  1146. tmp = reward_str + "status_points";
  1147. packet->setDataByName(tmp.c_str(), reward_status);
  1148. if (reward_comment.length() > 0) {
  1149. tmp = reward_str + "text";
  1150. packet->setDataByName(tmp.c_str(), reward_comment.c_str());
  1151. }
  1152. if (reward_items.size() > 0) {
  1153. tmp = reward_str + "num_rewards";
  1154. packet->setArrayLengthByName(tmp.c_str(), reward_items.size());
  1155. Item* item = 0;
  1156. for (int32 i = 0; i < reward_items.size(); i++) {
  1157. item = reward_items[i];
  1158. packet->setArrayDataByName("reward_id", item->details.item_id, i);
  1159. if (version < 860)
  1160. packet->setItemArrayDataByName("item", item, player, i, 0, -1);
  1161. else if (version < 1193)
  1162. packet->setItemArrayDataByName("item", item, player, i);
  1163. else
  1164. packet->setItemArrayDataByName("item", item, player, i, 0, 2);
  1165. }
  1166. }
  1167. if (selectable_reward_items.size() > 0) {
  1168. tmp = reward_str + "num_select_rewards";
  1169. packet->setArrayLengthByName(tmp.c_str(), selectable_reward_items.size());
  1170. Item* item = 0;
  1171. for (int32 i = 0; i < selectable_reward_items.size(); i++) {
  1172. item = selectable_reward_items[i];
  1173. packet->setArrayDataByName("select_reward_id", item->details.item_id, i);
  1174. if (version < 860)
  1175. packet->setItemArrayDataByName("select_item", item, player, i, 0, -1);
  1176. else if (version < 1193)
  1177. packet->setItemArrayDataByName("select_item", item, player, i);
  1178. else
  1179. packet->setItemArrayDataByName("select_item", item, player, i, 0, 2);
  1180. }
  1181. }
  1182. map<int32, sint32>* reward_factions = GetRewardFactions();
  1183. if (reward_factions && reward_factions->size() > 0) {
  1184. tmp = reward_str + "num_factions";
  1185. packet->setArrayLengthByName(tmp.c_str(), reward_factions->size());
  1186. map<int32, sint32>::iterator itr;
  1187. int16 index = 0;
  1188. for (itr = reward_factions->begin(); itr != reward_factions->end(); itr++) {
  1189. int32 faction_id = itr->first;
  1190. sint32 amount = itr->second;
  1191. const char* faction_name = master_faction_list.GetFactionNameByID(faction_id);
  1192. if (faction_name) {
  1193. packet->setArrayDataByName("faction_name", const_cast<char*>(faction_name), index);
  1194. packet->setArrayDataByName("amount", amount, index);
  1195. }
  1196. index++;
  1197. }
  1198. }
  1199. //packet->setArrayLengthByName("map_data_array_size", map_data_count);
  1200. EQ2Packet* outapp = packet->serialize();
  1201. //packet->PrintPacket();
  1202. //DumpPacket(outapp);
  1203. safe_delete(packet);
  1204. return outapp;
  1205. }
  1206. return 0;
  1207. }
  1208. bool Quest::AddQuestStep(QuestStep* step){
  1209. bool ret = true;
  1210. MQuestSteps.lock();
  1211. if(quest_step_map.count(step->GetStepID()) == 0){
  1212. quest_steps.push_back(step);
  1213. quest_step_reverse_map[step] = step->GetStepID();
  1214. quest_step_map[step->GetStepID()] = step;
  1215. if(step->GetTaskGroup()){
  1216. string tmp_task_group = string(step->GetTaskGroup());
  1217. if(task_group.count(tmp_task_group) == 0){
  1218. task_group_order[task_group_num] = tmp_task_group;
  1219. task_group_num++;
  1220. }
  1221. task_group[tmp_task_group].push_back(step);
  1222. }
  1223. else{
  1224. string tmp_task_group = string(step->GetDescription());
  1225. if(task_group.count(tmp_task_group) == 0){
  1226. task_group_order[task_group_num] = tmp_task_group;
  1227. task_group_num++;
  1228. }
  1229. task_group[tmp_task_group].push_back(step);
  1230. }
  1231. }
  1232. else{
  1233. LogWrite(QUEST__ERROR, 0, "Quest", "Quest Warning in '%s': step %u used multiple times!", GetName(), step->GetStepID());
  1234. ret = false;
  1235. }
  1236. MQuestSteps.unlock();
  1237. return ret;
  1238. }
  1239. bool Quest::RemoveQuestStep(int32 step, Client* client) {
  1240. bool ret = true;
  1241. MQuestSteps.writelock(__FUNCTION__, __LINE__);
  1242. if (quest_step_map.count(step) > 0) {
  1243. QuestStep* quest_step = quest_step_map[step];
  1244. if (quest_step) {
  1245. client->QueuePacket(QuestJournalReply(client->GetVersion(), client->GetNameCRC(), client->GetPlayer(), quest_step, 0, 0, true));
  1246. int32 step2 = step - 1;
  1247. QuestStep* reset_step = quest_step_map[step2];
  1248. reset_step->SetStepProgress(0);
  1249. MCompletedActions.lock();
  1250. complete_actions.erase(step);
  1251. MCompletedActions.unlock();
  1252. string tmp_task_group = string(quest_step->GetTaskGroup());
  1253. if(task_group.count(tmp_task_group) > 0) {
  1254. task_group.erase(tmp_task_group);
  1255. int task_num = 0;
  1256. map<int16, string>::iterator itr;
  1257. for (itr = task_group_order.begin(); itr != task_group_order.end(); itr++) {
  1258. if (itr->second == tmp_task_group) {
  1259. task_num = itr->first;
  1260. break;
  1261. }
  1262. }
  1263. if (task_num > 0) {
  1264. task_group_order.erase(task_num);
  1265. task_group_num--;
  1266. }
  1267. }
  1268. // Remove the step from the various maps before we delete it
  1269. quest_step_map.erase(step);
  1270. quest_step_reverse_map.erase(quest_step);
  1271. vector<QuestStep*>::iterator itr;
  1272. for (itr = quest_steps.begin(); itr != quest_steps.end(); itr++) {
  1273. if ((*itr) == quest_step) {
  1274. quest_steps.erase(itr);
  1275. break;
  1276. }
  1277. }
  1278. safe_delete(quest_step);
  1279. }
  1280. else {
  1281. LogWrite(QUEST__ERROR, 0, "Quest", "Unable to get a valid step (%u) for quest %s", step, GetName());
  1282. ret = false;
  1283. }
  1284. }
  1285. else {
  1286. LogWrite(QUEST__ERROR, 0, "Quest", "Unable to remove step (%u) for quest %s", step, GetName());
  1287. ret = false;
  1288. }
  1289. MQuestSteps.releasewritelock(__FUNCTION__, __LINE__);
  1290. return ret;
  1291. }
  1292. QuestStep* Quest::AddQuestStep(int32 id, int8 in_type, string in_description, vector<int32>* in_ids, int32 in_quantity, const char* in_task_group, vector<Location>* in_locations, float in_max_variation, float in_percentage,int32 in_usableitemid){
  1293. QuestStep* step = new QuestStep(id, in_type, in_description, in_ids, in_quantity, in_task_group, in_locations, in_max_variation, in_percentage, in_usableitemid);
  1294. if(!AddQuestStep(step)){
  1295. safe_delete(step);
  1296. return 0;
  1297. }
  1298. return step;
  1299. }
  1300. void Quest::AddPrereqClass(int8 class_id){
  1301. prereq_classes.push_back(class_id);
  1302. }
  1303. void Quest::AddPrereqTradeskillClass(int8 class_id) {
  1304. prereq_tradeskillclass.push_back(class_id);
  1305. }
  1306. void Quest::AddPrereqModelType(int16 model_type){
  1307. prereq_model_types.push_back(model_type);
  1308. }
  1309. void Quest::AddPrereqRace(int8 race){
  1310. prereq_races.push_back(race);
  1311. }
  1312. void Quest::SetPrereqLevel(int8 lvl){
  1313. prereq_level = lvl;
  1314. }
  1315. void Quest::SetPrereqTSLevel(int8 lvl) {
  1316. prereq_tslevel = lvl;
  1317. }
  1318. void Quest::AddPrereqQuest(int32 quest_id){
  1319. prereq_quests.push_back(quest_id);
  1320. }
  1321. void Quest::AddPrereqFaction(int32 faction_id, sint32 min, sint32 max){
  1322. QuestFactionPrereq faction;
  1323. faction.faction_id = faction_id;
  1324. faction.min = min;
  1325. faction.max = max;
  1326. prereq_factions.push_back(faction);
  1327. }
  1328. void Quest::AddPrereqItem(Item* item){
  1329. prereq_items.push_back(item);
  1330. }
  1331. void Quest::AddSelectableRewardItem(Item* item){
  1332. selectable_reward_items.push_back(item);
  1333. }
  1334. void Quest::AddRewardItem(Item* item){
  1335. reward_items.push_back(item);
  1336. }
  1337. void Quest::AddRewardCoins(int32 copper, int32 silver, int32 gold, int32 plat){
  1338. reward_coins = copper + (silver*100) + (gold*10000) + ((int64)plat*1000000);
  1339. }
  1340. void Quest::AddRewardCoinsMax(int64 coins){
  1341. reward_coins_max = coins;
  1342. }
  1343. void Quest::AddRewardFaction(int32 faction_id, sint32 amount){
  1344. reward_factions[faction_id] = amount;
  1345. }
  1346. void Quest::SetRewardStatus(int32 amount){
  1347. reward_status = amount;
  1348. }
  1349. void Quest::SetRewardComment(string comment){
  1350. reward_comment = comment;
  1351. }
  1352. void Quest::SetRewardXP(int32 xp){
  1353. reward_exp = xp;
  1354. }
  1355. vector<int8>* Quest::GetPrereqClasses(){
  1356. return &prereq_classes;
  1357. }
  1358. vector<int8>* Quest::GetPrereqTradeskillClasses(){
  1359. return &prereq_tradeskillclass;
  1360. }
  1361. vector<QuestFactionPrereq>* Quest::GetPrereqFactions(){
  1362. return &prereq_factions;
  1363. }
  1364. vector<int8>* Quest::GetPrereqRaces(){
  1365. return &prereq_races;
  1366. }
  1367. vector<int16>* Quest::GetPrereqModelTypes(){
  1368. return &prereq_model_types;
  1369. }
  1370. int8 Quest::GetPrereqLevel(){
  1371. return prereq_level;
  1372. }
  1373. int8 Quest::GetPrereqTSLevel() {
  1374. return prereq_tslevel;
  1375. }
  1376. vector<int32>* Quest::GetPrereqQuests(){
  1377. return &prereq_quests;
  1378. }
  1379. vector<Item*>* Quest::GetPrereqItems(){
  1380. return &prereq_items;
  1381. }
  1382. vector<Item*>* Quest::GetRewardItems(){
  1383. return &reward_items;
  1384. }
  1385. vector<Item*>* Quest::GetSelectableRewardItems(){
  1386. return &selectable_reward_items;
  1387. }
  1388. map<int32, sint32>* Quest::GetRewardFactions() {
  1389. return &reward_factions;
  1390. }
  1391. void Quest::SetTaskGroupDescription(int32 step, string desc, bool display_bullets){
  1392. MQuestSteps.lock();
  1393. if(step <= task_group_num && task_group_order.count(step) > 0){
  1394. string old_desc = task_group_order[step];
  1395. if(display_bullets)
  1396. task_group[desc] = task_group[old_desc];
  1397. else{
  1398. if(task_group[old_desc].size() > 0){
  1399. task_group[desc].push_back(task_group[old_desc].at(0));
  1400. task_group[desc].at(0)->ResetTaskGroup();
  1401. task_group[desc].at(0)->SetDescription(desc);
  1402. }
  1403. }
  1404. task_group.erase(old_desc);
  1405. task_group_order[step] = desc;
  1406. }
  1407. MQuestSteps.unlock();
  1408. }
  1409. void Quest::SetStepDescription(int32 step, string desc){
  1410. MQuestSteps.lock();
  1411. for(int32 i=0;i<quest_steps.size();i++){
  1412. if(quest_steps[i]->GetStepID() == step){
  1413. quest_steps[i]->SetDescription(desc);
  1414. break;
  1415. }
  1416. }
  1417. MQuestSteps.unlock();
  1418. }
  1419. void Quest::SetDescription(string desc){
  1420. description = desc;
  1421. }
  1422. void Quest::SetCompletedDescription(string desc){
  1423. completed_description = desc;
  1424. }
  1425. const char* Quest::GetCompletedDescription(){
  1426. if(completed_description.size() > 0)
  1427. return completed_description.c_str();
  1428. return 0;
  1429. }
  1430. void Quest::AddCompleteAction(int32 step, string action){
  1431. MCompletedActions.lock();
  1432. complete_actions[step] = action;
  1433. MCompletedActions.unlock();
  1434. }
  1435. void Quest::AddProgressAction(int32 step, string action){
  1436. MProgressActions.lock();
  1437. progress_actions[step] = action;
  1438. MProgressActions.unlock();
  1439. }
  1440. void Quest::AddFailedAction(int32 step, string action) {
  1441. MFailedActions.writelock(__FUNCTION__, __LINE__);
  1442. failed_actions[step] = action;
  1443. MFailedActions.releasewritelock(__FUNCTION__, __LINE__);
  1444. }
  1445. void Quest::SetCompleteAction(string action){
  1446. complete_action = action;
  1447. }
  1448. const char* Quest::GetCompleteAction(){
  1449. if(complete_action.length() > 0)
  1450. return complete_action.c_str();
  1451. return 0;
  1452. }
  1453. const char* Quest::GetCompleteAction(int32 step){
  1454. const char* ret = 0;
  1455. MCompletedActions.lock();
  1456. if(complete_actions.count(step) > 0)
  1457. ret = complete_actions[step].c_str();
  1458. MCompletedActions.unlock();
  1459. return ret;
  1460. }
  1461. void Quest::SetQuestReturnNPC(int32 id){
  1462. return_id = id;
  1463. }
  1464. int32 Quest::GetQuestReturnNPC(){
  1465. return return_id;
  1466. }
  1467. void Quest::SetQuestGiver(int32 id){
  1468. quest_giver = id;
  1469. if(return_id == 0)
  1470. return_id = id;
  1471. }
  1472. bool Quest::GetCompleted(){
  1473. bool ret = true;
  1474. for(int32 i=0;i<quest_steps.size();i++){
  1475. if(quest_steps[i]->Complete() == false){
  1476. ret = false;
  1477. break;
  1478. }
  1479. }
  1480. return ret;
  1481. }
  1482. bool Quest::CheckCategoryYellow(){
  1483. bool ret = false;
  1484. string category = GetType();
  1485. //Check for these category names, return true to set category as yellow in the quest journal
  1486. if (category == "Signature" || category == "Heritage" || category == "Hallmark" || category == "Deity" || category == "Miscellaneaous" || category == "Language" || category == "Lore and Legend" || category == "World Event" || category == "Tradeskill")
  1487. ret = true;
  1488. return ret;
  1489. }
  1490. Player* Quest::GetPlayer(){
  1491. return player;
  1492. }
  1493. void Quest::SetPlayer(Player* in_player){
  1494. player = in_player;
  1495. }
  1496. void Quest::SetGeneratedCoin(int64 coin){
  1497. generated_coin = coin;
  1498. }
  1499. int32 Quest::GetQuestGiver(){
  1500. return quest_giver;
  1501. }
  1502. int64 Quest::GetCoinsReward(){
  1503. return reward_coins;
  1504. }
  1505. int64 Quest::GetCoinsRewardMax(){
  1506. return reward_coins_max;
  1507. }
  1508. int64 Quest::GetGeneratedCoin(){
  1509. return generated_coin;
  1510. }
  1511. int32 Quest::GetExpReward(){
  1512. return reward_exp;
  1513. }
  1514. void Quest::GiveQuestReward(Player* player){
  1515. if(reward_coins > 0)
  1516. player->AddCoins(reward_coins);
  1517. reward_items.clear();
  1518. }
  1519. bool Quest::GetDeleted(){
  1520. return deleted;
  1521. }
  1522. void Quest::SetDeleted(bool val){
  1523. deleted = val;
  1524. }
  1525. bool Quest::GetUpdateRequired(){
  1526. return update_needed;
  1527. }
  1528. void Quest::SetUpdateRequired(bool val){
  1529. update_needed = val;
  1530. }
  1531. void Quest::SetTurnedIn(bool val){
  1532. turned_in = val;
  1533. visible = 0;
  1534. }
  1535. bool Quest::GetTurnedIn(){
  1536. return turned_in;
  1537. }
  1538. void Quest::SetName(string in_name) {
  1539. name = in_name;
  1540. }
  1541. void Quest::SetType(string in_type) {
  1542. type = in_type;
  1543. }
  1544. void Quest::SetLevel(int8 in_level) {
  1545. level = in_level;
  1546. }
  1547. void Quest::SetCompletedFlag(bool val) {
  1548. completed_flag = val;
  1549. SetUpdateRequired(true);
  1550. }
  1551. void Quest::SetStepTimer(int32 duration) {
  1552. m_timestamp = duration == 0 ? 0 : Timer::GetUnixTimeStamp() + duration;
  1553. }
  1554. void Quest::StepFailed(int32 step) {
  1555. if(lua_interface && failed_actions.count(step) > 0 && failed_actions[step].length() > 0)
  1556. lua_interface->CallQuestFunction(this, failed_actions[step].c_str(), player);
  1557. }
  1558. MasterQuestList::MasterQuestList(){
  1559. MQuests.SetName("MasterQuestList::MQuests");
  1560. }
  1561. void MasterQuestList::Reload(){
  1562. MQuests.lock();
  1563. quests.clear(); //deletes taken care of in LuaInterface
  1564. if(lua_interface)
  1565. lua_interface->DestroyQuests(true);
  1566. MQuests.unlock();
  1567. }
  1568. void MasterQuestList::LockQuests(){
  1569. MQuests.lock();
  1570. }
  1571. void MasterQuestList::UnlockQuests(){
  1572. MQuests.unlock();
  1573. }