zoneserver.cpp 307 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970
  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 "../common/debug.h"
  17. #include <iostream>
  18. using namespace std;
  19. #include <string.h>
  20. #include "../common/misc.h"
  21. #include <stdio.h>
  22. #include <time.h>
  23. #include <stdlib.h>
  24. #include <regex>
  25. #include "Commands/Commands.h"
  26. #include "Zone/pathfinder_interface.h"
  27. #include "NPC_AI.h"
  28. #ifdef WIN32
  29. #include <WinSock2.h>
  30. #include <windows.h>
  31. #include <dbghelp.h>
  32. #pragma comment(lib,"imagehlp.lib")
  33. #else
  34. #include <sys/socket.h>
  35. #include <sys/stat.h>
  36. #ifdef FREEBSD //Timothy Whitman - January 7, 2003
  37. #include <sys/types.h>
  38. #endif
  39. #include <netinet/in.h>
  40. #include <arpa/inet.h>
  41. #include <errno.h>
  42. #include <pthread.h>
  43. #include <stdarg.h>
  44. #include "../common/unix.h"
  45. #define SOCKET_ERROR -1
  46. #define INVALID_SOCKET -1
  47. extern int errno;
  48. #endif
  49. #include "../common/servertalk.h"
  50. #include "../common/packet_dump.h"
  51. #include "WorldDatabase.h"
  52. #include "races.h"
  53. #include "classes.h"
  54. #include "../common/seperator.h"
  55. #include "../common/EQStream.h"
  56. #include "../common/EQStreamFactory.h"
  57. #include "../common/opcodemgr.h"
  58. #include "zoneserver.h"
  59. #include "client.h"
  60. #include "LoginServer.h"
  61. #include "World.h"
  62. #include <string>
  63. #include <assert.h>
  64. #include "LuaInterface.h"
  65. #include "Factions.h"
  66. #include "VisualStates.h"
  67. #include "ClientPacketFunctions.h"
  68. #include "SpellProcess.h"
  69. #include "../common/Log.h"
  70. #include "Rules/Rules.h"
  71. #include "Chat/Chat.h"
  72. #include "Tradeskills/Tradeskills.h"
  73. #include "RaceTypes/RaceTypes.h"
  74. #include <algorithm>
  75. #include <random>
  76. #include "Bots/Bot.h"
  77. #ifdef WIN32
  78. #define strncasecmp _strnicmp
  79. #define strcasecmp _stricmp
  80. #endif
  81. // int32 numplayers = 0; // never used?
  82. // extern bool GetZoneLongName(char* short_name, char** long_name); // never used?
  83. // extern bool holdzones; // never used?
  84. // extern volatile bool RunLoops; // never used in the zone server?
  85. // extern Classes classes; // never used in the zone server?
  86. #define NO_CATCH 1
  87. extern WorldDatabase database;
  88. extern sint32 numzones;
  89. extern ClientList client_list;
  90. extern LoginServer loginserver;
  91. extern ZoneList zone_list;
  92. extern World world;
  93. extern ConfigReader configReader;
  94. extern Commands commands;
  95. extern LuaInterface* lua_interface;
  96. extern MasterFactionList master_faction_list;
  97. extern VisualStates visual_states;
  98. extern RuleManager rule_manager;
  99. extern Chat chat;
  100. extern MasterRaceTypeList race_types_list;
  101. extern MasterSpellList master_spell_list; // temp - remove later
  102. extern MasterSkillList master_skill_list;
  103. int32 MinInstanceID = 1000;
  104. // JA: Moved most default values to Rules and risky initializers to ZoneServer::Init() - 2012.12.07
  105. ZoneServer::ZoneServer(const char* name) {
  106. incoming_clients = 0;
  107. MIncomingClients.SetName("ZoneServer::MIncomingClients");
  108. depop_zone = false;
  109. repop_zone = false;
  110. respawns_allowed = true;
  111. instanceID = 0;
  112. strcpy(zone_name, name);
  113. zoneID = 0;
  114. rain = 0;
  115. cityzone = false;
  116. always_loaded = false;
  117. locked = false; // JA: implementing /zone lock|unlock commands
  118. pNumPlayers = 0;
  119. LoadingData = true;
  120. zoneShuttingDown = false;
  121. ++numzones;
  122. revive_points = 0;
  123. zone_motd = "";
  124. finished_depop = true;
  125. initial_spawn_threads_active = 0;
  126. minimumStatus = 0;
  127. minimumLevel = 0;
  128. maximumLevel = 0;
  129. minimumVersion = 0;
  130. weather_current_severity = 0;
  131. weather_signaled = false;
  132. xp_mod = 0;
  133. isDusk = false;
  134. dusk_hour = 0;
  135. dusk_minute = 0;
  136. dawn_hour = 0;
  137. dawn_minute = 0;
  138. reloading_spellprocess = false;
  139. expansion_flag = 0;
  140. holiday_flag = 0;
  141. can_bind = 1;
  142. can_gate = 1;
  143. MMasterZoneLock = new CriticalSection(MUTEX_ATTRIBUTE_RECURSIVE);
  144. pathing = nullptr;
  145. strcpy(zonesky_file,"");
  146. reloading = true;
  147. watchdogTimestamp = Timer::GetCurrentTime2();
  148. MPendingSpawnRemoval.SetName("ZoneServer::MPendingSpawnRemoval");
  149. lifetime_client_count = 0;
  150. }
  151. typedef map <int32, bool> ChangedSpawnMapType;
  152. ZoneServer::~ZoneServer() {
  153. zoneShuttingDown = true; //ensure other threads shut down too
  154. //allow other threads to properly shut down
  155. LogWrite(ZONE__INFO, 0, "Zone", "Initiating zone shutdown of '%s'", zone_name);
  156. int32 disp_count = 0;
  157. int32 next_disp_count = 100;
  158. while (spawnthread_active || initial_spawn_threads_active > 0){
  159. bool disp = false;
  160. if ( disp_count == 0 ) {
  161. disp = true;
  162. }
  163. else if(disp_count >= next_disp_count) {
  164. disp_count = 0;
  165. disp = true;
  166. }
  167. disp_count++;
  168. if (spawnthread_active && disp)
  169. LogWrite(ZONE__DEBUG, 7, "Zone", "Zone shutdown waiting on spawn thread");
  170. if (initial_spawn_threads_active > 0 && disp)
  171. LogWrite(ZONE__DEBUG, 7, "Zone", "Zone shutdown waiting on initial spawn thread");
  172. Sleep(10);
  173. }
  174. MChangedSpawns.lock();
  175. changed_spawns.clear();
  176. MChangedSpawns.unlock();
  177. transport_spawns.clear();
  178. safe_delete(tradeskillMgr);
  179. MMasterZoneLock->lock();
  180. MMasterSpawnLock.writelock(__FUNCTION__, __LINE__);
  181. DeleteData(true);
  182. RemoveLocationProximities();
  183. RemoveLocationGrids();
  184. DeleteSpawns(true);
  185. DeleteGlobalSpawns();
  186. DeleteFlightPaths();
  187. MMasterSpawnLock.releasewritelock(__FUNCTION__, __LINE__);
  188. MMasterZoneLock->unlock();
  189. world.UpdateServerStatistic(STAT_SERVER_NUM_ACTIVE_ZONES, -1);
  190. // If lockout, public, tradeskill, or quest instance delete from db when zone shuts down
  191. if (InstanceType == SOLO_LOCKOUT_INSTANCE || InstanceType == GROUP_LOCKOUT_INSTANCE || InstanceType == RAID_LOCKOUT_INSTANCE ||
  192. InstanceType == PUBLIC_INSTANCE || InstanceType == TRADESKILL_INSTANCE || InstanceType == QUEST_INSTANCE) {
  193. LogWrite(INSTANCE__DEBUG, 0, "Instance", "Non persistent instance shutting down, deleting instance");
  194. database.DeleteInstance(instanceID);
  195. }
  196. if (pathing != nullptr)
  197. delete pathing;
  198. if (movementMgr != nullptr)
  199. delete movementMgr;
  200. // moved to the bottom as we want spawns deleted first, this used to be above Spawn deletion which is a big no no
  201. safe_delete(spellProcess);
  202. MGridMaps.lock();
  203. std::map<int32, GridMap*>::iterator grids;
  204. for(grids = grid_maps.begin(); grids != grid_maps.end(); grids++) {
  205. GridMap* gm = grids->second;
  206. safe_delete(gm);
  207. }
  208. grid_maps.clear();
  209. MGridMaps.unlock();
  210. LogWrite(ZONE__INFO, 0, "Zone", "Completed zone shutdown of '%s'", zone_name);
  211. --numzones;
  212. UpdateWindowTitle(0);
  213. zone_list.Remove(this);
  214. zone_list.RemoveClientZoneReference(this);
  215. safe_delete(MMasterZoneLock);
  216. }
  217. void ZoneServer::IncrementIncomingClients() {
  218. MIncomingClients.writelock(__FUNCTION__, __LINE__);
  219. incoming_clients++;
  220. LogWrite(ZONE__INFO, 0, "Zone", "Increment incoming clients of '%s' zoneid %u (instance id: %u). Current incoming client count: %u", zone_name, zoneID, instanceID, incoming_clients);
  221. MIncomingClients.releasewritelock(__FUNCTION__, __LINE__);
  222. }
  223. void ZoneServer::DecrementIncomingClients() {
  224. MIncomingClients.writelock(__FUNCTION__, __LINE__);
  225. bool zeroed = false;
  226. if(incoming_clients)
  227. incoming_clients--;
  228. else
  229. zeroed = true;
  230. LogWrite(ZONE__INFO, 0, "Zone", "Decrement incoming clients of '%s' zoneid %u (instance id: %u). Current incoming client count: %u (was client count previously zero: %u)", zone_name, zoneID, instanceID, incoming_clients, zeroed);
  231. MIncomingClients.releasewritelock(__FUNCTION__, __LINE__);
  232. }
  233. void ZoneServer::Init()
  234. {
  235. LogWrite(ZONE__INFO, 0, "Zone", "Loading new Zone '%s'", zone_name);
  236. zone_list.Add(this);
  237. spellProcess = new SpellProcess();
  238. tradeskillMgr = new TradeskillMgr();
  239. /* Dynamic Timers */
  240. regenTimer.Start(rule_manager.GetGlobalRule(R_Zone, RegenTimer)->GetInt32());
  241. client_save.Start(rule_manager.GetGlobalRule(R_Zone, ClientSaveTimer)->GetInt32());
  242. shutdownTimer.Disable();
  243. spawn_range.Start(rule_manager.GetGlobalRule(R_Zone, CheckAttackPlayer)->GetInt32());
  244. aggro_timer.Start(rule_manager.GetGlobalRule(R_Zone, CheckAttackNPC)->GetInt32());
  245. /* Weather stuff */
  246. InitWeather();
  247. /* Static Timers */
  248. // JA - haven't decided yet if these should remain hard-coded. Changing them could break EQ2Emu functionality
  249. spawn_check_add.Start(1000);
  250. spawn_check_remove.Start(30000);
  251. spawn_expire_timer.Start(10000);
  252. respawn_timer.Start(10000);
  253. // there was never a starter for these?
  254. widget_timer.Start(5000);
  255. tracking_timer.Start(5000);
  256. movement_timer.Start(100);
  257. location_prox_timer.Start(1000);
  258. location_grid_timer.Start(1000);
  259. charsheet_changes.Start(500);
  260. // Send game time packet every in game hour (180 sec)
  261. sync_game_time_timer.Start(180000);
  262. // Get the dusk and dawn time from the rule manager and store it in the correct variables
  263. sscanf (rule_manager.GetGlobalRule(R_World, DuskTime)->GetString(), "%d:%d", &dusk_hour, &dusk_minute);
  264. sscanf (rule_manager.GetGlobalRule(R_World, DawnTime)->GetString(), "%d:%d", &dawn_hour, &dawn_minute);
  265. spawn_update.Start(rule_manager.GetGlobalRule(R_Zone, SpawnUpdateTimer)->GetInt16());
  266. LogWrite(ZONE__DEBUG, 0, "Zone", "SpawnUpdateTimer: %ims", rule_manager.GetGlobalRule(R_Zone, SpawnUpdateTimer)->GetInt16());
  267. queue_updates.Start(rule_manager.GetGlobalRule(R_Zone, SpawnUpdateTimer)->GetInt16());
  268. LogWrite(ZONE__DEBUG, 0, "Zone", "QueueUpdateTimer(inherits SpawnUpdateTimer): %ims", rule_manager.GetGlobalRule(R_Zone, SpawnUpdateTimer)->GetInt16());
  269. spawn_delete_timer = rule_manager.GetGlobalRule(R_Zone, SpawnDeleteTimer)->GetInt32();
  270. LogWrite(ZONE__DEBUG, 0, "Zone", "SpawnDeleteTimer: %ums", spawn_delete_timer);
  271. LogWrite(ZONE__DEBUG, 0, "Zone", "Loading zone flight paths");
  272. database.LoadZoneFlightPaths(this);
  273. world.UpdateServerStatistic(STAT_SERVER_NUM_ACTIVE_ZONES, 1);
  274. UpdateWindowTitle(0);
  275. string zoneName(GetZoneFile());
  276. world.LoadRegionMaps(zoneName);
  277. world.LoadMaps(zoneName);
  278. pathing = IPathfinder::Load(zoneName);
  279. movementMgr = new MobMovementManager();
  280. MMasterSpawnLock.SetName("ZoneServer::MMasterSpawnLock");
  281. m_npc_faction_list.SetName("ZoneServer::npc_faction_list");
  282. m_enemy_faction_list.SetName("ZoneServer::enemy_faction_list");
  283. m_reverse_enemy_faction_list.SetName("ZoneServer::reverse_enemy_faction_list");
  284. MDeadSpawns.SetName("ZoneServer::dead_spawns");
  285. MTransportSpawns.SetName("ZoneServer::transport_spawns");
  286. MSpawnList.SetName("ZoneServer::spawn_list");
  287. MTransporters.SetName("ZoneServer::m_transportMaps");
  288. MSpawnGroupAssociation.SetName("ZoneServer::spawn_group_associations");
  289. MSpawnGroupLocations.SetName("ZoneServer::spawn_group_locations");
  290. MSpawnLocationGroups.SetName("ZoneServer::spawn_location_groups");
  291. MSpawnGroupChances.SetName("ZoneServer::spawn_group_chances");
  292. MTransportLocations.SetName("ZoneServer::transporter_locations");
  293. MSpawnLocationList.SetName("ZoneServer::spawn_location_list");
  294. MSpawnDeleteList.SetName("ZoneServer::spawn_delete_list");
  295. MSpawnScriptTimers.SetName("ZoneServer::spawn_script_timers");
  296. MRemoveSpawnScriptTimersList.SetName("ZoneServer::remove_spawn_script_timers_list");
  297. MClientList.SetName("ZoneServer::clients");
  298. MWidgetTimers.SetName("ZoneServer::widget_timers");
  299. #ifdef WIN32
  300. _beginthread(ZoneLoop, 0, this);
  301. _beginthread(SpawnLoop, 0, this);
  302. #else
  303. pthread_create(&ZoneThread, NULL, ZoneLoop, this);
  304. pthread_detach(ZoneThread);
  305. pthread_create(&SpawnThread, NULL, SpawnLoop, this);
  306. pthread_detach(SpawnThread);
  307. #endif
  308. }
  309. void ZoneServer::CancelThreads() {
  310. #ifdef WIN32
  311. LogWrite(WORLD__ERROR, 1, "World", "Zone %s is hung, however CancelThreads is unsupported for WIN32.", GetZoneName());
  312. #else
  313. pthread_cancel(ZoneThread);
  314. pthread_cancel(SpawnThread);
  315. #endif
  316. }
  317. void ZoneServer::InitWeather()
  318. {
  319. weather_enabled = rule_manager.GetGlobalRule(R_Zone, WeatherEnabled)->GetBool();
  320. if( weather_enabled && isWeatherAllowed())
  321. {
  322. string tmp;
  323. // set up weather system when zone starts up
  324. weather_type = rule_manager.GetGlobalRule(R_Zone, WeatherType)->GetInt8();
  325. switch(weather_type)
  326. {
  327. case 3: tmp = "Chaotic"; break;
  328. case 2: tmp = "Random"; break;
  329. case 1: tmp = "Dynamic"; break;
  330. default: tmp = "Normal"; break;
  331. }
  332. LogWrite(ZONE__DEBUG, 0, "Zone", "%s: Setting up '%s' weather", zone_name, tmp.c_str());
  333. weather_frequency = rule_manager.GetGlobalRule(R_Zone, WeatherChangeFrequency)->GetInt32();
  334. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Change weather every %u seconds", zone_name, weather_frequency);
  335. weather_change_chance = rule_manager.GetGlobalRule(R_Zone, WeatherChangeChance)->GetInt8();
  336. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Chance of weather change: %i%%", zone_name, weather_change_chance);
  337. weather_min_severity = rule_manager.GetGlobalRule(R_Zone, MinWeatherSeverity)->GetFloat();
  338. weather_max_severity = rule_manager.GetGlobalRule(R_Zone, MaxWeatherSeverity)->GetFloat();
  339. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather Severity min/max is %.2f - %.2f", zone_name, weather_min_severity, weather_max_severity);
  340. // Allow a random roll to determine if weather should start out severe or calm
  341. if( MakeRandomInt(1, 100) > 50)
  342. {
  343. weather_pattern = 1; // default weather to increase in severity initially
  344. weather_current_severity = weather_min_severity;
  345. }
  346. else
  347. {
  348. weather_pattern = 0; // default weather to decrease in severity initially
  349. weather_current_severity = weather_max_severity;
  350. }
  351. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather Severity set to %.2f, pattern: %i", zone_name, weather_current_severity, weather_pattern);
  352. weather_change_amount = rule_manager.GetGlobalRule(R_Zone, WeatherChangePerInterval)->GetFloat();
  353. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather change by %.2f each interval", zone_name, weather_change_amount);
  354. if( weather_type > 0 )
  355. {
  356. weather_dynamic_offset = rule_manager.GetGlobalRule(R_Zone, WeatherDynamicMaxOffset)->GetFloat();
  357. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather Max Offset changes no more than %.2f each interval", zone_name, weather_dynamic_offset);
  358. }
  359. else
  360. weather_dynamic_offset = 0;
  361. SetRain(weather_current_severity);
  362. weather_last_changed_time = Timer::GetUnixTimeStamp();
  363. weatherTimer.Start(rule_manager.GetGlobalRule(R_Zone, WeatherTimer)->GetInt32());
  364. }
  365. }
  366. void ZoneServer::DeleteSpellProcess(){
  367. //Just get a lock to make sure we aren't already looping the spawnprocess or clientprocess if this is different than the calling thread
  368. MMasterSpawnLock.writelock(__FUNCTION__, __LINE__);
  369. MMasterZoneLock->lock();
  370. reloading_spellprocess = true;
  371. // Remove spells from NPC's
  372. Spawn* spawn = 0;
  373. map<int32, Spawn*>::iterator itr;
  374. MSpawnList.readlock(__FUNCTION__, __LINE__);
  375. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  376. spawn = itr->second;
  377. if(spawn && spawn->IsNPC())
  378. ((NPC*)spawn)->SetSpells(0);
  379. if(spawn->IsEntity())
  380. ((Entity*)spawn)->RemoveSpellBonus(nullptr, true);
  381. }
  382. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  383. MMasterZoneLock->unlock();
  384. MMasterSpawnLock.releasewritelock(__FUNCTION__, __LINE__);
  385. DismissAllPets();
  386. spellProcess->RemoveAllSpells(true);
  387. safe_delete(spellProcess);
  388. }
  389. void ZoneServer::LoadSpellProcess(){
  390. spellProcess = new SpellProcess();
  391. reloading_spellprocess = false;
  392. // Reload NPC's spells
  393. Spawn* spawn = 0;
  394. map<int32, Spawn*>::iterator itr;
  395. MSpawnList.readlock(__FUNCTION__, __LINE__);
  396. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  397. spawn = itr->second;
  398. if(spawn && spawn->IsNPC())
  399. ((NPC*)spawn)->SetSpells(world.GetNPCSpells(((NPC*)spawn)->GetPrimarySpellList(), ((NPC*)spawn)->GetSecondarySpellList()));
  400. }
  401. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  402. }
  403. void ZoneServer::LockAllSpells(Player* player) {
  404. if (player && spellProcess) {
  405. Client* client = ((Player*)player)->GetClient();
  406. if (client)
  407. spellProcess->LockAllSpells(client);
  408. }
  409. }
  410. void ZoneServer::UnlockAllSpells(Player* player) {
  411. if (player && spellProcess) {
  412. Client* client = ((Player*)player)->GetClient();
  413. if (client)
  414. spellProcess->UnlockAllSpells(client);
  415. }
  416. }
  417. void ZoneServer::DeleteFactionLists() {
  418. map<int32, vector<int32> *>::iterator faction_itr;
  419. map<int32, vector<int32> *>::iterator spawn_itr;
  420. m_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  421. for (faction_itr = enemy_faction_list.begin(); faction_itr != enemy_faction_list.end(); faction_itr++)
  422. safe_delete(faction_itr->second);
  423. enemy_faction_list.clear();
  424. m_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  425. m_reverse_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  426. for (faction_itr = reverse_enemy_faction_list.begin(); faction_itr != reverse_enemy_faction_list.end(); faction_itr++)
  427. safe_delete(faction_itr->second);
  428. reverse_enemy_faction_list.clear();
  429. m_reverse_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  430. m_npc_faction_list.writelock(__FUNCTION__, __LINE__);
  431. for (spawn_itr = npc_faction_list.begin(); spawn_itr != npc_faction_list.end(); spawn_itr++)
  432. safe_delete(spawn_itr->second);
  433. npc_faction_list.clear();
  434. m_npc_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  435. }
  436. void ZoneServer::DeleteData(bool boot_clients){
  437. Spawn* spawn = 0;
  438. vector<Spawn*> tmp_player_list; // changed to a vector from a MutexList as this is a local variable and don't need mutex stuff for the list
  439. // Clear spawn groups
  440. spawn_group_map.clear();
  441. // Loop through the spawn list and set the spawn for deletion
  442. map<int32, Spawn*>::iterator itr;
  443. MSpawnList.readlock(__FUNCTION__, __LINE__);
  444. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  445. spawn = itr->second;
  446. if(spawn){
  447. if(!boot_clients && (spawn->IsPlayer() || spawn->IsBot()))
  448. tmp_player_list.push_back(spawn);
  449. else if(spawn->IsPlayer()){
  450. Client* client = ((Player*)spawn)->GetClient();
  451. if(client)
  452. client->Disconnect();
  453. }
  454. else{
  455. RemoveSpawnSupportFunctions(spawn, boot_clients, true);
  456. RemoveSpawnFromGrid(spawn, spawn->GetLocation());
  457. AddPendingDelete(spawn);
  458. }
  459. }
  460. }
  461. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  462. // Quick hack to prevent a deadlock, RemoveSpawnSupportFunctions() will cancel spells and result in zone->GetSpawnByID()
  463. // being called which read locks the spawn list and caused a dead lock as the above mutex's were write locked
  464. MSpawnList.writelock(__FUNCTION__, __LINE__);
  465. // Clear the spawn list, this was in the mutex above, moved it down so the above mutex could be a read lock
  466. spawn_list.clear();
  467. // Moved this up so we only read lock the list once in this list
  468. vector<Spawn*>::iterator spawn_iter2;
  469. for (spawn_iter2 = tmp_player_list.begin(); spawn_iter2 != tmp_player_list.end(); spawn_iter2++) {
  470. spawn_list[(*spawn_iter2)->GetID()] = (*spawn_iter2);
  471. }
  472. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  473. // Clear player proximities
  474. RemovePlayerProximity(0, true);
  475. spawn_range_map.clear(true);
  476. if(boot_clients) {
  477. // Refactor
  478. vector<Client*>::iterator itr;
  479. MClientList.writelock(__FUNCTION__, __LINE__);
  480. for (itr = clients.begin(); itr != clients.end(); itr++)
  481. safe_delete(*itr);
  482. clients.clear();
  483. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  484. }
  485. // Clear and delete spawn locations
  486. MSpawnLocationList.writelock(__FUNCTION__, __LINE__);
  487. map<int32, SpawnLocation*>::iterator spawn_location_iter;
  488. for (spawn_location_iter = spawn_location_list.begin(); spawn_location_iter != spawn_location_list.end(); spawn_location_iter++)
  489. safe_delete(spawn_location_iter->second);
  490. spawn_location_list.clear();
  491. MSpawnLocationList.releasewritelock(__FUNCTION__, __LINE__);
  492. // If we allow clients to stay in the zone we need to preserve the revive_points, otherwise if the player dies they will crash
  493. if(revive_points && boot_clients){
  494. vector<RevivePoint*>::iterator revive_iter;
  495. for(revive_iter=revive_points->begin(); revive_iter != revive_points->end(); revive_iter++){
  496. safe_delete(*revive_iter);
  497. }
  498. safe_delete(revive_points);
  499. }
  500. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  501. map<int32, set<int32>*>::iterator assoc_itr;
  502. for (assoc_itr = spawn_group_associations.begin(); assoc_itr != spawn_group_associations.end(); assoc_itr++)
  503. safe_delete(assoc_itr->second);
  504. spawn_group_associations.clear();
  505. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  506. MSpawnGroupLocations.writelock(__FUNCTION__, __LINE__);
  507. map<int32, map<int32, int32>*>::iterator loc_itr;
  508. for (loc_itr = spawn_group_locations.begin(); loc_itr != spawn_group_locations.end(); loc_itr++)
  509. safe_delete(loc_itr->second);
  510. spawn_group_locations.clear();
  511. MSpawnGroupLocations.releasewritelock(__FUNCTION__, __LINE__);
  512. MSpawnLocationGroups.writelock(__FUNCTION__, __LINE__);
  513. map<int32, list<int32>*>::iterator group_itr;
  514. for (group_itr = spawn_location_groups.begin(); group_itr != spawn_location_groups.end(); group_itr++)
  515. safe_delete(group_itr->second);
  516. spawn_location_groups.clear();
  517. MSpawnLocationGroups.releasewritelock(__FUNCTION__, __LINE__);
  518. // Clear lists that need more then just a Clear()
  519. DeleteFactionLists();
  520. DeleteSpawnScriptTimers(0, true);
  521. DeleteSpawnScriptTimers();
  522. ClearDeadSpawns();
  523. // Clear lists
  524. movement_spawns.clear();
  525. respawn_timers.clear();
  526. transport_spawns.clear();
  527. quick_database_id_lookup.clear();
  528. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  529. widget_timers.clear();
  530. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  531. map<int16, PacketStruct*>::iterator struct_itr;
  532. for (struct_itr = versioned_info_structs.begin(); struct_itr != versioned_info_structs.end(); struct_itr++)
  533. safe_delete(struct_itr->second);
  534. versioned_info_structs.clear();
  535. for (struct_itr = versioned_pos_structs.begin(); struct_itr != versioned_pos_structs.end(); struct_itr++)
  536. safe_delete(struct_itr->second);
  537. versioned_pos_structs.clear();
  538. for (struct_itr = versioned_vis_structs.begin(); struct_itr != versioned_vis_structs.end(); struct_itr++)
  539. safe_delete(struct_itr->second);
  540. versioned_vis_structs.clear();
  541. }
  542. void ZoneServer::RemoveLocationProximities() {
  543. MutexList<LocationProximity*>::iterator itr = location_proximities.begin();
  544. while(itr.Next()){
  545. safe_delete(itr->value);
  546. }
  547. location_proximities.clear();
  548. }
  549. RevivePoint* ZoneServer::GetRevivePoint(int32 id){
  550. vector<RevivePoint*>::iterator revive_iter;
  551. for(revive_iter=revive_points->begin(); revive_iter != revive_points->end(); revive_iter++){
  552. if((*revive_iter)->id == id)
  553. return *revive_iter;
  554. }
  555. return 0;
  556. }
  557. vector<RevivePoint*>* ZoneServer::GetRevivePoints(Client* client)
  558. {
  559. vector<RevivePoint*>* points = new vector<RevivePoint*>;
  560. RevivePoint* closest_point = 0;
  561. // we should not check for revive points if this is null
  562. if ( revive_points != NULL )
  563. {
  564. LogWrite(ZONE__DEBUG, 0, "Zone", "Got revive point in %s!", __FUNCTION__);
  565. float closest = 100000;
  566. float test_closest = 0;
  567. RevivePoint* test_point = 0;
  568. vector<RevivePoint*>::iterator revive_iter;
  569. for(revive_iter=revive_points->begin(); revive_iter != revive_points->end(); revive_iter++)
  570. {
  571. test_point = *revive_iter;
  572. if(test_point)
  573. {
  574. test_closest = client->GetPlayer()->GetDistance(test_point->x, test_point->y, test_point->z);
  575. // should this be changed to list all revive points within max distance or just the closest
  576. if(test_closest < closest)
  577. {
  578. LogWrite(ZONE__DEBUG, 0, "Zone", "test_closest: %.2f, closest: %.2f", test_closest, closest);
  579. closest = test_closest;
  580. closest_point = test_point;
  581. }
  582. if(test_point->always_included ) {
  583. points->push_back(test_point);
  584. if(closest_point == test_point) {
  585. closest_point = nullptr;
  586. closest = 100000;
  587. }
  588. }
  589. }
  590. }
  591. if(closest_point) {
  592. points->push_back(closest_point);
  593. }
  594. }
  595. if(closest_point && points->size() == 0 && closest_point->zone_id == GetZoneID())
  596. {
  597. LogWrite(ZONE__WARNING, 0, "Zone", "Nearest Revive Point too far away. Add another!");
  598. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "The closest revive point is quite far away, you might want to ask the server admin for a closer one.");
  599. points->push_back(closest_point);
  600. }
  601. else if(points->size() == 0)
  602. {
  603. LogWrite(ZONE__WARNING, 0, "Zone", "No Revive Points set for zoneID %u. Add some!", GetZoneID());
  604. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "There are no revive points for this zone, you might want to ask the server admin for one.");
  605. closest_point = new RevivePoint;
  606. closest_point->heading = GetSafeHeading();
  607. closest_point->id = 0xFFFFFFFF;
  608. closest_point->location_name = "Zone Safe Point";
  609. closest_point->zone_id = GetZoneID();
  610. closest_point->x = GetSafeX();
  611. closest_point->y = GetSafeY();
  612. closest_point->z = GetSafeZ();
  613. closest_point->always_included = true;
  614. points->push_back(closest_point);
  615. }
  616. return points;
  617. }
  618. void ZoneServer::TriggerCharSheetTimer(){
  619. charsheet_changes.Trigger();
  620. }
  621. void ZoneServer::RegenUpdate(){
  622. if(damaged_spawns.size(true) == 0)
  623. return;
  624. Spawn* spawn = 0;
  625. MutexList<int32>::iterator spawn_iter = damaged_spawns.begin();
  626. while(spawn_iter.Next()){
  627. spawn = GetSpawnByID(spawn_iter->value);
  628. if(spawn && (((spawn->GetHP() < spawn->GetTotalHP()) && spawn->GetHP()>0) || (spawn->GetPower() < spawn->GetTotalPower()))){
  629. if(spawn->IsEntity())
  630. ((Entity*)spawn)->DoRegenUpdate();
  631. if(spawn->IsPlayer()){
  632. Client* client = ((Player*)spawn)->GetClient();
  633. if(client && client->IsReadyForUpdates())
  634. client->QueuePacket(client->GetPlayer()->GetPlayerInfo()->serialize(client->GetVersion()));
  635. }
  636. }
  637. else
  638. RemoveDamagedSpawn(spawn);
  639. //Spawn no longer valid, remove it from the list
  640. if (!spawn)
  641. damaged_spawns.Remove(spawn_iter->value);
  642. }
  643. }
  644. void ZoneServer::ClearDeadSpawns(){
  645. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  646. dead_spawns.clear();
  647. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  648. }
  649. void ZoneServer::ProcessDepop(bool respawns_allowed, bool repop) {
  650. vector<Client*>::iterator client_itr;
  651. Client* client = 0;
  652. Spawn* spawn = 0;
  653. PacketStruct* packet = 0;
  654. int16 packet_version = 0;
  655. spawn_expire_timers.clear();
  656. MClientList.readlock(__FUNCTION__, __LINE__);
  657. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  658. client = *client_itr;
  659. if(!client)
  660. continue;
  661. client->GetPlayer()->SetTarget(0);
  662. if(repop)
  663. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Zone Repop in progress...");
  664. else{
  665. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Zone Depop in progress...");
  666. if(respawns_allowed)
  667. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Spawns will respawn according to their respawn timers.");
  668. }
  669. if(!packet || packet_version != client->GetVersion()){
  670. safe_delete(packet);
  671. packet_version = client->GetVersion();
  672. packet = configReader.getStruct("WS_DestroyGhostCmd", packet_version);
  673. }
  674. map<int32, Spawn*>::iterator itr;
  675. MSpawnList.readlock(__FUNCTION__, __LINE__);
  676. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  677. spawn = itr->second;
  678. if(spawn && !spawn->IsPlayer() && !spawn->IsBot()){
  679. bool dispatched = false;
  680. if(spawn->IsPet())
  681. {
  682. Entity* owner = ((Entity*)spawn)->GetOwner();
  683. if(owner)
  684. {
  685. owner->DismissPet((Entity*)spawn);
  686. dispatched = true;
  687. }
  688. }
  689. spawn->SetDeletedSpawn(true);
  690. if(!dispatched)
  691. SendRemoveSpawn(client, spawn, packet);
  692. }
  693. }
  694. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  695. }
  696. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  697. DeleteTransporters();
  698. safe_delete(packet);
  699. if(!repop && respawns_allowed){
  700. spawn_range_map.clear(true);
  701. MutexList<Spawn*> tmp_player_list; // Local variable, never be on another thread so probably don't need the extra mutex code that comes with a MutexList
  702. ClearDeadSpawns();
  703. map<int32, Spawn*>::iterator itr;
  704. MSpawnList.writelock(__FUNCTION__, __LINE__);
  705. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  706. spawn = itr->second;
  707. if (spawn) {
  708. if(spawn->GetRespawnTime() > 0 && spawn->GetSpawnLocationID() > 0)
  709. respawn_timers.Put(spawn->GetSpawnLocationID(), Timer::GetCurrentTime2() + spawn->GetRespawnTime()*1000);
  710. if(spawn->IsPlayer() || spawn->IsBot())
  711. tmp_player_list.Add(spawn);
  712. else {
  713. RemoveSpawnSupportFunctions(spawn, true);
  714. RemoveSpawnFromGrid(spawn, spawn->GetLocation());
  715. AddPendingDelete(spawn);
  716. }
  717. }
  718. }
  719. spawn_list.clear();
  720. //add back just the clients
  721. MutexList<Spawn*>::iterator spawn_iter2 = tmp_player_list.begin();
  722. while(spawn_iter2.Next()) {
  723. spawn_list[spawn_iter2->value->GetID()] = spawn_iter2->value;
  724. }
  725. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  726. }
  727. else {
  728. DeleteData(false);
  729. }
  730. if(repop)
  731. {
  732. // reload spirit shards for the current zone
  733. database.LoadSpiritShards(this);
  734. LoadingData = true;
  735. }
  736. }
  737. void ZoneServer::Depop(bool respawns, bool repop) {
  738. respawns_allowed = respawns;
  739. repop_zone = repop;
  740. finished_depop = false;
  741. depop_zone = true;
  742. }
  743. bool ZoneServer::AddCloseSpawnsToSpawnGroup(Spawn* spawn, float radius){
  744. if(!spawn)
  745. return false;
  746. Spawn* close_spawn = 0;
  747. bool ret = true;
  748. map<int32, Spawn*>::iterator itr;
  749. MSpawnList.readlock(__FUNCTION__, __LINE__);
  750. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  751. close_spawn = itr->second;
  752. if(close_spawn && close_spawn != spawn && !close_spawn->IsPlayer() && close_spawn->GetDistance(spawn) <= radius){
  753. if((spawn->IsNPC() && close_spawn->IsNPC()) || (spawn->IsGroundSpawn() && close_spawn->IsGroundSpawn()) || (spawn->IsObject() && close_spawn->IsObject()) || (spawn->IsWidget() && close_spawn->IsWidget()) || (spawn->IsSign() && close_spawn->IsSign())){
  754. if(close_spawn->GetSpawnGroupID() == 0){
  755. spawn->AddSpawnToGroup(close_spawn);
  756. close_spawn->AddSpawnToGroup(spawn);
  757. }
  758. else
  759. ret = false;
  760. }
  761. }
  762. }
  763. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  764. return ret;
  765. }
  766. void ZoneServer::RepopSpawns(Client* client, Spawn* in_spawn){
  767. vector<Spawn*>* spawns = in_spawn->GetSpawnGroup();
  768. PacketStruct* packet = configReader.getStruct("WS_DestroyGhostCmd", client->GetVersion());
  769. if(spawns){
  770. if(!packet)
  771. return;
  772. Spawn* spawn = 0;
  773. vector<Spawn*>::iterator itr;
  774. for(itr = spawns->begin(); itr != spawns->end(); itr++){
  775. spawn = *itr;
  776. spawn->SetDeletedSpawn(true);
  777. SendRemoveSpawn(client, spawn, packet);
  778. }
  779. }
  780. safe_delete(spawns);
  781. if(in_spawn)
  782. in_spawn->SetDeletedSpawn(true);
  783. SendRemoveSpawn(client, in_spawn, packet);
  784. spawn_check_add.Trigger();
  785. safe_delete(packet);
  786. }
  787. bool ZoneServer::AggroVictim(NPC* npc, Spawn* victim, Client* client)
  788. {
  789. bool isEntity = victim->IsEntity();
  790. if(isEntity && !npc->AttackAllowed((Entity*)victim))
  791. return false;
  792. if (npc->HasSpawnGroup()) {
  793. vector<Spawn*>* groupVec = npc->GetSpawnGroup();
  794. for (int32 i = 0; i < groupVec->size(); i++) {
  795. Spawn* group_member = groupVec->at(i);
  796. if (group_member && !group_member->EngagedInCombat() && group_member->Alive()) {
  797. CallSpawnScript(group_member, SPAWN_SCRIPT_AGGRO, victim);
  798. if (isEntity)
  799. ((NPC*)group_member)->AddHate((Entity*)victim, 50);
  800. else
  801. ((NPC*)group_member)->InCombat(true);
  802. }
  803. }
  804. safe_delete(groupVec);
  805. }
  806. else
  807. {
  808. if (isEntity)
  809. {
  810. CallSpawnScript(victim, SPAWN_SCRIPT_AGGRO, victim);
  811. npc->AddHate((Entity*)victim, 50);
  812. }
  813. else
  814. npc->InCombat(true);
  815. }
  816. victim->CheckEncounterState((Entity*)npc, true);
  817. return true;
  818. }
  819. bool ZoneServer::CheckNPCAttacks(NPC* npc, Spawn* victim, Client* client){
  820. if(!npc || !victim)
  821. return true;
  822. if (client) {
  823. int8 arrow = 0;
  824. if (client->IsReadyForUpdates() && npc->CanSeeInvis(client->GetPlayer()) && client->GetPlayer()->GetFactions()->ShouldAttack(npc->GetFactionID()) && npc->AttackAllowed((Entity*)victim, false)) {
  825. if (!npc->EngagedInCombat()) {
  826. if(client->GetPlayer()->GetArrowColor(npc->GetLevel()) != ARROW_COLOR_GRAY) {
  827. AggroVictim(npc, victim, client);
  828. }
  829. else if(npc->IsScaredByStrongPlayers() &&
  830. !client->GetPlayer()->IsSpawnInRangeList(npc->GetID())) {
  831. SendSpawnChanges(npc, client, true, true);
  832. client->GetPlayer()->SetSpawnInRangeList(npc->GetID(), true);
  833. }
  834. }
  835. }
  836. }
  837. else{
  838. AggroVictim(npc, victim, client);
  839. }
  840. return true;
  841. }
  842. bool ZoneServer::CheckEnemyList(NPC* npc) {
  843. vector<int32> *factions;
  844. vector<int32>::iterator faction_itr;
  845. vector<int32> *spawns;
  846. vector<int32>::iterator spawn_itr;
  847. map<float, Spawn*> attack_spawns;
  848. map<float, Spawn*> reverse_attack_spawns;
  849. map<float, Spawn*>::iterator itr;
  850. int32 faction_id = npc->GetFactionID();
  851. float distance;
  852. if (faction_id == 0)
  853. return true;
  854. m_enemy_faction_list.readlock(__FUNCTION__, __LINE__);
  855. if (enemy_faction_list.count(faction_id) > 0) {
  856. factions = enemy_faction_list[faction_id];
  857. for (faction_itr = factions->begin(); faction_itr != factions->end(); faction_itr++) {
  858. m_npc_faction_list.readlock(__FUNCTION__, __LINE__);
  859. if (npc_faction_list.count(*faction_itr) > 0) {
  860. spawns = npc_faction_list[*faction_itr];
  861. spawn_itr = spawns->begin();
  862. for (spawn_itr = spawns->begin(); spawn_itr != spawns->end(); spawn_itr++) {
  863. Spawn* spawn = GetSpawnByID(*spawn_itr);
  864. if (spawn) {
  865. if ((!npc->IsPrivateSpawn() || npc->AllowedAccess(spawn)) && (distance = spawn->GetDistance(npc)) <= npc->GetAggroRadius() && npc->CheckLoS(spawn))
  866. attack_spawns[distance] = spawn;
  867. }
  868. }
  869. }
  870. m_npc_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  871. }
  872. }
  873. m_enemy_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  874. m_reverse_enemy_faction_list.readlock(__FUNCTION__, __LINE__);
  875. if (reverse_enemy_faction_list.count(faction_id) > 0) {
  876. factions = reverse_enemy_faction_list[faction_id];
  877. for (faction_itr = factions->begin(); faction_itr != factions->end(); faction_itr++) {
  878. m_npc_faction_list.readlock(__FUNCTION__, __LINE__);
  879. if (npc_faction_list.count(*faction_itr) > 0) {
  880. spawns = npc_faction_list[*faction_itr];
  881. spawn_itr = spawns->begin();
  882. for (spawn_itr = spawns->begin(); spawn_itr != spawns->end(); spawn_itr++) {
  883. Spawn* spawn = GetSpawnByID(*spawn_itr);
  884. if (spawn) {
  885. if ((!npc->IsPrivateSpawn() || npc->AllowedAccess(spawn)) && (distance = spawn->GetDistance(npc)) <= npc->GetAggroRadius() && npc->CheckLoS(spawn))
  886. reverse_attack_spawns[distance] = spawn;
  887. }
  888. }
  889. }
  890. m_npc_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  891. }
  892. }
  893. m_reverse_enemy_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  894. if (attack_spawns.size() > 0) {
  895. for (itr = attack_spawns.begin(); itr != attack_spawns.end(); itr++)
  896. CheckNPCAttacks(npc, itr->second);
  897. }
  898. if (reverse_attack_spawns.size() > 0) {
  899. for (itr = reverse_attack_spawns.begin(); itr != reverse_attack_spawns.end(); itr++)
  900. CheckNPCAttacks((NPC*)itr->second, npc);
  901. }
  902. return attack_spawns.size() == 0;
  903. }
  904. void ZoneServer::RemoveDeadEnemyList(Spawn *spawn)
  905. {
  906. int32 faction_id = spawn->GetFactionID();
  907. vector<int32> *spawns;
  908. vector<int32>::iterator itr;
  909. m_npc_faction_list.writelock(__FUNCTION__, __LINE__);
  910. if (npc_faction_list.count(faction_id) > 0) {
  911. spawns = npc_faction_list[faction_id];
  912. for (itr = spawns->begin(); itr != spawns->end(); itr++) {
  913. if (*itr == spawn->GetID()) {
  914. spawns->erase(itr);
  915. break;
  916. }
  917. }
  918. }
  919. m_npc_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  920. }
  921. void ZoneServer::AddEnemyList(NPC* npc){
  922. int32 faction_id = npc->GetFactionID();
  923. vector<int32> *hostile_factions;
  924. vector<int32>::iterator itr;
  925. if(faction_id <= 9)
  926. return;
  927. if(!rule_manager.GetGlobalRule(R_Faction, AllowFactionBasedCombat)->GetBool()) {
  928. LogWrite(FACTION__WARNING, 0, "Faction", "Faction Combat is DISABLED via R_Faction::AllowFactionBasedCombat rule!");
  929. return;
  930. }
  931. m_npc_faction_list.readlock(__FUNCTION__, __LINE__);
  932. if (npc_faction_list.count(faction_id) == 0) {
  933. if(faction_id > 10) {
  934. if ((hostile_factions = master_faction_list.GetHostileFactions(faction_id)) != NULL) {
  935. itr = hostile_factions->begin();
  936. for (itr = hostile_factions->begin(); itr != hostile_factions->end(); itr++) {
  937. m_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  938. if (enemy_faction_list.count(faction_id) == 0)
  939. enemy_faction_list[faction_id] = new vector<int32>;
  940. enemy_faction_list[faction_id]->push_back(*itr);
  941. m_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  942. m_reverse_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  943. if(reverse_enemy_faction_list.count(*itr) == 0)
  944. reverse_enemy_faction_list[*itr] = new vector<int32>;
  945. reverse_enemy_faction_list[*itr]->push_back(faction_id);
  946. m_reverse_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  947. }
  948. }
  949. }
  950. /*m_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  951. if(enemy_faction_list.count(1) == 0)
  952. enemy_faction_list[1] = new vector<int32>;
  953. enemy_faction_list[1]->push_back(faction_id);
  954. m_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);*/
  955. }
  956. m_npc_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  957. m_npc_faction_list.writelock(__FUNCTION__, __LINE__);
  958. if(npc_faction_list.count(faction_id) == 0)
  959. npc_faction_list[faction_id] = new vector<int32>;
  960. npc_faction_list[faction_id]->push_back(npc->GetID());
  961. m_npc_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  962. }
  963. void ZoneServer::CheckSpawnRange(Client* client, Spawn* spawn, bool initial_login){
  964. if(client && spawn && (initial_login || client->IsConnected())) {
  965. if(spawn != client->GetPlayer()) {
  966. if(spawn_range_map.count(client) == 0)
  967. spawn_range_map.Put(client, new MutexMap<int32, float >());
  968. float curDist = spawn->GetDistance(client->GetPlayer());
  969. int32 ghost_spawn_id = client->GetPlayerPOVGhostSpawnID();
  970. Spawn* otherSpawn = GetSpawnByID(ghost_spawn_id);
  971. if (!client->GetPlayer()->WasSentSpawn(spawn->GetID())
  972. && (!otherSpawn || otherSpawn->GetDistance(spawn) > SEND_SPAWN_DISTANCE) && curDist > SEND_SPAWN_DISTANCE)
  973. {
  974. return;
  975. }
  976. spawn_range_map.Get(client)->Put(spawn->GetID(), curDist);
  977. if(!initial_login && client && spawn->IsNPC() && (!spawn->IsPrivateSpawn() || spawn->AllowedAccess(client->GetPlayer()))
  978. && curDist <= ((NPC*)spawn)->GetAggroRadius() && !client->GetPlayer()->GetInvulnerable())
  979. CheckNPCAttacks((NPC*)spawn, client->GetPlayer(), client);
  980. }
  981. if(!initial_login)
  982. CheckPlayerProximity(spawn, client);
  983. }
  984. }
  985. void ZoneServer::CheckSpawnRange(Spawn* spawn){
  986. vector<Client*>::iterator client_itr;
  987. Client* client = 0;
  988. MClientList.readlock(__FUNCTION__, __LINE__);
  989. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  990. client = *client_itr;
  991. if(client && client->IsReadyForSpawns())
  992. CheckSpawnRange(client, spawn);
  993. }
  994. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  995. }
  996. bool ZoneServer::PrepareSpawnID(Player* player, Spawn* spawn){
  997. return player->SetSpawnMap(spawn);
  998. }
  999. void ZoneServer::CheckSendSpawnToClient(Client* client, bool initial_login) {
  1000. if (!client) {
  1001. LogWrite(ZONE__ERROR, 0, "Zone", "CheckSendSpawnToClient called with an invalid client");
  1002. return;
  1003. }
  1004. if (!initial_login && !client->GetInitialSpawnsSent() || (!initial_login && !client->IsReadyForSpawns()))
  1005. return;
  1006. Spawn* spawn = 0;
  1007. map<float, vector<Spawn*>* > closest_spawns;
  1008. if (spawn_range_map.count(client) > 0) {
  1009. if (initial_login || client->IsConnected()) {
  1010. MutexMap<int32, float >::iterator spawn_iter = spawn_range_map.Get(client)->begin();
  1011. while (spawn_iter.Next()) {
  1012. spawn = GetSpawnByID(spawn_iter->first, true);
  1013. if (spawn && spawn->GetPrivateQuestSpawn()) {
  1014. if (!spawn->IsPrivateSpawn())
  1015. spawn->AddAllowAccessSpawn(spawn);
  1016. if (spawn->MeetsSpawnAccessRequirements(client->GetPlayer())) {
  1017. if (spawn->IsPrivateSpawn() && !spawn->AllowedAccess(client->GetPlayer()))
  1018. spawn->AddAllowAccessSpawn(client->GetPlayer());
  1019. }
  1020. else if (spawn->AllowedAccess(client->GetPlayer()))
  1021. spawn->RemoveSpawnAccess(client->GetPlayer());
  1022. }
  1023. if (spawn && spawn != client->GetPlayer() && client->GetPlayer()->ShouldSendSpawn(spawn)) {
  1024. if ((!initial_login && spawn_iter->second <= SEND_SPAWN_DISTANCE) || (initial_login && (spawn_iter->second <= (SEND_SPAWN_DISTANCE / 2) || spawn->IsWidget()))) {
  1025. if(PrepareSpawnID(client->GetPlayer(), spawn)) {
  1026. if (closest_spawns.count(spawn_iter->second) == 0)
  1027. closest_spawns[spawn_iter->second] = new vector<Spawn*>();
  1028. closest_spawns[spawn_iter->second]->push_back(spawn);
  1029. }
  1030. }
  1031. }
  1032. }
  1033. }
  1034. vector<Spawn*>::iterator spawn_iter2;
  1035. map<float, vector<Spawn*>* >::iterator itr;
  1036. for (itr = closest_spawns.begin(); itr != closest_spawns.end(); ) {
  1037. for (spawn_iter2 = itr->second->begin(); spawn_iter2 != itr->second->end(); spawn_iter2++) {
  1038. spawn = *spawn_iter2;
  1039. if(!client->IsReloadingZone() || (client->IsReloadingZone() && spawn != client->GetPlayer()))
  1040. SendSpawn(spawn, client);
  1041. if (client->ShouldTarget() && client->GetCombineSpawn() == spawn)
  1042. client->TargetSpawn(spawn);
  1043. }
  1044. vector<Spawn*>* vect = itr->second;
  1045. map<float, vector<Spawn*>* >::iterator tmpitr = itr;
  1046. itr++;
  1047. closest_spawns.erase(tmpitr);
  1048. safe_delete(vect);
  1049. }
  1050. }
  1051. if (initial_login)
  1052. client->SetInitialSpawnsSent(true);
  1053. }
  1054. void ZoneServer::CheckSendSpawnToClient(){
  1055. vector<Client*>::iterator itr;
  1056. Client* client = 0;
  1057. MClientList.readlock(__FUNCTION__, __LINE__);
  1058. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1059. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1060. client = *itr;
  1061. if(client->IsReadyForSpawns())
  1062. CheckSendSpawnToClient(client);
  1063. }
  1064. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1065. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1066. }
  1067. void ZoneServer::CheckRemoveSpawnFromClient(Spawn* spawn) {
  1068. vector<Client*>::iterator itr;
  1069. Client* client = 0;
  1070. PacketStruct* packet = 0;
  1071. int16 packet_version = 0;
  1072. MClientList.readlock(__FUNCTION__, __LINE__);
  1073. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1074. client = *itr;
  1075. if(client){
  1076. int32 ghost_spawn_id = client->GetPlayerPOVGhostSpawnID();
  1077. Spawn* otherSpawn = GetSpawnByID(ghost_spawn_id);
  1078. if(!packet || packet_version != client->GetVersion()){
  1079. safe_delete(packet);
  1080. packet_version = client->GetVersion();
  1081. packet = configReader.getStruct("WS_DestroyGhostCmd", packet_version);
  1082. }
  1083. if(spawn && spawn != client->GetPlayer() &&
  1084. client->GetPlayer()->WasSentSpawn(spawn->GetID()) &&
  1085. !client->GetPlayer()->IsRemovingSpawn(spawn->GetID()) &&
  1086. client->GetPlayer()->WasSpawnRemoved(spawn) == false &&
  1087. (ghost_spawn_id == 0 || (ghost_spawn_id != spawn->GetID() && otherSpawn && otherSpawn->GetDistance(spawn) > REMOVE_SPAWN_DISTANCE)) &&
  1088. (spawn_range_map.Get(client)->Get(spawn->GetID()) > REMOVE_SPAWN_DISTANCE &&
  1089. !spawn->IsSign() && !spawn->IsObject() && !spawn->IsWidget() && !spawn->IsTransportSpawn())){
  1090. SendRemoveSpawn(client, spawn, packet);
  1091. spawn_range_map.Get(client)->erase(spawn->GetID());
  1092. }
  1093. }
  1094. }
  1095. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1096. safe_delete(packet);
  1097. }
  1098. bool ZoneServer::CombatProcess(Spawn* spawn) {
  1099. bool ret = true;
  1100. if (spawn && spawn->IsEntity())
  1101. ((Entity*)spawn)->ProcessCombat();
  1102. if (spawn && !spawn->Alive() && !spawn->IsLootDispensed()) {
  1103. LootProcess(spawn);
  1104. }
  1105. return ret;
  1106. }
  1107. void ZoneServer::LootProcess(Spawn* spawn) {
  1108. if (spawn->GetLootMethod() == GroupLootMethod::METHOD_ROUND_ROBIN) {
  1109. spawn->LockLoot();
  1110. if (spawn->CheckLootTimer() || spawn->IsLootWindowComplete()) {
  1111. LogWrite(LOOT__INFO, 0, "Loot", "%s: Dispensing loot, loot window was completed? %s.", spawn->GetName(), spawn->IsLootWindowComplete() ? "YES" : "NO");
  1112. spawn->DisableLootTimer();
  1113. spawn->SetLootDispensed();
  1114. Spawn* looter = nullptr;
  1115. if (spawn->GetLootGroupID() < 1 && spawn->GetLootWindowList()->size() > 0) {
  1116. std::map<int32, bool>::iterator itr;
  1117. for (itr = spawn->GetLootWindowList()->begin(); itr != spawn->GetLootWindowList()->end(); itr++) {
  1118. Spawn* entry = GetSpawnByID(itr->first, true);
  1119. if (entry->IsPlayer()) {
  1120. looter = entry;
  1121. break;
  1122. }
  1123. }
  1124. int32 item_id = 0;
  1125. std::vector<int32> item_list;
  1126. spawn->GetLootItemsList(&item_list);
  1127. spawn->UnlockLoot();
  1128. std::vector<int32>::iterator item_itr;
  1129. for (item_itr = item_list.begin(); item_itr != item_list.end(); item_itr++) {
  1130. int32 item_id = *item_itr;
  1131. Item* tmpItem = master_item_list.GetItem(item_id);
  1132. bool skipItem = spawn->IsItemInLootTier(tmpItem);
  1133. if (skipItem)
  1134. continue;
  1135. if (looter) {
  1136. if (looter->IsPlayer()) {
  1137. Item* item = spawn->LootItem(item_id);
  1138. bool success = false;
  1139. success = ((Player*)looter)->GetClient()->HandleLootItem(spawn, item, ((Player*)looter));
  1140. if (!success)
  1141. spawn->AddLootItem(item);
  1142. }
  1143. else {
  1144. Item* item = spawn->LootItem(item_id);
  1145. safe_delete(item);
  1146. }
  1147. }
  1148. }
  1149. }
  1150. else if (spawn->GetLootGroupID() > 0) {
  1151. int32 item_id = 0;
  1152. std::vector<int32> item_list;
  1153. spawn->GetLootItemsList(&item_list);
  1154. spawn->UnlockLoot();
  1155. spawn->DistributeGroupLoot_RoundRobin(&item_list);
  1156. }
  1157. if (!spawn->HasLoot()) {
  1158. if (spawn->IsNPC())
  1159. RemoveDeadSpawn(spawn);
  1160. }
  1161. else {
  1162. spawn->LockLoot();
  1163. spawn->SetLootMethod(GroupLootMethod::METHOD_FFA, 0, 0);
  1164. spawn->SetLooterSpawnID(0);
  1165. spawn->UnlockLoot();
  1166. }
  1167. }
  1168. else {
  1169. spawn->UnlockLoot();
  1170. }
  1171. }
  1172. else if ((spawn->GetLootMethod() == GroupLootMethod::METHOD_LOTTO || spawn->GetLootMethod() == GroupLootMethod::METHOD_NEED_BEFORE_GREED) && spawn->IsLootTimerRunning()) {
  1173. spawn->LockLoot();
  1174. if (spawn->CheckLootTimer() || spawn->IsLootWindowComplete()) {
  1175. LogWrite(LOOT__INFO, 0, "Loot", "%s: Dispensing loot, loot window was completed? %s.", spawn->GetName(), spawn->IsLootWindowComplete() ? "YES" : "NO");
  1176. spawn->DisableLootTimer();
  1177. spawn->SetLootDispensed();
  1178. // identify any clients that still have the loot window open, close it out
  1179. CloseSpawnLootWindow(spawn);
  1180. // lotto items while we have loot items in the list
  1181. int32 item_id = 0;
  1182. std::vector<int32> item_list;
  1183. spawn->GetLootItemsList(&item_list);
  1184. spawn->UnlockLoot();
  1185. std::vector<int32>::iterator item_itr;
  1186. for (item_itr = item_list.begin(); item_itr != item_list.end(); item_itr++) {
  1187. int32 item_id = *item_itr;
  1188. Item* tmpItem = master_item_list.GetItem(item_id);
  1189. bool skipItem = spawn->IsItemInLootTier(tmpItem);
  1190. if (skipItem)
  1191. continue;
  1192. std::map<int32, int32> out_entries;
  1193. std::map<int32, int32>::iterator out_itr;
  1194. bool itemNeed = true;
  1195. switch (spawn->GetLootMethod()) {
  1196. case GroupLootMethod::METHOD_LOTTO: {
  1197. spawn->GetSpawnLottoEntries(item_id, &out_entries);
  1198. break;
  1199. }
  1200. case GroupLootMethod::METHOD_NEED_BEFORE_GREED: {
  1201. spawn->GetSpawnNeedGreedEntries(item_id, true, &out_entries);
  1202. if (out_entries.size() < 1) {
  1203. spawn->GetSpawnNeedGreedEntries(item_id, false, &out_entries);
  1204. itemNeed = false;
  1205. }
  1206. break;
  1207. }
  1208. }
  1209. if (out_entries.size() < 1) {
  1210. LogWrite(LOOT__INFO, 0, "Loot", "%s: No spawns matched for loot attempt of %s (%u), skip item.", spawn->GetName(), tmpItem ? tmpItem->name.c_str() : "Unknown", item_id);
  1211. continue;
  1212. }
  1213. Spawn* looter = nullptr;
  1214. int32 curWinValue = 0;
  1215. for (out_itr = out_entries.begin(); out_itr != out_entries.end(); out_itr++) {
  1216. Spawn* entry = GetSpawnByID(out_itr->first, true);
  1217. if ((out_itr->second > curWinValue) || looter == nullptr) {
  1218. curWinValue = out_itr->second;
  1219. looter = entry;
  1220. }
  1221. if (spawn->GetLootMethod() == GroupLootMethod::METHOD_LOTTO) {
  1222. world.GetGroupManager()->SendGroupMessage(spawn->GetLootGroupID(), CHANNEL_LOOT_ROLLS, "%s rolled %u on %s.", entry->GetName(), out_itr->second, tmpItem ? tmpItem->name.c_str() : "Unknown");
  1223. }
  1224. else {
  1225. world.GetGroupManager()->SendGroupMessage(spawn->GetLootGroupID(), CHANNEL_LOOT_ROLLS, "%s rolled %s (%u) on %s.", entry->GetName(), itemNeed ? "NEED" : "GREED", out_itr->second, tmpItem ? tmpItem->name.c_str() : "Unknown");
  1226. }
  1227. }
  1228. if (looter) {
  1229. if (looter->IsPlayer()) {
  1230. Item* item = spawn->LootItem(item_id);
  1231. bool success = false;
  1232. success = ((Player*)looter)->GetClient()->HandleLootItem(spawn, item, ((Player*)looter));
  1233. if (!success)
  1234. spawn->AddLootItem(item);
  1235. }
  1236. else {
  1237. Item* item = spawn->LootItem(item_id);
  1238. safe_delete(item);
  1239. }
  1240. }
  1241. }
  1242. if (!spawn->HasLoot()) {
  1243. if (spawn->IsNPC())
  1244. RemoveDeadSpawn(spawn);
  1245. }
  1246. else {
  1247. spawn->LockLoot();
  1248. spawn->SetLootMethod(GroupLootMethod::METHOD_FFA, 0, 0);
  1249. spawn->SetLooterSpawnID(0);
  1250. spawn->UnlockLoot();
  1251. }
  1252. }
  1253. else {
  1254. spawn->UnlockLoot();
  1255. }
  1256. }
  1257. }
  1258. void ZoneServer::CloseSpawnLootWindow(Spawn* spawn) {
  1259. if (spawn->GetLootWindowList()->size() > 0) {
  1260. std::map<int32, bool>::iterator itr;
  1261. for (itr = spawn->GetLootWindowList()->begin(); itr != spawn->GetLootWindowList()->end(); itr++) {
  1262. if (itr->second)
  1263. continue;
  1264. itr->second = true;
  1265. Spawn* looter = GetSpawnByID(itr->first, true);
  1266. if (looter && looter->IsPlayer() && ((Player*)looter)->GetClient()) {
  1267. LogWrite(LOOT__DEBUG, 0, "Loot", "%s: Close loot for player %s.", spawn->GetName(), looter->GetName());
  1268. ((Player*)looter)->GetClient()->CloseLoot(spawn->GetID());
  1269. }
  1270. }
  1271. }
  1272. }
  1273. void ZoneServer::AddPendingDelete(Spawn* spawn) {
  1274. MSpawnDeleteList.writelock(__FUNCTION__, __LINE__);
  1275. spawn->SetDeletedSpawn(true);
  1276. if (spawn_delete_list.count(spawn) == 0)
  1277. spawn_delete_list.insert(make_pair(spawn, Timer::GetCurrentTime2() + spawn_delete_timer)); //give other threads up to 30 seconds to stop using this spawn reference
  1278. MSpawnDeleteList.releasewritelock(__FUNCTION__, __LINE__);
  1279. }
  1280. void ZoneServer::DeleteSpawns(bool delete_all) {
  1281. MSpawnDeleteList.writelock(__FUNCTION__, __LINE__);
  1282. MPendingSpawnRemoval.readlock(__FUNCTION__, __LINE__);
  1283. if(spawn_delete_list.size() > 0){
  1284. map<Spawn*, int32>::iterator itr;
  1285. map<Spawn*, int32>::iterator erase_itr;
  1286. int32 current_time = Timer::GetCurrentTime2();
  1287. Spawn* spawn = 0;
  1288. for (itr = spawn_delete_list.begin(); itr != spawn_delete_list.end(); ) {
  1289. if (delete_all || current_time >= itr->second){
  1290. // we haven't removed it from the spawn list yet..
  1291. if(!delete_all && m_pendingSpawnRemove.count(itr->first->GetID()))
  1292. continue;
  1293. spawn = itr->first;
  1294. if(movementMgr != nullptr) {
  1295. movementMgr->RemoveMob((Entity*)spawn);
  1296. }
  1297. // delete brain if it has one
  1298. if(spawn->IsNPC()) {
  1299. NPC* tmpNPC = (NPC*)spawn;
  1300. if(tmpNPC->Brain())
  1301. tmpNPC->SetBrain(nullptr);
  1302. }
  1303. erase_itr = itr++;
  1304. spawn_delete_list.erase(erase_itr);
  1305. MSpawnList.writelock(__FUNCTION__, __LINE__);
  1306. lua_interface->SetLuaUserDataStale(spawn);
  1307. std::map<int32, Spawn*>::iterator sitr = spawn_list.find(spawn->GetID());
  1308. if(sitr != spawn_list.end()) {
  1309. spawn_list.erase(sitr);
  1310. }
  1311. if(spawn->IsCollector()) {
  1312. std::map<int32, Spawn*>::iterator subitr = subspawn_list[SUBSPAWN_TYPES::COLLECTOR].find(spawn->GetID());
  1313. if(subitr != subspawn_list[SUBSPAWN_TYPES::COLLECTOR].end()) {
  1314. subspawn_list[SUBSPAWN_TYPES::COLLECTOR].erase(subitr);
  1315. }
  1316. }
  1317. if(spawn->GetPickupItemID()) {
  1318. std::map<int32, Spawn*>::iterator subitr = subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].find(spawn->GetPickupItemID());
  1319. if(subitr != subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].end() && subitr->second == spawn) {
  1320. subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].erase(subitr);
  1321. }
  1322. housing_spawn_map.erase(spawn->GetID());
  1323. }
  1324. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  1325. spellProcess->RemoveCaster(spawn);
  1326. safe_delete(spawn);
  1327. }
  1328. else
  1329. itr++;
  1330. }
  1331. }
  1332. MPendingSpawnRemoval.releasereadlock(__FUNCTION__, __LINE__);
  1333. MSpawnDeleteList.releasewritelock(__FUNCTION__, __LINE__);
  1334. }
  1335. void ZoneServer::AddDamagedSpawn(Spawn* spawn){
  1336. if (spawn)
  1337. damaged_spawns.Add(spawn->GetID());
  1338. }
  1339. void ZoneServer::RemoveDamagedSpawn(Spawn* spawn){
  1340. if (spawn)
  1341. damaged_spawns.Remove(spawn->GetID());
  1342. }
  1343. bool ZoneServer::Process()
  1344. {
  1345. MMasterZoneLock->lock(); //Changing this back to a recursive lock to fix a possible /reload spells crash with multiple zones running - Foof
  1346. SetWatchdogTime(Timer::GetCurrentTime2());
  1347. #ifndef NO_CATCH
  1348. try
  1349. {
  1350. #endif
  1351. while (zoneID == 0) { //this is loaded by world
  1352. SetWatchdogTime(Timer::GetCurrentTime2());
  1353. Sleep(10);
  1354. }
  1355. if (LoadingData) {
  1356. if (lua_interface) {
  1357. string tmpScript("ZoneScripts/");
  1358. tmpScript.append(GetZoneName());
  1359. tmpScript.append(".lua");
  1360. struct stat buffer;
  1361. bool fileExists = (stat(tmpScript.c_str(), &buffer) == 0);
  1362. if (fileExists)
  1363. lua_interface->RunZoneScript(tmpScript.c_str(), "preinit_zone_script", this);
  1364. }
  1365. if (reloading) {
  1366. LogWrite(COMMAND__DEBUG, 0, "Command", "-Loading Entity Commands...");
  1367. database.LoadEntityCommands(this);
  1368. LogWrite(NPC__INFO, 0, "NPC", "-Loading Spirit Shard data...");
  1369. database.LoadSpiritShards(this);
  1370. LogWrite(NPC__INFO, 0, "NPC", "-Load Spirit Shard data complete!");
  1371. LogWrite(NPC__INFO, 0, "NPC", "-Loading NPC data...");
  1372. database.LoadNPCs(this);
  1373. LogWrite(NPC__INFO, 0, "NPC", "-Load NPC data complete!");
  1374. LogWrite(OBJECT__INFO, 0, "Object", "-Loading Object data...");
  1375. database.LoadObjects(this);
  1376. LogWrite(OBJECT__INFO, 0, "Object", "-Load Object data complete!");
  1377. LogWrite(SIGN__INFO, 0, "Sign", "-Loading Sign data...");
  1378. database.LoadSigns(this);
  1379. LogWrite(SIGN__INFO, 0, "Sign", "-Load Sign data complete!");
  1380. LogWrite(WIDGET__INFO, 0, "Widget", "-Loading Widget data...");
  1381. database.LoadWidgets(this);
  1382. LogWrite(WIDGET__INFO, 0, "Widget", "-Load Widget data complete!");
  1383. LogWrite(GROUNDSPAWN__INFO, 0, "GSpawn", "-Loading Groundspawn data...");
  1384. database.LoadGroundSpawns(this);
  1385. database.LoadGroundSpawnEntries(this);
  1386. LogWrite(GROUNDSPAWN__INFO, 0, "GSpawn", "-Load Groundspawn data complete!");
  1387. LogWrite(PET__INFO, 0, "Pet", "-Loading Pet data...");
  1388. database.GetPetNames(this);
  1389. LogWrite(PET__INFO, 0, "Pet", "-Load Pet data complete!");
  1390. LogWrite(LOOT__INFO, 0, "Loot", "-Loading Spawn loot data...");
  1391. database.LoadLoot(this);
  1392. LogWrite(LOOT__INFO, 0, "Loot", "-Loading Spawn loot data complete!");
  1393. LogWrite(TRANSPORT__INFO, 0, "Transport", "-Loading Transporters...");
  1394. database.LoadTransporters(this);
  1395. LogWrite(TRANSPORT__INFO, 0, "Transport", "-Loading Transporters complete!");
  1396. reloading = false;
  1397. world.RemoveReloadingSubSystem("Spawns");
  1398. }
  1399. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  1400. spawn_group_associations.clear();
  1401. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  1402. MSpawnGroupLocations.writelock(__FUNCTION__, __LINE__);
  1403. spawn_group_locations.clear();
  1404. MSpawnGroupLocations.releasewritelock(__FUNCTION__, __LINE__);
  1405. MSpawnLocationGroups.writelock(__FUNCTION__, __LINE__);
  1406. spawn_location_groups.clear();
  1407. MSpawnLocationGroups.releasewritelock(__FUNCTION__, __LINE__);
  1408. MSpawnGroupChances.writelock(__FUNCTION__, __LINE__);
  1409. spawn_group_chances.clear();
  1410. MSpawnGroupChances.releasewritelock(__FUNCTION__, __LINE__);
  1411. Map* zonemap = world.GetMap(std::string(GetZoneName()),0);
  1412. while (zonemap != nullptr && zonemap->IsMapLoading())
  1413. {
  1414. SetWatchdogTime(Timer::GetCurrentTime2());
  1415. // Client loop
  1416. ClientProcess(true);
  1417. Sleep(10);
  1418. }
  1419. DeleteTransporters();
  1420. ReloadTransporters();
  1421. database.LoadSpawns(this);
  1422. ProcessSpawnLocations();
  1423. if (!revive_points)
  1424. revive_points = new vector<RevivePoint*>;
  1425. else {
  1426. while (!revive_points->empty()) {
  1427. safe_delete(revive_points->back());
  1428. revive_points->pop_back();
  1429. }
  1430. }
  1431. database.LoadRevivePoints(revive_points, GetZoneID());
  1432. RemoveLocationGrids();
  1433. database.LoadLocationGrids(this);
  1434. MMasterZoneLock->unlock();
  1435. while(true) {
  1436. ProcessPendingSpawns();
  1437. Sleep(20);
  1438. MPendingSpawnListAdd.readlock(__FUNCTION__, __LINE__);
  1439. int32 count = pending_spawn_list_add.size();
  1440. MPendingSpawnListAdd.releasereadlock(__FUNCTION__, __LINE__);
  1441. if(count < 1)
  1442. break;
  1443. }
  1444. startupDelayTimer.Start(60000); // this is hard coded for 60 seconds after the zone is loaded to allow a client to at least add itself to the list before we start zone shutdown timer
  1445. MMasterZoneLock->lock();
  1446. LoadingData = false;
  1447. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  1448. if (lua_interface && zone_script) {
  1449. RemoveLocationProximities();
  1450. lua_interface->RunZoneScript(zone_script, "init_zone_script", this);
  1451. }
  1452. spawn_range.Trigger();
  1453. spawn_check_add.Trigger();
  1454. }
  1455. if (reloading_spellprocess){
  1456. MMasterZoneLock->unlock();
  1457. return !zoneShuttingDown;
  1458. }
  1459. if(shutdownTimer.Enabled() && shutdownTimer.Check() && connected_clients.size(true) == 0) {
  1460. //if(lifetime_client_count)
  1461. zoneShuttingDown = true;
  1462. /*else { // allow up to 120 seconds then timeout
  1463. LogWrite(ZONE__WARNING, 0, "Zone", "No clients have connected to zone '%s' and the shutdown timer has counted down -- will delay shutdown for 120 seconds.", GetZoneName());
  1464. shutdownTimer.Start(120000, true);
  1465. lifetime_client_count = 1;
  1466. }*/
  1467. MMasterZoneLock->unlock();
  1468. return false;
  1469. }
  1470. // client loop
  1471. if(charsheet_changes.Check())
  1472. SendCharSheetChanges();
  1473. // Client loop
  1474. ClientProcess(startupDelayTimer.Enabled());
  1475. if(startupDelayTimer.Check())
  1476. startupDelayTimer.Disable();
  1477. if(!reloading && spellProcess)
  1478. spellProcess->Process();
  1479. if (tradeskillMgr)
  1480. tradeskillMgr->Process();
  1481. // Client loop
  1482. if(client_save.Check())
  1483. SaveClients();
  1484. // Possibility to do a client loop
  1485. if(weather_enabled && weatherTimer.Check())
  1486. ProcessWeather();
  1487. // client related loop, move to main thread?
  1488. if(!zoneShuttingDown)
  1489. ProcessDrowning();
  1490. // client than location_proximities loop, move to main thread
  1491. if (location_prox_timer.Check() && !zoneShuttingDown)
  1492. CheckLocationProximity();
  1493. // client than location_grid loop, move to main thread
  1494. if (location_grid_timer.Check() && !zoneShuttingDown)
  1495. CheckLocationGrids();
  1496. if (sync_game_time_timer.Check() && !zoneShuttingDown)
  1497. SendTimeUpdateToAllClients();
  1498. world.MWorldTime.readlock(__FUNCTION__, __LINE__);
  1499. int hour = world.GetWorldTimeStruct()->hour;
  1500. int minute = world.GetWorldTimeStruct()->minute;
  1501. world.MWorldTime.releasereadlock(__FUNCTION__, __LINE__);
  1502. if (!isDusk && (hour >= 19 || hour < 8)) {//((hour > dusk_hour || hour < dawn_hour) || ((dusk_hour == hour && minute >= dusk_minute) || (hour == dawn_hour && minute < dawn_minute)))) {
  1503. isDusk = true;
  1504. const char* zone_script = world.GetZoneScript(GetZoneID());
  1505. if (lua_interface && zone_script)
  1506. lua_interface->RunZoneScript(zone_script, "dusk", this);
  1507. ProcessSpawnConditional(SPAWN_CONDITIONAL_NIGHT);
  1508. }
  1509. else if (isDusk && hour >= 8 && hour < 19) {//((hour > dawn_hour && hour < dusk_hour) || ((hour == dawn_hour && minute >= dawn_minute) || (hour == dusk_hour && minute < dusk_minute)))) {
  1510. isDusk = false;
  1511. const char* zone_script = world.GetZoneScript(GetZoneID());
  1512. if (lua_interface && zone_script)
  1513. lua_interface->RunZoneScript(zone_script, "dawn", this);
  1514. ProcessSpawnConditional(SPAWN_CONDITIONAL_DAY);
  1515. }
  1516. // damaged spawns loop, spawn related, move to spawn thread?
  1517. if(regenTimer.Check())
  1518. RegenUpdate();
  1519. // respawn_timers loop
  1520. if(respawn_timer.Check() && !zoneShuttingDown)
  1521. CheckRespawns();
  1522. // spawn_expire_timers loop
  1523. if (spawn_expire_timer.Check() && !zoneShuttingDown)
  1524. CheckSpawnExpireTimers();
  1525. // widget_timers loop
  1526. if(widget_timer.Check() && !zoneShuttingDown)
  1527. CheckWidgetTimers();
  1528. // spawn_script_timers loop
  1529. if(!reloading && !zoneShuttingDown)
  1530. CheckSpawnScriptTimers();
  1531. // Check to see if a dead spawn needs to be removed
  1532. CheckDeadSpawnRemoval();
  1533. #ifndef NO_CATCH
  1534. }
  1535. catch(...)
  1536. {
  1537. LogWrite(ZONE__ERROR, 0, "Zone", "Exception while running '%s'", GetZoneName());
  1538. zoneShuttingDown = true;
  1539. MMasterZoneLock->unlock();
  1540. return false;
  1541. }
  1542. #endif
  1543. MMasterZoneLock->unlock();
  1544. return (zoneShuttingDown == false);
  1545. }
  1546. bool ZoneServer::SpawnProcess(){
  1547. if(depop_zone) {
  1548. depop_zone = false;
  1549. ProcessDepop(respawns_allowed, repop_zone);
  1550. finished_depop = true;
  1551. }
  1552. MMasterSpawnLock.writelock(__FUNCTION__, __LINE__);
  1553. // If the zone is loading data or shutting down don't do anything
  1554. if(!LoadingData && !zoneShuttingDown && !reloading_spellprocess) {
  1555. // Set some bool's for timers
  1556. bool movement = movement_timer.Check();
  1557. bool spawnRange = spawn_range.Check();
  1558. bool checkRemove = spawn_check_remove.Check();
  1559. bool aggroCheck = aggro_timer.Check();
  1560. vector<int32> pending_spawn_list_remove;
  1561. // Check to see if there are any spawn id's that need to be removed from the spawn list, if so remove them all
  1562. ProcessSpawnRemovals();
  1563. map<int32, Spawn*>::iterator itr;
  1564. if (spawnRange || checkRemove)
  1565. {
  1566. // Loop through the spawn list
  1567. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1568. // Loop throught the list to set up spawns to be sent to clients
  1569. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  1570. // if zone is shutting down kill the loop
  1571. if (zoneShuttingDown)
  1572. break;
  1573. Spawn* spawn = itr->second;
  1574. if (spawn) {
  1575. // Checks the range to all clients in the zone
  1576. if (spawnRange)
  1577. CheckSpawnRange(spawn);
  1578. // Checks to see if the spawn needs to be removed from a client
  1579. if (checkRemove)
  1580. CheckRemoveSpawnFromClient(spawn);
  1581. }
  1582. }
  1583. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1584. }
  1585. // Broke the spawn loop into 2 so spawns are sent to the client faster, send the spawns to clients now then resume the spawn loop
  1586. // client loop, move to main thread?
  1587. // moved this back to the spawn thread as on the main thread during a depop, done on the spawn thread, spawns would start to pop again
  1588. // might be an issue with other functions moved from the spawn thread to the main thread?
  1589. if(spawn_check_add.Check() && !zoneShuttingDown)
  1590. CheckSendSpawnToClient();
  1591. // send spawn changes, changed_spawns loop
  1592. if (spawn_update.Check() && !zoneShuttingDown) { //check for changed spawns every {Rule:SpawnUpdateTimer} milliseconds (default: 200ms)
  1593. SendSpawnChanges();
  1594. }
  1595. if (movement || aggroCheck)
  1596. {
  1597. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1598. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  1599. // Break the loop if the zone is shutting down
  1600. if (zoneShuttingDown)
  1601. break;
  1602. Spawn* spawn = itr->second;
  1603. if (spawn) {
  1604. // Process spawn movement
  1605. if (movement) {
  1606. spawn->ProcessMovement(true);
  1607. // update last_movement_update for all spawns (used for time_step)
  1608. spawn->last_movement_update = Timer::GetCurrentTime2();
  1609. if (!aggroCheck)
  1610. CombatProcess(spawn);
  1611. }
  1612. // Makes NPC's KOS to other NPC's or players
  1613. if (aggroCheck)
  1614. {
  1615. ProcessAggroChecks(spawn);
  1616. CombatProcess(spawn);
  1617. }
  1618. }
  1619. else {
  1620. // unable to get a valid spawn, lets add the id to another list to remove from the spawn list after this loop is finished
  1621. pending_spawn_list_remove.push_back(itr->first);
  1622. }
  1623. }
  1624. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1625. }
  1626. // Check to see if there are any spawn id's that need to be removed from the spawn list, if so remove them all
  1627. if (pending_spawn_list_remove.size() > 0) {
  1628. MSpawnList.writelock(__FUNCTION__, __LINE__);
  1629. vector<int32>::iterator itr2;
  1630. for (itr2 = pending_spawn_list_remove.begin(); itr2 != pending_spawn_list_remove.end(); itr2++) {
  1631. spawn_list.erase(*itr2);
  1632. subspawn_list[SUBSPAWN_TYPES::COLLECTOR].erase(*itr2);
  1633. std::map<int32,int32>::iterator hsmitr = housing_spawn_map.find(*itr2);
  1634. if(hsmitr != housing_spawn_map.end()) {
  1635. subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].erase(hsmitr->second);
  1636. housing_spawn_map.erase(hsmitr);
  1637. }
  1638. }
  1639. pending_spawn_list_remove.clear();
  1640. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  1641. }
  1642. // Double Check to see if there are any spawn id's that need to be removed from the spawn list, if so remove them before we replace with pending spawns
  1643. // and also potentially further down when we delete the Spawn* in DeleteSpawns(false)
  1644. ProcessSpawnRemovals();
  1645. // Check to see if there are spawns waiting to be added to the spawn list, if so add them all
  1646. if (pending_spawn_list_add.size() > 0) {
  1647. ProcessPendingSpawns();
  1648. }
  1649. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1650. if (movementMgr != nullptr)
  1651. movementMgr->Process();
  1652. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1653. if(queue_updates.Check())
  1654. ProcessQueuedStateCommands();
  1655. // Do other loops for spawns
  1656. // tracking, client loop with spawn loop for each client that is tracking, change to a spawn_range_map loop instead of using the main spawn list?
  1657. //if (tracking_timer.Check())
  1658. //ProcessTracking(); // probably doesn't work as spawn loop iterator is never set
  1659. // Delete unused spawns, do this last
  1660. if(!zoneShuttingDown)
  1661. DeleteSpawns(false);
  1662. // Nothing should come after this
  1663. //LogWrite(PLAYER__ERROR, 0, "Debug", "Spawn loop time %u", Timer::GetCurrentTime2() - time);
  1664. }
  1665. MMasterSpawnLock.releasewritelock(__FUNCTION__, __LINE__);
  1666. return (zoneShuttingDown == false);
  1667. }
  1668. void ZoneServer::CheckDeadSpawnRemoval() {
  1669. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  1670. if(dead_spawns.size() > 0){
  1671. vector<Spawn*> tmp_dead_list;
  1672. int32 current_time = Timer::GetCurrentTime2();
  1673. Spawn* spawn = 0;
  1674. map<int32, int32>::iterator itr = dead_spawns.begin();
  1675. map<int32, int32>::iterator itr_delete;
  1676. while (itr != dead_spawns.end()) {
  1677. spawn = GetSpawnByID(itr->first);
  1678. if (spawn) {
  1679. if(current_time >= itr->second)
  1680. tmp_dead_list.push_back(spawn);
  1681. itr++;
  1682. }
  1683. else {
  1684. itr_delete = itr++;
  1685. dead_spawns.erase(itr_delete);
  1686. }
  1687. }
  1688. for(int i=tmp_dead_list.size()-1;i>=0;i--){
  1689. spawn = tmp_dead_list[i];
  1690. if (!spawn->IsPlayer())
  1691. {
  1692. dead_spawns.erase(spawn->GetID());
  1693. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  1694. RemoveSpawn(spawn, true, true, true, true, true);
  1695. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  1696. }
  1697. }
  1698. }
  1699. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  1700. }
  1701. void ZoneServer::CheckRespawns(){
  1702. vector<int32> tmp_respawn_list;
  1703. MutexMap<int32, int32>::iterator itr = respawn_timers.begin();
  1704. while(itr.Next()){
  1705. if(Timer::GetCurrentTime2() >= itr->second)
  1706. tmp_respawn_list.push_back(itr->first);
  1707. }
  1708. for(int i=tmp_respawn_list.size()-1;i>=0;i--){
  1709. if ( IsInstanceZone() )
  1710. {
  1711. if ( database.DeleteInstanceSpawnRemoved(GetInstanceID(),tmp_respawn_list[i]) )
  1712. {
  1713. }
  1714. else
  1715. {
  1716. }
  1717. }
  1718. ProcessSpawnLocation(tmp_respawn_list[i], true);
  1719. respawn_timers.erase(tmp_respawn_list[i]);
  1720. }
  1721. }
  1722. void ZoneServer::CheckSpawnExpireTimers() {
  1723. MutexMap<int32, int32>::iterator itr = spawn_expire_timers.begin();
  1724. while (itr.Next()) {
  1725. Spawn* spawn = GetSpawnByID(itr->first);
  1726. if (spawn) {
  1727. if (Timer::GetCurrentTime2() >= itr.second) {
  1728. spawn_expire_timers.erase(itr.first);
  1729. Despawn(spawn, spawn->GetRespawnTime());
  1730. }
  1731. }
  1732. else
  1733. spawn_expire_timers.erase(itr->first);
  1734. }
  1735. }
  1736. void ZoneServer::AddSpawnExpireTimer(Spawn* spawn, int32 expire_time, int32 expire_offset) {
  1737. if (spawn) {
  1738. int32 actual_expire_time = expire_time;
  1739. if (expire_offset > 0) {
  1740. int32 low = expire_time;
  1741. int32 high = expire_time + expire_offset;
  1742. if (expire_offset < expire_time)
  1743. low = expire_time - expire_offset;
  1744. int32 range = (high - low) + 1;
  1745. actual_expire_time = (low + (int32)((range * rand()) / (RAND_MAX + 1.0)));
  1746. }
  1747. actual_expire_time *= 1000;
  1748. spawn_expire_timers.Put(spawn->GetID(), Timer::GetCurrentTime2() + actual_expire_time);
  1749. }
  1750. }
  1751. void ZoneServer::SaveClient(Client* client){
  1752. client->Save();
  1753. }
  1754. void ZoneServer::SaveClients(){
  1755. vector<Client*>::iterator itr;
  1756. Client* client = 0;
  1757. MClientList.readlock(__FUNCTION__, __LINE__);
  1758. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1759. client = *itr;
  1760. if(client->IsConnected() && client->IsReadyForUpdates()){
  1761. SaveClient(client);
  1762. }
  1763. }
  1764. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1765. }
  1766. void ZoneServer::SendSpawnVisualState(Spawn* spawn, int16 type){
  1767. if(!spawn)
  1768. return;
  1769. vector<Client*>::iterator itr;
  1770. spawn->SetTempVisualState(type);
  1771. Client* client = 0;
  1772. MClientList.readlock(__FUNCTION__, __LINE__);
  1773. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1774. client = *itr;
  1775. if(client && client->GetPlayer() != spawn)
  1776. AddChangedSpawn(spawn);
  1777. }
  1778. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1779. }
  1780. void ZoneServer::SendSpawnChangesByDBID(int32 db_id, Client* client, bool override_changes, bool override_vis_changes){
  1781. Spawn* spawn = GetSpawnByDatabaseID(db_id);
  1782. if(spawn && (spawn->changed || override_changes || override_vis_changes))
  1783. SendSpawnChanges(spawn, client, override_changes, override_vis_changes);
  1784. }
  1785. void ZoneServer::SendSpawnChanges(Spawn* spawn, Client* client, bool override_changes, bool override_vis_changes){
  1786. if(client && client->IsConnected() && client->IsReadyForUpdates() && client->GetPlayer()->WasSentSpawn(spawn->GetID()) && (spawn->IsTransportSpawn() || client->GetPlayer()->GetDistance(spawn) < SEND_SPAWN_DISTANCE)){
  1787. EQ2Packet* outapp = spawn->spawn_update_packet(client->GetPlayer(), client->GetVersion(), override_changes, override_vis_changes);
  1788. if(outapp)
  1789. client->QueuePacket(outapp);
  1790. }
  1791. }
  1792. void ZoneServer::SendSpawnChanges(Spawn* spawn){
  1793. MClientList.readlock(__FUNCTION__, __LINE__);
  1794. MSpawnList.readlock();
  1795. if(spawn && spawn->changed){
  1796. if(!spawn->IsPlayer() || (spawn->IsPlayer() && (spawn->info_changed || spawn->vis_changed))){
  1797. vector<Client*>::iterator itr;
  1798. Client* client = 0;
  1799. // MClientList locked at a higher level
  1800. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1801. client = *itr;
  1802. SendSpawnChanges(spawn, client);
  1803. }
  1804. }
  1805. spawn->changed = false;
  1806. spawn->info_changed = false;
  1807. if(spawn->IsPlayer() == false)
  1808. spawn->position_changed = false;
  1809. spawn->vis_changed = false;
  1810. }
  1811. MSpawnList.releasereadlock();
  1812. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1813. }
  1814. Spawn* ZoneServer::FindSpawn(Player* searcher, const char* name){
  1815. if(!searcher || !name)
  1816. return 0;
  1817. Spawn* spawn = 0;
  1818. vector<Spawn*> find_spawn_list;
  1819. vector<Spawn*>::iterator fspawn_iter;
  1820. int8 name_size = strlen(name);
  1821. map<int32, Spawn*>::iterator itr;
  1822. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1823. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  1824. spawn = itr->second;
  1825. if(spawn && !strncasecmp(spawn->GetName(), name, name_size))
  1826. find_spawn_list.push_back(spawn);
  1827. }
  1828. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1829. Spawn* closest = 0;
  1830. float distance = 0;
  1831. float test_distance = 0;
  1832. for(fspawn_iter=find_spawn_list.begin(); fspawn_iter!=find_spawn_list.end(); fspawn_iter++){
  1833. spawn = *fspawn_iter;
  1834. if(spawn && ((((test_distance = searcher->GetDistance(spawn)) < distance)) || !closest)){
  1835. distance = test_distance;
  1836. closest = spawn;
  1837. }
  1838. }
  1839. return closest;
  1840. }
  1841. void ZoneServer::AddChangedSpawn(Spawn* spawn) {
  1842. if (!spawn || (spawn->IsPlayer() && !spawn->info_changed && !spawn->vis_changed) || (spawn->IsPlayer() && ((Player*)spawn)->GetClient() && ((Player*)spawn)->GetClient()->IsReadyForUpdates() == false))
  1843. return;
  1844. MChangedSpawns.lock_shared();
  1845. ChangedSpawnMapType::iterator it = changed_spawns.find(spawn->GetID());
  1846. if (it != changed_spawns.end()) {
  1847. it->second = true;
  1848. MChangedSpawns.unlock_shared();
  1849. }
  1850. else {
  1851. MChangedSpawns.unlock_shared();
  1852. MChangedSpawns.lock();
  1853. changed_spawns.insert(make_pair(spawn->GetID(),true));
  1854. MChangedSpawns.unlock();
  1855. }
  1856. }
  1857. void ZoneServer::RemoveChangedSpawn(Spawn* spawn){
  1858. if(!spawn)
  1859. return;
  1860. MChangedSpawns.lock();
  1861. ChangedSpawnMapType::iterator it = changed_spawns.find(spawn->GetID());
  1862. if (it != changed_spawns.end()) {
  1863. it->second = false;
  1864. }
  1865. MChangedSpawns.unlock();
  1866. }
  1867. void ZoneServer::AddDrowningVictim(Player* player){
  1868. Client* client = ((Player*)player)->GetClient();
  1869. if(client && drowning_victims.count(client) == 0)
  1870. drowning_victims.Put(client, Timer::GetCurrentTime2());
  1871. }
  1872. void ZoneServer::RemoveDrowningVictim(Player* player){
  1873. Client* client = ((Player*)player)->GetClient();
  1874. if(client)
  1875. drowning_victims.erase(client);
  1876. }
  1877. Client* ZoneServer::GetDrowningVictim(Player* player){
  1878. Client* client = ((Player*)player)->GetClient();
  1879. if(client && drowning_victims.count(client) > 0)
  1880. return(client);
  1881. return 0;
  1882. }
  1883. void ZoneServer::ProcessDrowning(){
  1884. vector<Client*> dead_list;
  1885. if(drowning_victims.size(true) > 0){
  1886. sint32 damage = 0;
  1887. int32 current_time = Timer::GetCurrentTime2();
  1888. MutexMap<Client*, int32>::iterator itr = drowning_victims.begin();
  1889. while(itr.Next()){
  1890. if(current_time >= itr->second) {
  1891. Client* client = itr->first;
  1892. Player* player = client->GetPlayer();
  1893. drowning_victims.Get(client) = Timer::GetCurrentTime2() + 2000;
  1894. damage = player->GetTotalHP()/20 + player->GetInfoStruct()->get_hp_regen();
  1895. player->TakeDamage(damage);
  1896. if(!player->Alive())
  1897. dead_list.push_back(client);
  1898. player->SetCharSheetChanged(true);
  1899. SendCharSheetChanges(client);
  1900. SendDamagePacket(0, player, DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE, DAMAGE_PACKET_RESULT_SUCCESSFUL, DAMAGE_PACKET_DAMAGE_TYPE_DROWN, damage, 0);
  1901. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "You are drowning!");
  1902. }
  1903. }
  1904. }
  1905. if(dead_list.size() > 0){
  1906. vector<Client*>::iterator itr;
  1907. for(itr = dead_list.begin(); itr != dead_list.end(); itr++){
  1908. RemoveDrowningVictim((*itr)->GetPlayer());
  1909. KillSpawn(false, (*itr)->GetPlayer(), nullptr, true, 0, 0, 10); // kill blow type 10 means death by WATER! (glug glug!)
  1910. }
  1911. }
  1912. }
  1913. void ZoneServer::SendSpawnChanges(){
  1914. std::shared_lock lock(MChangedSpawns);
  1915. if (changed_spawns.size() < 1)
  1916. return;
  1917. set<Spawn*> spawns_to_send;
  1918. Spawn* spawn = 0;
  1919. int count = 0;
  1920. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1921. for( ChangedSpawnMapType::iterator it = changed_spawns.begin(); it != changed_spawns.end(); ++it ) {
  1922. if(!it->second)
  1923. continue;
  1924. spawn = GetSpawnByID(it->first);
  1925. if(spawn){
  1926. spawns_to_send.insert(spawn);
  1927. count++;
  1928. }
  1929. }
  1930. vector<Client*>::iterator client_itr;
  1931. Client* client = 0;
  1932. MClientList.readlock(__FUNCTION__, __LINE__);
  1933. if(clients.size())
  1934. {
  1935. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  1936. client = *client_itr;
  1937. if(client)
  1938. client->SendSpawnChanges(spawns_to_send);
  1939. }
  1940. }
  1941. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1942. for (const auto& spawn : spawns_to_send) {
  1943. spawn->changed = false;
  1944. spawn->position_changed = false;
  1945. spawn->vis_changed = false;
  1946. spawn->info_changed = false;
  1947. }
  1948. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1949. }
  1950. void ZoneServer::SendPlayerPositionChanges(Player* player){
  1951. if(player){
  1952. player->position_changed = false;
  1953. Client* client = 0;
  1954. vector<Client*>::iterator client_itr;
  1955. MClientList.readlock(__FUNCTION__, __LINE__);
  1956. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  1957. client = *client_itr;
  1958. if(player != client->GetPlayer() && client->GetPlayer()->WasSentSpawn(player->GetID())){
  1959. EQ2Packet* outapp = player->player_position_update_packet(client->GetPlayer(), client->GetVersion());
  1960. if(outapp)
  1961. client->QueuePacket(outapp);
  1962. }
  1963. }
  1964. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1965. }
  1966. }
  1967. void ZoneServer::SendCharSheetChanges(){
  1968. vector<Client*>::iterator client_itr;
  1969. MClientList.readlock(__FUNCTION__, __LINE__);
  1970. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++)
  1971. SendCharSheetChanges(*client_itr);
  1972. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1973. }
  1974. void ZoneServer::SendCharSheetChanges(Client* client){
  1975. if(client && client->IsConnected() && client->GetPlayer()->GetCharSheetChanged()){
  1976. client->GetPlayer()->SetCharSheetChanged(false);
  1977. ClientPacketFunctions::SendCharacterSheet(client);
  1978. }
  1979. }
  1980. int32 ZoneServer::CalculateSpawnGroup(SpawnLocation* spawnlocation, bool respawn)
  1981. {
  1982. int32 group = 0;
  1983. list<int32>* groups_at_location = GetSpawnGroupsByLocation(spawnlocation->placement_id);
  1984. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  1985. if(groups_at_location){
  1986. list<int32>::iterator group_location_itr;
  1987. float chance = 0;
  1988. float total_chance = 0;
  1989. map<int32, float> tmp_chances;
  1990. set<int32>* associated_groups = 0;
  1991. for (group_location_itr = groups_at_location->begin(); group_location_itr != groups_at_location->end(); group_location_itr++) {
  1992. if(tmp_chances.count(*group_location_itr) > 0)
  1993. continue;
  1994. associated_groups = GetAssociatedGroups(*group_location_itr);
  1995. if(associated_groups){
  1996. set<int32>::iterator group_itr;
  1997. for (group_itr = associated_groups->begin(); group_itr != associated_groups->end(); group_itr++) {
  1998. chance = GetSpawnGroupChance(*group_itr);
  1999. if(chance > 0){
  2000. total_chance += chance;
  2001. tmp_chances[*group_itr] = chance;
  2002. }
  2003. else
  2004. tmp_chances[*group_itr] = 0;
  2005. }
  2006. }
  2007. else{ //single group, no associations
  2008. chance = GetSpawnGroupChance(*group_location_itr);
  2009. total_chance += chance;
  2010. tmp_chances[*group_location_itr] = chance;
  2011. }
  2012. }
  2013. if(tmp_chances.size() > 1){
  2014. //set the default for any chances not set
  2015. map<int32, float>::iterator itr2;
  2016. for(itr2 = tmp_chances.begin(); itr2 != tmp_chances.end(); itr2++){
  2017. if(itr2->second == 0){
  2018. total_chance += 100/tmp_chances.size();
  2019. tmp_chances[itr2->first] = (float)(100 / tmp_chances.size());
  2020. }
  2021. }
  2022. }
  2023. if(tmp_chances.size() > 1){
  2024. float roll = (float)(rand()%((int32)total_chance));
  2025. map<int32, float>::iterator itr3;
  2026. for (itr3 = tmp_chances.begin(); itr3 != tmp_chances.end(); itr3++){
  2027. if(itr3->second >= roll){
  2028. group = itr3->first;
  2029. break;
  2030. }
  2031. else
  2032. roll -= itr3->second;
  2033. }
  2034. }
  2035. else if(tmp_chances.size() == 1)
  2036. group = tmp_chances.begin()->first;
  2037. }
  2038. if(group > 0){
  2039. map<int32, int32>* locations = GetSpawnLocationsByGroup(group);
  2040. if(locations){
  2041. map<int32, int32>::iterator itr;
  2042. Spawn* spawn = 0;
  2043. Spawn* leader = 0;
  2044. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  2045. for (itr = locations->begin(); itr != locations->end(); itr++) {
  2046. if(spawn_location_list.count(itr->second) > 0){
  2047. spawn = ProcessSpawnLocation(spawn_location_list[itr->second], respawn);
  2048. if(!leader && spawn)
  2049. leader = spawn;
  2050. if(leader)
  2051. leader->AddSpawnToGroup(spawn);
  2052. if(spawn){
  2053. //if(spawn_group_map.count(group) == 0)
  2054. // spawn_group_map.Put(group, new MutexList<Spawn*>());
  2055. MutexList<int32>* groupList = &spawn_group_map.Get(group);
  2056. groupList->Add(spawn->GetID());
  2057. spawn->SetSpawnGroupID(group);
  2058. }
  2059. }
  2060. }
  2061. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2062. }
  2063. }
  2064. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2065. return group;
  2066. }
  2067. void ZoneServer::ProcessSpawnLocation(int32 location_id, bool respawn)
  2068. {
  2069. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2070. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  2071. if(spawn_location_list.count(location_id) > 0)
  2072. {
  2073. if(respawn) //see if there are any spawns still in game associated with this spawn's group, if so, dont spawn this
  2074. {
  2075. list<int32>* groups = GetSpawnGroupsByLocation(spawn_location_list[location_id]->placement_id);
  2076. if(groups)
  2077. {
  2078. set<int32>* associated_groups = 0;
  2079. bool should_spawn = true;
  2080. list<int32>::iterator itr;
  2081. for (itr = groups->begin(); itr != groups->end(); itr++) {
  2082. associated_groups = GetAssociatedGroups(*itr);
  2083. if(associated_groups)
  2084. {
  2085. set<int32>::iterator assoc_itr;
  2086. for (assoc_itr = associated_groups->begin(); assoc_itr != associated_groups->end(); assoc_itr++) {
  2087. if(spawn_group_map.count(*assoc_itr) > 0 && spawn_group_map.Get(*assoc_itr).size() > 0)
  2088. should_spawn = false;
  2089. }
  2090. }
  2091. }
  2092. if(should_spawn)
  2093. CalculateSpawnGroup(spawn_location_list[location_id]);
  2094. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2095. // need to unlock the list before we exit the function
  2096. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2097. return;
  2098. }
  2099. }
  2100. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2101. ProcessSpawnLocation(spawn_location_list[location_id], respawn);
  2102. }
  2103. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2104. }
  2105. Spawn* ZoneServer::ProcessSpawnLocation(SpawnLocation* spawnlocation, bool respawn)
  2106. {
  2107. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2108. if(!spawnlocation)
  2109. return 0;
  2110. Spawn* spawn = 0;
  2111. float rand_number = MakeRandomFloat(0, spawnlocation->total_percentage);
  2112. for(int32 i=0;i<spawnlocation->entities.size();i++)
  2113. {
  2114. if(spawnlocation->entities[i]->spawn_percentage == 0)
  2115. continue;
  2116. if (spawnlocation->conditional > 0) {
  2117. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_DAY && isDusk)
  2118. continue;
  2119. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_NIGHT) == SPAWN_CONDITIONAL_NIGHT && !isDusk)
  2120. continue;
  2121. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_NOT_RAINING && rain >= 0.75f)
  2122. continue;
  2123. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_RAINING && rain < 0.75f)
  2124. continue;
  2125. }
  2126. if (spawnlocation->entities[i]->spawn_percentage >= rand_number) {
  2127. if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_NPC)
  2128. spawn = AddNPCSpawn(spawnlocation, spawnlocation->entities[i]);
  2129. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_GROUNDSPAWN)
  2130. spawn = AddGroundSpawn(spawnlocation, spawnlocation->entities[i]);
  2131. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_OBJECT)
  2132. spawn = AddObjectSpawn(spawnlocation, spawnlocation->entities[i]);
  2133. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_WIDGET)
  2134. spawn = AddWidgetSpawn(spawnlocation, spawnlocation->entities[i]);
  2135. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_SIGN)
  2136. spawn = AddSignSpawn(spawnlocation, spawnlocation->entities[i]);
  2137. if (GetInstanceType() == PERSONAL_HOUSE_INSTANCE)
  2138. database.GetHouseSpawnInstanceData(this, spawn);
  2139. if(spawn && spawn->IsOmittedByDBFlag())
  2140. {
  2141. LogWrite(SPAWN__WARNING, 0, "Spawn", "Spawn (%u) in spawn location id %u was skipped due to a missing expansion / holiday flag being met (ZoneServer::ProcessSpawnLocation)", spawnlocation->entities[i]->spawn_id, spawnlocation->entities[i]->spawn_location_id);
  2142. safe_delete(spawn);
  2143. spawn = 0;
  2144. continue;
  2145. }
  2146. else if (!spawn)
  2147. {
  2148. LogWrite(ZONE__ERROR, 0, "Zone", "Error adding spawn by spawn location to zone %s with location id %u, spawn id %u, spawn type %u.", GetZoneName(), spawnlocation->entities[i]->spawn_location_id, spawnlocation->entities[i]->spawn_id, spawnlocation->entities[i]->spawn_type);
  2149. continue;
  2150. }
  2151. if (spawn)
  2152. {
  2153. if(respawn)
  2154. CallSpawnScript(spawn, SPAWN_SCRIPT_RESPAWN);
  2155. else
  2156. CallSpawnScript(spawn, SPAWN_SCRIPT_SPAWN);
  2157. }
  2158. break;
  2159. }
  2160. else
  2161. rand_number -= spawnlocation->entities[i]->spawn_percentage;
  2162. }
  2163. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2164. return spawn;
  2165. }
  2166. Spawn* ZoneServer::ProcessInstanceSpawnLocation(SpawnLocation* spawnlocation, map<int32,int32>* instNPCs, map<int32,int32>* instGroundSpawns, map<int32,int32>* instObjSpawns, map<int32,int32>* instWidgetSpawns, map<int32,int32>* instSignSpawns, bool respawn)
  2167. {
  2168. if(!spawnlocation)
  2169. return 0;
  2170. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2171. Spawn* spawn = 0;
  2172. float rand_number = MakeRandomFloat(0, spawnlocation->total_percentage);
  2173. for(int32 i=0;i<spawnlocation->entities.size();i++)
  2174. {
  2175. if(spawnlocation->entities[i]->spawn_percentage == 0)
  2176. continue;
  2177. int32 spawnTime = 0;
  2178. if(spawnlocation->entities[i]->spawn_percentage >= rand_number)
  2179. {
  2180. if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_NPC &&
  2181. (spawnTime = database.CheckSpawnRemoveInfo(instNPCs,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2182. spawn = AddNPCSpawn(spawnlocation, spawnlocation->entities[i]);
  2183. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_GROUNDSPAWN &&
  2184. (spawnTime = database.CheckSpawnRemoveInfo(instGroundSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2185. spawn = AddGroundSpawn(spawnlocation, spawnlocation->entities[i]);
  2186. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_OBJECT &&
  2187. (spawnTime = database.CheckSpawnRemoveInfo(instObjSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2188. spawn = AddObjectSpawn(spawnlocation, spawnlocation->entities[i]);
  2189. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_WIDGET &&
  2190. (spawnTime = database.CheckSpawnRemoveInfo(instWidgetSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2191. spawn = AddWidgetSpawn(spawnlocation, spawnlocation->entities[i]);
  2192. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_SIGN &&
  2193. (spawnTime = database.CheckSpawnRemoveInfo(instSignSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2194. spawn = AddSignSpawn(spawnlocation, spawnlocation->entities[i]);
  2195. if(spawn && spawn->IsOmittedByDBFlag())
  2196. {
  2197. LogWrite(SPAWN__WARNING, 0, "Spawn", "Spawn (%u) in spawn location id %u was skipped due to a missing expansion / holiday flag being met (ZoneServer::ProcessInstanceSpawnLocation)", spawnlocation->entities[i]->spawn_id, spawnlocation->entities[i]->spawn_location_id);
  2198. safe_delete(spawn);
  2199. spawn = 0;
  2200. continue;
  2201. }
  2202. if (GetInstanceType() == PERSONAL_HOUSE_INSTANCE)
  2203. database.GetHouseSpawnInstanceData(this, spawn);
  2204. const char* script = 0;
  2205. for(int x=0;x<3;x++)
  2206. {
  2207. switch(x)
  2208. {
  2209. case 0:
  2210. script = world.GetSpawnEntryScript(spawnlocation->entities[i]->spawn_entry_id);
  2211. break;
  2212. case 1:
  2213. script = world.GetSpawnLocationScript(spawnlocation->entities[i]->spawn_location_id);
  2214. break;
  2215. case 2:
  2216. script = world.GetSpawnScript(spawnlocation->entities[i]->spawn_id);
  2217. break;
  2218. }
  2219. if(spawn && script && lua_interface->GetSpawnScript(script) != 0)
  2220. {
  2221. spawn->SetSpawnScript(string(script));
  2222. break;
  2223. }
  2224. }
  2225. if(spawn)
  2226. {
  2227. if (respawn)
  2228. CallSpawnScript(spawn, SPAWN_SCRIPT_RESPAWN);
  2229. else
  2230. CallSpawnScript(spawn, SPAWN_SCRIPT_SPAWN);
  2231. if ( spawnTime > 1 )
  2232. {
  2233. spawn->SetRespawnTime(spawnTime);
  2234. }
  2235. }
  2236. break;
  2237. }
  2238. else
  2239. rand_number -= spawnlocation->entities[i]->spawn_percentage;
  2240. }
  2241. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2242. return spawn;
  2243. }
  2244. void ZoneServer::ProcessSpawnLocations()
  2245. {
  2246. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2247. map<int32,int32>* instNPCs = NULL;
  2248. map<int32,int32>* instGroundSpawns = NULL;
  2249. map<int32,int32>* instObjSpawns = NULL;
  2250. map<int32,int32>* instWidgetSpawns = NULL;
  2251. map<int32,int32>* instSignSpawns = NULL;
  2252. if ( this->IsInstanceZone() )
  2253. {
  2254. LogWrite(SPAWN__DEBUG, 0, "Spawn", "Processing Instance Removed Spawns...");
  2255. instNPCs = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_NPC );
  2256. instGroundSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_GROUNDSPAWN );
  2257. instObjSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_OBJECT );
  2258. instWidgetSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_WIDGET );
  2259. instSignSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_SIGN );
  2260. }
  2261. map<int32, bool> processed_spawn_locations;
  2262. map<int32, SpawnLocation*>::iterator itr;
  2263. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  2264. for (itr = spawn_location_list.begin(); itr != spawn_location_list.end(); itr++) {
  2265. LogWrite(SPAWN__TRACE, 0, "Spawn", "while spawn_location_list itr (#%u)", spawn_location_list.size());
  2266. if(itr->second && processed_spawn_locations.count(itr->second->placement_id) > 0) //if we processed one spawn in a spawn group, we processed them all for that group
  2267. continue;
  2268. if(itr->second && spawn_location_groups.count(itr->second->placement_id) > 0)
  2269. {
  2270. int32 group_id = CalculateSpawnGroup(itr->second);
  2271. if(group_id)
  2272. {
  2273. LogWrite(SPAWN__TRACE, 0, "Spawn", "is group_id");
  2274. set<int32>* associated_groups = GetAssociatedGroups(group_id);
  2275. if(associated_groups)
  2276. {
  2277. LogWrite(SPAWN__TRACE, 0, "Spawn", "is associated_groups");
  2278. vector<int32>* associated_locations = GetAssociatedLocations(associated_groups);
  2279. if(associated_locations)
  2280. {
  2281. LogWrite(SPAWN__TRACE, 0, "Spawn", "is associated_locations");
  2282. for(int32 i=0;i<associated_locations->size();i++)
  2283. {
  2284. LogWrite(SPAWN__DEBUG, 5, "Spawn", "Loading processed_spawn_locations...");
  2285. processed_spawn_locations[associated_locations->at(i)] = true;
  2286. }
  2287. safe_delete(associated_locations);
  2288. }
  2289. }
  2290. }
  2291. }
  2292. else
  2293. {
  2294. if ( this->IsInstanceZone() )
  2295. {
  2296. //LogWrite(SPAWN__DEBUG, 5, "Spawn", "ProcessInstanceSpawnLocation (%u)...", itr->second->placement_id);
  2297. ProcessInstanceSpawnLocation(itr->second,instNPCs,instGroundSpawns,instObjSpawns,instWidgetSpawns,instSignSpawns);
  2298. }
  2299. else
  2300. {
  2301. //LogWrite(SPAWN__DEBUG, 5, "Spawn", "ProcessSpawnLocation (%u)...", itr->second->placement_id);
  2302. ProcessSpawnLocation(itr->second);
  2303. }
  2304. }
  2305. }
  2306. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2307. safe_delete(instNPCs);
  2308. safe_delete(instGroundSpawns);
  2309. safe_delete(instObjSpawns);
  2310. safe_delete(instWidgetSpawns);
  2311. safe_delete(instSignSpawns);
  2312. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2313. }
  2314. void ZoneServer::AddLoot(NPC* npc, Spawn* killer, GroupLootMethod loot_method, int8 item_rarity, int32 group_id){
  2315. // this function is ran twice, first on spawn of mob, then at death of mob (gray mob check and no_drop_quest_completed_id check)
  2316. // first we see if the skipping of gray mobs loot is enabled, then we move all non body drops
  2317. if(killer)
  2318. {
  2319. npc->SetLootMethod(loot_method, item_rarity, group_id);
  2320. int8 skip_loot_gray_mob_flag = rule_manager.GetGlobalRule(R_Loot, SkipLootGrayMob)->GetInt8();
  2321. if(skip_loot_gray_mob_flag) {
  2322. Player* player = 0;
  2323. if(killer->IsPlayer())
  2324. player = (Player*)killer;
  2325. else if(killer->IsPet()) {
  2326. Spawn* owner = ((Entity*)killer)->GetOwner();
  2327. if(owner->IsPlayer())
  2328. player = (Player*)owner;
  2329. }
  2330. if(player) {
  2331. int8 difficulty = player->GetArrowColor(npc->GetLevel());
  2332. if(difficulty == ARROW_COLOR_GRAY) {
  2333. npc->ClearNonBodyLoot();
  2334. }
  2335. }
  2336. }
  2337. }
  2338. // check for starting loot of Spawn and death of Spawn loot (no_drop_quest_completed_id)
  2339. vector<int32> loot_tables = GetSpawnLootList(npc->GetDatabaseID(), GetZoneID(), npc->GetLevel(), race_types_list.GetRaceType(npc->GetModelType()), npc);
  2340. if(loot_tables.size() > 0){
  2341. vector<LootDrop*>* loot_drops = 0;
  2342. vector<LootDrop*>::iterator loot_drop_itr;
  2343. LootTable* table = 0;
  2344. vector<int32>::iterator loot_list_itr;
  2345. float chancecoin = 0;
  2346. float chancetable = 0;
  2347. float chancedrop = 0;
  2348. float chancetally = 0;
  2349. float droptally = 0;
  2350. // the following loop,loops through each table
  2351. for(loot_list_itr = loot_tables.begin(); loot_list_itr != loot_tables.end(); loot_list_itr++){
  2352. table = GetLootTable(*loot_list_itr);
  2353. // if killer is assigned this is on-death, we already assigned coin
  2354. if(!killer && table && table->maxcoin > 0){
  2355. chancecoin = rand()%100;
  2356. if(table->coin_probability >= chancecoin){
  2357. if(table->maxcoin > table->mincoin)
  2358. npc->AddLootCoins(table->mincoin + rand()%(table->maxcoin - table->mincoin));
  2359. }
  2360. }
  2361. int numberchances = 1;
  2362. //if (table->lootdrop_probability == 100){ }
  2363. //else
  2364. //chancetally += table->lootdrop_probability;
  2365. int maxchance = 0;
  2366. if (table) {
  2367. maxchance = table->maxlootitems;
  2368. for (numberchances; numberchances <= maxchance; numberchances++) {
  2369. chancetable = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2370. //LogWrite(PLAYER__DEBUG, 0, "Player", "Table Chance: '%f'", chancetable);
  2371. float droppercenttotal = 0;
  2372. //--------------------------------------------------------------------------------------------------------------------------------------------------------------
  2373. if (table->lootdrop_probability == 100 || table->lootdrop_probability >= chancetable) {
  2374. //LogWrite(PLAYER__DEBUG, 0, "Player", "Probability:%f Table Chance: '%f'", table->lootdrop_probability, chancetable);
  2375. loot_drops = GetLootDrops(*loot_list_itr);
  2376. if (loot_drops && loot_drops->size() > 0) {
  2377. LootDrop* drop = 0;
  2378. int16 count = 0;
  2379. std::shuffle(loot_drops->begin(), loot_drops->end(), std::default_random_engine(Timer::GetCurrentTime2()));
  2380. int16 IC = 0;
  2381. for (loot_drop_itr = loot_drops->begin(); loot_drop_itr != loot_drops->end(); loot_drop_itr++) {
  2382. drop = *loot_drop_itr;
  2383. droppercenttotal += drop->probability;
  2384. }
  2385. int droplistsize = loot_drops->size();
  2386. float chancedroptally = 0;
  2387. bool breakIterMaxLoot = false;
  2388. chancedrop = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2389. for (loot_drop_itr = loot_drops->begin(); loot_drop_itr != loot_drops->end(); loot_drop_itr++) {
  2390. drop = *loot_drop_itr;
  2391. // if no killer is provided, then we are instantiating the spawn loot, quest related loot should be added on death of the spawn to check against spawn/group members
  2392. if(drop->no_drop_quest_completed_id && killer == nullptr)
  2393. continue;
  2394. else if(!drop->no_drop_quest_completed_id && killer) // skip since this doesn't have a quest id attached and we are doing after-math of death loot additions
  2395. continue;
  2396. else if(killer && drop->no_drop_quest_completed_id) // check if the player already completed quest related to item
  2397. {
  2398. Player* player = nullptr;
  2399. if(killer->IsPlayer())
  2400. {
  2401. player = (Player*)killer;
  2402. // player has already completed the quest
  2403. if(player->HasQuestBeenCompleted(drop->no_drop_quest_completed_id) && !player->GetGroupMemberInfo())
  2404. {
  2405. LogWrite(PLAYER__DEBUG, 0, "Player", "%s: Player has completed quest %u, skipping loot item %u", npc->GetName(), drop->no_drop_quest_completed_id, drop->item_id);
  2406. continue;
  2407. }
  2408. else if(player->GetGroupMemberInfo() && world.GetGroupManager()->HasGroupCompletedQuest(player->GetGroupMemberInfo()->group_id, drop->no_drop_quest_completed_id))
  2409. {
  2410. LogWrite(PLAYER__DEBUG, 0, "Player", "%s: Group %u has completed quest %u, skipping loot item %u", npc->GetName(), player->GetGroupMemberInfo()->group_id, drop->no_drop_quest_completed_id, drop->item_id);
  2411. continue;
  2412. }
  2413. }
  2414. else
  2415. {
  2416. LogWrite(PLAYER__DEBUG, 0, "Player", "%s: Killer is not a player, skipping loot item %u", npc->GetName(), drop->item_id);
  2417. continue;
  2418. }
  2419. }
  2420. if (npc->HasLootItemID(drop->item_id))
  2421. continue;
  2422. if (droppercenttotal >= 100)
  2423. droppercenttotal = 100;
  2424. chancedroptally += 100 / droppercenttotal * drop->probability;
  2425. //chancedrop = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2426. //LogWrite(PLAYER__DEBUG, 0, "Player", "Loot drop: '%i' Chance: %f Prob tally: %f min: %f", drop, chancedrop, chancedroptally, chancedroptally - drop->probability);
  2427. if ((chancedroptally == 100) || ((chancedroptally >= chancedrop) && (chancedroptally - (100 / droppercenttotal * drop->probability)) <= chancedrop)) {
  2428. //LogWrite(PLAYER__DEBUG, 0, "Player", "Loot drop: '%i' Chance: %f Prob: %f We have a loot drop winner", drop, chancedrop, chancedroptally);
  2429. count++;
  2430. npc->AddLootItem(drop->item_id, drop->item_charges);
  2431. //LogWrite(PLAYER__DEBUG, 0, "Player", "loot Count: '%i'",count);
  2432. //LogWrite(MISC__TODO, 1, "TODO", "Auto-Equip new looted items\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  2433. //if(drop->equip_item)
  2434. }
  2435. // so many items on this table break out and cap it!
  2436. if (table->maxlootitems > 0 && count >= table->maxlootitems) {
  2437. breakIterMaxLoot = true;
  2438. break;
  2439. }
  2440. }
  2441. // hit our max item drop for this table already, break out of numberchances
  2442. if(breakIterMaxLoot) {
  2443. break;
  2444. }
  2445. }
  2446. }
  2447. }
  2448. }
  2449. }
  2450. }
  2451. }
  2452. void ZoneServer::DeterminePosition(SpawnLocation* spawnlocation, Spawn* spawn){
  2453. if(!spawn || !spawnlocation)
  2454. return;
  2455. int offset = 0;
  2456. if(spawnlocation->x_offset > 0){
  2457. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2458. offset = (int)((spawnlocation->x_offset*1000)+1);
  2459. spawn->SetX(spawnlocation->x + ((float)(rand()%offset - rand()%offset))/1000);
  2460. }
  2461. else
  2462. spawn->SetX(spawnlocation->x);
  2463. if(spawnlocation->y_offset > 0){
  2464. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2465. offset = (int)((spawnlocation->y_offset*1000)+1);
  2466. spawn->SetY(spawnlocation->y + ((float)(rand()%offset - rand()%offset))/1000);
  2467. }
  2468. else
  2469. spawn->SetY(spawnlocation->y, true, true);
  2470. if(spawnlocation->z_offset > 0){
  2471. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2472. offset = (int)((spawnlocation->z_offset*1000)+1);
  2473. spawn->SetZ(spawnlocation->z + ((float)(rand()%offset - rand()%offset))/1000);
  2474. }
  2475. else
  2476. spawn->SetZ(spawnlocation->z);
  2477. spawn->SetHeading(spawnlocation->heading);
  2478. spawn->SetPitch(spawnlocation->pitch);
  2479. spawn->SetRoll(spawnlocation->roll);
  2480. spawn->SetSpawnOrigX(spawn->GetX());
  2481. spawn->SetSpawnOrigY(spawn->GetY());
  2482. spawn->SetSpawnOrigZ(spawn->GetZ());
  2483. spawn->SetSpawnOrigHeading(spawn->GetHeading());
  2484. spawn->SetSpawnOrigPitch(spawnlocation->pitch);
  2485. spawn->SetSpawnOrigRoll(spawnlocation->roll);
  2486. spawn->SetLocation(spawnlocation->grid_id);
  2487. spawn->SetSpawnLocationPlacementID(spawnlocation->placement_id);
  2488. }
  2489. NPC* ZoneServer::AddNPCSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2490. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2491. NPC* npc = GetNewNPC(spawnentry->spawn_id);
  2492. if(npc && !npc->IsOmittedByDBFlag()){
  2493. InfoStruct* info = npc->GetInfoStruct();
  2494. DeterminePosition(spawnlocation, npc);
  2495. npc->SetDatabaseID(spawnentry->spawn_id);
  2496. npc->SetSpawnLocationID(spawnentry->spawn_location_id);
  2497. npc->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2498. npc->SetRespawnTime(spawnentry->respawn);
  2499. npc->SetExpireTime(spawnentry->expire_time);
  2500. //devn00b add overrides for some spawns
  2501. if(spawnentry->hp_override > 0){
  2502. npc->SetHP(spawnentry->hp_override);
  2503. }
  2504. if(spawnentry->lvl_override > 0){
  2505. npc->SetLevel(spawnentry->lvl_override);
  2506. }
  2507. if(spawnentry->mp_override > 0){
  2508. npc->SetPower(spawnentry->mp_override);
  2509. }
  2510. if(spawnentry->str_override > 0){
  2511. info->set_str_base(spawnentry->str_override);
  2512. info->set_str(spawnentry->str_override);
  2513. }
  2514. if(spawnentry->sta_override > 0){
  2515. info->set_sta_base(spawnentry->sta_override);
  2516. info->set_sta(spawnentry->sta_override);
  2517. }
  2518. if(spawnentry->wis_override > 0){
  2519. info->set_wis_base(spawnentry->wis_override);
  2520. info->set_wis(spawnentry->wis_override);
  2521. }
  2522. if(spawnentry->int_override > 0){
  2523. info->set_intel_base(spawnentry->int_override);
  2524. info->set_intel(spawnentry->int_override);
  2525. }
  2526. if(spawnentry->agi_override > 0){
  2527. info->set_agi_base(spawnentry->agi_override);
  2528. info->set_agi(spawnentry->agi_override);
  2529. }
  2530. if(spawnentry->heat_override > 0){
  2531. info->set_heat_base(spawnentry->heat_override);
  2532. info->set_heat(spawnentry->heat_override);
  2533. }
  2534. if(spawnentry->cold_override > 0){
  2535. info->set_cold_base(spawnentry->cold_override);
  2536. info->set_cold(spawnentry->cold_override);
  2537. }
  2538. if(spawnentry->magic_override > 0){
  2539. info->set_magic_base(spawnentry->magic_override);
  2540. info->set_magic(spawnentry->magic_override);
  2541. }
  2542. if(spawnentry->mental_override > 0){
  2543. info->set_mental_base(spawnentry->mental_override);
  2544. info->set_mental(spawnentry->mental_override);
  2545. }
  2546. if(spawnentry->divine_override > 0){
  2547. info->set_divine_base(spawnentry->divine_override);
  2548. info->set_divine(spawnentry->divine_override);
  2549. }
  2550. if(spawnentry->disease_override > 0){
  2551. info->set_disease_base(spawnentry->disease_override);
  2552. info->set_disease(spawnentry->disease_override);
  2553. }
  2554. if(spawnentry->poison_override > 0){
  2555. info->set_poison_base(spawnentry->poison_override);
  2556. info->set_poison(spawnentry->poison_override);
  2557. }
  2558. if(spawnentry->difficulty_override > 0){
  2559. npc->SetDifficulty(spawnentry->difficulty_override, 1);
  2560. }
  2561. if (spawnentry->expire_time > 0)
  2562. AddSpawnExpireTimer(npc, spawnentry->expire_time, spawnentry->expire_offset);
  2563. AddLoot(npc);
  2564. SetSpawnScript(spawnentry, npc);
  2565. CallSpawnScript(npc, SPAWN_SCRIPT_PRESPAWN);
  2566. AddSpawn(npc);
  2567. }
  2568. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2569. return npc;
  2570. }
  2571. vector<int32>* ZoneServer::GetAssociatedLocations(set<int32>* groups){
  2572. vector<int32>* ret = 0;
  2573. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2574. if(groups){
  2575. int32 group_id = 0;
  2576. set<int32>::iterator group_itr;
  2577. for (group_itr = groups->begin(); group_itr != groups->end(); group_itr++) {
  2578. if(!ret)
  2579. ret = new vector<int32>();
  2580. group_id = *group_itr;
  2581. MSpawnGroupLocations.readlock(__FUNCTION__, __LINE__);
  2582. if(spawn_group_locations.count(group_id) > 0){
  2583. map<int32, int32>::iterator itr;
  2584. for (itr = spawn_group_locations[group_id]->begin(); itr != spawn_group_locations[group_id]->end(); itr++) {
  2585. ret->push_back(itr->first);
  2586. }
  2587. }
  2588. MSpawnGroupLocations.releasereadlock(__FUNCTION__, __LINE__);
  2589. }
  2590. }
  2591. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2592. return ret;
  2593. }
  2594. set<int32>* ZoneServer::GetAssociatedGroups(int32 group_id) {
  2595. set<int32>* ret = 0;
  2596. MSpawnGroupAssociation.readlock(__FUNCTION__, __LINE__);
  2597. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2598. if(spawn_group_associations.count(group_id) > 0)
  2599. ret = spawn_group_associations[group_id];
  2600. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2601. MSpawnGroupAssociation.releasereadlock(__FUNCTION__, __LINE__);
  2602. return ret;
  2603. }
  2604. map<int32, int32>* ZoneServer::GetSpawnLocationsByGroup(int32 group_id) {
  2605. map<int32, int32>* ret = 0;
  2606. MSpawnGroupLocations.readlock(__FUNCTION__, __LINE__);
  2607. if(spawn_group_locations.count(group_id) > 0)
  2608. ret = spawn_group_locations[group_id];
  2609. MSpawnGroupLocations.releasereadlock(__FUNCTION__, __LINE__);
  2610. return ret;
  2611. }
  2612. list<int32>* ZoneServer::GetSpawnGroupsByLocation(int32 location_id){
  2613. list<int32>* ret = 0;
  2614. MSpawnLocationGroups.readlock(__FUNCTION__, __LINE__);
  2615. if(spawn_location_groups.count(location_id) > 0)
  2616. ret = spawn_location_groups[location_id];
  2617. MSpawnLocationGroups.releasereadlock(__FUNCTION__, __LINE__);
  2618. return ret;
  2619. }
  2620. float ZoneServer::GetSpawnGroupChance(int32 group_id){
  2621. float ret = -1;
  2622. MSpawnGroupChances.readlock(__FUNCTION__, __LINE__);
  2623. if(spawn_group_chances.count(group_id) > 0)
  2624. ret = spawn_group_chances[group_id];
  2625. MSpawnGroupChances.releasereadlock(__FUNCTION__, __LINE__);
  2626. return ret;
  2627. }
  2628. void ZoneServer::AddSpawnGroupChance(int32 group_id, float percent){
  2629. MSpawnGroupChances.writelock(__FUNCTION__, __LINE__);
  2630. spawn_group_chances[group_id] = percent;
  2631. MSpawnGroupChances.releasewritelock(__FUNCTION__, __LINE__);
  2632. }
  2633. void ZoneServer::AddSpawnGroupAssociation(int32 group_id1, int32 group_id2) {
  2634. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  2635. //Check if we already have containers for these group ids, if not create them
  2636. if (spawn_group_associations.count(group_id1) == 0)
  2637. spawn_group_associations[group_id1] = new set<int32>;
  2638. if (spawn_group_associations.count(group_id2) == 0)
  2639. spawn_group_associations[group_id2] = new set<int32>;
  2640. //Associate groups 1 and 2 now
  2641. set<int32>* group_1 = spawn_group_associations.find(group_id1)->second;
  2642. set<int32>* group_2 = spawn_group_associations.find(group_id2)->second;
  2643. group_1->insert(group_id2);
  2644. group_2->insert(group_id1);
  2645. //Associate the remaining groups together
  2646. set<int32>::iterator itr;
  2647. for (itr = group_1->begin(); itr != group_1->end(); itr++){
  2648. group_2->insert(*itr);
  2649. map<int32, set<int32>*>::iterator assoc_itr = spawn_group_associations.find(*itr);
  2650. if (assoc_itr != spawn_group_associations.end())
  2651. assoc_itr->second->insert(group_id2);
  2652. else {
  2653. set<int32>* new_set = new set<int32>;
  2654. spawn_group_associations[*itr] = new_set;
  2655. new_set->insert(group_id2);
  2656. }
  2657. }
  2658. for (itr = group_2->begin(); itr != group_2->end(); itr++){
  2659. group_1->insert(*itr);
  2660. map<int32, set<int32>*>::iterator assoc_itr = spawn_group_associations.find(*itr);
  2661. if (assoc_itr != spawn_group_associations.end())
  2662. assoc_itr->second->insert(group_id1);
  2663. else {
  2664. set<int32>* new_set = new set<int32>;
  2665. spawn_group_associations[*itr] = new_set;
  2666. new_set->insert(group_id1);
  2667. }
  2668. }
  2669. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  2670. }
  2671. void ZoneServer::AddSpawnGroupLocation(int32 group_id, int32 location_id, int32 spawn_location_id) {
  2672. MSpawnGroupLocations.writelock(__FUNCTION__, __LINE__);
  2673. if(spawn_group_locations.count(group_id) == 0)
  2674. spawn_group_locations[group_id] = new map<int32, int32>();
  2675. (*spawn_group_locations[group_id])[location_id] = spawn_location_id;
  2676. MSpawnGroupLocations.releasewritelock(__FUNCTION__, __LINE__);
  2677. MSpawnLocationGroups.writelock(__FUNCTION__, __LINE__);
  2678. if(spawn_location_groups.count(location_id) == 0)
  2679. spawn_location_groups[location_id] = new list<int32>();
  2680. spawn_location_groups[location_id]->push_back(group_id);
  2681. MSpawnLocationGroups.releasewritelock(__FUNCTION__, __LINE__);
  2682. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  2683. if(spawn_group_associations.count(group_id) == 0)
  2684. spawn_group_associations[group_id] = new set<int32>();
  2685. spawn_group_associations[group_id]->insert(group_id);
  2686. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  2687. }
  2688. bool ZoneServer::CallSpawnScript(Spawn* npc, int8 type, Spawn* spawn, const char* message, bool is_door_open, sint32 input_value, sint32* return_value){
  2689. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2690. if(!npc)
  2691. return false;
  2692. const char* script = npc->GetSpawnScript();
  2693. if ( script == nullptr || strlen(script) < 1 )
  2694. {
  2695. if (!npc->IsPet() && npc->GetZone() != nullptr)
  2696. {
  2697. string tmpScript;
  2698. tmpScript.append("SpawnScripts/");
  2699. tmpScript.append(npc->GetZone()->GetZoneName());
  2700. tmpScript.append("/");
  2701. int count = 0;
  2702. for (int s = 0; s < strlen(npc->GetName()); s++)
  2703. {
  2704. if (isalnum((unsigned char)npc->GetName()[s]))
  2705. {
  2706. tmpScript += npc->GetName()[s];
  2707. count++;
  2708. }
  2709. }
  2710. tmpScript.append(".lua");
  2711. if (count < 1)
  2712. {
  2713. LogWrite(SPAWN__TRACE, 0, "Spawn", "Could not form script name %s..", __FUNCTION__);
  2714. }
  2715. else
  2716. {
  2717. struct stat buffer;
  2718. bool fileExists = (stat(tmpScript.c_str(), &buffer) == 0);
  2719. if (fileExists)
  2720. {
  2721. LogWrite(SPAWN__WARNING, 0, "Spawn", "No script file described in the database, overriding with SpawnScript at %s", (char*)tmpScript.c_str());
  2722. npc->SetSpawnScript(tmpScript);
  2723. script = npc->GetSpawnScript();
  2724. }
  2725. }
  2726. }
  2727. }
  2728. bool result = false;
  2729. if(lua_interface && script){
  2730. result = true; // default to true, if we don't match a switch case, return false in default case
  2731. switch(type){
  2732. case SPAWN_SCRIPT_SPAWN:{
  2733. lua_interface->RunSpawnScript(script, "spawn", npc);
  2734. break;
  2735. }
  2736. case SPAWN_SCRIPT_RESPAWN:{
  2737. lua_interface->RunSpawnScript(script, "respawn", npc);
  2738. break;
  2739. }
  2740. case SPAWN_SCRIPT_ATTACKED:{
  2741. lua_interface->RunSpawnScript(script, "attacked", npc, spawn);
  2742. break;
  2743. }
  2744. case SPAWN_SCRIPT_TARGETED:{
  2745. lua_interface->RunSpawnScript(script, "targeted", npc, spawn);
  2746. break;
  2747. }
  2748. case SPAWN_SCRIPT_HAILED:{
  2749. result = lua_interface->RunSpawnScript(script, "hailed", npc, spawn);
  2750. break;
  2751. }
  2752. case SPAWN_SCRIPT_HAILED_BUSY:{
  2753. lua_interface->RunSpawnScript(script, "hailed_busy", npc, spawn);
  2754. break;
  2755. }
  2756. case SPAWN_SCRIPT_DEATH:{
  2757. lua_interface->RunSpawnScript(script, "death", npc, spawn);
  2758. break;
  2759. }
  2760. case SPAWN_SCRIPT_KILLED:{
  2761. lua_interface->RunSpawnScript(script, "killed", npc, spawn);
  2762. break;
  2763. }
  2764. case SPAWN_SCRIPT_AGGRO:{
  2765. lua_interface->RunSpawnScript(script, "aggro", npc, spawn);
  2766. break;
  2767. }
  2768. case SPAWN_SCRIPT_HEALTHCHANGED:{
  2769. result = lua_interface->RunSpawnScript(script, "healthchanged", npc, spawn, 0, false, input_value, return_value);
  2770. break;
  2771. }
  2772. case SPAWN_SCRIPT_RANDOMCHAT:{
  2773. lua_interface->RunSpawnScript(script, "randomchat", npc, 0, message);
  2774. break;
  2775. }
  2776. case SPAWN_SCRIPT_CUSTOM:
  2777. case SPAWN_SCRIPT_TIMER:
  2778. case SPAWN_SCRIPT_CONVERSATION:{
  2779. lua_interface->RunSpawnScript(script, message, npc, spawn);
  2780. break;
  2781. }
  2782. case SPAWN_SCRIPT_CASTED_ON: {
  2783. lua_interface->RunSpawnScript(script, "casted_on", npc, spawn, message);
  2784. break;
  2785. }
  2786. case SPAWN_SCRIPT_AUTO_ATTACK_TICK: {
  2787. lua_interface->RunSpawnScript(script, "auto_attack_tick", npc, spawn);
  2788. break;
  2789. }
  2790. case SPAWN_SCRIPT_COMBAT_RESET: {
  2791. lua_interface->RunSpawnScript(script, "CombatReset", npc);
  2792. break;
  2793. }
  2794. case SPAWN_SCRIPT_GROUP_DEAD: {
  2795. lua_interface->RunSpawnScript(script, "group_dead", npc, spawn);
  2796. break;
  2797. }
  2798. case SPAWN_SCRIPT_HEAR_SAY: {
  2799. lua_interface->RunSpawnScript(script, "hear_say", npc, spawn, message);
  2800. break;
  2801. }
  2802. case SPAWN_SCRIPT_PRESPAWN: {
  2803. lua_interface->RunSpawnScript(script, "prespawn", npc);
  2804. break;
  2805. }
  2806. case SPAWN_SCRIPT_USEDOOR: {
  2807. result = lua_interface->RunSpawnScript(script, "usedoor", npc, spawn, "", is_door_open);
  2808. break;
  2809. }
  2810. case SPAWN_SCRIPT_BOARD: {
  2811. result = lua_interface->RunSpawnScript(script, "board", npc, spawn);
  2812. break;
  2813. }
  2814. case SPAWN_SCRIPT_DEBOARD: {
  2815. result = lua_interface->RunSpawnScript(script, "deboard", npc, spawn);
  2816. break;
  2817. }
  2818. default:
  2819. {
  2820. result = false;
  2821. break;
  2822. }
  2823. }
  2824. }
  2825. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2826. return result;
  2827. }
  2828. void ZoneServer::DeleteTransporters() {
  2829. MTransportLocations.writelock(__FUNCTION__, __LINE__);
  2830. transporter_locations.clear(); //world takes care of actually deleting the data
  2831. MTransportLocations.releasewritelock(__FUNCTION__, __LINE__);
  2832. }
  2833. void ZoneServer::ReloadTransporters(){
  2834. MutexList<LocationTransportDestination*>* locations = GetLocationTransporters(GetZoneID());
  2835. if(locations){
  2836. MutexList<LocationTransportDestination*>::iterator itr = locations->begin();
  2837. while(itr.Next())
  2838. AddTransporter(itr->value);
  2839. }
  2840. }
  2841. void ZoneServer::CheckTransporters(Client* client) {
  2842. MTransportLocations.readlock(__FUNCTION__, __LINE__);
  2843. if(transporter_locations.size() > 0){
  2844. LocationTransportDestination* loc = 0;
  2845. list<LocationTransportDestination*>::iterator itr;
  2846. for (itr = transporter_locations.begin(); itr != transporter_locations.end(); itr++) {
  2847. loc = *itr;
  2848. if(client->GetPlayer()->GetDistance(loc->trigger_x, loc->trigger_y, loc->trigger_z) <= loc->trigger_radius){
  2849. if(loc->destination_zone_id == 0 || loc->destination_zone_id == GetZoneID()){
  2850. EQ2Packet* packet = client->GetPlayer()->Move(loc->destination_x, loc->destination_y, loc->destination_z, client->GetVersion());
  2851. if(packet)
  2852. client->QueuePacket(packet);
  2853. }
  2854. else{
  2855. ZoneServer* new_zone = zone_list.Get(loc->destination_zone_id);
  2856. if(new_zone){
  2857. client->GetPlayer()->SetX(loc->destination_x);
  2858. client->GetPlayer()->SetY(loc->destination_y);
  2859. client->GetPlayer()->SetZ(loc->destination_z);
  2860. client->GetPlayer()->SetHeading(loc->destination_heading);
  2861. client->Zone(new_zone, false);
  2862. }
  2863. }
  2864. break;
  2865. }
  2866. }
  2867. }
  2868. MTransportLocations.releasereadlock(__FUNCTION__, __LINE__);
  2869. }
  2870. void ZoneServer::AddTransporter(LocationTransportDestination* loc) {
  2871. MTransportLocations.writelock(__FUNCTION__, __LINE__);
  2872. transporter_locations.push_back(loc);
  2873. MTransportLocations.releasewritelock(__FUNCTION__, __LINE__);
  2874. }
  2875. Sign* ZoneServer::AddSignSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2876. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2877. Sign* sign = GetNewSign(spawnentry->spawn_id);
  2878. if(sign && !sign->IsOmittedByDBFlag()){
  2879. DeterminePosition(spawnlocation, sign);
  2880. sign->SetDatabaseID(spawnentry->spawn_id);
  2881. sign->SetSpawnLocationID(spawnentry->spawn_location_id);
  2882. sign->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2883. sign->SetRespawnTime(spawnentry->respawn);
  2884. sign->SetExpireTime(spawnentry->expire_time);
  2885. if (spawnentry->expire_time > 0)
  2886. AddSpawnExpireTimer(sign, spawnentry->expire_time, spawnentry->expire_offset);
  2887. SetSpawnScript(spawnentry, sign);
  2888. CallSpawnScript(sign, SPAWN_SCRIPT_PRESPAWN);
  2889. AddSpawn(sign);
  2890. }
  2891. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2892. return sign;
  2893. }
  2894. Widget* ZoneServer::AddWidgetSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2895. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2896. Widget* widget = GetNewWidget(spawnentry->spawn_id);
  2897. if(widget && !widget->IsOmittedByDBFlag()){
  2898. DeterminePosition(spawnlocation, widget);
  2899. widget->SetDatabaseID(spawnentry->spawn_id);
  2900. widget->SetSpawnLocationID(spawnentry->spawn_location_id);
  2901. widget->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2902. if(!widget->GetIncludeLocation()){
  2903. widget->SetX(widget->GetWidgetX());
  2904. if(widget->GetCloseY() != 0)
  2905. widget->SetY(widget->GetCloseY());
  2906. widget->SetZ(widget->GetWidgetZ());
  2907. }
  2908. widget->SetRespawnTime(spawnentry->respawn);
  2909. widget->SetExpireTime(spawnentry->expire_time);
  2910. widget->SetSpawnOrigHeading(widget->GetHeading());
  2911. if (spawnentry->expire_time > 0)
  2912. AddSpawnExpireTimer(widget, spawnentry->expire_time, spawnentry->expire_offset);
  2913. SetSpawnScript(spawnentry, widget);
  2914. CallSpawnScript(widget, SPAWN_SCRIPT_PRESPAWN);
  2915. AddSpawn(widget);
  2916. }
  2917. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2918. return widget;
  2919. }
  2920. Object* ZoneServer::AddObjectSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2921. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2922. Object* object = GetNewObject(spawnentry->spawn_id);
  2923. if(object && !object->IsOmittedByDBFlag()){
  2924. DeterminePosition(spawnlocation, object);
  2925. object->SetDatabaseID(spawnentry->spawn_id);
  2926. object->SetSpawnLocationID(spawnentry->spawn_location_id);
  2927. object->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2928. object->SetRespawnTime(spawnentry->respawn);
  2929. object->SetExpireTime(spawnentry->expire_time);
  2930. if (spawnentry->expire_time > 0)
  2931. AddSpawnExpireTimer(object, spawnentry->expire_time, spawnentry->expire_offset);
  2932. SetSpawnScript(spawnentry, object);
  2933. CallSpawnScript(object, SPAWN_SCRIPT_PRESPAWN);
  2934. AddSpawn(object);
  2935. }
  2936. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2937. return object;
  2938. }
  2939. GroundSpawn* ZoneServer::AddGroundSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2940. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2941. GroundSpawn* spawn = GetNewGroundSpawn(spawnentry->spawn_id);
  2942. if(spawn && !spawn->IsOmittedByDBFlag()){
  2943. DeterminePosition(spawnlocation, spawn);
  2944. spawn->SetDatabaseID(spawnentry->spawn_id);
  2945. spawn->SetSpawnLocationID(spawnentry->spawn_location_id);
  2946. spawn->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2947. spawn->SetRespawnTime(spawnentry->respawn);
  2948. spawn->SetExpireTime(spawnentry->expire_time);
  2949. if(spawn->GetRandomizeHeading()) {
  2950. float rand_heading = MakeRandomFloat(0.0f, 360.0f);
  2951. spawn->SetHeading(rand_heading);
  2952. }
  2953. else {
  2954. spawn->SetHeading(spawnlocation->heading);
  2955. }
  2956. if (spawnentry->expire_time > 0)
  2957. AddSpawnExpireTimer(spawn, spawnentry->expire_time, spawnentry->expire_offset);
  2958. SetSpawnScript(spawnentry, spawn);
  2959. CallSpawnScript(spawn, SPAWN_SCRIPT_PRESPAWN);
  2960. AddSpawn(spawn);
  2961. }
  2962. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2963. return spawn;
  2964. }
  2965. void ZoneServer::AddSpawn(Spawn* spawn) {
  2966. if(!spawn->IsPlayer()) // we already set it on loadCharacter
  2967. spawn->SetZone(this);
  2968. MIgnoredWidgets.lock_shared();
  2969. std::map<int32, bool>::iterator itr;
  2970. for(itr = ignored_widgets.begin(); itr != ignored_widgets.end(); itr++) {
  2971. spawn->AddIgnoredWidget(itr->first);
  2972. }
  2973. MIgnoredWidgets.unlock_shared();
  2974. spawn->position_changed = false;
  2975. spawn->info_changed = false;
  2976. spawn->vis_changed = false;
  2977. spawn->changed = false;
  2978. // Write locking the spawn list here will cause deadlocks, so instead add it to a temp list that the
  2979. // main spawn thread will put into the spawn_list when ever it has a chance.
  2980. MPendingSpawnListAdd.writelock(__FUNCTION__, __LINE__);
  2981. pending_spawn_list_add.push_back(spawn);
  2982. MPendingSpawnListAdd.releasewritelock(__FUNCTION__, __LINE__);
  2983. spawn_range.Trigger();
  2984. if (GetInstanceType() == PERSONAL_HOUSE_INSTANCE && spawn->IsObject())
  2985. {
  2986. spawn->AddSecondaryEntityCommand("Examine", 20, "house_spawn_examine", "", 0, 0);
  2987. spawn->AddSecondaryEntityCommand("Move", 20, "move_item", "", 0, 0);
  2988. spawn->AddSecondaryEntityCommand("Pack in Moving Crate", 20, "house_spawn_pack_in_moving_crate", "", 0, 0);
  2989. spawn->AddSecondaryEntityCommand("Pick Up", 20, "pickup", "", 0, 0);
  2990. spawn->SetShowCommandIcon(1);
  2991. }
  2992. if(spawn->IsNPC())
  2993. AddEnemyList((NPC*)spawn);
  2994. if(spawn->IsPlayer() && ((Player*)spawn)->GetGroupMemberInfo())
  2995. spawn->SendGroupUpdate();
  2996. if (spawn->IsPlayer()) {
  2997. ((Player*)spawn)->GetInfoStruct()->set_rain(rain);
  2998. ((Player*)spawn)->SetCharSheetChanged(true);
  2999. }
  3000. if (movementMgr != nullptr && spawn->IsEntity()) {
  3001. movementMgr->AddMob((Entity*)spawn);
  3002. }
  3003. AddSpawnProximities(spawn);
  3004. AddSpawnToGrid(spawn, spawn->GetLocation());
  3005. spawn->SetAddedToWorldTimestamp(Timer::GetCurrentTime2());
  3006. }
  3007. void ZoneServer::AddClient(Client* client){
  3008. MClientList.writelock(__FUNCTION__, __LINE__);
  3009. lifetime_client_count++;
  3010. DecrementIncomingClients();
  3011. clients.push_back(client);
  3012. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  3013. connected_clients.Add(client);
  3014. }
  3015. void ZoneServer::RemoveClient(Client* client)
  3016. {
  3017. Guild *guild;
  3018. bool dismissPets = false;
  3019. if(client)
  3020. {
  3021. if (client->GetPlayer())
  3022. client_list.RemovePlayerFromInvisHistory(client->GetPlayer()->GetID());
  3023. LogWrite(ZONE__DEBUG, 0, "Zone", "Sending login equipment appearance updates...");
  3024. loginserver.SendImmediateEquipmentUpdatesForChar(client->GetPlayer()->GetCharacterID());
  3025. if (!client->IsZoning())
  3026. {
  3027. client->SaveSpells();
  3028. client->GetPlayer()->DeleteSpellEffects(true);
  3029. if ((guild = client->GetPlayer()->GetGuild()) != NULL)
  3030. guild->GuildMemberLogoff(client->GetPlayer());
  3031. chat.LeaveAllChannels(client);
  3032. }
  3033. if(!zoneShuttingDown && !client->IsZoning())
  3034. {
  3035. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  3036. GroupMemberInfo* gmi = client->GetPlayer()->GetGroupMemberInfo();
  3037. int32 group_id = 0;
  3038. if (gmi) {
  3039. group_id = gmi->group_id;
  3040. }
  3041. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  3042. if (group_id) {
  3043. int32 size = world.GetGroupManager()->GetGroupSize(group_id);
  3044. if (size > 1) {
  3045. bool send_left_message = size > 2;
  3046. // removegroupmember can delete the gmi, so make sure we still have a group_id after
  3047. world.GetGroupManager()->RemoveGroupMember(group_id, client->GetPlayer());
  3048. if (send_left_message)
  3049. world.GetGroupManager()->GroupMessage(group_id, "%s has left the group.", client->GetPlayer()->GetName());
  3050. }
  3051. }
  3052. if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_LINKDEAD) > 0)
  3053. {
  3054. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to LD/Exit...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  3055. }
  3056. else
  3057. {
  3058. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to Camp/Quit...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  3059. }
  3060. dismissPets = true;
  3061. //}
  3062. }
  3063. else
  3064. {
  3065. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to some client zoning...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  3066. }
  3067. map<int32, int32>::iterator itr;
  3068. for (itr = client->GetPlayer()->SpawnedBots.begin(); itr != client->GetPlayer()->SpawnedBots.end(); itr++) {
  3069. Spawn* spawn = GetSpawnByID(itr->second);
  3070. if (spawn)
  3071. ((Bot*)spawn)->Camp();
  3072. }
  3073. if(dismissPets) {
  3074. ((Entity*)client->GetPlayer())->DismissAllPets();
  3075. }
  3076. MClientList.writelock(__FUNCTION__, __LINE__);
  3077. LogWrite(ZONE__DEBUG, 0, "Zone", "Calling clients.Remove(client)...");
  3078. std::vector<Client*>::iterator itr2 = find(clients.begin(), clients.end(), client);
  3079. if (itr2 != clients.end())
  3080. clients.erase(itr2);
  3081. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  3082. LogWrite(ZONE__INFO, 0, "Zone", "Scheduling client '%s' for removal.", client->GetPlayer()->GetName());
  3083. database.ToggleCharacterOnline(client, 0);
  3084. RemoveSpawn(client->GetPlayer(), false, true, true, true, true);
  3085. int32 DisconnectClientTimer = rule_manager.GetGlobalRule(R_World, RemoveDisconnectedClientsTimer)->GetInt32();
  3086. connected_clients.Remove(client, true, DisconnectClientTimer); // changed from a hardcoded 30000 (30 sec) to the DisconnectClientTimer rule
  3087. }
  3088. }
  3089. void ZoneServer::RemoveClientImmediately(Client* client) {
  3090. Guild *guild;
  3091. if(client)
  3092. {
  3093. if(client->GetPlayer()) {
  3094. if((client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_LINKDEAD) > 0) {
  3095. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() - ACTIVITY_STATUS_LINKDEAD);
  3096. }
  3097. if ((client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0) {
  3098. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_CAMPING);
  3099. }
  3100. client->Disconnect();
  3101. }
  3102. MClientList.writelock(__FUNCTION__, __LINE__);
  3103. std::vector<Client*>::iterator itr = find(clients.begin(), clients.end(), client);
  3104. if (itr != clients.end())
  3105. clients.erase(itr);
  3106. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  3107. //clients.Remove(client, true);
  3108. }
  3109. }
  3110. void ZoneServer::ClientProcess(bool ignore_shutdown_timer)
  3111. {
  3112. if(!ignore_shutdown_timer && connected_clients.size(true) == 0)
  3113. {
  3114. MIncomingClients.readlock(__FUNCTION__, __LINE__);
  3115. bool shutdownDelayCheck = shutdownDelayTimer.Check();
  3116. if((!AlwaysLoaded() && !shutdownTimer.Enabled()) || shutdownDelayCheck)
  3117. {
  3118. if(incoming_clients && !shutdownDelayTimer.Enabled()) {
  3119. LogWrite(ZONE__INFO, 0, "Zone", "Incoming clients (%u) expected for %s, delaying shutdown timer...", incoming_clients, GetZoneName());
  3120. int32 timerDelay = rule_manager.GetGlobalRule(R_Zone, ShutdownDelayTimer)->GetInt32();
  3121. if(timerDelay < 10) {
  3122. LogWrite(ZONE__INFO, 0, "Zone", "Overriding %s shutdown delay timer as other clients are incoming, value %u too short, setting to 10...", GetZoneName(), timerDelay);
  3123. timerDelay = 10;
  3124. }
  3125. shutdownDelayTimer.Start(timerDelay, true);
  3126. }
  3127. else if(!incoming_clients || shutdownDelayCheck) {
  3128. if(!shutdownTimer.Enabled()) {
  3129. LogWrite(ZONE__INFO, 0, "Zone", "Starting zone shutdown timer for %s...", GetZoneName());
  3130. shutdownTimer.Start();
  3131. }
  3132. else {
  3133. LogWrite(ZONE__INFO, 0, "Zone", "zone shutdown timer for %s has %u remaining...", GetZoneName(), shutdownTimer.GetRemainingTime());
  3134. }
  3135. }
  3136. }
  3137. MIncomingClients.releasereadlock(__FUNCTION__, __LINE__);
  3138. return;
  3139. }
  3140. shutdownTimer.Disable();
  3141. shutdownDelayTimer.Disable();
  3142. Client* client = 0;
  3143. MutexList<Client*>::iterator iterator = connected_clients.begin();
  3144. while(iterator.Next())
  3145. {
  3146. client = iterator->value;
  3147. #ifndef NO_CATCH
  3148. try
  3149. {
  3150. #endif
  3151. if(zoneShuttingDown || !client->Process(true))
  3152. {
  3153. if(!zoneShuttingDown && !client->IsZoning())
  3154. {
  3155. // avoid spam of messages while we await linkdead to complete
  3156. if(!client->IsLinkdeadTimerEnabled()) {
  3157. bool camping = (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING);
  3158. LogWrite(ZONE__DEBUG, 0, "Zone", "Client is disconnecting in %s (camping = %s)", __FUNCTION__, camping ? "true" : "false");
  3159. if(!camping) {
  3160. client->setConnection(nullptr);
  3161. }
  3162. }
  3163. if((client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_LINKDEAD) > 0) {
  3164. client->StartLinkdeadTimer();
  3165. }
  3166. else if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0 )
  3167. {
  3168. //only set LD flag if we're disconnecting but not camping/quitting
  3169. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_LINKDEAD);
  3170. client->StartLinkdeadTimer();
  3171. }
  3172. else {
  3173. // camp timer completed, remove client
  3174. RemoveClient(client);
  3175. client->Disconnect();
  3176. }
  3177. }
  3178. else {
  3179. // force boot all players or clients zoning
  3180. RemoveClient(client);
  3181. client->Disconnect();
  3182. }
  3183. }
  3184. #ifndef NO_CATCH
  3185. }
  3186. catch(...)
  3187. {
  3188. LogWrite(ZONE__ERROR, 0, "Zone", "Exception caught when in ZoneServer::ClientProcess() for zone '%s'!\n%s, %i", GetZoneName(), __FUNCTION__, __LINE__);
  3189. try{
  3190. bool isLinkdead = false;
  3191. if(!client->IsZoning())
  3192. {
  3193. if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0 )
  3194. {
  3195. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_LINKDEAD);
  3196. client->StartLinkdeadTimer();
  3197. isLinkdead = true;
  3198. if(client->GetPlayer()->GetGroupMemberInfo())
  3199. world.GetGroupManager()->GroupMessage(client->GetPlayer()->GetGroupMemberInfo()->group_id, "%s has gone Linkdead.", client->GetPlayer()->GetName());
  3200. }
  3201. }
  3202. if(!isLinkdead) {
  3203. RemoveClient(client);
  3204. client->Disconnect();
  3205. }
  3206. }
  3207. catch(...){
  3208. LogWrite(ZONE__ERROR, 0, "Zone", "Exception caught when in ZoneServer::ClientProcess(), second try\n%s, %i", __FUNCTION__, __LINE__);
  3209. }
  3210. }
  3211. #endif
  3212. }
  3213. }
  3214. void ZoneServer::SimpleMessage(int8 type, const char* message, Spawn* from, float distance, bool send_to_sender){
  3215. Client* client = 0;
  3216. vector<Client*>::iterator client_itr;
  3217. MClientList.readlock(__FUNCTION__, __LINE__);
  3218. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3219. client = *client_itr;
  3220. if(from && client && client->IsConnected() && (send_to_sender || from != client->GetPlayer()) && from->GetDistance(client->GetPlayer()) <= distance){
  3221. client->SimpleMessage(type, message);
  3222. }
  3223. }
  3224. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3225. }
  3226. void ZoneServer::HandleChatMessage(Client* client, Spawn* from, const char* to, int16 channel, const char* message, float distance, const char* channel_name, bool show_bubble, int32 language) {
  3227. if ((!distance || from->GetDistance(client->GetPlayer()) <= distance) && (!from || !client->GetPlayer()->IsIgnored(from->GetName()))) {
  3228. PacketStruct* packet = configReader.getStruct("WS_HearChat", client->GetVersion());
  3229. if (packet) {
  3230. if (from)
  3231. packet->setMediumStringByName("from", from->GetName());
  3232. if (client->GetPlayer() != from)
  3233. packet->setMediumStringByName("to", client->GetPlayer()->GetName());
  3234. packet->setDataByName("channel", client->GetMessageChannelColor(channel));
  3235. if (from && ((from == client->GetPlayer()) || (client->GetPlayer()->WasSentSpawn(from->GetID()))))
  3236. packet->setDataByName("from_spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(from));
  3237. else
  3238. packet->setDataByName("from_spawn_id", 0xFFFFFFFF);
  3239. packet->setDataByName("to_spawn_id", 0xFFFFFFFF);
  3240. packet->setMediumStringByName("message", message);
  3241. packet->setDataByName("language", language);
  3242. bool hasLanguage = client->GetPlayer()->HasLanguage(language);
  3243. if (language > 0 && !hasLanguage)
  3244. packet->setDataByName("understood", 0);
  3245. else
  3246. packet->setDataByName("understood", 1);
  3247. show_bubble == true ? packet->setDataByName("show_bubble", 1) : packet->setDataByName("show_bubble", 0);
  3248. if (channel_name)
  3249. packet->setMediumStringByName("channel_name", channel_name);
  3250. EQ2Packet* outapp = packet->serialize();
  3251. //DumpPacket(outapp);
  3252. client->QueuePacket(outapp);
  3253. safe_delete(packet);
  3254. }
  3255. }
  3256. }
  3257. void ZoneServer::HandleChatMessage(Spawn* from, const char* to, int16 channel, const char* message, float distance, const char* channel_name, bool show_bubble, int32 language){
  3258. vector<Client*>::iterator client_itr;
  3259. Client* client = 0;
  3260. MClientList.readlock(__FUNCTION__, __LINE__);
  3261. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3262. client = *client_itr;
  3263. if(client && client->IsConnected())
  3264. HandleChatMessage(client, from, to, channel, message, distance, channel_name, show_bubble, language);
  3265. }
  3266. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3267. }
  3268. void ZoneServer::HandleBroadcast(const char* message) {
  3269. vector<Client*>::iterator client_itr;
  3270. Client* client = 0;
  3271. MClientList.readlock(__FUNCTION__, __LINE__);
  3272. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3273. client = *client_itr;
  3274. if(client && client->IsConnected())
  3275. client->SimpleMessage(CHANNEL_BROADCAST, message);
  3276. }
  3277. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3278. }
  3279. void ZoneServer::HandleAnnouncement(const char* message) {
  3280. vector<Client*>::iterator client_itr;
  3281. Client* client = 0;
  3282. int32 words = ::CountWordsInString(message);
  3283. if (words < 5)
  3284. words = 5;
  3285. MClientList.readlock(__FUNCTION__, __LINE__);
  3286. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3287. client = *client_itr;
  3288. if(client && client->IsConnected()) {
  3289. client->SimpleMessage(CHANNEL_BROADCAST, message);
  3290. client->SendPopupMessage(10, message, "ui_harvest_normal", words, 0xFF, 0xFF, 0x00);
  3291. }
  3292. }
  3293. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3294. }
  3295. void ZoneServer::SendTimeUpdate(Client* client){
  3296. if(client){
  3297. PacketStruct* packet = world.GetWorldTime(client->GetVersion());
  3298. if(packet){
  3299. client->QueuePacket(packet->serialize());
  3300. safe_delete(packet);
  3301. }
  3302. }
  3303. }
  3304. void ZoneServer::SendTimeUpdateToAllClients(){
  3305. Client* client = 0;
  3306. vector<Client*>::iterator client_itr;
  3307. MClientList.readlock(__FUNCTION__, __LINE__);
  3308. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3309. client = *client_itr;
  3310. if(client && client->IsConnected())
  3311. SendTimeUpdate(client);
  3312. }
  3313. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3314. }
  3315. void ZoneServer::UpdateVitality(float amount){
  3316. Client* client = 0;
  3317. vector<Client*>::iterator client_itr;
  3318. MClientList.readlock(__FUNCTION__, __LINE__);
  3319. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3320. client = *client_itr;
  3321. if(client && client->GetPlayer()->GetInfoStruct()->get_xp_vitality() < 100){
  3322. if((client->GetPlayer()->GetInfoStruct()->get_xp_vitality() + amount) > 100)
  3323. client->GetPlayer()->GetInfoStruct()->set_xp_vitality(100);
  3324. else
  3325. client->GetPlayer()->GetInfoStruct()->add_xp_vitality(amount);
  3326. client->GetPlayer()->SetCharSheetChanged(true);
  3327. }
  3328. }
  3329. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3330. }
  3331. void ZoneServer::SendSpawn(Spawn* spawn, Client* client){
  3332. EQ2Packet* outapp = spawn->serialize(client->GetPlayer(), client->GetVersion());
  3333. if(!client->GetPlayer()->IsSendingSpawn(spawn->GetID())) {
  3334. safe_delete(outapp);
  3335. }
  3336. else {
  3337. LogWrite(ZONE__DEBUG, 7, "Zone", "%s: Processing SendSpawn for spawn index %u (%s)...", client->GetPlayer()->GetName(), client->GetPlayer()->GetIndexForSpawn(spawn), spawn->GetName());
  3338. if(outapp)
  3339. client->QueuePacket(outapp, true);
  3340. client->GetPlayer()->SetSpawnSentState(spawn, SpawnState::SPAWN_STATE_SENT_WAIT);
  3341. }
  3342. /*
  3343. vis flags:
  3344. 2 = show icon
  3345. 4 = targetable
  3346. 16 = show name
  3347. 32 = show level/border
  3348. activity_status:
  3349. 4 - linkdead
  3350. 8 - camping
  3351. 16 - LFG
  3352. 32 - LFW
  3353. 2048 - mentoring
  3354. 4096 - displays shield
  3355. 8192 - immunity gained
  3356. 16384 - immunity remaining
  3357. attackable_status
  3358. 1 - no_hp_bar
  3359. 4 - not attackable
  3360. npc_con
  3361. -4 = scowls
  3362. -3 = threatening
  3363. -2 = dubiously
  3364. -1 = apprehensively
  3365. 0 = indifferent
  3366. 1 = amiably
  3367. 2 = kindly
  3368. 3 = warmly
  3369. 4 = ally
  3370. quest_flag
  3371. 1 = new quest
  3372. 2 = update and new quest
  3373. 3 = update
  3374. */
  3375. if(spawn->IsEntity() && spawn->HasTrapTriggered())
  3376. client->QueueStateCommand(client->GetPlayer()->GetIDWithPlayerSpawn(spawn), spawn->GetTrapState());
  3377. }
  3378. Client* ZoneServer::GetClientByName(char* name) {
  3379. Client* ret = 0;
  3380. vector<Client*>::iterator itr;
  3381. MClientList.readlock(__FUNCTION__, __LINE__);
  3382. for (itr = clients.begin(); itr != clients.end(); itr++) {
  3383. if ((*itr)->GetPlayer()) {
  3384. if (strncmp((*itr)->GetPlayer()->GetName(), name, strlen(name)) == 0) {
  3385. ret = *itr;
  3386. break;
  3387. }
  3388. }
  3389. }
  3390. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3391. return ret;
  3392. }
  3393. Client* ZoneServer::GetClientByCharID(int32 charid) {
  3394. Client* ret = 0;
  3395. vector<Client*>::iterator itr;
  3396. MClientList.readlock(__FUNCTION__, __LINE__);
  3397. for (itr = clients.begin(); itr != clients.end(); itr++) {
  3398. if ((*itr)->GetCharacterID() == charid) {
  3399. ret = *itr;
  3400. break;
  3401. }
  3402. }
  3403. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3404. return ret;
  3405. }
  3406. void ZoneServer::AddMovementNPC(Spawn* spawn){
  3407. if (spawn)
  3408. movement_spawns.Put(spawn->GetID(), 1);
  3409. }
  3410. void ZoneServer::RemoveMovementNPC(Spawn* spawn){
  3411. if (spawn)
  3412. remove_movement_spawns.Add(spawn->GetID());
  3413. }
  3414. void ZoneServer::PlayFlavor(Client* client, Spawn* spawn, const char* mp3, const char* text, const char* emote, int32 key1, int32 key2, int8 language){
  3415. if(!client || !spawn)
  3416. return;
  3417. PacketStruct* packet = configReader.getStruct("WS_PlayFlavor", client->GetVersion());
  3418. if(packet){
  3419. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  3420. packet->setDataByName("unknown1", 0xFFFFFFFF);
  3421. packet->setDataByName("unknown5", 1, 1);
  3422. packet->setDataByName("unknown5", 1, 6);
  3423. if(mp3){
  3424. packet->setMediumStringByName("mp3", mp3);
  3425. packet->setDataByName("key", key1);
  3426. packet->setDataByName("key", key2, 1);
  3427. }
  3428. packet->setMediumStringByName("name", spawn->GetName());
  3429. if(text)
  3430. packet->setMediumStringByName("text", text);
  3431. if(emote) {
  3432. if(client->GetVersion() > 546) {
  3433. packet->setMediumStringByName("emote", emote);
  3434. }
  3435. else {
  3436. HandleEmote(spawn, std::string(emote));
  3437. }
  3438. }
  3439. if (language != 0)
  3440. packet->setDataByName("language", language);
  3441. //We should probably add Common = language id 0 or 0xFF so admins can customize more..
  3442. if (language == 0 || client->GetPlayer()->HasLanguage(language))
  3443. packet->setDataByName("understood", 1);
  3444. EQ2Packet* app = packet->serialize();
  3445. //DumpPacket(app);
  3446. client->QueuePacket(app);
  3447. safe_delete(packet);
  3448. }
  3449. }
  3450. void ZoneServer::PlayVoice(Client* client, Spawn* spawn, const char* mp3, int32 key1, int32 key2){
  3451. if(!client || !spawn)
  3452. return;
  3453. PacketStruct* packet = configReader.getStruct("WS_PlayVoice", client->GetVersion());
  3454. if(packet){
  3455. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  3456. packet->setMediumStringByName("mp3", mp3);
  3457. packet->setDataByName("key", key1);
  3458. packet->setDataByName("key", key2, 1);
  3459. client->QueuePacket(packet->serialize());
  3460. safe_delete(packet);
  3461. }
  3462. }
  3463. void ZoneServer::PlayFlavor(Spawn* spawn, const char* mp3, const char* text, const char* emote, int32 key1, int32 key2, int8 language){
  3464. if(!spawn)
  3465. return;
  3466. Client* client = 0;
  3467. vector<Client*>::iterator client_itr;
  3468. MClientList.readlock(__FUNCTION__, __LINE__);
  3469. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3470. client = *client_itr;
  3471. if(!client || !client->IsReadyForUpdates() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->GetDistance(spawn) > 30)
  3472. continue;
  3473. PlayFlavor(client, spawn, mp3, text, emote, key1, key2, language);
  3474. }
  3475. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3476. }
  3477. void ZoneServer::PlayFlavorID(Spawn* spawn, int8 type, int32 id, int16 index, int8 language){
  3478. if(!spawn)
  3479. return;
  3480. Client* client = 0;
  3481. vector<Client*>::iterator client_itr;
  3482. VoiceOverStruct non_garble, garble;
  3483. bool garble_success = false;
  3484. bool success = world.FindVoiceOver(type, id, index, &non_garble, &garble_success, &garble);
  3485. VoiceOverStruct* resStruct = nullptr;
  3486. MClientList.readlock(__FUNCTION__, __LINE__);
  3487. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3488. client = *client_itr;
  3489. if(!client || !client->IsReadyForUpdates() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->GetDistance(spawn) > 30)
  3490. continue;
  3491. client->SendPlayFlavor(spawn, language, &non_garble, &garble, success, garble_success);
  3492. }
  3493. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3494. }
  3495. void ZoneServer::PlayVoice(Spawn* spawn, const char* mp3, int32 key1, int32 key2){
  3496. if(!spawn || !mp3)
  3497. return;
  3498. Client* client = 0;
  3499. vector<Client*>::iterator client_itr;
  3500. MClientList.readlock(__FUNCTION__, __LINE__);
  3501. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3502. client = *client_itr;
  3503. if(!client || !client->IsReadyForUpdates() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  3504. continue;
  3505. PlayVoice(client, spawn, mp3, key1, key2);
  3506. }
  3507. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3508. }
  3509. void ZoneServer::PlaySoundFile(Client* client, const char* name, float origin_x, float origin_y, float origin_z){
  3510. if(!name)
  3511. return;
  3512. PacketStruct* packet = 0;
  3513. if(client){
  3514. packet = configReader.getStruct("WS_Play3DSound", client->GetVersion());
  3515. if(packet){
  3516. packet->setMediumStringByName("name", name);
  3517. packet->setDataByName("x", origin_x);
  3518. packet->setDataByName("y", origin_y);
  3519. packet->setDataByName("z", origin_z);
  3520. packet->setDataByName("unknown1", 1);
  3521. packet->setDataByName("unknown2", 2.5);
  3522. packet->setDataByName("unknown3", 15);
  3523. client->QueuePacket(packet->serialize());
  3524. safe_delete(packet);
  3525. }
  3526. }
  3527. else{
  3528. EQ2Packet* outapp = 0;
  3529. int16 packet_version = 0;
  3530. vector<Client*>::iterator client_itr;
  3531. MClientList.readlock(__FUNCTION__, __LINE__);
  3532. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3533. client = *client_itr;
  3534. if(client && (!packet || packet_version != client->GetVersion())){
  3535. safe_delete(packet);
  3536. safe_delete(outapp);
  3537. packet_version = client->GetVersion();
  3538. packet = configReader.getStruct("WS_Play3DSound", packet_version);
  3539. if(packet){
  3540. packet->setMediumStringByName("name", name);
  3541. packet->setDataByName("x", origin_x);
  3542. packet->setDataByName("y", origin_y);
  3543. packet->setDataByName("z", origin_z);
  3544. packet->setDataByName("unknown1", 1);
  3545. packet->setDataByName("unknown2", 2.5);
  3546. packet->setDataByName("unknown3", 15);
  3547. outapp = packet->serialize();
  3548. }
  3549. }
  3550. if(outapp && client && client->IsReadyForUpdates())
  3551. client->QueuePacket(outapp->Copy());
  3552. }
  3553. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3554. safe_delete(packet);
  3555. safe_delete(outapp);
  3556. }
  3557. }
  3558. bool ZoneServer::HasWidgetTimer(Spawn* widget){
  3559. bool ret = false;
  3560. if (widget) {
  3561. int32 id = widget->GetID();
  3562. map<int32, int32>::iterator itr;
  3563. MWidgetTimers.readlock(__FUNCTION__, __LINE__);
  3564. for (itr = widget_timers.begin(); itr != widget_timers.end(); itr++) {
  3565. if(itr->first == id){
  3566. ret = true;
  3567. break;
  3568. }
  3569. }
  3570. MWidgetTimers.releasereadlock(__FUNCTION__, __LINE__);
  3571. }
  3572. return ret;
  3573. }
  3574. void ZoneServer::CheckWidgetTimers(){
  3575. vector<int32> remove_list;
  3576. map<int32, int32>::iterator itr;
  3577. MWidgetTimers.readlock(__FUNCTION__, __LINE__);
  3578. for (itr = widget_timers.begin(); itr != widget_timers.end(); itr++) {
  3579. if(Timer::GetCurrentTime2() >= itr->second){
  3580. /*Spawn* widget = GetSpawnByID(itr->first);
  3581. if (widget && widget->IsWidget())
  3582. ((Widget*)widget)->HandleTimerUpdate();*/
  3583. remove_list.push_back(itr->first);
  3584. }
  3585. }
  3586. MWidgetTimers.releasereadlock(__FUNCTION__, __LINE__);
  3587. for (int32 i = 0; i < remove_list.size(); i++) {
  3588. Spawn* widget = GetSpawnByID(remove_list[i]);
  3589. if (widget && widget->IsWidget())
  3590. ((Widget*)widget)->HandleTimerUpdate();
  3591. }
  3592. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  3593. for(int32 i=0;i<remove_list.size(); i++)
  3594. widget_timers.erase(remove_list[i]);
  3595. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  3596. }
  3597. void ZoneServer::AddWidgetTimer(Spawn* widget, float time) {
  3598. if (widget && widget->IsWidget()) {
  3599. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  3600. widget_timers[widget->GetID()] = ((int32)(time * 1000)) + Timer::GetCurrentTime2();
  3601. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  3602. }
  3603. }
  3604. Spawn* ZoneServer::GetSpawnGroup(int32 id){
  3605. Spawn* ret = 0;
  3606. Spawn* spawn = 0;
  3607. if(id < 1)
  3608. return 0;
  3609. bool lookup = false;
  3610. if(quick_group_id_lookup.count(id) > 0) {
  3611. ret = GetSpawnByID(quick_group_id_lookup.Get(id));
  3612. lookup = true;
  3613. }
  3614. if(ret == NULL) {
  3615. if(lookup)
  3616. quick_group_id_lookup.erase(id);
  3617. map<int32, Spawn*>::iterator itr;
  3618. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3619. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3620. spawn = itr->second;
  3621. if(spawn){
  3622. if(spawn->GetSpawnGroupID() == id){
  3623. ret = spawn;
  3624. quick_group_id_lookup.Put(id, spawn->GetID());
  3625. break;
  3626. }
  3627. }
  3628. }
  3629. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3630. }
  3631. return ret;
  3632. }
  3633. Spawn* ZoneServer::GetSpawnByLocationID(int32 location_id) {
  3634. Spawn* ret = 0;
  3635. Spawn* current_spawn = 0;
  3636. if(location_id < 1)
  3637. return 0;
  3638. bool lookup = false;
  3639. if(quick_location_id_lookup.count(location_id) > 0) {
  3640. ret = GetSpawnByID(quick_location_id_lookup.Get(location_id));
  3641. lookup = true;
  3642. }
  3643. if(ret == NULL) {
  3644. if(lookup)
  3645. quick_location_id_lookup.erase(location_id);
  3646. map<int32, Spawn*>::iterator itr;
  3647. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3648. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3649. current_spawn = itr->second;
  3650. if (current_spawn && current_spawn->GetSpawnLocationID() == location_id) {
  3651. ret = current_spawn;
  3652. quick_location_id_lookup.Put(location_id, ret->GetID());
  3653. break;
  3654. }
  3655. }
  3656. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3657. }
  3658. return ret;
  3659. }
  3660. Spawn* ZoneServer::GetSpawnByDatabaseID(int32 id){
  3661. Spawn* ret = 0;
  3662. if(id < 1)
  3663. return 0;
  3664. bool lookup = false;
  3665. if(quick_database_id_lookup.count(id) > 0) {
  3666. ret = GetSpawnByID(quick_database_id_lookup.Get(id));
  3667. lookup = true;
  3668. }
  3669. if(ret == NULL){
  3670. if(lookup)
  3671. quick_database_id_lookup.erase(id);
  3672. Spawn* spawn = 0;
  3673. map<int32, Spawn*>::iterator itr;
  3674. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3675. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++){
  3676. spawn = itr->second;
  3677. if(spawn){
  3678. if(spawn->GetDatabaseID() == id){
  3679. quick_database_id_lookup.Put(id, spawn->GetID());
  3680. ret = spawn;
  3681. break;
  3682. }
  3683. }
  3684. }
  3685. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3686. }
  3687. return ret;
  3688. }
  3689. Spawn* ZoneServer::GetSpawnByID(int32 id, bool spawnListLocked) {
  3690. Spawn* ret = 0;
  3691. if (!spawnListLocked )
  3692. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3693. if (spawn_list.count(id) > 0)
  3694. ret = spawn_list[id];
  3695. if (!spawnListLocked)
  3696. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3697. return ret;
  3698. }
  3699. bool ZoneServer::SendRemoveSpawn(Client* client, Spawn* spawn, PacketStruct* packet, bool delete_spawn)
  3700. {
  3701. if(!client || !spawn || (client && client->GetPlayer() == spawn))
  3702. return false;
  3703. if(client->GetPlayerPOVGhostSpawnID() == spawn->GetID()) {
  3704. client->SetPlayerPOVGhost(nullptr);
  3705. }
  3706. spawn->RemoveSpawnFromPlayer(client->GetPlayer());
  3707. // LogWrite(ZONE__DEBUG, 7, "Zone", "%s: Processing SendRemoveSpawn for spawn index %u (%s)...cur_id: %i, wasremoved:: %i", client->GetPlayer()->GetName(), index, spawn->GetName(), cur_id, wasRemoved);
  3708. /* if(packet && index > 0 && !wasRemoved)
  3709. {
  3710. packet->ResetData();
  3711. packet->setDataByName("spawn_index", index);
  3712. spawn->RemoveSpawnFromPlayer(client->GetPlayer());
  3713. if(delete_spawn)
  3714. packet->setDataByName("delete", 1);
  3715. client->QueuePacket(packet->serialize());
  3716. return true;
  3717. }
  3718. return false;*/
  3719. return true;
  3720. }
  3721. void ZoneServer::SetSpawnCommand(Spawn* spawn, int8 type, char* value, Client* client){
  3722. //commands
  3723. LogWrite(MISC__TODO, 1, "TODO", "%s does nothing!\n%s, %i", __FUNCTION__, __FILE__, __LINE__);
  3724. }
  3725. void ZoneServer::SetSpawnCommand(int32 spawn_id, int8 type, char* value, Client* client){
  3726. LogWrite(MISC__TODO, 1, "TODO", "%s does nothing!\n%s, %i", __FUNCTION__, __FILE__, __LINE__);
  3727. }
  3728. void ZoneServer::ApplySetSpawnCommand(Client* client, Spawn* target, int8 type, const char* value){
  3729. // This will apply the /spawn set command to all the spawns in the zone with the same DB ID, we do not want to set
  3730. // location values (x, y, z, heading, grid) for all spawns in the zone with the same DB ID, only the targeted spawn
  3731. if(type == SPAWN_SET_VALUE_SPAWNENTRY_SCRIPT || type == SPAWN_SET_VALUE_SPAWNLOCATION_SCRIPT || (type >= SPAWN_SET_VALUE_X && type <= SPAWN_SET_VALUE_LOCATION) ||
  3732. type == SPAWN_SET_VALUE_PITCH || type == SPAWN_SET_VALUE_ROLL)
  3733. return;
  3734. Spawn* tmp = 0;
  3735. if(target->IsNPC())
  3736. tmp = GetNPC(target->GetDatabaseID());
  3737. else if(target->IsObject())
  3738. tmp = GetObject(target->GetDatabaseID());
  3739. else if(target->IsGroundSpawn())
  3740. tmp = GetGroundSpawn(target->GetDatabaseID());
  3741. else if(target->IsSign())
  3742. tmp = GetSign(target->GetDatabaseID());
  3743. else if(target->IsWidget())
  3744. tmp = GetWidget(target->GetDatabaseID());
  3745. if(tmp && type == SPAWN_SET_VALUE_SPAWN_SCRIPT)
  3746. tmp->SetSpawnScript(value);
  3747. else if(tmp)
  3748. commands.SetSpawnCommand(client, tmp, type, value); // set the master spawn
  3749. Spawn* spawn = 0;
  3750. // this check needs to be here otherwise every spawn with 0 will be set
  3751. if ( target->GetDatabaseID ( ) > 0 )
  3752. {
  3753. map<int32, Spawn*>::iterator itr;
  3754. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3755. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3756. spawn = itr->second;
  3757. if(spawn && spawn->GetDatabaseID() == target->GetDatabaseID()){
  3758. if(type == SPAWN_SET_VALUE_SPAWN_SCRIPT)
  3759. spawn->SetSpawnScript(value);
  3760. else
  3761. commands.SetSpawnCommand(client, spawn, type, value);
  3762. }
  3763. }
  3764. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3765. }
  3766. }
  3767. void ZoneServer::StopSpawnScriptTimer(Spawn* spawn, std::string functionName){
  3768. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3769. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3770. if(spawn_script_timers.size() > 0){
  3771. set<SpawnScriptTimer*>::iterator itr;
  3772. SpawnScriptTimer* timer = 0;
  3773. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); ) {
  3774. timer = *itr;
  3775. if(timer->spawn == spawn->GetID() && (functionName == "" || timer->function == functionName) && remove_spawn_script_timers_list.count(timer) == 0) {
  3776. itr = spawn_script_timers.erase(itr);
  3777. safe_delete(timer);
  3778. }
  3779. else
  3780. itr++;
  3781. }
  3782. }
  3783. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3784. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3785. }
  3786. void ZoneServer::DeleteSpawnScriptTimers(Spawn* spawn, bool all){
  3787. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3788. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3789. if(spawn_script_timers.size() > 0){
  3790. set<SpawnScriptTimer*>::iterator itr;
  3791. SpawnScriptTimer* timer = 0;
  3792. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); itr++) {
  3793. timer = *itr;
  3794. if((all || timer->spawn == spawn->GetID()) && remove_spawn_script_timers_list.count(timer) == 0)
  3795. remove_spawn_script_timers_list.insert(timer);
  3796. }
  3797. if(all)
  3798. spawn_script_timers.clear();
  3799. }
  3800. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3801. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3802. }
  3803. void ZoneServer::DeleteSpawnScriptTimers() {
  3804. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3805. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3806. if(remove_spawn_script_timers_list.size() > 0){
  3807. set<SpawnScriptTimer*>::iterator itr;
  3808. SpawnScriptTimer* timer = 0;
  3809. for (itr = remove_spawn_script_timers_list.begin(); itr != remove_spawn_script_timers_list.end(); itr++) {
  3810. timer = *itr;
  3811. set<SpawnScriptTimer*>::iterator itr2;
  3812. itr2 = spawn_script_timers.find(timer);
  3813. if(itr2 != spawn_script_timers.end())
  3814. spawn_script_timers.erase(itr2);
  3815. safe_delete(timer);
  3816. }
  3817. remove_spawn_script_timers_list.clear();
  3818. }
  3819. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3820. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3821. }
  3822. void ZoneServer::CheckSpawnScriptTimers(){
  3823. DeleteSpawnScriptTimers();
  3824. SpawnScriptTimer* timer = 0;
  3825. vector<SpawnScriptTimer> call_timers;
  3826. MSpawnScriptTimers.readlock(__FUNCTION__, __LINE__);
  3827. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3828. if(spawn_script_timers.size() > 0){
  3829. int32 current_time = Timer::GetCurrentTime2();
  3830. set<SpawnScriptTimer*>::iterator itr;
  3831. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); itr++) {
  3832. timer = *itr;
  3833. if(remove_spawn_script_timers_list.count(timer) == 0 &&
  3834. timer->current_count < timer->max_count && current_time >= timer->timer){
  3835. timer->current_count++;
  3836. SpawnScriptTimer tmpTimer;
  3837. tmpTimer.current_count = timer->current_count;
  3838. tmpTimer.function = timer->function;
  3839. tmpTimer.player = timer->player;
  3840. tmpTimer.spawn = timer->spawn;
  3841. tmpTimer.max_count = timer->max_count;
  3842. call_timers.push_back(tmpTimer);
  3843. }
  3844. if(timer->current_count >= timer->max_count && remove_spawn_script_timers_list.count(timer) == 0)
  3845. remove_spawn_script_timers_list.insert(timer);
  3846. }
  3847. }
  3848. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3849. MSpawnScriptTimers.releasereadlock(__FUNCTION__, __LINE__);
  3850. if(call_timers.size() > 0){
  3851. vector<SpawnScriptTimer>::iterator itr;
  3852. for(itr = call_timers.begin(); itr != call_timers.end(); itr++){
  3853. SpawnScriptTimer tmpTimer = (SpawnScriptTimer)*itr;
  3854. CallSpawnScript(GetSpawnByID(tmpTimer.spawn), SPAWN_SCRIPT_TIMER, tmpTimer.player > 0 ? GetSpawnByID(tmpTimer.player) : 0, tmpTimer.function.c_str());
  3855. }
  3856. }
  3857. }
  3858. void ZoneServer::KillSpawnByDistance(Spawn* spawn, float max_distance, bool include_players, bool send_packet){
  3859. std::shared_lock lock(MGridMaps);
  3860. if(!spawn)
  3861. return;
  3862. Spawn* test_spawn = 0;
  3863. std::map<int32, GridMap*>::iterator grids = grid_maps.find(spawn->GetLocation());
  3864. if(grids != grid_maps.end()) {
  3865. grids->second->MSpawns.lock_shared();
  3866. typedef map <int32, Spawn*> SpawnMapType;
  3867. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  3868. test_spawn = it->second;
  3869. if(test_spawn && test_spawn->Alive() && test_spawn->GetID() > 0 && test_spawn->GetID() != spawn->GetID() && test_spawn->IsEntity() &&
  3870. (!test_spawn->IsPlayer() || include_players)){
  3871. if(test_spawn->GetDistance(spawn) < max_distance)
  3872. KillSpawn(true, test_spawn, spawn, send_packet);
  3873. }
  3874. }
  3875. grids->second->MSpawns.unlock_shared();
  3876. }
  3877. }
  3878. void ZoneServer::SpawnSetByDistance(Spawn* spawn, float max_distance, string field, string value){
  3879. std::shared_lock lock(MGridMaps);
  3880. if(!spawn)
  3881. return;
  3882. Spawn* test_spawn = 0;
  3883. int32 type = commands.GetSpawnSetType(field);
  3884. if(type == 0xFFFFFFFF)
  3885. return;
  3886. std::map<int32, GridMap*>::iterator grids = grid_maps.find(spawn->GetLocation());
  3887. if(grids != grid_maps.end()) {
  3888. grids->second->MSpawns.lock_shared();
  3889. typedef map <int32, Spawn*> SpawnMapType;
  3890. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  3891. test_spawn = it->second;
  3892. if(test_spawn && test_spawn->GetID() > 0 && test_spawn->GetID() != spawn->GetID() && !test_spawn->IsPlayer()){
  3893. if(test_spawn->GetDistance(spawn) < max_distance){
  3894. commands.SetSpawnCommand(0, test_spawn, type, value.c_str());
  3895. }
  3896. }
  3897. }
  3898. grids->second->MSpawns.unlock_shared();
  3899. }
  3900. }
  3901. void ZoneServer::AddSpawnScriptTimer(SpawnScriptTimer* timer){
  3902. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3903. spawn_script_timers.insert(timer);
  3904. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3905. }
  3906. /*
  3907. void ZoneServer::RemoveFromRangeMap(Client* client){
  3908. spawn_range_map.erase(client);
  3909. }
  3910. */
  3911. void ZoneServer::RemoveSpawn(Spawn* spawn, bool delete_spawn, bool respawn, bool lock, bool erase_from_spawn_list, bool lock_spell_process)
  3912. {
  3913. LogWrite(ZONE__DEBUG, 3, "Zone", "Processing RemoveSpawn function for %s (%i)...", spawn->GetName(),spawn->GetID());
  3914. PacketStruct* packet = 0;
  3915. int16 packet_version = 0;
  3916. Client* client = 0;
  3917. vector<Client*>::iterator client_itr;
  3918. MClientList.readlock(__FUNCTION__, __LINE__);
  3919. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3920. client = *client_itr;
  3921. if (client && (client->GetVersion() > 283 || !client->IsZoning() || client->GetPlayer() != spawn)) { //don't send destroy ghost of 283 client when zoning
  3922. if (client->GetPlayer()->HasTarget() && client->GetPlayer()->GetTarget() == spawn)
  3923. client->GetPlayer()->SetTarget(0);
  3924. if(client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->IsSendingSpawn(spawn->GetID()))
  3925. SendRemoveSpawn(client, spawn, packet, delete_spawn);
  3926. if (spawn_range_map.count(client) > 0)
  3927. spawn_range_map.Get(client)->erase(spawn->GetID());
  3928. }
  3929. }
  3930. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3931. safe_delete(packet);
  3932. spawn->RemoveSpawnProximities();
  3933. RemoveSpawnProximities(spawn);
  3934. if (movementMgr != nullptr && spawn->IsEntity()) {
  3935. movementMgr->RemoveMob((Entity*)spawn);
  3936. }
  3937. RemoveSpawnSupportFunctions(spawn, lock_spell_process);
  3938. if (reloading)
  3939. RemoveDeadEnemyList(spawn);
  3940. if (lock)
  3941. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  3942. if (dead_spawns.count(spawn->GetID()) > 0)
  3943. dead_spawns.erase(spawn->GetID());
  3944. if (lock)
  3945. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  3946. if (spawn_expire_timers.count(spawn->GetID()) > 0)
  3947. spawn_expire_timers.erase(spawn->GetID());
  3948. spawn->SetDeletedSpawn(true);
  3949. // we will remove the spawn ptr and entry in the spawn_list later.. it is not safe right now (lua? client process? spawn process? etc? too many factors)
  3950. if(erase_from_spawn_list)
  3951. AddPendingSpawnRemove(spawn->GetID());
  3952. if(respawn && !spawn->IsPlayer() && spawn->GetRespawnTime() > 0 && spawn->GetSpawnLocationID() > 0)
  3953. {
  3954. LogWrite(ZONE__DEBUG, 3, "Zone", "Handle NPC Respawn for '%s'.", spawn->GetName());
  3955. // handle instance spawn db info
  3956. // we don't care if a NPC or a client kills the spawn, we could have events that cause NPCs to kill NPCs.
  3957. if(spawn->GetZone()->GetInstanceID() > 0 && spawn->GetSpawnLocationID() > 0)
  3958. {
  3959. LogWrite(ZONE__DEBUG, 3, "Zone", "Handle NPC Respawn in an Instance.");
  3960. // use respawn time to either insert/update entry (likely insert in this situation)
  3961. if ( spawn->IsNPC() )
  3962. {
  3963. database.CreateInstanceSpawnRemoved(spawn->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_NPC,
  3964. spawn->GetRespawnTime(),spawn->GetZone()->GetInstanceID());
  3965. }
  3966. else if ( spawn->IsObject ( ) )
  3967. {
  3968. database.CreateInstanceSpawnRemoved(spawn->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_OBJECT,
  3969. spawn->GetRespawnTime(),spawn->GetZone()->GetInstanceID());
  3970. }
  3971. }
  3972. else
  3973. {
  3974. int32 spawnLocationID = spawn->GetSpawnLocationID();
  3975. int32 spawnRespawnTime = spawn->GetRespawnTime();
  3976. respawn_timers.Put(spawnLocationID, Timer::GetCurrentTime2() + spawnRespawnTime * 1000);
  3977. }
  3978. }
  3979. RemoveSpawnFromGrid(spawn, spawn->GetLocation());
  3980. // Do we really need the mutex locks and check to dead_spawns as we remove it from dead spawns at the start of this function
  3981. if (lock && !respawn)
  3982. MDeadSpawns.readlock(__FUNCTION__, __LINE__);
  3983. if(delete_spawn && dead_spawns.count(spawn->GetID()) == 0)
  3984. AddPendingDelete(spawn);
  3985. if (lock && !respawn)
  3986. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  3987. LogWrite(ZONE__DEBUG, 3, "Zone", "Done processing RemoveSpawn function...");
  3988. }
  3989. Spawn* ZoneServer::GetClosestSpawn(Spawn* spawn, int32 spawn_id){
  3990. Spawn* closest_spawn = 0;
  3991. Spawn* test_spawn = 0;
  3992. float closest_distance = 1000000;
  3993. float test_distance = 0;
  3994. map<int32, Spawn*>::iterator itr;
  3995. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3996. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3997. test_spawn = itr->second;
  3998. if(test_spawn && test_spawn != spawn && test_spawn->GetDatabaseID() == spawn_id){
  3999. test_distance = test_spawn->GetDistance(spawn);
  4000. if(test_distance < closest_distance){
  4001. closest_distance = test_distance;
  4002. closest_spawn = test_spawn;
  4003. }
  4004. }
  4005. }
  4006. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4007. return closest_spawn;
  4008. }
  4009. int32 ZoneServer::GetClosestLocation(Spawn* spawn){
  4010. Spawn* closest_spawn = 0;
  4011. Spawn* test_spawn = 0;
  4012. float closest_distance = 1000000;
  4013. float test_distance = 0;
  4014. map<int32, Spawn*>::iterator itr;
  4015. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4016. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4017. test_spawn = itr->second;
  4018. if(test_spawn){
  4019. test_distance = test_spawn->GetDistance(spawn);
  4020. if(test_distance < closest_distance){
  4021. closest_distance = test_distance;
  4022. closest_spawn = test_spawn;
  4023. if(closest_distance < 10)
  4024. break;
  4025. }
  4026. }
  4027. }
  4028. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4029. if(closest_spawn)
  4030. return closest_spawn->GetLocation();
  4031. return 0;
  4032. }
  4033. void ZoneServer::SendQuestUpdates(Client* client, Spawn* spawn){
  4034. if(!client)
  4035. return;
  4036. if(spawn){
  4037. if(client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  4038. SendSpawnChanges(spawn, client, false, true);
  4039. }
  4040. else{
  4041. client->GetCurrentZone()->SendAllSpawnsForVisChange(client);
  4042. }
  4043. }
  4044. void ZoneServer::SendAllSpawnsForLevelChange(Client* client) {
  4045. Spawn* spawn = 0;
  4046. if (spawn_range_map.count(client) > 0) {
  4047. MutexMap<int32, float >::iterator itr = spawn_range_map.Get(client)->begin();
  4048. while (itr.Next()) {
  4049. spawn = GetSpawnByID(itr->first);
  4050. if (spawn && client->GetPlayer()->WasSentSpawn(spawn->GetID())) {
  4051. SendSpawnChanges(spawn, client, false, true);
  4052. // Attempt to slow down the packet spam sent to the client
  4053. // who the bloody fuck put a Sleep here
  4054. //Sleep(5);
  4055. }
  4056. }
  4057. }
  4058. }
  4059. void ZoneServer::SendAllSpawnsForSeeInvisChange(Client* client) {
  4060. Spawn* spawn = 0;
  4061. if (spawn_range_map.count(client) > 0) {
  4062. MutexMap<int32, float >::iterator itr = spawn_range_map.Get(client)->begin();
  4063. while (itr.Next()) {
  4064. spawn = GetSpawnByID(itr->first);
  4065. if (spawn && spawn->IsEntity() && (((Entity*)spawn)->IsInvis() || ((Entity*)spawn)->IsStealthed()) && client->GetPlayer()->WasSentSpawn(spawn->GetID())) {
  4066. SendSpawnChanges(spawn, client, true, true);
  4067. }
  4068. }
  4069. }
  4070. }
  4071. void ZoneServer::SendAllSpawnsForVisChange(Client* client, bool limitToEntities) {
  4072. Spawn* spawn = 0;
  4073. if (spawn_range_map.count(client) > 0) {
  4074. MutexMap<int32, float >::iterator itr = spawn_range_map.Get(client)->begin();
  4075. while (itr.Next()) {
  4076. spawn = GetSpawnByID(itr->first);
  4077. if (spawn && (!limitToEntities || (limitToEntities && spawn->IsEntity())) && client->GetPlayer()->WasSentSpawn(spawn->GetID())) {
  4078. SendSpawnChanges(spawn, client, false, true);
  4079. }
  4080. }
  4081. }
  4082. }
  4083. void ZoneServer::StartZoneSpawnsForLevelThread(Client* client){
  4084. if(zoneShuttingDown)
  4085. return;
  4086. #ifdef WIN32
  4087. _beginthread(SendLevelChangedSpawns, 0, client);
  4088. #else
  4089. pthread_t thread;
  4090. pthread_create(&thread, NULL, SendLevelChangedSpawns, client);
  4091. pthread_detach(thread);
  4092. #endif
  4093. }
  4094. void ZoneServer::ReloadClientQuests(){
  4095. Client* client = 0;
  4096. vector<Client*>::iterator client_itr;
  4097. MClientList.readlock(__FUNCTION__, __LINE__);
  4098. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4099. client = *client_itr;
  4100. if(client)
  4101. client->ReloadQuests();
  4102. }
  4103. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4104. }
  4105. void ZoneServer::SendCalculatedXP(Player* player, Spawn* victim){
  4106. if (player && victim) {
  4107. if (player->GetGroupMemberInfo()) {
  4108. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  4109. PlayerGroup* group = world.GetGroupManager()->GetGroup(player->GetGroupMemberInfo()->group_id);
  4110. if (group)
  4111. {
  4112. group->MGroupMembers.readlock(__FUNCTION__, __LINE__);
  4113. deque<GroupMemberInfo*>* members = group->GetMembers();
  4114. deque<GroupMemberInfo*>::iterator itr;
  4115. bool skipGrayMob = false;
  4116. for (itr = members->begin(); itr != members->end(); itr++) {
  4117. GroupMemberInfo* gmi = *itr;
  4118. if (gmi->client) {
  4119. Player* group_member = gmi->client->GetPlayer();
  4120. if(group_member && group_member->GetArrowColor(victim->GetLevel()) == ARROW_COLOR_GRAY) {
  4121. skipGrayMob = true;
  4122. break;
  4123. }
  4124. }
  4125. }
  4126. for (itr = members->begin(); !skipGrayMob && itr != members->end(); itr++) {
  4127. GroupMemberInfo* gmi = *itr;
  4128. if (gmi->client) {
  4129. Player* group_member = gmi->client->GetPlayer();
  4130. if(group_member) {
  4131. float xp = group_member->CalculateXP(victim) / members->size();
  4132. if (xp > 0) {
  4133. group_member->AddXP((int32)xp);
  4134. }
  4135. }
  4136. }
  4137. }
  4138. group->MGroupMembers.releasereadlock(__FUNCTION__, __LINE__);
  4139. }
  4140. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  4141. }
  4142. else {
  4143. float xp = player->CalculateXP(victim);
  4144. if (xp > 0) {
  4145. Client* client = ((Player*)player)->GetClient();
  4146. if(!client)
  4147. return;
  4148. player->AddXP((int32)xp);
  4149. }
  4150. }
  4151. }
  4152. }
  4153. void ZoneServer::ProcessFaction(Spawn* spawn, Client* client)
  4154. {
  4155. if(client && !spawn->IsPlayer() && spawn->GetFactionID() > 10)
  4156. {
  4157. bool update_result = false;
  4158. Faction* faction = 0;
  4159. vector<int32>* factions = 0;
  4160. Player* player = client->GetPlayer();
  4161. bool hasfaction = database.VerifyFactionID(player->GetCharacterID(), spawn->GetFactionID());
  4162. //if 0 they dont have an entry in the db for this faction. if one they do and we can skip it.
  4163. if(hasfaction == 0) {
  4164. //Find out the default for this faction
  4165. sint32 defaultfaction = master_faction_list.GetDefaultFactionValue(spawn->GetFactionID());
  4166. //add the default faction for the player.
  4167. player->SetFactionValue(spawn->GetFactionID(), defaultfaction);
  4168. //save the character so the new default gets written to the db.
  4169. client->Save();
  4170. }
  4171. if(player->GetFactions()->ShouldDecrease(spawn->GetFactionID()))
  4172. {
  4173. update_result = player->GetFactions()->DecreaseFaction(spawn->GetFactionID());
  4174. faction = master_faction_list.GetFaction(spawn->GetFactionID());
  4175. if(faction && update_result)
  4176. client->Message(CHANNEL_FACTION, "Your faction standing with %s got worse.", faction->name.c_str());
  4177. else if(faction)
  4178. client->Message(CHANNEL_FACTION, "Your faction standing with %s could not possibly get any worse.", faction->name.c_str());
  4179. factions = master_faction_list.GetHostileFactions(spawn->GetFactionID());
  4180. if(factions)
  4181. {
  4182. vector<int32>::iterator itr;
  4183. for(itr = factions->begin(); itr != factions->end(); itr++)
  4184. {
  4185. if(player->GetFactions()->ShouldIncrease(*itr))
  4186. {
  4187. update_result = player->GetFactions()->IncreaseFaction(*itr);
  4188. faction = master_faction_list.GetFaction(*itr);
  4189. if(faction && update_result)
  4190. client->Message(CHANNEL_FACTION, "Your faction standing with %s got better.", faction->name.c_str());
  4191. else if(faction)
  4192. client->Message(CHANNEL_FACTION, "Your faction standing with %s could not possibly get any better.", faction->name.c_str());
  4193. }
  4194. }
  4195. }
  4196. }
  4197. factions = master_faction_list.GetFriendlyFactions(spawn->GetFactionID());
  4198. if(factions)
  4199. {
  4200. vector<int32>::iterator itr;
  4201. for(itr = factions->begin(); itr != factions->end(); itr++)
  4202. {
  4203. if(player->GetFactions()->ShouldDecrease(*itr))
  4204. {
  4205. bool hasfaction = database.VerifyFactionID(player->GetCharacterID(),spawn->GetFactionID());
  4206. if(hasfaction == 0) {
  4207. //they do not have the faction. Lets get the default value and feed it in.
  4208. sint32 defaultfaction = master_faction_list.GetDefaultFactionValue(spawn->GetFactionID());
  4209. //add the default faction for the player.
  4210. player->SetFactionValue(spawn->GetFactionID(), defaultfaction);
  4211. }
  4212. update_result = player->GetFactions()->DecreaseFaction(*itr);
  4213. faction = master_faction_list.GetFaction(*itr);
  4214. if(faction && update_result)
  4215. client->Message(CHANNEL_FACTION, "Your faction standing with %s got worse.", faction->name.c_str());
  4216. else if(faction)
  4217. client->Message(CHANNEL_FACTION, "Your faction standing with %s could not possibly get any worse.", faction->name.c_str());
  4218. }
  4219. }
  4220. }
  4221. EQ2Packet* outapp = client->GetPlayer()->GetFactions()->FactionUpdate(client->GetVersion());
  4222. if(outapp)
  4223. client->QueuePacket(outapp);
  4224. }
  4225. }
  4226. void ZoneServer::Despawn(Spawn* spawn, int32 timer){
  4227. if (spawn && movementMgr != nullptr) {
  4228. movementMgr->RemoveMob((Entity*)spawn);
  4229. }
  4230. if(!spawn || spawn->IsPlayer())
  4231. return;
  4232. if(spawn->IsEntity())
  4233. ((Entity*)spawn)->InCombat(false);
  4234. if(timer == 0)
  4235. timer = 1;
  4236. AddDeadSpawn(spawn, timer);
  4237. }
  4238. void ZoneServer::KillSpawn(bool spawnListLocked, Spawn* dead, Spawn* killer, bool send_packet, int8 type, int8 damage_type, int16 kill_blow_type)
  4239. {
  4240. bool isSpell = (type == DAMAGE_PACKET_TYPE_SIPHON_SPELL || type == DAMAGE_PACKET_TYPE_SIPHON_SPELL2 ||
  4241. type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE || type == DAMAGE_PACKET_TYPE_SPELL_CRIT_DMG ||
  4242. type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE2 || type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE3);
  4243. MDeadSpawns.readlock(__FUNCTION__, __LINE__);
  4244. if(!dead || this->dead_spawns.count(dead->GetID()) > 0) {
  4245. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  4246. return;
  4247. }
  4248. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  4249. PacketStruct* packet = 0;
  4250. Client* client = 0;
  4251. vector<int32>* encounter = 0;
  4252. int32 encounter_player_bot_count = 1;
  4253. bool killer_in_encounter = false;
  4254. int8 loot_state = dead->GetLockedNoLoot();
  4255. if(dead->IsEntity())
  4256. {
  4257. // add any special quest related loot (no_drop_quest_completed)
  4258. if(dead->IsNPC() && ((NPC*)dead)->Brain()) {
  4259. if(!((NPC*)dead)->Brain()->PlayerInEncounter() || (loot_state != ENCOUNTER_STATE_LOCKED && loot_state != ENCOUNTER_STATE_OVERMATCHED)) {
  4260. LogWrite(LOOT__DEBUG, 0, "Loot", "NPC %s bypassed loot drop due to no player in encounter, or encounter state not locked.", ((NPC*)dead)->GetName());
  4261. }
  4262. else {
  4263. Entity* hated = ((NPC*)dead)->Brain()->GetMostHated();
  4264. if(hated) {
  4265. GroupLootMethod loot_method = GroupLootMethod::METHOD_FFA;
  4266. int8 item_rarity = 0;
  4267. if(hated->GetGroupMemberInfo()) {
  4268. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  4269. PlayerGroup* group = world.GetGroupManager()->GetGroup(hated->GetGroupMemberInfo()->group_id);
  4270. if (group) {
  4271. loot_method = (GroupLootMethod)group->GetGroupOptions()->loot_method;
  4272. item_rarity = group->GetGroupOptions()->loot_items_rarity;
  4273. LogWrite(LOOT__DEBUG, 0, "Loot", "%s: Loot method set to %u.", dead->GetName(), loot_method);
  4274. }
  4275. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  4276. }
  4277. AddLoot((NPC*)dead, hated, loot_method, item_rarity, hated->GetGroupMemberInfo() ? hated->GetGroupMemberInfo()->group_id : 0);
  4278. }
  4279. }
  4280. }
  4281. ((Entity*)dead)->InCombat(false);
  4282. dead->SetInitialState(16512, false); // This will make aerial npc's fall after death
  4283. dead->SetHP(0);
  4284. dead->SetSpawnType(3);
  4285. dead->appearance.attackable = 0;
  4286. // Remove hate towards dead from all npc's in the zone
  4287. ClearHate((Entity*)dead);
  4288. // Check kill and death procs
  4289. if (killer && dead != killer){
  4290. if (dead->IsEntity())
  4291. ((Entity*)dead)->CheckProcs(PROC_TYPE_DEATH, killer);
  4292. if (killer->IsEntity())
  4293. ((Entity*)killer)->CheckProcs(PROC_TYPE_KILL, dead);
  4294. }
  4295. //Check if caster is alive after death proc called, incase of deathsave
  4296. if (dead->Alive())
  4297. return;
  4298. RemoveSpellTimersFromSpawn(dead, true, !dead->IsPlayer(), true, !isSpell);
  4299. ((Entity*)dead)->IsCasting(false);
  4300. if(dead->IsPlayer())
  4301. {
  4302. ((Player*)dead)->UpdatePlayerStatistic(STAT_PLAYER_TOTAL_DEATHS, 1);
  4303. client = ((Player*)dead)->GetClient();
  4304. ((Entity*)dead)->HandleDeathExperienceDebt(killer);
  4305. if(client) {
  4306. if(client->GetPlayer()->DamageEquippedItems(10, client))
  4307. client->QueuePacket(client->GetPlayer()->GetEquipmentList()->serialize(client->GetVersion(), client->GetPlayer()));
  4308. client->DisplayDeadWindow();
  4309. }
  4310. }
  4311. else if (dead->IsNPC()) {
  4312. encounter = ((NPC*)dead)->Brain()->GetEncounter();
  4313. encounter_player_bot_count = ((NPC*)dead)->Brain()->CountPlayerBotInEncounter();
  4314. if(encounter_player_bot_count < 1)
  4315. encounter_player_bot_count = 1;
  4316. }
  4317. }
  4318. dead->SetActionState(0);
  4319. dead->SetTempActionState(0);
  4320. // Needs npc to have access to the encounter list for who is allowed to loot
  4321. NPC* chest = 0;
  4322. if (dead->IsNPC() && !((NPC*)dead)->Brain()->PlayerInEncounter()) {
  4323. dead->SetLootCoins(0);
  4324. dead->ClearLoot();
  4325. }
  4326. Spawn* groupMemberAlive = nullptr;
  4327. // If dead has loot attempt to drop a chest
  4328. if (dead->HasLoot()) {
  4329. if(!(groupMemberAlive = dead->IsSpawnGroupMembersAlive(dead))) {
  4330. chest = ((Entity*)dead)->DropChest();
  4331. }
  4332. else {
  4333. switch(dead->GetLootDropType()) {
  4334. case 0:
  4335. // default drop all chest type as a group
  4336. dead->TransferLoot(groupMemberAlive);
  4337. break;
  4338. case 1:
  4339. // this is a primary mob it drops its own loot
  4340. chest = ((Entity*)dead)->DropChest();
  4341. break;
  4342. }
  4343. }
  4344. }
  4345. // If dead is an npc get the encounter and loop through it giving out the rewards, no rewards for pets
  4346. if (dead->IsNPC() && !dead->IsPet() && !dead->IsBot()) {
  4347. Spawn* spawn = 0;
  4348. int8 size = encounter->size();
  4349. for (int8 i = 0; i < encounter->size(); i++) {
  4350. spawn = GetSpawnByID(encounter->at(i), spawnListLocked);
  4351. // set a flag to let us know if the killer is in the encounter
  4352. if (!killer_in_encounter && spawn == killer)
  4353. killer_in_encounter = true;
  4354. if (spawn && spawn->IsPlayer()) {
  4355. // Update players total kill count
  4356. ((Player*)spawn)->UpdatePlayerStatistic(STAT_PLAYER_TOTAL_NPC_KILLS, 1);
  4357. // If this was an epic mob kill send the announcement for this player
  4358. if (dead->GetDifficulty() >= 10)
  4359. SendEpicMobDeathToGuild((Player*)spawn, dead);
  4360. // Clear hostile spells from the players spell queue
  4361. spellProcess->RemoveSpellFromQueue((Player*)spawn, true);
  4362. // Get the client of the player
  4363. client = ((Player*)spawn)->GetClient();
  4364. // valid client?
  4365. if (client) {
  4366. // Check for quest kill updates
  4367. if(!dead->IsNPC() || loot_state != ENCOUNTER_STATE_BROKEN) {
  4368. client->CheckPlayerQuestsKillUpdate(dead);
  4369. }
  4370. // If the dead mob is not a player and if it had a faction with an ID greater or equal to 10 the send faction changes
  4371. if (!dead->IsPlayer() && dead->GetFactionID() > 10)
  4372. ProcessFaction(dead, client);
  4373. // Send xp...this is currently wrong fix it
  4374. if (spawn != dead && ((Player*)spawn)->GetArrowColor(dead->GetLevel()) >= ARROW_COLOR_GREEN) {
  4375. //SendCalculatedXP((Player*)spawn, dead);
  4376. float xp = ((Player*)spawn)->CalculateXP(dead) / encounter_player_bot_count;
  4377. if (xp > 0) {
  4378. ((Player*)spawn)->AddXP((int32)xp);
  4379. }
  4380. }
  4381. }
  4382. }
  4383. // If a chest is being dropped add this spawn to the chest's encounter so they can loot it
  4384. if (chest && spawn && spawn->IsEntity())
  4385. chest->Brain()->AddToEncounter((Entity*)spawn);
  4386. }
  4387. }
  4388. // If a chest is being dropped add it to the world and set the timer to remove it.
  4389. if (chest) {
  4390. AddSpawn(chest);
  4391. AddDeadSpawn(chest, 0xFFFFFFFF);
  4392. LogWrite(LOOT__DEBUG, 0, "Loot", "Adding a chest to the world...");
  4393. }
  4394. // Reset client pointer
  4395. client = 0;
  4396. // Killer was not in the encounter, give them the faction hit but no xp
  4397. if (!killer_in_encounter) {
  4398. // make sure the killer is a player and the dead spawn had a faction and wasn't a player
  4399. if (killer && killer->IsPlayer()) {
  4400. if (!dead->IsPlayer() && dead->GetFactionID() > 10) {
  4401. client = ((Player*)killer)->GetClient();
  4402. if (client)
  4403. ProcessFaction(dead, client);
  4404. }
  4405. // Clear hostile spells from the killers spell queue
  4406. spellProcess->RemoveSpellFromQueue((Player*)killer, true);
  4407. }
  4408. }
  4409. // Reset client pointer
  4410. client = 0;
  4411. vector<Spawn*>* group = dead->GetSpawnGroup();
  4412. if (group && group->size() == 1)
  4413. CallSpawnScript(dead, SPAWN_SCRIPT_GROUP_DEAD, killer);
  4414. safe_delete(group);
  4415. // Remove the support functions for the dead spawn
  4416. RemoveSpawnSupportFunctions(dead, !isSpell);
  4417. // Erase the expire timer if it has one
  4418. if (spawn_expire_timers.count(dead->GetID()) > 0)
  4419. spawn_expire_timers.erase(dead->GetID());
  4420. // If dead is an npc or object call the spawn scrip and handle instance stuff
  4421. if(dead->IsNPC() || dead->IsObject())
  4422. {
  4423. // handle instance spawn db info
  4424. // we don't care if a NPC or a client kills the spawn, we could have events that cause NPCs to kill NPCs.
  4425. if(dead->GetZone()->GetInstanceID() > 0 && dead->GetSpawnLocationID() > 0)
  4426. {
  4427. // use respawn time to either insert/update entry (likely insert in this situation)
  4428. if(dead->IsNPC())
  4429. database.CreateInstanceSpawnRemoved(dead->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_NPC, dead->GetRespawnTime(),dead->GetZone()->GetInstanceID());
  4430. else if ( dead->IsObject ( ) )
  4431. database.CreateInstanceSpawnRemoved(dead->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_OBJECT, dead->GetRespawnTime(),dead->GetZone()->GetInstanceID());
  4432. }
  4433. // Call the spawn scripts death() function
  4434. CallSpawnScript(dead, SPAWN_SCRIPT_DEATH, killer);
  4435. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  4436. if (zone_script && lua_interface)
  4437. lua_interface->RunZoneScript(zone_script, "spawn_killed", this, dead, 0, 0, killer);
  4438. }
  4439. int32 victim_id = dead->GetID();
  4440. int32 attacker_id = 0xFFFFFFFF;
  4441. if(killer)
  4442. attacker_id = killer->GetID();
  4443. if(send_packet)
  4444. {
  4445. vector<Client*>::iterator client_itr;
  4446. MClientList.readlock(__FUNCTION__, __LINE__);
  4447. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4448. client = *client_itr;
  4449. if(!client->GetPlayer()->WasSentSpawn(victim_id) || (attacker_id != 0xFFFFFFFF && !client->GetPlayer()->WasSentSpawn(attacker_id)) )
  4450. continue;
  4451. else if(killer && killer->GetDistance(client->GetPlayer()) > HEAR_SPAWN_DISTANCE)
  4452. continue;
  4453. packet = configReader.getStruct("WS_HearDeath", client->GetVersion());
  4454. if(packet)
  4455. {
  4456. if(killer)
  4457. packet->setDataByName("attacker", client->GetPlayer()->GetIDWithPlayerSpawn(killer));
  4458. else
  4459. packet->setDataByName("attacker", 0xFFFFFFFF);
  4460. packet->setDataByName("defender", client->GetPlayer()->GetIDWithPlayerSpawn(dead));
  4461. packet->setDataByName("damage_type", damage_type);
  4462. packet->setDataByName("blow_type", kill_blow_type);
  4463. client->QueuePacket(packet->serialize());
  4464. LogWrite(COMBAT__DEBUG, 0, "Combat", "Zone Killing of '%s' by '%s' damage type %u, blow type %u", dead->GetName(), killer ? killer->GetName() : "", damage_type, kill_blow_type);
  4465. safe_delete(packet);
  4466. }
  4467. }
  4468. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4469. }
  4470. int32 pop_timer = 0xFFFFFFFF;
  4471. if(killer && killer->IsNPC())
  4472. {
  4473. // Call the spawn scripts killed() function
  4474. CallSpawnScript(killer, SPAWN_SCRIPT_KILLED, dead);
  4475. if(!dead->IsPlayer())
  4476. {
  4477. LogWrite(MISC__TODO, 1, "TODO", "Whenever pets are added, check for pet kills\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  4478. // Set the time for the corpse to linger to 5 sec
  4479. //pop_timer = 5000;
  4480. // commented out the timer so in the event the killer is not a player (pet, guard, something else i haven't thought of)
  4481. // the corpse doesn't vanish sooner then it should if it had loot for the players. AddDeadSpawn() will set timers based on if
  4482. // the corpse has loot or not if the timer value (pop_timer) is 0xFFFFFFFF
  4483. }
  4484. }
  4485. // If the dead spawns was not a player add it to the dead spawn list
  4486. if (!dead->IsPlayer() && !dead->IsBot())
  4487. AddDeadSpawn(dead, pop_timer);
  4488. // if dead was a player clear hostile spells from its spell queue
  4489. if (dead->IsPlayer())
  4490. spellProcess->RemoveSpellFromQueue((Player*)dead, true);
  4491. if (dead->IsNPC())
  4492. ((NPC*)dead)->Brain()->ClearHate();
  4493. safe_delete(encounter);
  4494. }
  4495. void ZoneServer::SendDamagePacket(Spawn* attacker, Spawn* victim, int8 type1, int8 type2, int8 damage_type, int16 damage, const char* spell_name) {
  4496. //Scat: was set but never being used anywhere. i see references to 0xFFFFFFFF below so could be old code not used anymore
  4497. //int32 attacker_id = 0xFFFFFFFF;
  4498. //if(attacker)
  4499. // attacker_id = attacker->GetID();
  4500. PacketStruct* packet = 0;
  4501. Client* client = 0;
  4502. if (attacker && victim && victim->IsPlayer() && victim->GetTarget() == 0) {
  4503. client = ((Player*)victim)->GetClient();
  4504. if (client)
  4505. client->TargetSpawn(attacker);
  4506. }
  4507. if(damage_type == DAMAGE_PACKET_DAMAGE_TYPE_FOCUS) {
  4508. damage_type = 0;
  4509. type2 = DAMAGE_PACKET_RESULT_FOCUS;
  4510. }
  4511. vector<Client*>::iterator client_itr;
  4512. MClientList.readlock(__FUNCTION__, __LINE__);
  4513. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4514. client = *client_itr;
  4515. if (!client || (client->GetPlayer() != attacker && client->GetPlayer() != victim && ((attacker && client->GetPlayer()->WasSentSpawn(attacker->GetID()) == false) || (victim && client->GetPlayer()->WasSentSpawn(victim->GetID()) == false))))
  4516. continue;
  4517. if (attacker && attacker->GetDistance(client->GetPlayer()) > 50)
  4518. continue;
  4519. if (victim && victim->GetDistance(client->GetPlayer()) > 50)
  4520. continue;
  4521. switch (type1) {
  4522. case DAMAGE_PACKET_TYPE_SIPHON_SPELL:
  4523. case DAMAGE_PACKET_TYPE_SIPHON_SPELL2:
  4524. packet = configReader.getStruct("WS_HearSiphonSpellDamage", client->GetVersion());
  4525. break;
  4526. case DAMAGE_PACKET_TYPE_MULTIPLE_DAMAGE:
  4527. if (client->GetVersion() > 546)
  4528. packet = configReader.getStruct("WS_HearMultipleDamage", client->GetVersion());
  4529. else
  4530. packet = configReader.getStruct("WS_HearSimpleDamage", client->GetVersion());
  4531. break;
  4532. case DAMAGE_PACKET_TYPE_SIMPLE_CRIT_DMG:
  4533. case DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE:
  4534. packet = configReader.getStruct("WS_HearSimpleDamage", client->GetVersion());
  4535. break;
  4536. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE2:
  4537. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE3:
  4538. case DAMAGE_PACKET_TYPE_SPELL_CRIT_DMG:
  4539. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE:
  4540. if (client->GetVersion() > 546)
  4541. packet = configReader.getStruct("WS_HearSpellDamage", client->GetVersion());
  4542. else
  4543. packet = configReader.getStruct("WS_HearSimpleDamage", client->GetVersion());
  4544. if (packet)
  4545. packet->setSubstructDataByName("header", "unknown", 5);
  4546. break;
  4547. case DAMAGE_PACKET_TYPE_RANGE_DAMAGE:
  4548. packet = configReader.getStruct("WS_HearRangeDamage", client->GetVersion());
  4549. break;
  4550. case DAMAGE_PACKET_TYPE_RANGE_SPELL_DMG:
  4551. case DAMAGE_PACKET_TYPE_RANGE_SPELL_DMG2:
  4552. packet = configReader.getStruct("WS_HearRangeDamage", client->GetVersion());
  4553. break;
  4554. default:
  4555. LogWrite(ZONE__ERROR, 0, "Zone", "Unknown Damage Packet type: %i in ZoneServer::SendDamagePacket.", type1);
  4556. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4557. return;
  4558. }
  4559. if (packet) {
  4560. if (client->GetVersion() > 546) {
  4561. packet->setSubstructDataByName("header", "packet_type", type1);
  4562. packet->setSubstructDataByName("header", "result_type", type2);
  4563. packet->setDataByName("damage_type", damage_type);
  4564. packet->setDataByName("damage", damage);
  4565. }
  4566. else {
  4567. switch (type2) {
  4568. case DAMAGE_PACKET_RESULT_MISS:
  4569. packet->setSubstructDataByName("header", "result_type", 1);
  4570. break;
  4571. case DAMAGE_PACKET_RESULT_DODGE:
  4572. packet->setSubstructDataByName("header", "result_type", 2);
  4573. break;
  4574. case DAMAGE_PACKET_RESULT_PARRY:
  4575. packet->setSubstructDataByName("header", "result_type", 3);
  4576. break;
  4577. case DAMAGE_PACKET_RESULT_RIPOSTE:
  4578. packet->setSubstructDataByName("header", "result_type", 4);
  4579. break;
  4580. case DAMAGE_PACKET_RESULT_BLOCK:
  4581. packet->setSubstructDataByName("header", "result_type", 5);
  4582. break;
  4583. case DAMAGE_PACKET_RESULT_INVULNERABLE:
  4584. packet->setSubstructDataByName("header", "result_type", 7);
  4585. break;
  4586. case DAMAGE_PACKET_RESULT_RESIST:
  4587. packet->setSubstructDataByName("header", "result_type", 9);
  4588. break;
  4589. case DAMAGE_PACKET_RESULT_REFLECT:
  4590. packet->setSubstructDataByName("header", "result_type", 10);
  4591. break;
  4592. case DAMAGE_PACKET_RESULT_IMMUNE:
  4593. packet->setSubstructDataByName("header", "result_type", 11);
  4594. break;
  4595. }
  4596. packet->setArrayLengthByName("num_dmg", 1);
  4597. packet->setSubstructDataByName("header", "defender_proxy", client->GetPlayer()->GetIDWithPlayerSpawn(victim));
  4598. packet->setArrayDataByName("damage_type", damage_type);
  4599. packet->setArrayDataByName("damage", damage);
  4600. }
  4601. if (!attacker)
  4602. packet->setSubstructDataByName("header", "attacker", 0xFFFFFFFF);
  4603. else
  4604. packet->setSubstructDataByName("header", "attacker", client->GetPlayer()->GetIDWithPlayerSpawn(attacker));
  4605. packet->setSubstructDataByName("header", "defender", client->GetPlayer()->GetIDWithPlayerSpawn(victim));
  4606. if (spell_name) {
  4607. packet->setDataByName("spell", 1);
  4608. packet->setDataByName("spell_name", spell_name);
  4609. }
  4610. EQ2Packet* app = packet->serialize();
  4611. //DumpPacket(app);
  4612. client->QueuePacket(app);
  4613. safe_delete(packet);
  4614. packet = 0;
  4615. }
  4616. }
  4617. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4618. }
  4619. void ZoneServer::SendHealPacket(Spawn* caster, Spawn* target, int16 heal_type, int32 heal_amt, const char* spell_name){
  4620. Client* client = 0;
  4621. vector<Client*>::iterator client_itr;
  4622. MClientList.readlock(__FUNCTION__, __LINE__);
  4623. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4624. client = *client_itr;
  4625. if(!client || (client->GetPlayer() != caster && ((caster && client->GetPlayer()->WasSentSpawn(caster->GetID()) == false) || (target && client->GetPlayer()->WasSentSpawn(target->GetID()) == false))))
  4626. continue;
  4627. if(caster && caster->GetDistance(client->GetPlayer()) > 50)
  4628. continue;
  4629. if(target && target->GetDistance(client->GetPlayer()) > 50)
  4630. continue;
  4631. PacketStruct* packet = configReader.getStruct("WS_HearHeal", client->GetVersion());
  4632. if (packet) {
  4633. packet->setDataByName("caster", client->GetPlayer()->GetIDWithPlayerSpawn(caster));
  4634. packet->setDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  4635. packet->setDataByName("heal_amt", heal_amt);
  4636. packet->setDataByName("spellname", spell_name);
  4637. packet->setDataByName("type", heal_type);
  4638. packet->setDataByName("unknown2", 1);
  4639. EQ2Packet* app = packet->serialize();
  4640. client->QueuePacket(app);
  4641. safe_delete(packet);
  4642. }
  4643. }
  4644. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4645. }
  4646. void ZoneServer::SendThreatPacket(Spawn* caster, Spawn* target, int32 threat_amt, const char* spell_name) {
  4647. Client* client = 0;
  4648. vector<Client*>::iterator client_itr;
  4649. MClientList.readlock(__FUNCTION__, __LINE__);
  4650. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4651. client = *client_itr;
  4652. if(!client || (client->GetPlayer() != caster && ((caster && client->GetPlayer()->WasSentSpawn(caster->GetID()) == false) || (target && client->GetPlayer()->WasSentSpawn(target->GetID()) == false))))
  4653. continue;
  4654. if(caster && caster->GetDistance(client->GetPlayer()) > 50)
  4655. continue;
  4656. if(target && target->GetDistance(client->GetPlayer()) > 50)
  4657. continue;
  4658. PacketStruct* packet = configReader.getStruct("WS_HearThreatCmd", client->GetVersion());
  4659. if (packet) {
  4660. packet->setDataByName("spell_name", spell_name);
  4661. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(caster));
  4662. packet->setDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  4663. packet->setDataByName("threat_amount", threat_amt);
  4664. client->QueuePacket(packet->serialize());
  4665. }
  4666. safe_delete(packet);
  4667. }
  4668. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4669. }
  4670. void ZoneServer::SendYellPacket(Spawn* yeller, float max_distance) {
  4671. Client* client = 0;
  4672. string yellMsg = std::string(yeller->GetName()) + " yelled for help!";
  4673. vector<Client*>::iterator client_itr;
  4674. PacketStruct* packet = nullptr;
  4675. MClientList.readlock(__FUNCTION__, __LINE__);
  4676. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4677. client = *client_itr;
  4678. if(!client || !client->GetPlayer() || client->GetPlayer()->WasSentSpawn(yeller->GetID()) == false)
  4679. continue;
  4680. if(client->GetPlayer()->GetDistance(yeller) > max_distance)
  4681. continue;
  4682. if(packet && packet->GetVersion() == client->GetVersion()) {
  4683. client->QueuePacket(packet->serialize());
  4684. }
  4685. else {
  4686. safe_delete(packet);
  4687. packet = configReader.getStruct("WS_EncounterBroken", client->GetVersion());
  4688. if (packet) {
  4689. packet->setDataByName("message", yellMsg.c_str());
  4690. /* none of the other data seems necessary, keeping for reference for future disassembly
  4691. packet2->setDataByName("unknown2", 0x40);
  4692. packet2->setDataByName("unknown3", 0x40);
  4693. packet2->setDataByName("unknown4", 0xFF);
  4694. packet2->setDataByName("unknown5", 0xFF);
  4695. packet2->setDataByName("unknown6", 0xFF);*/
  4696. client->QueuePacket(packet->serialize());
  4697. }
  4698. }
  4699. }
  4700. safe_delete(packet);
  4701. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4702. }
  4703. void ZoneServer::SendSpellFailedPacket(Client* client, int16 error){
  4704. if(!client)
  4705. return;
  4706. PacketStruct* packet = configReader.getStruct("WS_DisplaySpellFailed", client->GetVersion());
  4707. if(packet){
  4708. /* Temp solution, need to modify the error code before this function and while we still have access to the spell/combat art */
  4709. error = master_spell_list.GetSpellErrorValue(client->GetVersion(), error);
  4710. if(client->GetVersion() <= 546 && error) {
  4711. error += 1;
  4712. }
  4713. packet->setDataByName("error_code", error);
  4714. //packet->PrintPacket();
  4715. client->QueuePacket(packet->serialize());
  4716. safe_delete(packet);
  4717. }
  4718. }
  4719. void ZoneServer::SendInterruptPacket(Spawn* interrupted, LuaSpell* spell, bool fizzle){
  4720. if(!interrupted || !spell)
  4721. return;
  4722. EQ2Packet* outapp = 0;
  4723. PacketStruct* packet = 0;
  4724. Client* client = 0;
  4725. vector<Client*>::iterator client_itr;
  4726. MClientList.readlock(__FUNCTION__, __LINE__);
  4727. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4728. client = *client_itr;
  4729. if(!client || !client->GetPlayer()->WasSentSpawn(interrupted->GetID()))
  4730. continue;
  4731. packet = configReader.getStruct(fizzle ? "WS_SpellFizzle" : "WS_Interrupt", client->GetVersion());
  4732. if(packet){
  4733. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(interrupted));
  4734. packet->setArrayLengthByName("num_targets", spell->targets.size());
  4735. for (int32 i = 0; i < spell->targets.size(); i++)
  4736. packet->setArrayDataByName("target_id", client->GetPlayer()->GetIDWithPlayerSpawn(client->GetPlayer()->GetZone()->GetSpawnByID(spell->targets[i])), i);
  4737. packet->setDataByName("spell_id", spell->spell->GetSpellID());
  4738. outapp = packet->serialize();
  4739. client->QueuePacket(outapp);
  4740. safe_delete(packet);
  4741. }
  4742. }
  4743. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4744. safe_delete(packet);
  4745. }
  4746. void ZoneServer::SendCastSpellPacket(LuaSpell* spell, Entity* caster, int32 spell_visual_override, int16 casttime_override){
  4747. EQ2Packet* outapp = 0;
  4748. PacketStruct* packet = 0;
  4749. Client* client = 0;
  4750. if(!caster || !spell || !spell->spell || spell->interrupted)
  4751. return;
  4752. if(spell->is_damage_spell && (!spell->has_damaged || spell->resisted)) {
  4753. // we did not successfully hit target, so we should not send the visual
  4754. return;
  4755. }
  4756. vector<Client*>::iterator client_itr;
  4757. MClientList.readlock(__FUNCTION__, __LINE__);
  4758. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4759. client = *client_itr;
  4760. if(!client)
  4761. continue;
  4762. packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4763. if(packet){
  4764. int32 caster_id = client->GetPlayer()->GetIDWithPlayerSpawn(caster);
  4765. if(!caster_id) {
  4766. safe_delete(packet);
  4767. continue;
  4768. }
  4769. packet->setDataByName("spawn_id", caster_id);
  4770. packet->setArrayLengthByName("num_targets", spell->targets.size());
  4771. for (int32 i = 0; i < spell->targets.size(); i++) {
  4772. int32 target_id = client->GetPlayer()->GetIDWithPlayerSpawn(spell->caster->GetZone()->GetSpawnByID(spell->targets[i]));
  4773. if(target_id) {
  4774. packet->setArrayDataByName("target", target_id, i);
  4775. }
  4776. else {
  4777. packet->setArrayDataByName("target", 0xFFFFFFFF, i);
  4778. }
  4779. }
  4780. int32 visual_to_use = spell_visual_override > 0 ? spell_visual_override : spell->spell->GetSpellData()->spell_visual;
  4781. int32 visual = client->GetSpellVisualOverride(visual_to_use);
  4782. packet->setDataByName("spell_visual", visual); //result
  4783. if(casttime_override != 0xFFFF) {
  4784. packet->setDataByName("cast_time", casttime_override*.01f); //delay
  4785. }
  4786. else {
  4787. packet->setDataByName("cast_time", spell->spell->GetSpellData()->cast_time*.01f); //delay
  4788. }
  4789. packet->setDataByName("spell_id", spell->spell->GetSpellID());
  4790. packet->setDataByName("spell_level", 1);
  4791. packet->setDataByName("spell_tier", spell->spell->GetSpellData()->tier);
  4792. outapp = packet->serialize();
  4793. client->QueuePacket(outapp);
  4794. safe_delete(packet);
  4795. }
  4796. }
  4797. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4798. safe_delete(packet);
  4799. }
  4800. void ZoneServer::SendCastSpellPacket(int32 spell_visual, Spawn* target, Spawn* caster) {
  4801. if (target) {
  4802. vector<Client*>::iterator client_itr;
  4803. MClientList.readlock(__FUNCTION__, __LINE__);
  4804. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4805. Client* client = *client_itr;
  4806. if (!client)
  4807. continue;
  4808. PacketStruct* packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4809. if (packet) {
  4810. int32 target_id = client->GetPlayer()->GetIDWithPlayerSpawn(target);
  4811. if(!target_id) { // client is not aware of spawn
  4812. safe_delete(packet);
  4813. continue;
  4814. }
  4815. if (!caster) {
  4816. packet->setDataByName("spawn_id", 0xFFFFFFFF);
  4817. }
  4818. else {
  4819. int32 caster_id = client->GetPlayer()->GetIDWithPlayerSpawn(caster);
  4820. if(!caster_id) { // client is not aware of spawn
  4821. safe_delete(packet);
  4822. continue;
  4823. }
  4824. packet->setDataByName("spawn_id", caster_id);
  4825. }
  4826. packet->setArrayLengthByName("num_targets", 1);
  4827. packet->setArrayDataByName("target", target_id);
  4828. int32 visual = client->GetSpellVisualOverride(spell_visual);
  4829. packet->setDataByName("spell_visual", visual);
  4830. packet->setDataByName("cast_time", 0);
  4831. packet->setDataByName("spell_id", 0);
  4832. packet->setDataByName("spell_level", 0);
  4833. packet->setDataByName("spell_tier", 1);
  4834. client->QueuePacket(packet->serialize());
  4835. safe_delete(packet);
  4836. }
  4837. }
  4838. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4839. }
  4840. }
  4841. void ZoneServer::SendCastEntityCommandPacket(EntityCommand* entity_command, int32 spawn_id, int32 target_id) {
  4842. if (entity_command) {
  4843. Spawn* spawn = GetSpawnByID(spawn_id);
  4844. Spawn* target = GetSpawnByID(target_id);
  4845. if (!spawn || !target)
  4846. return;
  4847. Client* client = 0;
  4848. vector<Client*>::iterator client_itr;
  4849. MClientList.readlock(__FUNCTION__, __LINE__);
  4850. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4851. client = *client_itr;
  4852. if (!client || !client->GetPlayer()->WasSentSpawn(spawn_id) || !client->GetPlayer()->WasSentSpawn(target_id))
  4853. continue;
  4854. PacketStruct* packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4855. if (packet) {
  4856. int32 caster_id = client->GetPlayer()->GetIDWithPlayerSpawn(spawn);
  4857. int32 target_id = client->GetPlayer()->GetIDWithPlayerSpawn(target);
  4858. if(!caster_id || !target_id)
  4859. continue;
  4860. packet->setDataByName("spawn_id", caster_id);
  4861. packet->setArrayLengthByName("num_targets", 1);
  4862. packet->setArrayDataByName("target", target_id);
  4863. packet->setDataByName("num_targets", 1);
  4864. packet->setDataByName("spell_visual", entity_command->spell_visual); //result
  4865. packet->setDataByName("cast_time", entity_command->cast_time * 0.01); //delay
  4866. packet->setDataByName("spell_id", 1);
  4867. packet->setDataByName("spell_level", 1);
  4868. packet->setDataByName("spell_tier", 1);
  4869. EQ2Packet* outapp = packet->serialize();
  4870. client->QueuePacket(outapp);
  4871. safe_delete(packet);
  4872. }
  4873. }
  4874. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4875. }
  4876. }
  4877. void ZoneServer::StartZoneInitialSpawnThread(Client* client){
  4878. if(zoneShuttingDown)
  4879. return;
  4880. #ifdef WIN32
  4881. _beginthread(SendInitialSpawns, 0, client);
  4882. #else
  4883. pthread_t thread;
  4884. pthread_create(&thread, NULL, SendInitialSpawns, client);
  4885. pthread_detach(thread);
  4886. #endif
  4887. }
  4888. void ZoneServer::SendZoneSpawns(Client* client){
  4889. int8 count = 0;
  4890. while (LoadingData && count <= 6000) { //sleep for max of 60 seconds (60000ms) while the maps are loading
  4891. count++;
  4892. Sleep(10);
  4893. }
  4894. count = 0;
  4895. int16 size = 0;
  4896. //give the spawn thread a tad bit of time to add the pending_spawns to spawn_list (up to 10 seconds)
  4897. while (count < 1000) {
  4898. MPendingSpawnListAdd.readlock(__FUNCTION__, __LINE__);
  4899. size = pending_spawn_list_add.size();
  4900. MPendingSpawnListAdd.releasereadlock(__FUNCTION__, __LINE__);
  4901. if (size == 0)
  4902. break;
  4903. Sleep(10);
  4904. count++;
  4905. }
  4906. initial_spawn_threads_active++;
  4907. map<int32, Spawn*>::iterator itr;
  4908. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4909. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4910. Spawn* spawn = itr->second;
  4911. if (spawn) {
  4912. if(spawn == client->GetPlayer() && (client->IsReloadingZone() || client->GetPlayer()->IsReturningFromLD()))
  4913. {
  4914. if(!client->GetPlayer()->SetSpawnMap(spawn))
  4915. continue;
  4916. }
  4917. CheckSpawnRange(client, spawn, true);
  4918. }
  4919. }
  4920. CheckSendSpawnToClient(client, true);
  4921. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4922. client->SetConnected(true);
  4923. ClientPacketFunctions::SendFinishedEntitiesList(client);
  4924. initial_spawn_threads_active--;
  4925. }
  4926. vector<Entity*> ZoneServer::GetPlayers(){
  4927. vector<Entity*> ret;
  4928. Client* client = 0;
  4929. vector<Client*>::iterator client_itr;
  4930. MClientList.readlock(__FUNCTION__, __LINE__);
  4931. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4932. client = *client_itr;
  4933. ret.push_back(client->GetPlayer());
  4934. }
  4935. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4936. return ret;
  4937. }
  4938. int16 ZoneServer::SetSpawnTargetable(Spawn* spawn, float distance){
  4939. Spawn* test_spawn = 0;
  4940. int16 ret_val = 0;
  4941. map<int32, Spawn*>::iterator itr;
  4942. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4943. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4944. test_spawn = itr->second;
  4945. if(test_spawn){
  4946. if(test_spawn->GetDistance(spawn) <= distance){
  4947. test_spawn->SetTargetable(1);
  4948. ret_val++;
  4949. }
  4950. }
  4951. }
  4952. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4953. return ret_val;
  4954. }
  4955. int16 ZoneServer::SetSpawnTargetable(int32 spawn_id){
  4956. Spawn* spawn = 0;
  4957. int16 ret_val = 0;
  4958. map<int32, Spawn*>::iterator itr;
  4959. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4960. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4961. spawn = itr->second;
  4962. if(spawn){
  4963. if(spawn->GetDatabaseID() == spawn_id){
  4964. spawn->SetTargetable(1);
  4965. ret_val++;
  4966. }
  4967. }
  4968. }
  4969. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4970. return ret_val;
  4971. }
  4972. ZoneInfoSlideStruct* ZoneServer::GenerateSlideStruct(float unknown1a, float unknown1b, int32 unknown2a, int32 unknown2b, int32 unknown3, int32 unknown4, const char* slide, const char* voiceover, int32 key1, int32 key2) {
  4973. ZoneInfoSlideStructInfo* info = new ZoneInfoSlideStructInfo();
  4974. memset(info, 0, sizeof(ZoneInfoSlideStructInfo));
  4975. info->unknown1[0] = unknown1a;
  4976. info->unknown1[1] = unknown1b;
  4977. info->unknown2[0] = unknown2a;
  4978. info->unknown2[1] = unknown2b;
  4979. info->unknown3 = unknown3;
  4980. info->unknown4 = unknown4;
  4981. int8 length = strlen(slide);
  4982. if (length >= 128)
  4983. length = 127;
  4984. strncpy(info->slide, slide, length);
  4985. length = strlen(voiceover);
  4986. if (length >= 128)
  4987. length = 127;
  4988. strncpy(info->voiceover, voiceover, length);
  4989. info->key1 = key1;
  4990. info->key2 = key2;
  4991. ZoneInfoSlideStruct* ret = new ZoneInfoSlideStruct();
  4992. ret->info = info;
  4993. return ret;
  4994. }
  4995. void ZoneServer::AddZoneInfoSlideStructTransitionInfo(ZoneInfoSlideStruct* info, int32 x, int32 y, float zoom, float transition_time) {
  4996. ZoneInfoSlideStructTransitionInfo* transition_info = new ZoneInfoSlideStructTransitionInfo();
  4997. transition_info->transition_x = x;
  4998. transition_info->transition_y = y;
  4999. transition_info->transition_zoom = zoom;
  5000. transition_info->transition_time = transition_time;
  5001. info->slide_transition_info.push_back(transition_info);
  5002. }
  5003. vector<ZoneInfoSlideStruct*>* ZoneServer::GenerateTutorialSlides() {
  5004. vector<ZoneInfoSlideStruct*>* slides = new vector<ZoneInfoSlideStruct*>();
  5005. ZoneInfoSlideStruct* slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt01_final001.dds", "voiceover/english/antonia_intro/antonia_intro_001_64.mp3", 2519553957, 1010319376);
  5006. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 0);
  5007. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1.5, 16);
  5008. slides->push_back(slide);
  5009. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt02_final001.dds", "voiceover/english/antonia_intro/antonia_intro_002_64.mp3", 567178266, 3055063399);
  5010. AddZoneInfoSlideStructTransitionInfo(slide, 600, 365, 1.60000002384186, 0);
  5011. AddZoneInfoSlideStructTransitionInfo(slide, 800, 370, 1.39999997615814, 9);
  5012. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 1.20000004768372, 8);
  5013. slides->push_back(slide);
  5014. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt03_final001.dds", "voiceover/english/antonia_intro/antonia_intro_003_64.mp3", 3171561318, 593374281);
  5015. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 1.20000004768372, 0);
  5016. AddZoneInfoSlideStructTransitionInfo(slide, 750, 320, 1.60000002384186, 10);
  5017. AddZoneInfoSlideStructTransitionInfo(slide, 575, 265, 2.29999995231628, 10);
  5018. slides->push_back(slide);
  5019. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt04_final001.dds", "voiceover/english/antonia_intro/antonia_intro_004_64.mp3", 1959944485, 4285605574);
  5020. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 2.5, 0);
  5021. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 1.70000004768372, 8);
  5022. AddZoneInfoSlideStructTransitionInfo(slide, 675, 390, 2.20000004768372, 11);
  5023. slides->push_back(slide);
  5024. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt05_final001.dds", "voiceover/english/antonia_intro/antonia_intro_005_64.mp3", 609693392, 260295215);
  5025. AddZoneInfoSlideStructTransitionInfo(slide, 750, 500, 2.79999995231628, 0);
  5026. AddZoneInfoSlideStructTransitionInfo(slide, 720, 300, 2.5, 9);
  5027. AddZoneInfoSlideStructTransitionInfo(slide, 975, 270, 2.20000004768372, 9);
  5028. slides->push_back(slide);
  5029. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt06_final001.dds", "voiceover/english/antonia_intro/antonia_intro_006_64.mp3", 3056613203, 775201556);
  5030. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1.89999997615814, 0);
  5031. AddZoneInfoSlideStructTransitionInfo(slide, 920, 475, 1, 24);
  5032. slides->push_back(slide);
  5033. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt07_final001.dds", "voiceover/english/antonia_intro/antonia_intro_007_64.mp3", 3113327662, 1299367895);
  5034. AddZoneInfoSlideStructTransitionInfo(slide, 1400, 420, 2.40000009536743, 0);
  5035. AddZoneInfoSlideStructTransitionInfo(slide, 1200, 375, 1.70000004768372, 7);
  5036. AddZoneInfoSlideStructTransitionInfo(slide, 800, 225, 2.29999995231628, 7);
  5037. slides->push_back(slide);
  5038. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt08_final001.dds", "voiceover/english/antonia_intro/antonia_intro_008_64.mp3", 2558791235, 2674773065);
  5039. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 0);
  5040. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1.5, 27);
  5041. slides->push_back(slide);
  5042. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt09_final001.dds", "voiceover/english/antonia_intro/antonia_intro_009_64.mp3", 4029296401, 1369011033);
  5043. AddZoneInfoSlideStructTransitionInfo(slide, 715, 305, 2.40000009536743, 0);
  5044. AddZoneInfoSlideStructTransitionInfo(slide, 730, 325, 1.79999995231628, 6);
  5045. AddZoneInfoSlideStructTransitionInfo(slide, 920, 395, 1.5, 5);
  5046. AddZoneInfoSlideStructTransitionInfo(slide, 1360, 330, 1.79999995231628, 9);
  5047. slides->push_back(slide);
  5048. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt10_final001.dds", "voiceover/english/antonia_intro/antonia_intro_010_64.mp3", 3055524517, 3787058332);
  5049. AddZoneInfoSlideStructTransitionInfo(slide, 670, 675, 2.20000004768372, 0);
  5050. AddZoneInfoSlideStructTransitionInfo(slide, 710, 390, 1.79999995231628, 7);
  5051. AddZoneInfoSlideStructTransitionInfo(slide, 920, 415, 1.60000002384186, 5.5);
  5052. AddZoneInfoSlideStructTransitionInfo(slide, 1250, 675, 1.79999995231628, 8);
  5053. slides->push_back(slide);
  5054. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt11_final001.dds", "voiceover/english/antonia_intro/antonia_intro_011_64.mp3", 3525586740, 812068950);
  5055. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 0);
  5056. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 2, 19);
  5057. slides->push_back(slide);
  5058. slide = GenerateSlideStruct(0.5, 0.5, 15, 15, 1842, 1012, "images/slideshows/boat_06p_tutorial02/lore_chapt12_final001.dds", "voiceover/english/antonia_intro/antonia_intro_012_64.mp3", 3493874350, 2037661816);
  5059. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 2, 0);
  5060. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 43);
  5061. slides->push_back(slide);
  5062. return slides;
  5063. }
  5064. EQ2Packet* ZoneServer::GetZoneInfoPacket(Client* client){
  5065. PacketStruct* packet = configReader.getStruct("WS_ZoneInfo", client->GetVersion());
  5066. packet->setSmallStringByName("server1",net.GetWorldName());
  5067. packet->setSmallStringByName("server2",net.GetWorldName());
  5068. packet->setDataByName("unknown1", 1, 1);//1, 1
  5069. int32 expansions = EXPANSION_UNKNOWN + EXPANSION_DOF + EXPANSION_KOS + EXPANSION_EOF + EXPANSION_ROK + EXPANSION_TSO + EXPANSION_DOV;
  5070. //packet->setDataByName("expansions_enabled", 82313211);//expansions 63181
  5071. //packet->setDataByName("expansions_enabled", 552075103);//expansions 63182
  5072. packet->setDataByName("expansions_enabled", 4294967295);//expansions 1096 //612499455 works
  5073. if (client->GetVersion() >= 1193) {
  5074. packet->setDataByName("unknown3", 4294967295, 0); // DOV and down
  5075. packet->setDataByName("unknown3", 4294967295, 1); //COE and up
  5076. packet->setDataByName("unknown3", 4294967295, 2);
  5077. }
  5078. else
  5079. packet->setDataByName("unknown3", 4294967295, 0); // DOV and down
  5080. packet->setSmallStringByName("auction_website", "eq2emulator.net");
  5081. packet->setDataByName("auction_port", 80);
  5082. packet->setSmallStringByName("upload_page", "test_upload.m");
  5083. packet->setSmallStringByName("upload_key", "dsya987yda9");
  5084. packet->setSmallStringByName("zone", GetZoneFile());
  5085. //packet->setSmallStringByName("zone2", GetZoneName());
  5086. //if ( strlen(GetZoneSkyFile()) > 0 )
  5087. // packet->setSmallStringByName("zone_unknown2", GetZoneSkyFile()); // used for the sky map
  5088. packet->setSmallStringByName("zone_desc", GetZoneDescription());
  5089. packet->setSmallStringByName("char_name", client->GetPlayer()->GetName());
  5090. packet->setDataByName("x", client->GetPlayer()->GetX());
  5091. packet->setDataByName("y", client->GetPlayer()->GetY());
  5092. packet->setDataByName("z", client->GetPlayer()->GetZ());
  5093. if ((GetZoneFile() && strcmp("boat_06p_tutorial02", GetZoneFile()) == 0) && client->GetPlayer()->GetX() == this->GetSafeX() && client->GetPlayer()->GetY() == this->GetSafeY() && client->GetPlayer()->GetZ() == this->GetSafeZ()) { //basically the only time the player will see this is if their zone in coords are the exact same as the safe coords (they haven't moved)
  5094. vector<ZoneInfoSlideStruct*>* slides = GenerateTutorialSlides();
  5095. if (slides) {
  5096. packet->setArrayLengthByName("num_slides", slides->size());
  5097. ZoneInfoSlideStruct* slide = 0;
  5098. for (int8 i = 0; i < slides->size(); i++) {
  5099. slide = slides->at(i);
  5100. packet->setArrayDataByName("unknown1", slide->info->unknown1[0], i, 0);
  5101. packet->setArrayDataByName("unknown1", slide->info->unknown1[1], i, 1);
  5102. packet->setArrayDataByName("unknown2", slide->info->unknown2[0], i, 0);
  5103. packet->setArrayDataByName("unknown2", slide->info->unknown2[1], i, 1);
  5104. packet->setArrayDataByName("unknown3", slide->info->unknown3, i);
  5105. packet->setArrayDataByName("unknown4", slide->info->unknown4, i);
  5106. packet->setArrayDataByName("slide", slide->info->slide, i);
  5107. packet->setArrayDataByName("voiceover", slide->info->voiceover, i);
  5108. packet->setArrayDataByName("key1", slide->info->key1, i);
  5109. packet->setArrayDataByName("key2", slide->info->key2, i);
  5110. packet->setSubArrayLengthByName("num_transitions", slide->slide_transition_info.size(), i);
  5111. for (int8 x = 0; x < slide->slide_transition_info.size(); x++) {
  5112. packet->setSubArrayDataByName("transition_x", slide->slide_transition_info[x]->transition_x, i, x);
  5113. packet->setSubArrayDataByName("transition_y", slide->slide_transition_info[x]->transition_y, i, x);
  5114. packet->setSubArrayDataByName("transition_zoom", slide->slide_transition_info[x]->transition_zoom, i, x);
  5115. packet->setSubArrayDataByName("transition_time", slide->slide_transition_info[x]->transition_time, i, x);
  5116. safe_delete(slide->slide_transition_info[x]);
  5117. }
  5118. safe_delete(slide->info);
  5119. safe_delete(slide);
  5120. }
  5121. }
  5122. safe_delete(slides);
  5123. }
  5124. if(rule_manager.GetGlobalRule(R_Zone, UseMapUnderworldCoords)->GetBool() && client->GetPlayer()->GetMap()) {
  5125. packet->setDataByName("underworld", client->GetPlayer()->GetMap()->GetMinY() + rule_manager.GetGlobalRule(R_Zone, MapUnderworldCoordOffset)->GetFloat());
  5126. }
  5127. else {
  5128. packet->setDataByName("underworld", underworld);
  5129. }
  5130. // unknown3 can prevent screen shots from being taken if
  5131. //packet->setDataByName("unknown3", 2094661567, 1); // Screenshots allowed with this value
  5132. //packet->setDataByName("unknown3", 3815767999, 1); // Screenshots disabled with this value
  5133. //packet->setDataByName("unknown3", 1, 2);
  5134. /*if (client->GetVersion() >= 63587) {
  5135. packet->setArrayLengthByName("num_exp_feature_bytes", 9);
  5136. packet->setArrayDataByName("exp_feature_bytes", 95, 0);//kos and dof
  5137. packet->setArrayDataByName("exp_feature_bytes", 255, 1);//eof rok tso sf dov coe tov
  5138. packet->setArrayDataByName("exp_feature_bytes", 247, 2);//aom tot ka exp14
  5139. packet->setArrayDataByName("exp_feature_bytes", 32, 3);//rum cellar
  5140. packet->setArrayDataByName("exp_feature_bytes", 140, 4);
  5141. packet->setArrayDataByName("exp_feature_bytes", 62, 5);
  5142. packet->setArrayDataByName("exp_feature_bytes", 0, 6);
  5143. packet->setArrayDataByName("exp_feature_bytes", 45, 7);
  5144. packet->setArrayDataByName("exp_feature_bytes", 128, 8);
  5145. packet->setArrayLengthByName("num_unknown3b_bytes", 9);
  5146. packet->setArrayDataByName("unknown3b_bytes", 95, 0);
  5147. packet->setArrayDataByName("unknown3b_bytes", 255, 1);
  5148. packet->setArrayDataByName("unknown3b_bytes", 247, 2);
  5149. packet->setArrayDataByName("unknown3b_bytes", 237, 3);
  5150. packet->setArrayDataByName("unknown3b_bytes", 143, 4);
  5151. packet->setArrayDataByName("unknown3b_bytes", 255, 5);
  5152. packet->setArrayDataByName("unknown3b_bytes", 255, 6);
  5153. packet->setArrayDataByName("unknown3b_bytes", 255, 7);
  5154. packet->setArrayDataByName("unknown3b_bytes", 128, 8);
  5155. }
  5156. else if (client->GetVersion() >= 63214) {
  5157. packet->setArrayLengthByName("num_exp_feature_bytes", 9);
  5158. packet->setArrayDataByName("exp_feature_bytes", 95, 0);//kos and dof
  5159. packet->setArrayDataByName("exp_feature_bytes", 255, 1);//eof rok tso sf dov coe tov
  5160. packet->setArrayDataByName("exp_feature_bytes", 247, 2);//aom tot ka exp14
  5161. packet->setArrayDataByName("exp_feature_bytes", 32, 3);//rum cellar
  5162. packet->setArrayDataByName("exp_feature_bytes", 140, 4);
  5163. packet->setArrayDataByName("exp_feature_bytes", 62, 5);
  5164. packet->setArrayDataByName("exp_feature_bytes", 0, 6);
  5165. packet->setArrayDataByName("exp_feature_bytes", 45, 7);
  5166. packet->setArrayDataByName("exp_feature_bytes", 128, 8);
  5167. packet->setArrayLengthByName("num_unknown3b_bytes", 9);
  5168. packet->setArrayDataByName("unknown3b_bytes", 95, 0);
  5169. packet->setArrayDataByName("unknown3b_bytes", 255, 1);
  5170. packet->setArrayDataByName("unknown3b_bytes", 247, 2);
  5171. packet->setArrayDataByName("unknown3b_bytes", 237, 3);
  5172. packet->setArrayDataByName("unknown3b_bytes", 143, 4);
  5173. packet->setArrayDataByName("unknown3b_bytes", 255, 5);
  5174. packet->setArrayDataByName("unknown3b_bytes", 255, 6);
  5175. packet->setArrayDataByName("unknown3b_bytes", 255, 7);
  5176. packet->setArrayDataByName("unknown3b_bytes", 128, 8);
  5177. }*/
  5178. if (client->GetVersion() >= 64644) {
  5179. packet->setDataByName("unknown3a", 12598924);
  5180. packet->setDataByName("unknown3b", 3992452959);
  5181. packet->setDataByName("unknown3c", 4294967183);
  5182. packet->setDataByName("unknown2a", 9);
  5183. packet->setDataByName("unknown2b", 9);
  5184. }
  5185. else if (client->GetVersion() >= 63181) {
  5186. packet->setDataByName("unknown3a", 750796556);//63182 73821356
  5187. packet->setDataByName("unknown3b", 3991404383);// 63182 3991404383
  5188. packet->setDataByName("unknown3c", 4278189967);// 63182 4278189967
  5189. packet->setDataByName("unknown2a", 8);// 63182
  5190. packet->setDataByName("unknown2b", 8);// 63182
  5191. }
  5192. else{
  5193. //packet->setDataByName("unknown3", 872447025,0);//63181
  5194. //packet->setDataByName("unknown3", 3085434875,1);// 63181
  5195. //packet->setDataByName("unknown3", 2147483633,2);// 63181
  5196. }
  5197. packet->setDataByName("year", world.GetWorldTimeStruct()->year);
  5198. packet->setDataByName("month", world.GetWorldTimeStruct()->month);
  5199. packet->setDataByName("day", world.GetWorldTimeStruct()->day);
  5200. packet->setDataByName("hour", world.GetWorldTimeStruct()->hour);
  5201. packet->setDataByName("minute", world.GetWorldTimeStruct()->minute);
  5202. packet->setDataByName("unknown", 0);
  5203. packet->setDataByName("unknown7", 1);
  5204. packet->setDataByName("unknown7", 1, 1);
  5205. packet->setDataByName("unknown9", 13);
  5206. //packet->setDataByName("unknown10", 25188959);4294967295
  5207. //packet->setDataByName("unknown10", 25190239);
  5208. packet->setDataByName("unknown10", 25191524);//25191524
  5209. packet->setDataByName("unknown10b", 1);
  5210. packet->setDataByName("permission_level",3);// added on 63182 for now till we figur it out 0=none,1=visitor,2=friend,3=trustee,4=owner
  5211. packet->setDataByName("num_adv", 9);
  5212. packet->setArrayDataByName("adv_name", "adv02_dun_drowned_caverns", 0);
  5213. packet->setArrayDataByName("adv_id", 6, 0);
  5214. packet->setArrayDataByName("adv_name", "adv02_dun_sundered_splitpaw_hub", 1);
  5215. packet->setArrayDataByName("adv_id", 5, 1);
  5216. packet->setArrayDataByName("adv_name", "exp03_rgn_butcherblock", 2);
  5217. packet->setArrayDataByName("adv_id", 8, 2);
  5218. packet->setArrayDataByName("adv_name", "exp03_rgn_greater_faydark", 3);
  5219. packet->setArrayDataByName("adv_id", 7, 3);
  5220. packet->setArrayDataByName("adv_name", "mod01_dun_crypt_of_thaen", 4);
  5221. packet->setArrayDataByName("adv_id", 3, 4);
  5222. packet->setArrayDataByName("adv_name", "mod01_dun_tombs_of_night", 5);
  5223. packet->setArrayDataByName("adv_id", 4, 5);
  5224. packet->setArrayDataByName("adv_name", "nektulos_mini01", 6);
  5225. packet->setArrayDataByName("adv_id", 0, 6);
  5226. packet->setArrayDataByName("adv_name", "nektulos_mini02", 7);
  5227. packet->setArrayDataByName("adv_id", 1, 7);
  5228. packet->setArrayDataByName("adv_name", "nektulos_mini03", 8);
  5229. packet->setArrayDataByName("adv_id", 2, 8);
  5230. LogWrite(MISC__TODO, 0, "TODO", "Put cl_ client commands back in variables (not Rules) so they can be dynamically maintained");
  5231. vector<Variable*>* variables = world.GetClientVariables();
  5232. packet->setArrayLengthByName("num_client_setup", variables->size());
  5233. for(int i=variables->size()-1;i>=0;i--)
  5234. packet->setArrayDataByName("client_cmds", variables->at(i)->GetNameValuePair().c_str(), i);
  5235. // For AoM clients so item link work
  5236. if (client->GetVersion() >= 60114)
  5237. packet->setArrayDataByName("client_cmds", "chat_linkbrackets_item 1", variables->size());
  5238. safe_delete(variables);
  5239. //packet->setDataByName("unknown8", ); story?
  5240. // AA Tabs for 1193+ clients
  5241. if (client->GetVersion() >= 1193) {
  5242. packet->setArrayLengthByName("tab_count", 48);
  5243. int8 i = 0;
  5244. packet->setArrayDataByName("tab_index", i, i);
  5245. packet->setArrayDataByName("tab_name", ":es24a58bd8fcaac8c2:All", i);
  5246. i++;
  5247. packet->setArrayDataByName("tab_index", i, i);
  5248. packet->setArrayDataByName("tab_name", ":410385c727bd47a6:Racial Innate", i);
  5249. i++;
  5250. packet->setArrayDataByName("tab_index", i, i);
  5251. packet->setArrayDataByName("tab_name", ":410385c75a96e23c:Tradeskill Advancement", i);
  5252. i++;
  5253. packet->setArrayDataByName("tab_index", i, i);
  5254. packet->setArrayDataByName("tab_name", ":410385c744f1fd99:Focus Effects", i);
  5255. i++;
  5256. packet->setArrayDataByName("tab_index", i, i);
  5257. packet->setArrayDataByName("tab_name", ":410385c71edd2a66:Heroic", i);
  5258. i++;
  5259. packet->setArrayDataByName("tab_index", i, i);
  5260. packet->setArrayDataByName("tab_name", ":410385c76ee6239f:Shadows", i);
  5261. i++;
  5262. packet->setArrayDataByName("tab_index", i, i);
  5263. packet->setArrayDataByName("tab_name", ":410385c7e678b977:Prestige", i);
  5264. i++;
  5265. packet->setArrayDataByName("tab_index", i, i);
  5266. packet->setArrayDataByName("tab_name", ":410385c77ee422d7:Animalist", i);
  5267. i++;
  5268. packet->setArrayDataByName("tab_index", i, i);
  5269. packet->setArrayDataByName("tab_name", ":410385c7f165af77:Bard", i);
  5270. i++;
  5271. packet->setArrayDataByName("tab_index", i, i);
  5272. packet->setArrayDataByName("tab_name", ":410385c7421b9375:Brawler", i);
  5273. i++;
  5274. packet->setArrayDataByName("tab_index", i, i);
  5275. packet->setArrayDataByName("tab_name", ":410385c7a03ae7d1:Cleric", i);
  5276. i++;
  5277. packet->setArrayDataByName("tab_index", i, i);
  5278. packet->setArrayDataByName("tab_name", ":410385c7c9605e9f:Crusader", i);
  5279. i++;
  5280. packet->setArrayDataByName("tab_index", i, i);
  5281. packet->setArrayDataByName("tab_name", ":410385c7f9424168:Druid", i);
  5282. i++;
  5283. packet->setArrayDataByName("tab_index", i, i);
  5284. packet->setArrayDataByName("tab_name", ":410385c79cb9556c:Enchanter", i);
  5285. i++;
  5286. packet->setArrayDataByName("tab_index", i, i);
  5287. packet->setArrayDataByName("tab_name", ":410385c70c8b6aa4:Predator", i);
  5288. i++;
  5289. packet->setArrayDataByName("tab_index", i, i);
  5290. packet->setArrayDataByName("tab_name", ":410385c73a43b6dd:Rogue", i);
  5291. i++;
  5292. packet->setArrayDataByName("tab_index", i, i);
  5293. packet->setArrayDataByName("tab_name", ":410385c759fe7d15:Sorcerer", i);
  5294. i++;
  5295. packet->setArrayDataByName("tab_index", i, i);
  5296. packet->setArrayDataByName("tab_name", ":410385c7ad610aca:Summoner", i);
  5297. i++;
  5298. packet->setArrayDataByName("tab_index", i, i);
  5299. packet->setArrayDataByName("tab_name", ":410385c71e056728:Warrior", i);
  5300. i++;
  5301. packet->setArrayDataByName("tab_index", i, i);
  5302. packet->setArrayDataByName("tab_name", ":410385c7ba864c0b:Assassin", i);
  5303. i++;
  5304. packet->setArrayDataByName("tab_index", i, i);
  5305. packet->setArrayDataByName("tab_name", ":410385c7b8116aad:Beastlord", i);
  5306. i++;
  5307. packet->setArrayDataByName("tab_index", i, i);
  5308. packet->setArrayDataByName("tab_name", ":410385c7f53feb7b:Berserker", i);
  5309. i++;
  5310. packet->setArrayDataByName("tab_index", i, i);
  5311. packet->setArrayDataByName("tab_name", ":410385c73d8a70e2:Brigand", i);
  5312. i++;
  5313. packet->setArrayDataByName("tab_index", i, i);
  5314. packet->setArrayDataByName("tab_name", ":410385c770c766d6:Bruiser", i);
  5315. i++;
  5316. packet->setArrayDataByName("tab_index", i, i);
  5317. packet->setArrayDataByName("tab_name", ":410385c79226984b:Coercer", i);
  5318. i++;
  5319. packet->setArrayDataByName("tab_index", i, i);
  5320. packet->setArrayDataByName("tab_name", ":410385c70c58bb30:Conjurer", i);
  5321. i++;
  5322. packet->setArrayDataByName("tab_index", i, i);
  5323. packet->setArrayDataByName("tab_name", ":410385c73dfe68d0:Defiler", i);
  5324. i++;
  5325. packet->setArrayDataByName("tab_index", i, i);
  5326. packet->setArrayDataByName("tab_name", ":410385c792919a6b:Dirge", i);
  5327. i++;
  5328. packet->setArrayDataByName("tab_index", i, i);
  5329. packet->setArrayDataByName("tab_name", ":410385c7062e5f55:Fury", i);
  5330. i++;
  5331. packet->setArrayDataByName("tab_index", i, i);
  5332. packet->setArrayDataByName("tab_name", ":410385c762c1fdfc:Guardian", i);
  5333. i++;
  5334. packet->setArrayDataByName("tab_index", i, i);
  5335. packet->setArrayDataByName("tab_name", ":410385c78addfbf4:Illusionist", i);
  5336. i++;
  5337. packet->setArrayDataByName("tab_index", i, i);
  5338. packet->setArrayDataByName("tab_name", ":410385c7ece054a7:Inquisitor", i);
  5339. i++;
  5340. packet->setArrayDataByName("tab_index", i, i);
  5341. packet->setArrayDataByName("tab_name", ":410385c7d550d2e7:Monk", i);
  5342. i++;
  5343. packet->setArrayDataByName("tab_index", i, i);
  5344. packet->setArrayDataByName("tab_name", ":410385c743cfeaa2:Mystic", i);
  5345. i++;
  5346. packet->setArrayDataByName("tab_index", i, i);
  5347. packet->setArrayDataByName("tab_name", ":410385c7f63c9c8c:Necromancer", i);
  5348. i++;
  5349. packet->setArrayDataByName("tab_index", i, i);
  5350. packet->setArrayDataByName("tab_name", ":410385c70c5de0ae:Paladin", i);
  5351. i++;
  5352. packet->setArrayDataByName("tab_index", i, i);
  5353. packet->setArrayDataByName("tab_name", ":410385c79bc97b3a:Ranger", i);
  5354. i++;
  5355. packet->setArrayDataByName("tab_index", i, i);
  5356. packet->setArrayDataByName("tab_name", ":410385c78fbd2256:Shadowknight", i);
  5357. i++;
  5358. packet->setArrayDataByName("tab_index", i, i);
  5359. packet->setArrayDataByName("tab_name", ":410385c7781cc625:Shaman", i);
  5360. i++;
  5361. packet->setArrayDataByName("tab_index", i, i);
  5362. packet->setArrayDataByName("tab_name", ":410385c77eecdcdb:Swashbuckler", i);
  5363. i++;
  5364. packet->setArrayDataByName("tab_index", i, i);
  5365. packet->setArrayDataByName("tab_name", ":410385c7648d181e:Templar", i);
  5366. i++;
  5367. packet->setArrayDataByName("tab_index", i, i);
  5368. packet->setArrayDataByName("tab_name", ":410385c78df47d77:Troubador", i);
  5369. i++;
  5370. packet->setArrayDataByName("tab_index", i, i);
  5371. packet->setArrayDataByName("tab_name", ":410385c7c78ce0b8:Warden", i);
  5372. i++;
  5373. packet->setArrayDataByName("tab_index", i, i);
  5374. packet->setArrayDataByName("tab_name", ":410385c76290dcfa:Warlock", i);
  5375. i++;
  5376. packet->setArrayDataByName("tab_index", i, i);
  5377. packet->setArrayDataByName("tab_name", ":410385c7d1d52cf5:Wizard", i);
  5378. i++;
  5379. packet->setArrayDataByName("tab_index", i, i);
  5380. packet->setArrayDataByName("tab_name", ":410385c71c8f6f4d:Shaper", i);
  5381. i++;
  5382. packet->setArrayDataByName("tab_index", i, i);
  5383. packet->setArrayDataByName("tab_name", ":410385c72f6e354d:Channeler", i);
  5384. i++;
  5385. packet->setArrayDataByName("tab_index", i, i);
  5386. packet->setArrayDataByName("tab_name", ":410385c7df8bd37d:Dragon", i);
  5387. }
  5388. packet->setDataByName("unknown_mj", 1);//int8
  5389. packet->setDataByName("unknown_mj1", 335544320);//int32
  5390. packet->setDataByName("unknown_mj2", 4);//int32
  5391. packet->setDataByName("unknown_mj3", 3962504088);//int32
  5392. packet->setDataByName("unknown_mj4", 3985947216);//int32
  5393. packet->setDataByName("unknown_mj5", 1);//int32
  5394. packet->setDataByName("unknown_mj6", 386);//int32
  5395. packet->setDataByName("unknown_mj7", 4294967295);//int32
  5396. packet->setDataByName("unknown_mj8", 2716312211);//int32
  5397. packet->setDataByName("unknown_mj9", 1774338333);//int32
  5398. packet->setDataByName("unknown_mj10", 1);//int32
  5399. packet->setDataByName("unknown_mj11", 391);//int32
  5400. packet->setDataByName("unknown_mj12", 4294967295);//int32
  5401. packet->setDataByName("unknown_mj13", 3168965163);//int32
  5402. packet->setDataByName("unknown_mj14", 4117025286);//int32
  5403. packet->setDataByName("unknown_mj15", 1);//int32
  5404. packet->setDataByName("unknown_mj16", 394);//int32
  5405. packet->setDataByName("unknown_mj17", 4294967295);//int32
  5406. packet->setDataByName("unknown_mj18", 1790669110);//int32
  5407. packet->setDataByName("unknown_mj19", 107158108);//int32
  5408. packet->setDataByName("unknown_mj20", 1);//int32
  5409. packet->setDataByName("unknown_mj21", 393);//int32
  5410. packet->setDataByName("unknown_mj22", 4294967295);//int32
  5411. EQ2Packet* outapp = packet->serialize();
  5412. //packet->PrintPacket();
  5413. //DumpPacket(outapp);
  5414. safe_delete(packet);
  5415. return outapp;
  5416. }
  5417. void ZoneServer::SendUpdateDefaultCommand(Spawn* spawn, const char* command, float distance, Spawn* toPlayer){
  5418. if (spawn == nullptr || command == nullptr)
  5419. return;
  5420. if (toPlayer)
  5421. {
  5422. if (!toPlayer->IsPlayer())
  5423. return;
  5424. Client* client = ((Player*)toPlayer)->GetClient();
  5425. if (client)
  5426. {
  5427. client->SendDefaultCommand(spawn, command, distance);
  5428. }
  5429. // we don't override the primary command cause that would change ALL clients
  5430. return;
  5431. }
  5432. QueueDefaultCommand(spawn->GetID(), std::string(command), distance);
  5433. if (strlen(command)>0)
  5434. spawn->SetPrimaryCommand(command, command, distance);
  5435. }
  5436. void ZoneServer::CheckPlayerProximity(Spawn* spawn, Client* client){
  5437. if (player_proximities.size() < 1)
  5438. return;
  5439. if(player_proximities.count(spawn->GetID()) > 0){
  5440. PlayerProximity* prox = player_proximities.Get(spawn->GetID());
  5441. if(prox->clients_in_proximity.count(client) == 0 && spawn_range_map.count(client) > 0 && spawn_range_map.Get(client)->count(spawn->GetID()) > 0 && spawn_range_map.Get(client)->Get(spawn->GetID()) < prox->distance){
  5442. prox->clients_in_proximity[client] = true;
  5443. CallSpawnScript(spawn, SPAWN_SCRIPT_CUSTOM, client->GetPlayer(), prox->in_range_lua_function.c_str());
  5444. }
  5445. else if(prox->clients_in_proximity.count(client) > 0 && spawn_range_map.count(client) > 0 && spawn_range_map.Get(client)->count(spawn->GetID()) > 0 && spawn_range_map.Get(client)->Get(spawn->GetID()) > prox->distance){
  5446. if(prox->leaving_range_lua_function.length() > 0)
  5447. CallSpawnScript(spawn, SPAWN_SCRIPT_CUSTOM, client->GetPlayer(), prox->leaving_range_lua_function.c_str());
  5448. prox->clients_in_proximity.erase(client);
  5449. }
  5450. }
  5451. }
  5452. void ZoneServer::AddPlayerProximity(Spawn* spawn, float distance, string in_range_function, string leaving_range_function){
  5453. RemovePlayerProximity(spawn);
  5454. PlayerProximity* prox = new PlayerProximity;
  5455. prox->distance = distance;
  5456. prox->in_range_lua_function = in_range_function;
  5457. prox->leaving_range_lua_function = leaving_range_function;
  5458. player_proximities.Put(spawn->GetID(), prox);
  5459. }
  5460. void ZoneServer::RemovePlayerProximity(Client* client){
  5461. PlayerProximity* prox = 0;
  5462. MutexMap<int32, PlayerProximity*>::iterator itr = player_proximities.begin();
  5463. while(itr.Next()){
  5464. prox = itr->second;
  5465. if(prox->clients_in_proximity.count(client) > 0)
  5466. prox->clients_in_proximity.erase(client);
  5467. }
  5468. }
  5469. void ZoneServer::RemovePlayerProximity(Spawn* spawn, bool all){
  5470. if(all){
  5471. MutexMap<int32, PlayerProximity*>::iterator itr = player_proximities.begin();
  5472. while(itr.Next()){
  5473. player_proximities.erase(itr->first, false, true, 10000);
  5474. }
  5475. }
  5476. else if(player_proximities.count(spawn->GetID()) > 0){
  5477. player_proximities.erase(spawn->GetID(), false, true, 10000);
  5478. }
  5479. }
  5480. void ZoneServer::AddLocationProximity(float x, float y, float z, float max_variation, string in_range_function, string leaving_range_function) {
  5481. LocationProximity* prox = new LocationProximity;
  5482. prox->x = x;
  5483. prox->y = y;
  5484. prox->z = z;
  5485. prox->max_variation = max_variation;
  5486. prox->in_range_lua_function = in_range_function;
  5487. prox->leaving_range_lua_function = leaving_range_function;
  5488. location_proximities.Add(prox);
  5489. }
  5490. void ZoneServer::CheckLocationProximity() {
  5491. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  5492. if (!zone_script)
  5493. return;
  5494. if (location_proximities.size() > 0 && connected_clients.size() > 0) {
  5495. Client* client = 0;
  5496. MutexList<Client*>::iterator iterator = connected_clients.begin();
  5497. while(iterator.Next()){
  5498. client = iterator->value;
  5499. if (client->IsConnected() && client->IsReadyForUpdates() && !client->IsZoning()) {
  5500. try {
  5501. MutexList<LocationProximity*>::iterator itr = location_proximities.begin();
  5502. LocationProximity* prox = 0;
  5503. while(itr.Next()){
  5504. prox = itr->value;
  5505. bool in_range = false;
  5506. float char_x = client->GetPlayer()->GetX();
  5507. float char_y = client->GetPlayer()->GetY();
  5508. float char_z = client->GetPlayer()->GetZ();
  5509. float x = prox->x;
  5510. float y = prox->y;
  5511. float z = prox->z;
  5512. float max_variation = prox->max_variation;
  5513. float total_diff = 0;
  5514. float diff = x - char_x; //Check X
  5515. if(diff < 0)
  5516. diff *= -1;
  5517. if(diff <= max_variation) {
  5518. total_diff += diff;
  5519. diff = z - char_z; //Check Z (we check Z first because it is far more likely to be a much greater variation than y)
  5520. if(diff < 0)
  5521. diff *= -1;
  5522. if(diff <= max_variation) {
  5523. total_diff += diff;
  5524. if(total_diff <= max_variation) { //Check Total
  5525. diff = y - char_y; //Check Y
  5526. if(diff < 0)
  5527. diff *= -1;
  5528. if(diff <= max_variation) {
  5529. total_diff += diff;
  5530. if(total_diff <= max_variation) {
  5531. in_range = true;
  5532. if(lua_interface && prox->in_range_lua_function.length() > 0 && prox->clients_in_proximity.count(client) == 0) { //Check Total
  5533. prox->clients_in_proximity[client] = true;
  5534. lua_interface->RunZoneScript(zone_script, prox->in_range_lua_function.c_str(), this, client->GetPlayer());
  5535. }
  5536. }
  5537. }
  5538. }
  5539. }
  5540. }
  5541. if (!in_range) {
  5542. if(lua_interface && prox->leaving_range_lua_function.length() > 0 && prox->clients_in_proximity.count(client) > 0) {
  5543. lua_interface->RunZoneScript(zone_script, prox->leaving_range_lua_function.c_str(), this, client->GetPlayer());
  5544. prox->clients_in_proximity.erase(client);
  5545. }
  5546. }
  5547. }
  5548. }
  5549. catch (...) {
  5550. LogWrite(ZONE__ERROR, 0, "Zone", "Except caught in ZoneServer::CheckLocationProximity");
  5551. return;
  5552. }
  5553. }
  5554. }
  5555. }
  5556. }
  5557. void ZoneServer::CheckLocationGrids() {
  5558. if (connected_clients.size() > 0 && location_grids.size() > 0) {
  5559. MutexList<Client*>::iterator client_itr = connected_clients.begin();
  5560. while (client_itr.Next()) {
  5561. Client* client = client_itr.value;
  5562. if (!client)
  5563. continue;
  5564. Player* player = client->GetPlayer();
  5565. float x = player->GetX();
  5566. float y = player->GetY();
  5567. float z = player->GetZ();
  5568. int32 grid_id = player->GetLocation();
  5569. MutexList<LocationGrid*>::iterator location_grid_itr = location_grids.begin();
  5570. while (location_grid_itr.Next()) {
  5571. LocationGrid* grid = location_grid_itr.value;
  5572. bool playerInGrid = false;
  5573. if (grid->locations.size() > 0 || (playerInGrid = (grid->grid_id > 0 && grid->grid_id == grid_id)) || grid->players.count(player) > 0) {
  5574. float x_small = 0;
  5575. float x_large = 0;
  5576. float y_small = 0;
  5577. float y_large = 0;
  5578. float z_small = 0;
  5579. float z_large = 0;
  5580. bool first = true;
  5581. bool in_grid = false;
  5582. if(grid->locations.size() == 0 && playerInGrid) { // no locations, we presume player is in grid
  5583. in_grid = true;
  5584. }
  5585. else {
  5586. MutexList<Location*>::iterator location_itr = grid->locations.begin();
  5587. while (location_itr.Next()) {
  5588. Location* location = location_itr.value;
  5589. if (first) {
  5590. x_small = location->x;
  5591. x_large = location->x;
  5592. if (grid->include_y) {
  5593. y_small = location->y;
  5594. y_large = location->y;
  5595. }
  5596. z_small = location->z;
  5597. z_large = location->z;
  5598. first = false;
  5599. }
  5600. else {
  5601. if (location->x < x_small)
  5602. x_small = location->x;
  5603. else if (location->x > x_large)
  5604. x_large = location->x;
  5605. if (grid->include_y) {
  5606. if (location->y < y_small)
  5607. y_small = location->y;
  5608. else if (location->y > y_large)
  5609. y_large = location->y;
  5610. }
  5611. if (location->z < z_small)
  5612. z_small = location->z;
  5613. else if (location->z > z_large)
  5614. z_large = location->z;
  5615. }
  5616. }
  5617. if (grid->include_y && (x >= x_small && x <= x_large && y >= y_small && y <= y_large && z >= z_small && z <= z_large))
  5618. in_grid = true;
  5619. else if (x >= x_small && x <= x_large && z >= z_small && z <= z_large)
  5620. in_grid = true;
  5621. }
  5622. if (in_grid && grid->players.count(player) == 0) {
  5623. grid->players.Put(player, true);
  5624. bool show_enter_location_popup = true;
  5625. bool discovery_enabled = rule_manager.GetGlobalRule(R_World, EnablePOIDiscovery)->GetBool();
  5626. if( grid->discovery && discovery_enabled && !player->DiscoveredLocation(grid->id) )
  5627. {
  5628. // check if player has already discovered this location
  5629. // if not, process new discovery
  5630. char tmp[200] = {0};
  5631. sprintf(tmp, "\\#FFE400You have discovered\12\\#FFF283%s", grid->name.c_str());
  5632. client->SendPopupMessage(11, tmp, "ui_discovery", 2.25, 0xFF, 0xFF, 0xFF);
  5633. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' discovered location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  5634. player->UpdatePlayerHistory(HISTORY_TYPE_DISCOVERY, HISTORY_SUBTYPE_LOCATION, grid->id);
  5635. show_enter_location_popup = false;
  5636. // else, print standard location entry
  5637. }
  5638. if( show_enter_location_popup )
  5639. {
  5640. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' entering location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  5641. client->SendPopupMessage(10, grid->name.c_str(), 0, 2.5, 255, 255, 0);
  5642. }
  5643. }
  5644. else if (!in_grid && grid->players.count(player) > 0) {
  5645. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' leaving location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  5646. grid->players.erase(player);
  5647. }
  5648. }
  5649. }
  5650. }
  5651. }
  5652. }
  5653. // Called from a command (client, main zone thread) and the main zone thread
  5654. // so no need for a mutex container
  5655. void ZoneServer::AddLocationGrid(LocationGrid* grid) {
  5656. if (grid)
  5657. location_grids.Add(grid);
  5658. }
  5659. void ZoneServer::RemoveLocationGrids() {
  5660. MutexList<LocationGrid*>::iterator itr = location_grids.begin();
  5661. while (itr.Next())
  5662. itr.value->locations.clear(true);
  5663. location_grids.clear(true);
  5664. }
  5665. void ZoneServer::RemoveSpellTimersFromSpawn(Spawn* spawn, bool remove_all, bool delete_recast, bool call_expire_function, bool lock_spell_process){
  5666. if(spellProcess)
  5667. spellProcess->RemoveSpellTimersFromSpawn(spawn, remove_all, delete_recast, call_expire_function, lock_spell_process);
  5668. }
  5669. void ZoneServer::Interrupted(Entity* caster, Spawn* interruptor, int16 error_code, bool cancel, bool from_movement){
  5670. if(spellProcess)
  5671. spellProcess->Interrupted(caster, interruptor, error_code, cancel, from_movement);
  5672. }
  5673. Spell* ZoneServer::GetSpell(Entity* caster){
  5674. Spell* spell = 0;
  5675. if(spellProcess)
  5676. spell = spellProcess->GetSpell(caster);
  5677. return spell;
  5678. }
  5679. void ZoneServer::ProcessSpell(Spell* spell, Entity* caster, Spawn* target, bool lock, bool harvest_spell, LuaSpell* customSpell, int16 custom_cast_time, bool in_heroic_opp){
  5680. if(spellProcess)
  5681. spellProcess->ProcessSpell(this, spell, caster, target, lock, harvest_spell, customSpell, custom_cast_time, in_heroic_opp);
  5682. }
  5683. void ZoneServer::ProcessEntityCommand(EntityCommand* entity_command, Entity* caster, Spawn* target, bool lock) {
  5684. if (target && target->GetSpawnScript()) {
  5685. Player* player = 0;
  5686. if (caster && caster->IsPlayer())
  5687. player = (Player*)caster;
  5688. CallSpawnScript(target, SPAWN_SCRIPT_CUSTOM, player, entity_command->command.c_str());
  5689. }
  5690. if (spellProcess)
  5691. spellProcess->ProcessEntityCommand(this, entity_command, caster, target, lock);
  5692. }
  5693. void ZoneServer::RemoveSpawnSupportFunctions(Spawn* spawn, bool lock_spell_process, bool shutdown) {
  5694. if(!spawn)
  5695. return;
  5696. // remove entity* in trade class
  5697. if(spawn->IsEntity()) {
  5698. ((Entity*)spawn)->TerminateTrade();
  5699. }
  5700. if(spawn->IsPlayer() && spawn->GetZone())
  5701. spawn->GetZone()->RemovePlayerPassenger(((Player*)spawn)->GetCharacterID());
  5702. if(spawn->IsEntity())
  5703. RemoveSpellTimersFromSpawn((Entity*)spawn, true, true, true, lock_spell_process);
  5704. if(!shutdown) { // in case of shutdown, DeleteData(true) handles the cleanup later via DeleteSpawnScriptTimers
  5705. StopSpawnScriptTimer(spawn, "");
  5706. }
  5707. RemoveDamagedSpawn(spawn);
  5708. spawn->SendSpawnChanges(false);
  5709. RemoveChangedSpawn(spawn);
  5710. // Everything inside this if will be nuked during a reload in other spots, no need to do it twice
  5711. if (!reloading) {
  5712. RemoveDeadEnemyList(spawn);
  5713. spawn->changed = true;
  5714. spawn->info_changed = true;
  5715. spawn->vis_changed = true;
  5716. spawn->position_changed = true;
  5717. SendSpawnChanges(spawn);
  5718. if (spawn->GetSpawnGroupID() > 0) {
  5719. int32 group_id = spawn->GetSpawnGroupID();
  5720. spawn->RemoveSpawnFromGroup();
  5721. if (spawn_group_map.count(group_id) > 0)
  5722. spawn_group_map.Get(group_id).Remove(spawn->GetID());
  5723. }
  5724. if (!spawn->IsPlayer()) {
  5725. if(quick_database_id_lookup.count(spawn->GetDatabaseID()) > 0)
  5726. quick_database_id_lookup.erase(spawn->GetDatabaseID());
  5727. if(spawn->GetSpawnLocationID() > 0 && quick_location_id_lookup.count(spawn->GetSpawnLocationID()) > 0 && quick_location_id_lookup.Get(spawn->GetSpawnLocationID()) == spawn->GetID())
  5728. quick_location_id_lookup.erase(spawn->GetSpawnLocationID());
  5729. if(spawn->GetSpawnGroupID() > 0 && quick_group_id_lookup.count(spawn->GetSpawnGroupID()) > 0 && quick_group_id_lookup.Get(spawn->GetSpawnGroupID()) == spawn->GetID())
  5730. quick_group_id_lookup.erase(spawn->GetSpawnGroupID());
  5731. }
  5732. DeleteSpawnScriptTimers(spawn);
  5733. RemovePlayerProximity(spawn);
  5734. }
  5735. // We don't use RemoveMovementNPC() here as it caused a hell of a delay during reloads
  5736. // instead we remove it from the list directly
  5737. if (spawn->IsNPC())
  5738. movement_spawns.erase(spawn->GetID());
  5739. }
  5740. void ZoneServer::HandleEmote(Spawn* originator, string name) {
  5741. if (!originator) {
  5742. LogWrite(ZONE__ERROR, 0, "Zone", "HandleEmote called with an invalid client");
  5743. return;
  5744. }
  5745. Client* orig_client = (originator->IsPlayer() && ((Player*)originator)->GetClient()) ? ((Player*)originator)->GetClient() : nullptr;
  5746. Client* client = 0;
  5747. int32 cur_client_version = orig_client ? orig_client->GetVersion() : 546;
  5748. Emote* origEmote = visual_states.FindEmote(name, cur_client_version);
  5749. if(!origEmote){
  5750. if(orig_client) {
  5751. orig_client->Message(CHANNEL_COLOR_YELLOW, "Unable to find emote '%s'. If this should be a valid emote be sure to submit a /bug report.", name.c_str());
  5752. }
  5753. return;
  5754. }
  5755. Emote* emote = origEmote;
  5756. PacketStruct* packet = 0;
  5757. char* emoteResponse = 0;
  5758. vector<Client*>::iterator client_itr;
  5759. map<int32, Emote*> emote_version_range;
  5760. MClientList.readlock(__FUNCTION__, __LINE__);
  5761. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  5762. client = *client_itr;
  5763. if(!client || (client && originator->IsPlayer() && client->GetPlayer()->IsIgnored(originator->GetName())))
  5764. continue;
  5765. // establish appropriate emote for the version used by the client
  5766. if (client->GetVersion() != cur_client_version)
  5767. {
  5768. map<int32, Emote*>::iterator rangeitr = emote_version_range.find(client->GetVersion());
  5769. if (rangeitr == emote_version_range.end())
  5770. {
  5771. Emote* tmp_new_emote = visual_states.FindEmote(name, client->GetVersion());
  5772. if (tmp_new_emote)
  5773. {
  5774. emote_version_range.insert(make_pair(client->GetVersion(), tmp_new_emote));
  5775. emote = tmp_new_emote;
  5776. } // else its missing just use the current clients default
  5777. }
  5778. else // we have an existing emote already cached
  5779. emote = rangeitr->second;
  5780. }
  5781. else // since the client and originator client match use the original emote
  5782. emote = origEmote;
  5783. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  5784. if(packet){
  5785. packet->setDataByName("spawn_id" , client->GetPlayer()->GetIDWithPlayerSpawn(originator));
  5786. if(!emoteResponse){
  5787. string message;
  5788. if(originator->GetTarget() && originator->GetTarget()->GetID() != originator->GetID()){
  5789. message = emote->GetTargetedMessageString();
  5790. if(message.find("%t") < 0xFFFFFFFF)
  5791. message.replace(message.find("%t"), 2, originator->GetTarget()->GetName());
  5792. }
  5793. if(message.length() == 0)
  5794. message = emote->GetMessageString();
  5795. if(message.find("%g1") < 0xFFFFFFFF){
  5796. if(originator->GetGender() == 1)
  5797. message.replace(message.find("%g1"), 3, "his");
  5798. else
  5799. message.replace(message.find("%g1"), 3, "her");
  5800. }
  5801. if(message.find("%g2") < 0xFFFFFFFF){
  5802. if(originator->GetGender() == 1)
  5803. message.replace(message.find("%g2"), 3, "him");
  5804. else
  5805. message.replace(message.find("%g2"), 3, "her");
  5806. }
  5807. if(message.find("%g3") < 0xFFFFFFFF){
  5808. if(originator->GetGender() == 1)
  5809. message.replace(message.find("%g3"), 3, "he");
  5810. else
  5811. message.replace(message.find("%g3"), 3, "she");
  5812. }
  5813. if(message.length() > 0){
  5814. emoteResponse = new char[message.length() + strlen(originator->GetName()) + 10];
  5815. sprintf(emoteResponse,"%s %s", originator->GetName(), message.c_str());
  5816. }
  5817. }
  5818. if(originator->IsPlayer()) {
  5819. packet->setMediumStringByName("emote_msg", emoteResponse ? emoteResponse : "");
  5820. }
  5821. packet->setDataByName("anim_type", emote->GetVisualState());
  5822. client->QueuePacket(packet->serialize());
  5823. safe_delete(packet);
  5824. safe_delete_array(emoteResponse);
  5825. }
  5826. }
  5827. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  5828. }
  5829. void ZoneServer::SetupInstance(int32 createdInstanceID) {
  5830. if ( createdInstanceID == 0 ) // if this happens that isn't good!
  5831. instanceID = ++MinInstanceID;
  5832. else // db should pass the good ID
  5833. instanceID = createdInstanceID;
  5834. }
  5835. void ZoneServer::RemoveDeadSpawn(Spawn* spawn){
  5836. AddDeadSpawn(spawn, 0);
  5837. }
  5838. void ZoneServer::AddDeadSpawn(Spawn* spawn, int32 timer){
  5839. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  5840. if (dead_spawns.count(spawn->GetID()) > 0)
  5841. dead_spawns[spawn->GetID()] = Timer::GetCurrentTime2() + timer;
  5842. else if(timer != 0xFFFFFFFF)
  5843. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + timer));
  5844. else{
  5845. if(spawn->IsEntity() && spawn->HasLoot()){
  5846. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + (15000 * spawn->GetLevel() + 240000)));
  5847. SendUpdateDefaultCommand(spawn, "loot", 10);
  5848. }
  5849. else
  5850. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + 10000));
  5851. }
  5852. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  5853. }
  5854. void ZoneServer::WritePlayerStatistics() {
  5855. MutexList<Client*>::iterator client_itr = connected_clients.begin();
  5856. while(client_itr.Next())
  5857. client_itr->value->GetPlayer()->WritePlayerStatistics();
  5858. }
  5859. bool ZoneServer::SendRadiusSpawnInfo(Client* client, float radius) {
  5860. if (!client)
  5861. return false;
  5862. Spawn* spawn = 0;
  5863. bool ret = false;
  5864. map<int32, Spawn*>::iterator itr;
  5865. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5866. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5867. spawn = itr->second;
  5868. if (spawn && spawn != client->GetPlayer() && !spawn->IsPlayer() && spawn->GetDistance(client->GetPlayer()) <= radius) {
  5869. const char* type = "NPC";
  5870. const char* specialTypeID = "N/A";
  5871. int32 specialID = 0, spawnEntryID = spawn->GetSpawnEntryID();
  5872. if (spawn->IsObject())
  5873. {
  5874. Object* obj = (Object*)spawn;
  5875. specialID = obj->GetID();
  5876. specialTypeID = "GetID";
  5877. type = "Object";
  5878. }
  5879. else if (spawn->IsSign())
  5880. {
  5881. Sign* sign = (Sign*)spawn;
  5882. specialID = sign->GetWidgetID();
  5883. specialTypeID = "WidgetID";
  5884. type = "Sign";
  5885. }
  5886. else if (spawn->IsWidget())
  5887. {
  5888. Widget* widget = (Widget*)spawn;
  5889. specialID = widget->GetWidgetID();
  5890. specialTypeID = "WidgetID";
  5891. if ( specialID == 0xFFFFFFFF )
  5892. specialTypeID = "WidgetID(spawn_widgets entry missing)";
  5893. type = "Widget";
  5894. }
  5895. else if (spawn->IsGroundSpawn())
  5896. {
  5897. GroundSpawn* gs = (GroundSpawn*)spawn;
  5898. specialID = gs->GetGroundSpawnEntryID();
  5899. specialTypeID = "GroundSpawnEntryID";
  5900. type = "GroundSpawn";
  5901. }
  5902. client->Message(CHANNEL_COLOR_RED, "Name: %s (%s), Spawn Table ID: %u, %s: %u", spawn->GetName(), type, spawn->GetDatabaseID(), specialTypeID, specialID);
  5903. client->Message(CHANNEL_COLOR_RED, "Spawn Location ID: %u, Spawn Group ID: %u, SpawnEntryID: %u, Grid ID: %u", spawn->GetSpawnLocationID(), spawn->GetSpawnGroupID(), spawnEntryID, spawn->GetLocation());
  5904. client->Message(CHANNEL_COLOR_RED, "Respawn Time: %u (sec), X: %f, Y: %f, Z: %f Heading: %f", spawn->GetRespawnTime(), spawn->GetX(), spawn->GetY(), spawn->GetZ(), spawn->GetHeading());
  5905. client->Message(CHANNEL_COLOR_YELLOW, "=============================");
  5906. ret = true;
  5907. }
  5908. }
  5909. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5910. return ret;
  5911. }
  5912. void ZoneServer::FindSpawn(Client* client, char* regSearchStr)
  5913. {
  5914. if (!regSearchStr || strlen(regSearchStr) < 1)
  5915. {
  5916. client->SimpleMessage(CHANNEL_COLOR_RED, "Bad ZoneServer::FindSpawn(Client*, char* regSearchStr) attempt, regSearchStr is NULL or empty.");
  5917. return;
  5918. }
  5919. string resString = string(regSearchStr);
  5920. try
  5921. {
  5922. std::regex pre_re_check("^[a-zA-Z0-9_ ]+$");
  5923. bool output = std::regex_match(resString, pre_re_check);
  5924. if (output)
  5925. {
  5926. string newStr(".*");
  5927. newStr.append(regSearchStr);
  5928. newStr.append(".*");
  5929. resString = newStr;
  5930. }
  5931. }
  5932. catch (...)
  5933. {
  5934. client->SimpleMessage(CHANNEL_COLOR_RED, "Try/Catch ZoneServer::FindSpawn(Client*, char* regSearchStr) failure.");
  5935. return;
  5936. }
  5937. std::regex re;
  5938. try {
  5939. re = std::regex(resString, std::regex_constants::icase);
  5940. }
  5941. catch(...) {
  5942. client->SimpleMessage(CHANNEL_COLOR_RED, "Invalid regex for FindSpawn.");
  5943. return;
  5944. }
  5945. client->Message(CHANNEL_NARRATIVE, "RegEx Search Spawn List: %s", regSearchStr);
  5946. client->Message(CHANNEL_NARRATIVE, "Database ID | Spawn Name | X , Y , Z");
  5947. client->Message(CHANNEL_NARRATIVE, "========================");
  5948. map<int32, Spawn*>::iterator itr;
  5949. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5950. int32 spawnsFound = 0;
  5951. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5952. Spawn* spawn = itr->second;
  5953. if (!spawn || !spawn->GetName())
  5954. continue;
  5955. bool output = false;
  5956. try {
  5957. output = std::regex_match(string(spawn->GetName()), re);
  5958. }
  5959. catch (...)
  5960. {
  5961. continue;
  5962. }
  5963. if (output)
  5964. {
  5965. client->Message(CHANNEL_NARRATIVE, "%i | %s | %f , %f , %f", spawn->GetDatabaseID(), spawn->GetName(), spawn->GetX(), spawn->GetY(), spawn->GetZ());
  5966. spawnsFound++;
  5967. }
  5968. }
  5969. client->Message(CHANNEL_NARRATIVE, "========================", spawnsFound);
  5970. client->Message(CHANNEL_NARRATIVE, "%u Results Found.", spawnsFound);
  5971. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5972. }
  5973. void ZoneServer::AddPlayerTracking(Player* player) {
  5974. if (player && !player->GetIsTracking() && players_tracking.count(player->GetDatabaseID()) == 0) {
  5975. Client* client = ((Player*)player)->GetClient();
  5976. if (client) {
  5977. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  5978. if (packet) {
  5979. player->SetIsTracking(true);
  5980. players_tracking.Put(client->GetCharacterID(), player);
  5981. packet->setDataByName("mode", TRACKING_START);
  5982. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  5983. client->QueuePacket(packet->serialize());
  5984. safe_delete(packet);
  5985. }
  5986. }
  5987. }
  5988. }
  5989. void ZoneServer::RemovePlayerTracking(Player* player, int8 mode) {
  5990. if (player && player->GetIsTracking()) {
  5991. Client* client = ((Player*)player)->GetClient();
  5992. if (client) {
  5993. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  5994. if (packet) {
  5995. player->SetIsTracking(false);
  5996. players_tracking.erase(client->GetCharacterID());
  5997. packet->setDataByName("mode", mode);
  5998. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  5999. client->QueuePacket(packet->serialize());
  6000. safe_delete(packet);
  6001. }
  6002. }
  6003. }
  6004. }
  6005. void ZoneServer::ProcessTracking() {
  6006. MutexMap<int32, Player*>::iterator itr = players_tracking.begin();
  6007. while (itr.Next()) {
  6008. Player* player = itr->second;
  6009. if(player->GetClient()) {
  6010. ProcessTracking(player->GetClient());
  6011. }
  6012. }
  6013. }
  6014. void ZoneServer::ProcessTracking(Client* client) {
  6015. if (!client)
  6016. return;
  6017. Player* player = client->GetPlayer();
  6018. if (player && player->GetIsTracking()) {
  6019. MutexMap<int32, Spawn*>::iterator spawn_itr;
  6020. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  6021. if (packet) {
  6022. packet->setDataByName("mode", TRACKING_UPDATE);
  6023. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  6024. vector<TrackedSpawn*> spawns_tracked;
  6025. while (spawn_itr.Next()) {
  6026. Spawn* spawn = spawn_itr->second;
  6027. float distance = player->GetDistance(spawn);
  6028. if (spawn->IsEntity() && distance <= 80 && spawn != player) {
  6029. TrackedSpawn* ts = new TrackedSpawn;
  6030. ts->spawn = spawn;
  6031. ts->distance = distance;
  6032. /* Add spawns in ascending order from closest to furthest */
  6033. if (spawns_tracked.empty())
  6034. spawns_tracked.push_back(ts);
  6035. else {
  6036. vector<TrackedSpawn*>::iterator tracked_itr;
  6037. bool added = false;
  6038. for (tracked_itr = spawns_tracked.begin(); tracked_itr != spawns_tracked.end(); tracked_itr++) {
  6039. TrackedSpawn* cur_ts = *tracked_itr;
  6040. if (ts->distance <= cur_ts->distance) {
  6041. spawns_tracked.insert(tracked_itr, ts);
  6042. added = true;
  6043. break;
  6044. }
  6045. }
  6046. if (!added)
  6047. spawns_tracked.push_back(ts);
  6048. }
  6049. }
  6050. }
  6051. packet->setArrayLengthByName("num_spawns", spawns_tracked.size());
  6052. for (int32 i = 0; i < spawns_tracked.size(); i++) {
  6053. TrackedSpawn* ts = spawns_tracked[i];
  6054. LogWrite(ZONE__DEBUG, 0, "Zone", "%s (%f)", ts->spawn->GetName(), ts->distance);
  6055. packet->setArrayDataByName("spawn_id", player->GetIDWithPlayerSpawn(ts->spawn), i);
  6056. packet->setArrayDataByName("spawn_name", ts->spawn->GetName(), i);
  6057. if (ts->spawn->IsPlayer())
  6058. packet->setArrayDataByName("spawn_type", TRACKING_SPAWN_TYPE_PC, i);
  6059. else
  6060. packet->setArrayDataByName("spawn_type", TRACKING_SPAWN_TYPE_NPC, i);
  6061. packet->setArrayDataByName("spawn_con_color", player->GetArrowColor(ts->spawn->GetLevel()), i);
  6062. }
  6063. packet->setArrayLengthByName("num_array1", 0);
  6064. //for (int32 i = 0; i < spawns_tracked.size(); i++) {
  6065. //}
  6066. packet->setArrayLengthByName("num_spawns2", spawns_tracked.size());
  6067. for (int32 i = 0; i < spawns_tracked.size(); i++) {
  6068. TrackedSpawn* ts = spawns_tracked[i];
  6069. packet->setArrayDataByName("list_spawn_id", player->GetIDWithPlayerSpawn(ts->spawn), i);
  6070. packet->setArrayDataByName("list_number", i, i);
  6071. }
  6072. client->QueuePacket(packet->serialize());
  6073. safe_delete(packet);
  6074. for (int32 i = 0; i < spawns_tracked.size(); i++)
  6075. safe_delete(spawns_tracked[i]);
  6076. }
  6077. }
  6078. }
  6079. void ZoneServer::SendEpicMobDeathToGuild(Player* killer, Spawn* victim) {
  6080. if (killer && victim) {
  6081. LogWrite(MISC__TODO, 1, "TODO" , "Check if player is in raid\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  6082. if (killer->GetGroupMemberInfo()) {
  6083. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  6084. deque<GroupMemberInfo*>::iterator itr;
  6085. PlayerGroup* group = world.GetGroupManager()->GetGroup(killer->GetGroupMemberInfo()->group_id);
  6086. if (group)
  6087. {
  6088. group->MGroupMembers.readlock(__FUNCTION__, __LINE__);
  6089. deque<GroupMemberInfo*>* members = group->GetMembers();
  6090. for (itr = members->begin(); itr != members->end(); itr++) {
  6091. GroupMemberInfo* gmi = *itr;
  6092. if (gmi->client) {
  6093. Player* group_member = gmi->client->GetPlayer();
  6094. if (group_member && group_member->GetGuild()) {
  6095. Guild* guild = group_member->GetGuild();
  6096. string message = Guild::GetEpicMobDeathMessage(group_member->GetName(), victim->GetName());
  6097. guild->AddNewGuildEvent(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str(), Timer::GetUnixTimeStamp());
  6098. guild->SendMessageToGuild(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str());
  6099. }
  6100. }
  6101. }
  6102. group->MGroupMembers.releasereadlock(__FUNCTION__, __LINE__);
  6103. }
  6104. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  6105. }
  6106. else if (killer->GetGuild()) {
  6107. Guild* guild = killer->GetGuild();
  6108. string message = Guild::GetEpicMobDeathMessage(killer->GetName(), victim->GetName());
  6109. guild->AddNewGuildEvent(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str(), Timer::GetUnixTimeStamp());
  6110. guild->SendMessageToGuild(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str());
  6111. }
  6112. }
  6113. }
  6114. void ZoneServer::ProcessAggroChecks(Spawn* spawn) {
  6115. if (spawn->GetFactionID() < 1 || spawn->EngagedInCombat())
  6116. return;
  6117. // If faction based combat is not allowed then no need to run the loops so just return out
  6118. if(!rule_manager.GetGlobalRule(R_Faction, AllowFactionBasedCombat)->GetBool())
  6119. return;
  6120. if (spawn && spawn->IsNPC() && spawn->Alive())
  6121. CheckEnemyList((NPC*)spawn);
  6122. }
  6123. void ZoneServer::SendUpdateTitles(Client* client, Title* suffix, Title* prefix) {
  6124. assert(client);
  6125. if (client->GetVersion() > 546)
  6126. SendUpdateTitles(client->GetPlayer(), suffix, prefix);
  6127. }
  6128. void ZoneServer::SendUpdateTitles(Spawn *spawn, Title *suffix, Title *prefix) {
  6129. if (!spawn)
  6130. return;
  6131. vector<Client*>::iterator itr;
  6132. PacketStruct *packet;
  6133. Client* current_client;
  6134. MClientList.readlock(__FUNCTION__, __LINE__);
  6135. for (itr = clients.begin(); itr != clients.end(); itr++) {
  6136. current_client = *itr;
  6137. if (current_client->GetVersion() <= 546)
  6138. continue;
  6139. if (!(packet = configReader.getStruct("WS_UpdateTitle", current_client->GetVersion())))
  6140. continue;
  6141. packet->setDataByName("player_id", current_client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  6142. packet->setDataByName("player_name", spawn->GetName());
  6143. packet->setDataByName("unknown1", 1, 1);
  6144. if(suffix)
  6145. packet->setDataByName("suffix_title", suffix->GetName());
  6146. else
  6147. packet->setDataByName("suffix_title", spawn->GetSuffixTitle());
  6148. if(prefix)
  6149. packet->setDataByName("prefix_title", prefix->GetName());
  6150. else
  6151. packet->setDataByName("prefix_title", spawn->GetPrefixTitle());
  6152. packet->setDataByName("last_name", spawn->GetLastName());
  6153. packet->setDataByName("sub_title", spawn->GetSubTitle());
  6154. current_client->QueuePacket(packet->serialize());
  6155. safe_delete(packet);
  6156. }
  6157. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6158. }
  6159. void ZoneServer::AddTransportSpawn(Spawn* spawn){
  6160. if(!spawn)
  6161. return;
  6162. MTransportSpawns.writelock(__FUNCTION__, __LINE__);
  6163. transport_spawns.push_back(spawn->GetID());
  6164. spawn->SetTransportSpawn(true);
  6165. MTransportSpawns.releasewritelock(__FUNCTION__, __LINE__);
  6166. }
  6167. Spawn* ZoneServer::GetClosestTransportSpawn(float x, float y, float z){
  6168. Spawn* spawn = 0;
  6169. Spawn* closest_spawn = 0;
  6170. float closest_distance = 0.0;
  6171. MTransportSpawns.writelock(__FUNCTION__, __LINE__);
  6172. vector<int32>::iterator itr = transport_spawns.begin();
  6173. while(itr != transport_spawns.end()){
  6174. spawn = GetSpawnByID(*itr);
  6175. if(spawn){
  6176. if(closest_distance == 0.0){
  6177. closest_spawn = spawn;
  6178. closest_distance = spawn->GetDistance(x, y, z);
  6179. }
  6180. else if(spawn->GetDistance(x, y, z) < closest_distance){
  6181. closest_spawn = spawn;
  6182. closest_distance = spawn->GetDistance(x, y, z);
  6183. }
  6184. itr++;
  6185. }
  6186. else
  6187. itr = transport_spawns.erase(itr);
  6188. }
  6189. MTransportSpawns.releasewritelock(__FUNCTION__, __LINE__);
  6190. return closest_spawn;
  6191. }
  6192. Spawn* ZoneServer::GetTransportByRailID(sint64 rail_id){
  6193. Spawn* spawn = 0;
  6194. Spawn* closest_spawn = 0;
  6195. MTransportSpawns.readlock(__FUNCTION__, __LINE__);
  6196. vector<int32>::iterator itr = transport_spawns.begin();
  6197. while(itr != transport_spawns.end()){
  6198. spawn = GetSpawnByID(*itr);
  6199. //printf("Rail id: %i vs %i\n", spawn ? spawn->GetRailID() : 0, rail_id);
  6200. if(spawn && spawn->GetRailID() == rail_id){
  6201. closest_spawn = spawn;
  6202. break;
  6203. }
  6204. itr++;
  6205. }
  6206. MTransportSpawns.releasereadlock(__FUNCTION__, __LINE__);
  6207. return closest_spawn;
  6208. }
  6209. void ZoneServer::SetRain(float val) {
  6210. rain = val;
  6211. vector<Client*>::iterator itr;
  6212. MClientList.readlock(__FUNCTION__, __LINE__);
  6213. for (itr = clients.begin(); itr != clients.end(); itr++) {
  6214. Client* client = *itr;
  6215. client->GetPlayer()->GetInfoStruct()->set_rain(val);
  6216. client->GetPlayer()->SetCharSheetChanged(true);
  6217. if( val >= 0.75 && !weather_signaled )
  6218. {
  6219. client->SimpleMessage(CHANNEL_NARRATIVE, "It starts to rain.");
  6220. }
  6221. else if( val < 0.75 && weather_signaled )
  6222. {
  6223. client->SimpleMessage(CHANNEL_NARRATIVE, "It stops raining.");
  6224. }
  6225. }
  6226. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6227. if (val >= 0.75 && !weather_signaled) {
  6228. weather_signaled = true;
  6229. ProcessSpawnConditional(SPAWN_CONDITIONAL_RAINING);
  6230. }
  6231. else if (val < 0.75 && weather_signaled) {
  6232. weather_signaled = false;
  6233. ProcessSpawnConditional(SPAWN_CONDITIONAL_NOT_RAINING);
  6234. }
  6235. }
  6236. void ZoneServer::SetWind(float val) {
  6237. vector<Client*>::iterator itr;
  6238. MClientList.readlock(__FUNCTION__, __LINE__);
  6239. for (itr = clients.begin(); itr != clients.end(); itr++) {
  6240. Client* client = *itr;
  6241. client->GetPlayer()->GetInfoStruct()->set_wind(val);
  6242. client->GetPlayer()->SetCharSheetChanged(true);
  6243. }
  6244. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6245. }
  6246. void ZoneServer::ProcessWeather()
  6247. {
  6248. // if the global rule to disable weather is set, or if the `weather_allowed` field in the zone record == 0, do not process weather
  6249. if( !weather_enabled || !isWeatherAllowed() )
  6250. return;
  6251. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Processing weather changes", zone_name);
  6252. float new_weather = 0;
  6253. float weather_offset = 0;
  6254. bool change_weather = false;
  6255. // check to see if it is time to change the weather according to weather_frequency (time between changes)
  6256. if( weather_last_changed_time <= (Timer::GetUnixTimeStamp() - weather_frequency) )
  6257. {
  6258. LogWrite(ZONE__DEBUG, 2, "Zone", "%s: Checking for weather changes", zone_name);
  6259. // reset last changed time (frequency check)
  6260. weather_last_changed_time = Timer::GetUnixTimeStamp();
  6261. // this is the chance a weather change occurs at all at the expired interval
  6262. int8 weather_random = MakeRandomInt(1, 100);
  6263. LogWrite(ZONE__DEBUG, 2, "Zone", "%s: Chance to change weather: %i%%, rolled: %i%% - Change weather: %s", zone_name, weather_change_chance, weather_random, weather_random <= weather_change_chance ? "True" : "False");
  6264. if( weather_random <= weather_change_chance )
  6265. {
  6266. change_weather = true;
  6267. weather_offset = weather_change_amount;
  6268. if( weather_type == 3 ) // chaotic weather patterns, random weather between min/max
  6269. {
  6270. new_weather = MakeRandomFloat(weather_min_severity, weather_max_severity);
  6271. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Chaotic weather severity changed to %.2f", zone_name, new_weather);
  6272. weather_pattern = 2;
  6273. }
  6274. else if( weather_type == 2 ) // random weather patterns, combination of normal + dynamic + max_offset
  6275. {
  6276. weather_offset = MakeRandomFloat(weather_change_amount, weather_dynamic_offset);
  6277. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Random weather severity changed by %.2f", zone_name, weather_offset);
  6278. int8 weather_alter = weather_change_chance / 10; // the divide is to prevent too many direction changes in a cycle
  6279. weather_random = MakeRandomInt(1, 100); // chance that the weather changes direction (weather_pattern)
  6280. if( weather_random <= weather_alter )
  6281. weather_pattern = ( weather_pattern == 0 ) ? 1 : 0;
  6282. }
  6283. else if( weather_type == 1 ) // dynamic weather patterns, weather may not reach min/max
  6284. {
  6285. int8 weather_alter = weather_change_chance / 10; // the divide is to prevent too many direction changes in a cycle
  6286. weather_random = MakeRandomInt(1, 100); // chance that the weather changes direction (weather_pattern)
  6287. if( weather_random <= weather_alter )
  6288. {
  6289. weather_pattern = ( weather_pattern == 0 ) ? 1 : 0;
  6290. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Dynamic weather pattern changed to %i", zone_name, weather_pattern);
  6291. }
  6292. }
  6293. else // normal weather patterns, weather starts at min, goes to max, then back down again
  6294. {
  6295. // do nothing (processed below)
  6296. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Normal weather severity changed by %.2f", zone_name, weather_offset);
  6297. }
  6298. // when all done, change the weather
  6299. if( change_weather )
  6300. {
  6301. if( weather_pattern == 1 )
  6302. {
  6303. // weather is getting worse, til it reaches weather_max_severity
  6304. new_weather = ( weather_current_severity <= weather_max_severity ) ? weather_current_severity + weather_offset : weather_max_severity;
  6305. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Increased weather severity by %.2f", zone_name, weather_offset);
  6306. if(new_weather > weather_max_severity)
  6307. {
  6308. new_weather = weather_max_severity - weather_offset;
  6309. weather_pattern = 0;
  6310. }
  6311. }
  6312. else if( weather_pattern == 0 )
  6313. {
  6314. // weather is clearing up, til it reaches weather_min_severity
  6315. new_weather = ( weather_current_severity >= weather_min_severity ) ? weather_current_severity - weather_offset : weather_min_severity;
  6316. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Decreased weather severity by %.2f", zone_name, weather_offset);
  6317. if(new_weather < weather_min_severity)
  6318. {
  6319. new_weather = weather_min_severity + weather_offset;
  6320. weather_pattern = 1;
  6321. }
  6322. }
  6323. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather change triggered from %.2f to %.2f", zone_name, weather_current_severity, new_weather);
  6324. this->SetRain(new_weather);
  6325. weather_current_severity = new_weather;
  6326. }
  6327. }
  6328. }
  6329. else
  6330. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Not time to change weather yet", zone_name);
  6331. }
  6332. void ZoneServer::HidePrivateSpawn(Spawn* spawn) {
  6333. if (!spawn->IsPrivateSpawn())
  6334. return;
  6335. Client* client = 0;
  6336. Player* player = 0;
  6337. PacketStruct* packet = 0;
  6338. int32 packet_version = 0;
  6339. MutexList<Client*>::iterator itr = connected_clients.begin();
  6340. while (itr->Next()) {
  6341. client = itr->value;
  6342. player = client->GetPlayer();
  6343. if (player->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->IsSendingSpawn(spawn->GetID())) {
  6344. if (!packet || packet_version != client->GetVersion()) {
  6345. safe_delete(packet);
  6346. packet_version = client->GetVersion();
  6347. packet = configReader.getStruct("WS_DestroyGhostCmd", packet_version);
  6348. }
  6349. SendRemoveSpawn(client, spawn, packet);
  6350. if(spawn_range_map.count(client) > 0)
  6351. spawn_range_map.Get(client)->erase(spawn->GetID());
  6352. if(player->GetTarget() == spawn)
  6353. player->SetTarget(0);
  6354. }
  6355. }
  6356. safe_delete(packet);
  6357. }
  6358. SpawnLocation* ZoneServer::GetSpawnLocation(int32 id) {
  6359. SpawnLocation* ret = 0;
  6360. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  6361. if (spawn_location_list.count(id) > 0)
  6362. ret = spawn_location_list[id];
  6363. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  6364. return ret;
  6365. }
  6366. void ZoneServer::PlayAnimation(Spawn* spawn, int32 visual_state, Spawn* spawn2, int8 hide_type){
  6367. Client* client = 0;
  6368. PacketStruct* packet = 0;
  6369. Spawn* exclude_spawn = 0;
  6370. if (!spawn)
  6371. return;
  6372. if (spawn2){
  6373. if(hide_type == 1){
  6374. if(spawn2->IsPlayer()) {
  6375. client = ((Player*)spawn2)->GetClient();
  6376. if(client){
  6377. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  6378. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  6379. packet->setDataByName("anim_type", visual_state);
  6380. client->QueuePacket(packet->serialize());
  6381. }
  6382. safe_delete(packet);
  6383. return;
  6384. }
  6385. }
  6386. if(hide_type == 2)
  6387. exclude_spawn = spawn2;
  6388. }
  6389. vector<Client*>::iterator client_itr;
  6390. MClientList.readlock(__FUNCTION__, __LINE__);
  6391. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  6392. client = *client_itr;
  6393. if(spawn->GetDistance(client->GetPlayer()) > 50)
  6394. continue;
  6395. if(exclude_spawn == client->GetPlayer())
  6396. continue;
  6397. if(!client->IsReadyForUpdates()) // client is not in world yet so we shouldn't be sending animations of spawns yet
  6398. continue;
  6399. if(!packet || packet->GetVersion() != client->GetVersion()) {
  6400. safe_delete(packet);
  6401. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  6402. }
  6403. if (packet) {
  6404. int32 spawn_id = client->GetPlayer()->GetIDWithPlayerSpawn(spawn);
  6405. if(spawn_id) {
  6406. packet->setDataByName("spawn_id", spawn_id);
  6407. packet->setDataByName("anim_type", visual_state);
  6408. client->QueuePacket(packet->serialize());
  6409. }
  6410. }
  6411. }
  6412. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6413. safe_delete(packet);
  6414. }
  6415. vector<Spawn*> ZoneServer::GetSpawnsByID(int32 id) {
  6416. vector<Spawn*> tmp_list;
  6417. Spawn* spawn;
  6418. map<int32, Spawn*>::iterator itr;
  6419. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6420. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6421. spawn = itr->second;
  6422. if (spawn && (spawn->GetDatabaseID() == id))
  6423. tmp_list.push_back(spawn);
  6424. }
  6425. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6426. return tmp_list;
  6427. }
  6428. vector<Spawn*> ZoneServer::GetSpawnsByRailID(sint64 rail_id) {
  6429. vector<Spawn*> tmp_list;
  6430. Spawn* spawn;
  6431. MTransportSpawns.readlock(__FUNCTION__, __LINE__);
  6432. vector<int32>::iterator itr = transport_spawns.begin();
  6433. while(itr != transport_spawns.end()){
  6434. spawn = GetSpawnByID(*itr);
  6435. if(spawn && spawn->GetRailID() == rail_id){
  6436. tmp_list.push_back(spawn);
  6437. }
  6438. itr++;
  6439. }
  6440. MTransportSpawns.releasereadlock(__FUNCTION__, __LINE__);
  6441. return tmp_list;
  6442. }
  6443. void ZoneServer::RemovePlayerPassenger(int32 char_id) {
  6444. vector<Spawn*> tmp_list;
  6445. Spawn* spawn;
  6446. MTransportSpawns.readlock(__FUNCTION__, __LINE__);
  6447. vector<int32>::iterator itr = transport_spawns.begin();
  6448. while(itr != transport_spawns.end()){
  6449. spawn = GetSpawnByID(*itr);
  6450. if(spawn) {
  6451. spawn->RemoveRailPassenger(char_id);
  6452. }
  6453. itr++;
  6454. }
  6455. MTransportSpawns.releasereadlock(__FUNCTION__, __LINE__);
  6456. }
  6457. vector<int32> ZoneServer::GetAttackableSpawnsByDistance(Spawn* caster, float distance) {
  6458. vector<int32> ret;
  6459. Spawn* spawn = 0;
  6460. std::shared_lock lock(MGridMaps);
  6461. std::map<int32, GridMap*>::iterator grids = grid_maps.find(caster->GetLocation());
  6462. if(grids != grid_maps.end()) {
  6463. grids->second->MSpawns.lock_shared();
  6464. typedef map <int32, Spawn*> SpawnMapType;
  6465. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  6466. Spawn* spawn = it->second;
  6467. if (spawn && spawn->IsNPC() && spawn->appearance.attackable > 0 && spawn->GetID() > 0 && spawn->GetID() != caster->GetID() &&
  6468. spawn->Alive() && spawn->GetDistance(caster, true) <= distance) {
  6469. ret.push_back(spawn->GetID());
  6470. }
  6471. }
  6472. grids->second->MSpawns.unlock_shared();
  6473. }
  6474. return ret;
  6475. }
  6476. void ZoneServer::ResurrectSpawn(Spawn* spawn, Client* client) {
  6477. if(!client || !spawn)
  6478. return;
  6479. PendingResurrection* rez = client->GetCurrentRez();
  6480. if(!rez || !rez->caster)
  6481. return;
  6482. PacketStruct* packet = 0;
  6483. float power_perc = rez->mp_perc;
  6484. float health_perc = rez->hp_perc;
  6485. Spawn* caster_spawn = rez->caster;
  6486. sint32 heal_amt = 0;
  6487. sint32 power_amt = 0;
  6488. bool no_calcs = rez->no_calcs;
  6489. int8 crit_mod = rez->crit_mod;
  6490. Entity* caster = 0;
  6491. InfoStruct* info = 0;
  6492. bool crit = false;
  6493. string heal_spell = rez->heal_name;
  6494. int16 heal_packet_type = 0;
  6495. int16 power_packet_type = 0;
  6496. //Calculations for how much to heal the spawn
  6497. if(health_perc > 0)
  6498. heal_amt = (spawn->GetTotalHP() * (health_perc / 100));
  6499. if(power_perc > 0)
  6500. power_amt = (spawn->GetTotalPower() * (power_perc / 100));
  6501. if(caster_spawn->IsEntity()){
  6502. caster = ((Entity*)caster_spawn);
  6503. info = caster->GetInfoStruct();
  6504. }
  6505. if(!no_calcs && caster){
  6506. heal_amt = caster->CalculateHealAmount(spawn, heal_amt, crit_mod, &crit);
  6507. power_amt = caster->CalculateHealAmount(spawn, power_amt, crit_mod, &crit);
  6508. }
  6509. //Set this rez as a crit to be passed to subspell (not yet used)
  6510. rez->crit = true;
  6511. //Set Heal amt to 1 if 0 now so the player has health
  6512. if(heal_amt == 0)
  6513. heal_amt = 1;
  6514. if(heal_amt > spawn->GetTotalHP())
  6515. heal_amt = spawn->GetTotalHP();
  6516. if(power_amt > spawn->GetTotalPower())
  6517. power_amt = spawn->GetTotalPower();
  6518. spawn->SetAlive(true);
  6519. spawn->SetHP(heal_amt);
  6520. if(power_amt > 0)
  6521. spawn->SetPower(power_amt);
  6522. if(client && caster){
  6523. EQ2Packet* move = ((Player*)spawn)->Move(caster->GetX(), caster->GetY(), caster->GetZ(), client->GetVersion());
  6524. if(move)
  6525. client->QueuePacket(move);
  6526. }
  6527. if(crit){
  6528. power_packet_type = HEAL_PACKET_TYPE_CRIT_MANA;
  6529. heal_packet_type = HEAL_PACKET_TYPE_CRIT_HEAL;
  6530. }
  6531. else {
  6532. power_packet_type = HEAL_PACKET_TYPE_SIMPLE_MANA;
  6533. heal_packet_type = HEAL_PACKET_TYPE_SIMPLE_HEAL;
  6534. }
  6535. SendHealPacket(caster, spawn, heal_packet_type, heal_amt, heal_spell.c_str());
  6536. if(power_amt > 0)
  6537. SendHealPacket(caster, spawn, power_packet_type, power_amt, heal_spell.c_str());
  6538. //The following code sets the spawn as alive
  6539. if(dead_spawns.count(spawn->GetID()) > 0)
  6540. dead_spawns.erase(spawn->GetID());
  6541. if(spawn->IsPlayer()){
  6542. spawn->SetSpawnType(4);
  6543. client = ((Player*)spawn)->GetClient();
  6544. if(client){
  6545. packet = configReader.getStruct("WS_Resurrected", client->GetVersion());
  6546. if(packet){
  6547. client->QueuePacket(packet->serialize());
  6548. }
  6549. safe_delete(packet);
  6550. if(client->GetVersion() <= 546) {
  6551. ClientPacketFunctions::SendServerControlFlagsClassic(client, 8, 0);
  6552. ClientPacketFunctions::SendServerControlFlagsClassic(client, 16, 0);
  6553. }
  6554. else {
  6555. ClientPacketFunctions::SendServerControlFlags(client, 1, 8, 0);
  6556. ClientPacketFunctions::SendServerControlFlags(client, 1, 16, 0);
  6557. }
  6558. client->SimpleMessage(CHANNEL_NARRATIVE, "You regain consciousness!");
  6559. }
  6560. }
  6561. spawn->SendSpawnChanges(true);
  6562. spawn->SetTempActionState(-1);
  6563. spawn->appearance.attackable = 1;
  6564. }
  6565. void ZoneServer::SendDispellPacket(Entity* caster, Spawn* target, string dispell_name, string spell_name, int8 dispell_type){
  6566. if(!caster || !target)
  6567. return;
  6568. Client* client = 0;
  6569. Player* player = 0;
  6570. PacketStruct* packet = 0;
  6571. vector<Client*>::iterator client_itr;
  6572. MClientList.readlock(__FUNCTION__, __LINE__);
  6573. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++){
  6574. client = *client_itr;
  6575. if(!client || !(player = client->GetPlayer()) || (player != caster && ((caster && player->WasSentSpawn(caster->GetID()) == false) || (target && player->WasSentSpawn(target->GetID()) == false))))
  6576. continue;
  6577. if(caster && caster->GetDistance(player) > 50)
  6578. continue;
  6579. if(target && target->GetDistance(player) > 50)
  6580. continue;
  6581. packet = configReader.getStruct("WS_HearDispell", client->GetVersion());
  6582. if(packet){
  6583. packet->setDataByName("spell_name", spell_name.c_str());
  6584. packet->setDataByName("dispell_name", dispell_name.c_str());
  6585. packet->setDataByName("caster", player->GetIDWithPlayerSpawn(caster));
  6586. packet->setDataByName("target", player->GetIDWithPlayerSpawn(target));
  6587. packet->setDataByName("type", dispell_type);
  6588. client->QueuePacket(packet->serialize());
  6589. }
  6590. safe_delete(packet);
  6591. }
  6592. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6593. }
  6594. void ZoneServer::DismissAllPets() {
  6595. Spawn* spawn = 0;
  6596. map<int32, Spawn*>::iterator itr;
  6597. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6598. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6599. spawn = itr->second;
  6600. if (spawn && spawn->IsEntity())
  6601. ((Entity*)spawn)->DismissAllPets();
  6602. }
  6603. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6604. }
  6605. void ZoneServer::RemoveTargetFromSpell(LuaSpell* spell, Spawn* target, bool remove_caster){
  6606. if (spellProcess)
  6607. spellProcess->RemoveTargetFromSpell(spell, target, remove_caster);
  6608. }
  6609. void ZoneServer::ClearHate(Entity* entity) {
  6610. Spawn* spawn = 0;
  6611. map<int32, Spawn*>::iterator itr;
  6612. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6613. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6614. spawn = itr->second;
  6615. if (spawn && spawn->IsNPC() && ((NPC*)spawn)->Brain())
  6616. ((NPC*)spawn)->Brain()->ClearHate(entity);
  6617. }
  6618. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6619. }
  6620. ThreadReturnType ZoneLoop(void* tmp) {
  6621. #ifdef WIN32
  6622. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  6623. #endif
  6624. if (tmp == 0) {
  6625. ThrowError("ZoneLoop(): tmp = 0!");
  6626. THREAD_RETURN(NULL);
  6627. }
  6628. ZoneServer* zs = (ZoneServer*) tmp;
  6629. while (zs->Process()) {
  6630. if(zs->GetClientCount() == 0)
  6631. Sleep(1000);
  6632. else
  6633. Sleep(10);
  6634. }
  6635. // we failed, time to disappear, no more processing period
  6636. safe_delete(zs);
  6637. THREAD_RETURN(NULL);
  6638. }
  6639. ThreadReturnType SpawnLoop(void* tmp) {
  6640. #ifdef WIN32
  6641. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  6642. #endif
  6643. if (tmp == 0) {
  6644. ThrowError("SpawnLoop(): tmp = 0!");
  6645. THREAD_RETURN(NULL);
  6646. }
  6647. ZoneServer* zs = (ZoneServer*) tmp;
  6648. #ifndef NO_CATCH
  6649. try {
  6650. #endif
  6651. zs->spawnthread_active = true;
  6652. while (zs->SpawnProcess()) {
  6653. if(zs->GetClientCount() == 0)
  6654. Sleep(1000);
  6655. else
  6656. Sleep(20);
  6657. }
  6658. zs->spawnthread_active = false;
  6659. #ifndef NO_CATCH
  6660. }
  6661. catch(...) {
  6662. zs->spawnthread_active = false;
  6663. zs->initial_spawn_threads_active = 0;
  6664. LogWrite(ZONE__ERROR, 0, "Zone", "Error Processing SpawnLoop, shutting down zone '%s'...", zs->GetZoneName());
  6665. try{
  6666. zs->Shutdown();
  6667. }
  6668. catch(...){
  6669. LogWrite(ZONE__ERROR, 0, "Zone", "Error Processing SpawnLoop while shutting down zone '%s'...", zs->GetZoneName());
  6670. throw;
  6671. }
  6672. throw;
  6673. }
  6674. #endif
  6675. THREAD_RETURN(NULL);
  6676. }
  6677. ThreadReturnType SendInitialSpawns(void* tmp) {
  6678. #ifdef WIN32
  6679. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_ABOVE_NORMAL);
  6680. #endif
  6681. if (tmp == 0) {
  6682. ThrowError("SendInitialSpawns(): tmp = 0!");
  6683. THREAD_RETURN(NULL);
  6684. }
  6685. Client* client = (Client*) tmp;
  6686. client->GetCurrentZone()->SendZoneSpawns(client);
  6687. THREAD_RETURN(NULL);
  6688. }
  6689. ThreadReturnType SendLevelChangedSpawns(void* tmp) {
  6690. #ifdef WIN32
  6691. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  6692. #endif
  6693. if (tmp == 0) {
  6694. ThrowError("SendLevelChangedSpawns(): tmp = 0!");
  6695. THREAD_RETURN(NULL);
  6696. }
  6697. Client* client = (Client*)tmp;
  6698. client->GetCurrentZone()->SendAllSpawnsForLevelChange(client);
  6699. THREAD_RETURN(NULL);
  6700. }
  6701. void ZoneServer::SetSpawnStructs(Client* client) {
  6702. int16 client_ver = client->GetVersion();
  6703. Player* player = client->GetPlayer();
  6704. //Save a copy of the correct spawn substructs for the client's player, save here a copy if we don't have one
  6705. PacketStruct* pos = configReader.getStruct("Substruct_SpawnPositionStruct", client_ver);
  6706. player->SetSpawnPosStruct(pos);
  6707. if (versioned_pos_structs.count(pos->GetVersion()) == 0)
  6708. versioned_pos_structs[pos->GetVersion()] = new PacketStruct(pos, true);
  6709. PacketStruct* vis = configReader.getStruct("Substruct_SpawnVisualizationInfoStruct", client_ver);
  6710. player->SetSpawnVisStruct(vis);
  6711. if (versioned_vis_structs.count(vis->GetVersion()) == 0)
  6712. versioned_vis_structs[vis->GetVersion()] = new PacketStruct(vis, true);
  6713. PacketStruct* info = configReader.getStruct("Substruct_SpawnInfoStruct", client_ver);
  6714. player->SetSpawnInfoStruct(info);
  6715. if (versioned_info_structs.count(info->GetVersion()) == 0)
  6716. versioned_info_structs[info->GetVersion()] = new PacketStruct(info, true);
  6717. PacketStruct* header = configReader.getStruct("WS_SpawnStruct_Header", client_ver);
  6718. player->SetSpawnHeaderStruct(header);
  6719. PacketStruct* footer = configReader.getStruct("WS_SpawnStruct_Footer", client_ver);
  6720. player->SetSpawnFooterStruct(footer);
  6721. PacketStruct* sfooter = configReader.getStruct("WS_SignWidgetSpawnStruct_Footer", client_ver);
  6722. player->SetSignFooterStruct(sfooter);
  6723. PacketStruct* wfooter = configReader.getStruct("WS_WidgetSpawnStruct_Footer", client_ver);
  6724. player->SetWidgetFooterStruct(wfooter);
  6725. }
  6726. Spawn* ZoneServer::GetSpawn(int32 id){
  6727. Spawn* ret = 0;
  6728. if(GetNPC(id))
  6729. ret = GetNewNPC(id);
  6730. else if(this->GetObject(id))
  6731. ret = GetNewObject(id);
  6732. else if(GetWidget(id))
  6733. ret = GetNewWidget(id);
  6734. else if(GetSign(id))
  6735. ret = GetNewSign(id);
  6736. else if(GetGroundSpawn(id))
  6737. ret = GetNewGroundSpawn(id);
  6738. // Unable to find the spawn in the list lets attempt to add it if we are not currently reloading
  6739. else if (!reloading && database.LoadNPC(this, id)) {
  6740. if (GetNPC(id))
  6741. ret = GetNewNPC(id);
  6742. else
  6743. LogWrite(NPC__ERROR, 0, "NPC", "Database inserted npc (%u) but was still unable to retrieve it!", id);
  6744. }
  6745. else if (!reloading && database.LoadObject(this, id)) {
  6746. if (this->GetObject(id))
  6747. ret = GetNewObject(id);
  6748. else
  6749. LogWrite(OBJECT__ERROR, 0, "Object", "Database inserted object (%u) but was still unable to retrieve it!", id);
  6750. }
  6751. else if (!reloading && database.LoadWidget(this, id)) {
  6752. if (GetWidget(id))
  6753. ret = GetNewWidget(id);
  6754. else
  6755. LogWrite(WIDGET__ERROR, 0, "Widget", "Database inserted widget (%u) but was still unable to retrieve it!", id);
  6756. }
  6757. else if (!reloading && database.LoadSign(this, id)) {
  6758. if (GetSign(id))
  6759. ret = GetNewSign(id);
  6760. else
  6761. LogWrite(SIGN__ERROR, 0, "Sign", "Database inserted sign (%u) but was still unable to retrieve it!", id);
  6762. }
  6763. else if (!reloading && database.LoadGroundSpawn(this, id)) {
  6764. if (GetGroundSpawn(id))
  6765. ret = GetNewGroundSpawn(id);
  6766. else
  6767. LogWrite(GROUNDSPAWN__ERROR, 0, "GSpawn", "Database inserted ground spawn (%u) but was still unable to retrieve it!", id);
  6768. }
  6769. if(ret && ret->IsOmittedByDBFlag())
  6770. {
  6771. LogWrite(SPAWN__WARNING, 0, "Spawn", "Spawn (%u) was skipped due to a missing expansion / holiday flag being met.", id);
  6772. safe_delete(ret);
  6773. ret = 0;
  6774. }
  6775. if(ret)
  6776. ret->SetID(Spawn::NextID());
  6777. return ret;
  6778. }
  6779. vector<EntityCommand*>* ZoneServer::GetEntityCommandList(int32 id){
  6780. if(entity_command_list.count(id) > 0)
  6781. return entity_command_list[id];
  6782. else
  6783. return 0;
  6784. }
  6785. void ZoneServer::SetEntityCommandList(int32 id, EntityCommand* command) {
  6786. if (entity_command_list.count(id) == 0)
  6787. entity_command_list[id] = new vector<EntityCommand*>;
  6788. entity_command_list[id]->push_back(command);
  6789. }
  6790. EntityCommand* ZoneServer::GetEntityCommand(int32 id, string name) {
  6791. EntityCommand* ret = 0;
  6792. if (entity_command_list.count(id) == 0)
  6793. return ret;
  6794. vector<EntityCommand*>::iterator itr;
  6795. for (itr = entity_command_list[id]->begin(); itr != entity_command_list[id]->end(); itr++) {
  6796. if ((*itr)->name == name) {
  6797. ret = (*itr);
  6798. break;
  6799. }
  6800. }
  6801. return ret;
  6802. }
  6803. void ZoneServer::ClearEntityCommands() {
  6804. if (entity_command_list.size() > 0) {
  6805. map<int32, vector<EntityCommand*>* >::iterator itr;
  6806. for (itr = entity_command_list.begin(); itr != entity_command_list.end(); itr++) {
  6807. vector<EntityCommand*>* entity_commands = itr->second;
  6808. if (entity_commands && entity_commands->size() > 0) {
  6809. vector<EntityCommand*>::iterator v_itr;
  6810. for (v_itr = entity_commands->begin(); v_itr != entity_commands->end(); v_itr++)
  6811. safe_delete(*v_itr);
  6812. entity_commands->clear();
  6813. }
  6814. safe_delete(entity_commands);
  6815. }
  6816. entity_command_list.clear();
  6817. }
  6818. }
  6819. void ZoneServer::AddNPCSkill(int32 list_id, int32 skill_id, int16 value){
  6820. npc_skill_list[list_id][skill_id] = value;
  6821. }
  6822. map<string, Skill*>* ZoneServer::GetNPCSkills(int32 primary_list, int32 secondary_list){
  6823. map<string, Skill*>* ret = 0;
  6824. if(npc_skill_list.count(primary_list) > 0){
  6825. ret = new map<string, Skill*>();
  6826. map<int32, int16>::iterator itr;
  6827. Skill* tmpSkill = 0;
  6828. for(itr = npc_skill_list[primary_list].begin(); itr != npc_skill_list[primary_list].end(); itr++){
  6829. tmpSkill = master_skill_list.GetSkill(itr->first);
  6830. if(tmpSkill){
  6831. tmpSkill = new Skill(tmpSkill);
  6832. tmpSkill->current_val = itr->second;
  6833. tmpSkill->max_val = tmpSkill->current_val+5;
  6834. (*ret)[tmpSkill->name.data] = tmpSkill;
  6835. }
  6836. }
  6837. }
  6838. if(npc_skill_list.count(secondary_list) > 0){
  6839. if(!ret)
  6840. ret = new map<string, Skill*>();
  6841. map<int32, int16>::iterator itr;
  6842. Skill* tmpSkill = 0;
  6843. for(itr = npc_skill_list[secondary_list].begin(); itr != npc_skill_list[secondary_list].end(); itr++){
  6844. tmpSkill = master_skill_list.GetSkill(itr->first);
  6845. if(tmpSkill){
  6846. tmpSkill = new Skill(tmpSkill);
  6847. tmpSkill->current_val = itr->second;
  6848. tmpSkill->max_val = tmpSkill->current_val+5;
  6849. (*ret)[tmpSkill->name.data] = tmpSkill;
  6850. }
  6851. }
  6852. }
  6853. if(ret && ret->size() == 0){
  6854. safe_delete(ret);
  6855. ret = 0;
  6856. }
  6857. return ret;
  6858. }
  6859. void ZoneServer::AddNPCEquipment(int32 list_id, int32 item_id){
  6860. npc_equipment_list[list_id].push_back(item_id);
  6861. }
  6862. void ZoneServer::SetNPCEquipment(NPC* npc) {
  6863. if(npc_equipment_list.count(npc->GetEquipmentListID()) > 0){
  6864. Item* tmpItem = 0;
  6865. int8 slot = 0;
  6866. vector<int32>::iterator itr;
  6867. for(itr = npc_equipment_list[npc->GetEquipmentListID()].begin(); itr != npc_equipment_list[npc->GetEquipmentListID()].end(); itr++){
  6868. tmpItem = master_item_list.GetItem(*itr);
  6869. if(tmpItem){
  6870. slot = npc->GetEquipmentList()->GetFreeSlot(tmpItem);
  6871. if(slot < 255){
  6872. tmpItem = new Item(tmpItem);
  6873. npc->GetEquipmentList()->SetItem(slot, tmpItem);
  6874. }
  6875. }
  6876. }
  6877. }
  6878. }
  6879. void ZoneServer::AddNPC(int32 id, NPC* npc) {
  6880. npc_list[id] = npc;
  6881. }
  6882. void ZoneServer::AddWidget(int32 id, Widget* widget) {
  6883. widget_list[id] = widget;
  6884. }
  6885. Widget* ZoneServer::GetWidget(int32 id, bool override_loading) {
  6886. if((!reloading || override_loading) && widget_list.count(id) > 0)
  6887. return widget_list[id];
  6888. else
  6889. return 0;
  6890. }
  6891. Widget* ZoneServer::GetNewWidget(int32 id) {
  6892. if(!reloading && widget_list.count(id) > 0)
  6893. return widget_list[id]->Copy();
  6894. else
  6895. return 0;
  6896. }
  6897. void ZoneServer::LoadGroundSpawnEntries(){
  6898. MGroundSpawnItems.lock();
  6899. database.LoadGroundSpawnEntries(this);
  6900. MGroundSpawnItems.unlock();
  6901. }
  6902. void ZoneServer::LoadGroundSpawnItems() {
  6903. }
  6904. void ZoneServer::AddGroundSpawnEntry(int32 groundspawn_id, int16 min_skill_level, int16 min_adventure_level, int8 bonus_table, float harvest1, float harvest3, float harvest5, float harvest_imbue, float harvest_rare, float harvest10, int32 harvest_coin) {
  6905. GroundSpawnEntry* entry = new GroundSpawnEntry;
  6906. entry->min_skill_level = min_skill_level;
  6907. entry->min_adventure_level = min_adventure_level;
  6908. entry->bonus_table = bonus_table;
  6909. entry->harvest1 = harvest1;
  6910. entry->harvest3 = harvest3;
  6911. entry->harvest5 = harvest5;
  6912. entry->harvest_imbue = harvest_imbue;
  6913. entry->harvest_rare = harvest_rare;
  6914. entry->harvest10 = harvest10;
  6915. entry->harvest_coin = harvest_coin;
  6916. groundspawn_entries[groundspawn_id].push_back(entry);
  6917. }
  6918. void ZoneServer::AddGroundSpawnItem(int32 groundspawn_id, int32 item_id, int8 is_rare, int32 grid_id) {
  6919. GroundSpawnEntryItem* entry = new GroundSpawnEntryItem;
  6920. entry->item_id = item_id;
  6921. entry->is_rare = is_rare;
  6922. entry->grid_id = grid_id;
  6923. groundspawn_items[groundspawn_id].push_back(entry);
  6924. }
  6925. vector<GroundSpawnEntry*>* ZoneServer::GetGroundSpawnEntries(int32 id){
  6926. vector<GroundSpawnEntry*>* ret = 0;
  6927. MGroundSpawnItems.lock();
  6928. if(groundspawn_entries.count(id) > 0)
  6929. ret = &groundspawn_entries[id];
  6930. MGroundSpawnItems.unlock();
  6931. return ret;
  6932. }
  6933. vector<GroundSpawnEntryItem*>* ZoneServer::GetGroundSpawnEntryItems(int32 id){
  6934. vector<GroundSpawnEntryItem*>* ret = 0;
  6935. if(groundspawn_items.count(id) > 0)
  6936. ret = &groundspawn_items[id];
  6937. return ret;
  6938. }
  6939. // TODO - mis-named, should be DeleteGroundSpawnEntries() but this is ok for now :)
  6940. void ZoneServer::DeleteGroundSpawnItems()
  6941. {
  6942. MGroundSpawnItems.lock();
  6943. map<int32, vector<GroundSpawnEntry*> >::iterator groundspawnentry_map_itr;
  6944. vector<GroundSpawnEntry*>::iterator groundspawnentry_itr;
  6945. for(groundspawnentry_map_itr = groundspawn_entries.begin(); groundspawnentry_map_itr != groundspawn_entries.end(); groundspawnentry_map_itr++)
  6946. {
  6947. for(groundspawnentry_itr = groundspawnentry_map_itr->second.begin(); groundspawnentry_itr != groundspawnentry_map_itr->second.end(); groundspawnentry_itr++)
  6948. {
  6949. safe_delete(*groundspawnentry_itr);
  6950. }
  6951. }
  6952. groundspawn_entries.clear();
  6953. map<int32, vector<GroundSpawnEntryItem*> >::iterator groundspawnitem_map_itr;
  6954. vector<GroundSpawnEntryItem*>::iterator groundspawnitem_itr;
  6955. for(groundspawnitem_map_itr = groundspawn_items.begin(); groundspawnitem_map_itr != groundspawn_items.end(); groundspawnitem_map_itr++)
  6956. {
  6957. for(groundspawnitem_itr = groundspawnitem_map_itr->second.begin(); groundspawnitem_itr != groundspawnitem_map_itr->second.end(); groundspawnitem_itr++)
  6958. {
  6959. safe_delete(*groundspawnitem_itr);
  6960. }
  6961. }
  6962. groundspawn_items.clear();
  6963. MGroundSpawnItems.unlock();
  6964. }
  6965. void ZoneServer::AddGroundSpawn(int32 id, GroundSpawn* spawn) {
  6966. groundspawn_list[id] = spawn;
  6967. }
  6968. GroundSpawn* ZoneServer::GetGroundSpawn(int32 id, bool override_loading) {
  6969. if((!reloading || override_loading) && groundspawn_list.count(id) > 0)
  6970. return groundspawn_list[id];
  6971. else
  6972. return 0;
  6973. }
  6974. GroundSpawn* ZoneServer::GetNewGroundSpawn(int32 id) {
  6975. if(!reloading && groundspawn_list.count(id) > 0)
  6976. return groundspawn_list[id]->Copy();
  6977. else
  6978. return 0;
  6979. }
  6980. void ZoneServer::AddLootTable(int32 id, LootTable* table){
  6981. loot_tables[id] = table;
  6982. }
  6983. void ZoneServer::AddLootDrop(int32 id, LootDrop* drop){
  6984. loot_drops[id].push_back(drop);
  6985. }
  6986. void ZoneServer::AddSpawnLootList(int32 spawn_id, int32 id) {
  6987. spawn_loot_list[spawn_id].push_back(id);
  6988. }
  6989. void ZoneServer::ClearSpawnLootList(int32 spawn_id) {
  6990. spawn_loot_list[spawn_id].clear();
  6991. }
  6992. void ZoneServer::AddLevelLootList(GlobalLoot* loot) {
  6993. level_loot_list.push_back(loot);
  6994. }
  6995. void ZoneServer::AddRacialLootList(int16 racial_id, GlobalLoot* loot) {
  6996. racial_loot_list[racial_id].push_back(loot);
  6997. }
  6998. void ZoneServer::AddZoneLootList(int32 zone, GlobalLoot* loot) {
  6999. zone_loot_list[zone].push_back(loot);
  7000. }
  7001. void ZoneServer::ClearLootTables(){
  7002. map<int32,LootTable*>::iterator table_itr;
  7003. for(table_itr = loot_tables.begin(); table_itr != loot_tables.end(); table_itr++){
  7004. safe_delete(table_itr->second);
  7005. }
  7006. map<int32, vector<LootDrop*> >::iterator drop_itr;
  7007. vector<LootDrop*>::iterator drop_itr2;
  7008. for(drop_itr = loot_drops.begin(); drop_itr != loot_drops.end(); drop_itr++){
  7009. for(drop_itr2 = drop_itr->second.begin(); drop_itr2 != drop_itr->second.end(); drop_itr2++){
  7010. safe_delete(*drop_itr2);
  7011. }
  7012. }
  7013. vector<GlobalLoot*>::iterator level_itr;
  7014. for (level_itr = level_loot_list.begin(); level_itr != level_loot_list.end(); level_itr++) {
  7015. safe_delete(*level_itr);
  7016. }
  7017. map<int16, vector<GlobalLoot*> >::iterator race_itr;
  7018. vector<GlobalLoot*>::iterator race_itr2;
  7019. for (race_itr = racial_loot_list.begin(); race_itr != racial_loot_list.end(); race_itr++) {
  7020. for (race_itr2 = race_itr->second.begin(); race_itr2 != race_itr->second.end(); race_itr2++) {
  7021. safe_delete(*race_itr2);
  7022. }
  7023. }
  7024. map<int32, vector<GlobalLoot*> >::iterator zone_itr;
  7025. vector<GlobalLoot*>::iterator zone_itr2;
  7026. for(zone_itr = zone_loot_list.begin(); zone_itr != zone_loot_list.end(); zone_itr++) {
  7027. for (zone_itr2 = zone_itr->second.begin(); zone_itr2 != zone_itr->second.end(); zone_itr2++) {
  7028. safe_delete(*zone_itr2);
  7029. }
  7030. }
  7031. loot_tables.clear();
  7032. loot_drops.clear();
  7033. spawn_loot_list.clear();
  7034. level_loot_list.clear();
  7035. racial_loot_list.clear();
  7036. zone_loot_list.clear();
  7037. }
  7038. vector<int32> ZoneServer::GetSpawnLootList(int32 spawn_id, int32 zone_id, int8 spawn_level, int16 racial_id, Spawn* spawn) {
  7039. vector<int32> ret;
  7040. int32 returnValue = 0;
  7041. if(reloading)
  7042. return ret;
  7043. if (spawn_loot_list.count(spawn_id) > 0)
  7044. ret.insert(ret.end(), spawn_loot_list[spawn_id].begin(), spawn_loot_list[spawn_id].end());
  7045. if (level_loot_list.size() > 0) {
  7046. vector<GlobalLoot*>::iterator itr;
  7047. for (itr = level_loot_list.begin(); itr != level_loot_list.end(); itr++) {
  7048. GlobalLoot* loot = *itr;
  7049. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  7050. returnValue = 0; // reset since this can override the database setting
  7051. if(zone_script)
  7052. {
  7053. if(lua_interface->RunZoneScriptWithReturn(zone_script, "loot_criteria_level", spawn->GetZone(), spawn, loot->table_id, loot->minLevel, loot->maxLevel, &returnValue) && returnValue == 0)
  7054. continue;
  7055. }
  7056. bool entryAdded = false;
  7057. if (loot->minLevel == 0 && loot->maxLevel == 0 && (!loot->loot_tier || spawn->GetLootTier() >= loot->loot_tier) && (entryAdded = true)) // successful plan to add set entryAdded to true
  7058. ret.push_back(loot->table_id);
  7059. else {
  7060. if (spawn_level >= loot->minLevel && spawn_level <= loot->maxLevel && (!loot->loot_tier || spawn->GetLootTier() >= loot->loot_tier) && (entryAdded = true)) // successful plan to add set entryAdded to true
  7061. ret.push_back(loot->table_id);
  7062. }
  7063. if(!entryAdded && returnValue) // DB override via LUA scripting
  7064. ret.push_back(loot->table_id);
  7065. }
  7066. }
  7067. if (racial_loot_list.count(racial_id) > 0) {
  7068. vector<GlobalLoot*>::iterator itr;
  7069. for (itr = racial_loot_list[racial_id].begin(); itr != racial_loot_list[racial_id].end(); itr++) {
  7070. GlobalLoot* loot = *itr;
  7071. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  7072. returnValue = 0; // reset since this can override the database setting
  7073. if(zone_script)
  7074. {
  7075. if(lua_interface->RunZoneScriptWithReturn(zone_script, "loot_criteria_racial", spawn->GetZone(), spawn, loot->table_id, loot->minLevel, loot->maxLevel, &returnValue) && returnValue == 0)
  7076. continue;
  7077. }
  7078. bool entryAdded = false;
  7079. if (loot->minLevel == 0 && loot->maxLevel == 0 && (!loot->loot_tier || spawn->GetLootTier() >= loot->loot_tier) && (entryAdded = true)) // successful plan to add set entryAdded to true
  7080. ret.push_back(loot->table_id);
  7081. else {
  7082. if (spawn_level >= loot->minLevel && spawn_level <= loot->maxLevel && (!loot->loot_tier || spawn->GetLootTier() >= loot->loot_tier) && (entryAdded = true)) // successful plan to add set entryAdded to true
  7083. ret.push_back(loot->table_id);
  7084. }
  7085. if(!entryAdded && returnValue) // DB override via LUA scripting
  7086. ret.push_back(loot->table_id);
  7087. }
  7088. }
  7089. if (zone_loot_list.count(zone_id) > 0) {
  7090. vector<GlobalLoot*>::iterator itr;
  7091. for (itr = zone_loot_list[zone_id].begin(); itr != zone_loot_list[zone_id].end(); itr++) {
  7092. GlobalLoot* loot = *itr;
  7093. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  7094. returnValue = 0; // reset since this can override the database setting
  7095. if(zone_script)
  7096. {
  7097. if(lua_interface->RunZoneScriptWithReturn(zone_script, "loot_criteria_zone", spawn->GetZone(), spawn, loot->table_id, loot->minLevel, loot->maxLevel, &returnValue) && returnValue == 0)
  7098. continue;
  7099. }
  7100. bool entryAdded = false;
  7101. if (loot->minLevel == 0 && loot->maxLevel == 0 && (!loot->loot_tier || spawn->GetLootTier() >= loot->loot_tier) && (entryAdded = true)) // successful plan to add set entryAdded to true
  7102. ret.push_back(loot->table_id);
  7103. else {
  7104. if (spawn_level >= loot->minLevel && spawn_level <= loot->maxLevel && (!loot->loot_tier || spawn->GetLootTier() >= loot->loot_tier) && (entryAdded = true)) // successful plan to add set entryAdded to true
  7105. ret.push_back(loot->table_id);
  7106. }
  7107. if(!entryAdded && returnValue) // DB override via LUA scripting
  7108. ret.push_back(loot->table_id);
  7109. }
  7110. }
  7111. return ret;
  7112. }
  7113. vector<LootDrop*>* ZoneServer::GetLootDrops(int32 table_id){
  7114. if(!reloading && loot_drops.count(table_id) > 0)
  7115. return &(loot_drops[table_id]);
  7116. else
  7117. return 0;
  7118. }
  7119. LootTable* ZoneServer::GetLootTable(int32 table_id){
  7120. return loot_tables[table_id];
  7121. }
  7122. void ZoneServer::AddLocationTransporter(int32 zone_id, string message, float trigger_x, float trigger_y, float trigger_z, float trigger_radius, int32 destination_zone_id, float destination_x, float destination_y, float destination_z, float destination_heading, int32 cost, int32 unique_id){
  7123. LocationTransportDestination* loc = new LocationTransportDestination;
  7124. loc->message = message;
  7125. loc->trigger_x = trigger_x;
  7126. loc->trigger_y = trigger_y;
  7127. loc->trigger_z = trigger_z;
  7128. loc->trigger_radius = trigger_radius;
  7129. loc->destination_zone_id = destination_zone_id;
  7130. loc->destination_x = destination_x;
  7131. loc->destination_y = destination_y;
  7132. loc->destination_z = destination_z;
  7133. loc->destination_heading = destination_heading;
  7134. loc->cost = cost;
  7135. loc->unique_id = unique_id;
  7136. MTransporters.lock();
  7137. if(location_transporters.count(zone_id) == 0)
  7138. location_transporters[zone_id] = new MutexList<LocationTransportDestination*>();
  7139. location_transporters[zone_id]->Add(loc);
  7140. MTransporters.unlock();
  7141. }
  7142. void ZoneServer::AddTransporter(int32 transport_id, int8 type, string name, string message, int32 destination_zone_id, float destination_x, float destination_y, float destination_z, float destination_heading,
  7143. int32 cost, int32 unique_id, int8 min_level, int8 max_level, int32 quest_req, int16 quest_step_req, int32 quest_complete, int32 map_x, int32 map_y, int32 expansion_flag, int32 holiday_flag, int32 min_client_version,
  7144. int32 max_client_version, int32 flight_path_id, int16 mount_id, int8 mount_red_color, int8 mount_green_color, int8 mount_blue_color){
  7145. TransportDestination* transport = new TransportDestination;
  7146. transport->type = type;
  7147. transport->display_name = name;
  7148. transport->message = message;
  7149. transport->destination_zone_id = destination_zone_id;
  7150. transport->destination_x = destination_x;
  7151. transport->destination_y = destination_y;
  7152. transport->destination_z = destination_z;
  7153. transport->destination_heading = destination_heading;
  7154. transport->cost = cost;
  7155. transport->unique_id = unique_id;
  7156. transport->min_level = min_level;
  7157. transport->max_level = max_level;
  7158. transport->req_quest = quest_req;
  7159. transport->req_quest_step = quest_step_req;
  7160. transport->req_quest_complete = quest_complete;
  7161. transport->map_x = map_x;
  7162. transport->map_y = map_y;
  7163. transport->expansion_flag = expansion_flag;
  7164. transport->holiday_flag = holiday_flag;
  7165. transport->min_client_version = min_client_version;
  7166. transport->max_client_version = max_client_version;
  7167. transport->flight_path_id = flight_path_id;
  7168. transport->mount_id = mount_id;
  7169. transport->mount_red_color = mount_red_color;
  7170. transport->mount_green_color = mount_green_color;
  7171. transport->mount_blue_color = mount_blue_color;
  7172. MTransporters.lock();
  7173. transporters[transport_id].push_back(transport);
  7174. MTransporters.unlock();
  7175. }
  7176. void ZoneServer::GetTransporters(vector<TransportDestination*>* returnList, Client* client, int32 transport_id){
  7177. if (!returnList)
  7178. return;
  7179. MTransporters.lock();
  7180. if (transporters.count(transport_id) > 0)
  7181. {
  7182. vector<TransportDestination*> list;
  7183. for (int i = 0; i < transporters[transport_id].size(); i++)
  7184. {
  7185. if (transporters[transport_id][i]->min_client_version && client->GetVersion() < transporters[transport_id][i]->min_client_version)
  7186. continue;
  7187. else if (transporters[transport_id][i]->max_client_version && client->GetVersion() > transporters[transport_id][i]->max_client_version)
  7188. continue;
  7189. if (database.CheckExpansionFlags(this, transporters[transport_id][i]->expansion_flag) && database.CheckHolidayFlags(this, transporters[transport_id][i]->holiday_flag))
  7190. {
  7191. returnList->push_back(transporters[transport_id][i]);
  7192. }
  7193. }
  7194. }
  7195. MTransporters.unlock();
  7196. }
  7197. MutexList<LocationTransportDestination*>* ZoneServer::GetLocationTransporters(int32 zone_id){
  7198. MutexList<LocationTransportDestination*>* ret = 0;
  7199. MTransporters.lock();
  7200. if(location_transporters.count(zone_id) > 0)
  7201. ret = location_transporters[zone_id];
  7202. MTransporters.unlock();
  7203. return ret;
  7204. }
  7205. void ZoneServer::DeleteGlobalTransporters(){
  7206. MTransporters.lock();
  7207. map<int32, vector<TransportDestination*> >::iterator itr;
  7208. vector<TransportDestination*>::iterator transport_vector_itr;
  7209. for(itr = transporters.begin(); itr != transporters.end(); itr++){
  7210. for(transport_vector_itr = itr->second.begin(); transport_vector_itr != itr->second.end(); transport_vector_itr++){
  7211. safe_delete(*transport_vector_itr);
  7212. }
  7213. }
  7214. map<int32, MutexList<LocationTransportDestination*>* >::iterator itr2;
  7215. for(itr2 = location_transporters.begin(); itr2 != location_transporters.end(); itr2++){
  7216. itr2->second->clear(true);
  7217. delete itr2->second;
  7218. }
  7219. transporters.clear();
  7220. location_transporters.clear();
  7221. MTransporters.unlock();
  7222. }
  7223. void ZoneServer::DeleteGlobalSpawns() {
  7224. ClearLootTables();
  7225. map<int32, NPC*>::iterator npc_list_iter;
  7226. for(npc_list_iter=npc_list.begin();npc_list_iter!=npc_list.end();npc_list_iter++) {
  7227. safe_delete(npc_list_iter->second);
  7228. }
  7229. npc_list.clear();
  7230. map<int32, Object*>::iterator object_list_iter;
  7231. for(object_list_iter=object_list.begin();object_list_iter!=object_list.end();object_list_iter++) {
  7232. safe_delete(object_list_iter->second);
  7233. }
  7234. object_list.clear();
  7235. map<int32, GroundSpawn*>::iterator groundspawn_list_iter;
  7236. for(groundspawn_list_iter=groundspawn_list.begin();groundspawn_list_iter!=groundspawn_list.end();groundspawn_list_iter++) {
  7237. safe_delete(groundspawn_list_iter->second);
  7238. }
  7239. groundspawn_list.clear();
  7240. map<int32, Widget*>::iterator widget_list_iter;
  7241. for(widget_list_iter=widget_list.begin();widget_list_iter!=widget_list.end();widget_list_iter++) {
  7242. safe_delete(widget_list_iter->second);
  7243. }
  7244. widget_list.clear();
  7245. map<int32, Sign*>::iterator sign_list_iter;
  7246. for(sign_list_iter=sign_list.begin();sign_list_iter!=sign_list.end();sign_list_iter++) {
  7247. safe_delete(sign_list_iter->second);
  7248. }
  7249. sign_list.clear();
  7250. /*map<int32, AppearanceData*>::iterator appearance_list_iter;
  7251. for(appearance_list_iter=npc_appearance_list.begin();appearance_list_iter!=npc_appearance_list.end();appearance_list_iter++) {
  7252. safe_delete(appearance_list_iter->second);
  7253. }
  7254. npc_appearance_list.clear();*/
  7255. ClearEntityCommands();
  7256. DeleteGroundSpawnItems();
  7257. DeleteGlobalTransporters();
  7258. DeleteTransporterMaps();
  7259. }
  7260. void ZoneServer::AddTransportMap(int32 id, string name) {
  7261. MTransportMaps.writelock(__FUNCTION__, __LINE__);
  7262. m_transportMaps[id] = name;
  7263. MTransportMaps.releasewritelock(__FUNCTION__, __LINE__);
  7264. }
  7265. bool ZoneServer::TransportHasMap(int32 id) {
  7266. bool ret = false;
  7267. MTransportMaps.readlock(__FUNCTION__, __LINE__);
  7268. ret = m_transportMaps.count(id) > 0;
  7269. MTransportMaps.releasereadlock(__FUNCTION__, __LINE__);
  7270. return ret;
  7271. }
  7272. string ZoneServer::GetTransportMap(int32 id) {
  7273. string ret;
  7274. MTransportMaps.readlock(__FUNCTION__, __LINE__);
  7275. if (m_transportMaps.count(id) > 0)
  7276. ret = m_transportMaps[id];
  7277. MTransportMaps.releasereadlock(__FUNCTION__, __LINE__);
  7278. return ret;
  7279. }
  7280. void ZoneServer::DeleteTransporterMaps() {
  7281. MTransportMaps.writelock(__FUNCTION__, __LINE__);
  7282. m_transportMaps.clear();
  7283. MTransportMaps.releasewritelock(__FUNCTION__, __LINE__);
  7284. }
  7285. void ZoneServer::ReloadSpawns() {
  7286. if (reloading)
  7287. return;
  7288. reloading = true;
  7289. world.SetReloadingSubsystem("Spawns");
  7290. // Let every one in the zone know what is happening
  7291. HandleBroadcast("Reloading all spawns for this zone.");
  7292. DeleteGlobalSpawns();
  7293. Depop(false, true);
  7294. }
  7295. void ZoneServer::SendStateCommand(Spawn* spawn, int32 state) {
  7296. vector<Client*>::iterator itr;
  7297. MClientList.readlock(__FUNCTION__, __LINE__);
  7298. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7299. Client* client = *itr;
  7300. if (client && client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  7301. ClientPacketFunctions::SendStateCommand(client, client->GetPlayer()->GetIDWithPlayerSpawn(spawn), state);
  7302. }
  7303. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7304. }
  7305. void ZoneServer::AddFlightPath(int32 id, FlightPathInfo* info) {
  7306. if (m_flightPaths.count(id) > 0) {
  7307. LogWrite(ZONE__ERROR, 0, "Zone", "Duplicate flight path (%u)", id);
  7308. safe_delete(info);
  7309. return;
  7310. }
  7311. m_flightPaths[id] = info;
  7312. }
  7313. void ZoneServer::AddFlightPathLocation(int32 id, FlightPathLocation* location) {
  7314. if (m_flightPaths.count(id) == 0) {
  7315. LogWrite(ZONE__ERROR, 0, "Zone", "There is no flight info for this route (%u)", id);
  7316. safe_delete(location);
  7317. return;
  7318. }
  7319. m_flightPathRoutes[id].push_back(location);
  7320. }
  7321. void ZoneServer::DeleteFlightPaths() {
  7322. map<int32, vector<FlightPathLocation*> >::iterator itr;
  7323. vector<FlightPathLocation*>::iterator itr2;
  7324. map<int32, FlightPathInfo*>::iterator itr3;
  7325. for (itr = m_flightPathRoutes.begin(); itr != m_flightPathRoutes.end(); itr++) {
  7326. for (itr2 = itr->second.begin(); itr2 != itr->second.end(); itr2++) {
  7327. safe_delete(*itr2);
  7328. }
  7329. itr->second.clear();
  7330. }
  7331. m_flightPathRoutes.clear();
  7332. for (itr3 = m_flightPaths.begin(); itr3 != m_flightPaths.end(); itr3++) {
  7333. safe_delete(itr3->second);
  7334. }
  7335. m_flightPaths.clear();
  7336. }
  7337. void ZoneServer::SendFlightPathsPackets(Client* client) {
  7338. // Only send a packet if there are flight paths
  7339. if (m_flightPathRoutes.size() > 0) {
  7340. PacketStruct* packet = configReader.getStruct("WS_FlightPathsMsg", client->GetVersion());
  7341. if (packet) {
  7342. int32 num_routes = m_flightPaths.size();
  7343. packet->setArrayLengthByName("number_of_routes", num_routes);
  7344. packet->setArrayLengthByName("number_of_routes2", num_routes);
  7345. packet->setArrayLengthByName("number_of_routes3", num_routes);
  7346. packet->setArrayLengthByName("number_of_routes4", num_routes);
  7347. map<int32, FlightPathInfo*>::iterator itr;
  7348. int32 i = 0;
  7349. for (itr = m_flightPaths.begin(); itr != m_flightPaths.end(); itr++, i++) {
  7350. packet->setArrayDataByName("route_length", m_flightPathRoutes[itr->first].size(), i);
  7351. packet->setArrayDataByName("ground_mount", itr->second->flying ? 0 : 1, i);
  7352. packet->setArrayDataByName("allow_dismount", itr->second->dismount ? 1 : 0, i);
  7353. packet->setSubArrayLengthByName("route_length2", m_flightPathRoutes[itr->first].size(), i);
  7354. vector<FlightPathLocation*>::iterator itr2;
  7355. int32 j = 0;
  7356. for (itr2 = m_flightPathRoutes[itr->first].begin(); itr2 != m_flightPathRoutes[itr->first].end(); itr2++, j++) {
  7357. packet->setSubArrayDataByName("x", (*itr2)->X, i, j);
  7358. packet->setSubArrayDataByName("y", (*itr2)->Y, i, j);
  7359. packet->setSubArrayDataByName("z", (*itr2)->Z, i, j);
  7360. }
  7361. }
  7362. client->QueuePacket(packet->serialize());
  7363. safe_delete(packet);
  7364. }
  7365. }
  7366. }
  7367. int32 ZoneServer::GetFlightPathIndex(int32 id) {
  7368. int32 index = 0;
  7369. map<int32, FlightPathInfo*>::iterator itr;
  7370. for (itr = m_flightPaths.begin(); itr != m_flightPaths.end(); itr++, index++) {
  7371. if (itr->first == id)
  7372. return index;
  7373. }
  7374. return -1;
  7375. }
  7376. float ZoneServer::GetFlightPathSpeed(int32 id) {
  7377. float speed = 1;
  7378. if (m_flightPaths.count(id) > 0)
  7379. speed = m_flightPaths[id]->speed;
  7380. return speed;
  7381. }
  7382. void ZoneServer::ProcessSpawnConditional(int8 condition) {
  7383. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  7384. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7385. map<int32, Spawn*>::iterator itr;
  7386. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7387. if (itr->second != NULL) // null itr->second still coming into ProcessSpawnConditional
  7388. {
  7389. SpawnLocation* loc = spawn_location_list[itr->second->GetSpawnLocationID()];
  7390. if (loc && loc->conditional > 0) {
  7391. if ((loc->conditional & condition) != condition) {
  7392. Despawn(itr->second, 0);
  7393. }
  7394. }
  7395. }
  7396. }
  7397. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7398. map<int32, SpawnLocation*>::iterator itr2;
  7399. for (itr2 = spawn_location_list.begin(); itr2 != spawn_location_list.end(); itr2++) {
  7400. SpawnLocation* loc = itr2->second;
  7401. if (loc && loc->conditional > 0 && ((loc->conditional & condition) == condition))
  7402. if (GetSpawnByLocationID(loc->placement_id) == NULL)
  7403. ProcessSpawnLocation(loc);
  7404. }
  7405. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  7406. }
  7407. void ZoneServer::AddSpawnProximities(Spawn* newSpawn) {
  7408. Spawn* spawn = 0;
  7409. map<int32, Spawn*>::iterator itr;
  7410. MPendingSpawnListAdd.readlock(__FUNCTION__, __LINE__);
  7411. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7412. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7413. spawn = itr->second;
  7414. if (spawn && spawn != newSpawn) {
  7415. if (newSpawn->GetDatabaseID())
  7416. spawn->AddSpawnToProximity(newSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7417. if (newSpawn->GetSpawnLocationID())
  7418. spawn->AddSpawnToProximity(newSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7419. if (spawn->GetDatabaseID())
  7420. newSpawn->AddSpawnToProximity(spawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7421. if (spawn->GetSpawnLocationID())
  7422. newSpawn->AddSpawnToProximity(spawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7423. }
  7424. }
  7425. list<Spawn*>::iterator itr2;
  7426. for (itr2 = pending_spawn_list_add.begin(); itr2 != pending_spawn_list_add.end(); itr2++) {
  7427. spawn = *itr2;
  7428. if (spawn && spawn != newSpawn) {
  7429. if (newSpawn->GetDatabaseID())
  7430. spawn->AddSpawnToProximity(newSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7431. if (newSpawn->GetSpawnLocationID())
  7432. spawn->AddSpawnToProximity(newSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7433. if (spawn->GetDatabaseID())
  7434. newSpawn->AddSpawnToProximity(spawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7435. if (spawn->GetSpawnLocationID())
  7436. newSpawn->AddSpawnToProximity(spawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7437. }
  7438. }
  7439. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7440. MPendingSpawnListAdd.releasereadlock(__FUNCTION__, __LINE__);
  7441. }
  7442. // we only call this inside a write lock
  7443. void ZoneServer::RemoveSpawnProximities(Spawn* oldSpawn) {
  7444. Spawn* spawn = 0;
  7445. map<int32, Spawn*>::iterator itr;
  7446. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7447. spawn = itr->second;
  7448. if (spawn && spawn != oldSpawn) {
  7449. if (oldSpawn->GetDatabaseID())
  7450. spawn->RemoveSpawnFromProximity(oldSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7451. if (oldSpawn->GetSpawnLocationID())
  7452. spawn->RemoveSpawnFromProximity(oldSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7453. // don't need to remove oldSpawn proximities, we clear them all out
  7454. }
  7455. }
  7456. }
  7457. void ZoneServer::SetSpawnScript(SpawnEntry* entry, Spawn* spawn)
  7458. {
  7459. if (!entry || !spawn)
  7460. return;
  7461. const char* script = 0;
  7462. for (int x = 0; x < 3; x++)
  7463. {
  7464. switch (x)
  7465. {
  7466. case 0:
  7467. script = world.GetSpawnEntryScript(entry->spawn_entry_id);
  7468. break;
  7469. case 1:
  7470. script = world.GetSpawnLocationScript(entry->spawn_location_id);
  7471. break;
  7472. case 2:
  7473. script = world.GetSpawnScript(entry->spawn_id);
  7474. break;
  7475. }
  7476. if (script && lua_interface && lua_interface->GetSpawnScript(script) != 0)
  7477. {
  7478. spawn->SetSpawnScript(string(script));
  7479. break;
  7480. }
  7481. }
  7482. }
  7483. vector<HouseItem> ZoneServer::GetHouseItems(Client* client)
  7484. {
  7485. if (!client->GetCurrentZone()->GetInstanceID() || !client->HasOwnerOrEditAccess())
  7486. return std::vector<HouseItem>();
  7487. PacketStruct* packet = configReader.getStruct("WS_HouseItemsList", client->GetVersion());
  7488. std::vector<HouseItem> items;
  7489. map<int32, Spawn*>::iterator itr;
  7490. Spawn* spawn = 0;
  7491. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7492. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7493. spawn = itr->second;
  7494. if (spawn && spawn->IsObject() && spawn->GetPickupItemID())
  7495. {
  7496. HouseItem tmpItem;
  7497. tmpItem.item_id = spawn->GetPickupItemID();
  7498. tmpItem.unique_id = spawn->GetPickupUniqueItemID();
  7499. tmpItem.spawn_id = spawn->GetID();
  7500. tmpItem.item = master_item_list.GetItem(spawn->GetPickupItemID());
  7501. if (!tmpItem.item)
  7502. continue;
  7503. items.push_back(tmpItem);
  7504. }
  7505. }
  7506. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7507. return items;
  7508. }
  7509. void ZoneServer::SendHouseItems(Client* client)
  7510. {
  7511. if (!client->GetCurrentZone()->GetInstanceID() || !client->HasOwnerOrEditAccess())
  7512. return;
  7513. PacketStruct* packet = configReader.getStruct("WS_HouseItemsList", client->GetVersion());
  7514. if(!packet) {
  7515. return;
  7516. }
  7517. std::vector<HouseItem> items = GetHouseItems(client);
  7518. // setting this to 1 puts it on the door widget
  7519. packet->setDataByName("is_widget_door", 1);
  7520. packet->setArrayLengthByName("num_items", items.size());
  7521. for (int i = 0; i < items.size(); i++)
  7522. {
  7523. HouseItem tmpItem = items[i];
  7524. packet->setArrayDataByName("unique_id", tmpItem.unique_id, i); // unique_id is in fact the item_id...
  7525. packet->setArrayDataByName("item_name", tmpItem.item->name.c_str(), i);
  7526. packet->setArrayDataByName("status_reduction", tmpItem.item->houseitem_info->status_rent_reduction, i);
  7527. // location, 0 = floor, 1 = ceiling
  7528. //packet->setArrayDataByName("location", 1, i, 0);
  7529. // item_state int8
  7530. // 0 = normal (cannot pick up item / move item / toggle visibility)
  7531. // 1 = virtual (toggle visibility available, no move item)
  7532. // 2 = hidden (cannot pick up item / move item / toggle visibility)
  7533. // 3 = virtual/hidden/toggle visibility
  7534. // 4 = none (cannot pick up item / move item / toggle visibility)
  7535. // 5 = none, toggle visibility (cannot pick up item / move item)
  7536. // 8 = none (cannot pick up item / move item / toggle visibility)
  7537. //packet->setArrayDataByName("item_state", tmpvalue, i, 0);
  7538. // makes it so we don't have access to move item/retrieve item
  7539. // cannot use in conjunction with ui_tab_flag1/ui_tab_flag2
  7540. //packet->setArrayDataByName("tradeable", 1, i);
  7541. //packet->setArrayDataByName("item_description", "failboat", i);
  7542. // access to move item/retrieve item, do not use in conjunction with tradeable
  7543. packet->setArrayDataByName("ui_tab_flag1", 1, i, 0);
  7544. packet->setArrayDataByName("ui_tab_flag2", 1, i, 0);
  7545. // both of these can serve as description fields (only one should be used they populate the same area below the item name)
  7546. //packet->setArrayDataByName("first_item_description", "test", i);
  7547. //packet->setArrayDataByName("second_item_description", "Description here!", i);
  7548. packet->setArrayDataByName("icon", tmpItem.item->details.icon, i);
  7549. }
  7550. EQ2Packet* pack = packet->serialize();
  7551. client->QueuePacket(pack);
  7552. safe_delete(packet);
  7553. }
  7554. Spawn* ZoneServer::GetSpawnFromUniqueItemID(int32 unique_id)
  7555. {
  7556. if (!GetInstanceID() || GetInstanceType() != Instance_Type::PERSONAL_HOUSE_INSTANCE)
  7557. return nullptr;
  7558. map<int32, Spawn*>::iterator itr;
  7559. Spawn* spawn = 0;
  7560. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7561. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7562. spawn = itr->second;
  7563. if (spawn && spawn->IsObject() && spawn->GetPickupUniqueItemID() == unique_id)
  7564. {
  7565. Spawn* tmpSpawn = spawn;
  7566. MSpawnList.releasereadlock();
  7567. return tmpSpawn;
  7568. }
  7569. }
  7570. MSpawnList.releasereadlock();
  7571. return nullptr;
  7572. }
  7573. void ZoneServer::AddPendingSpawnRemove(int32 id)
  7574. {
  7575. MPendingSpawnRemoval.writelock(__FUNCTION__, __LINE__);
  7576. m_pendingSpawnRemove.insert(make_pair(id,true));
  7577. MPendingSpawnRemoval.releasewritelock(__FUNCTION__, __LINE__);
  7578. }
  7579. void ZoneServer::ProcessSpawnRemovals()
  7580. {
  7581. MSpawnList.writelock(__FUNCTION__, __LINE__);
  7582. MPendingSpawnRemoval.writelock(__FUNCTION__, __LINE__);
  7583. if (m_pendingSpawnRemove.size() > 0) {
  7584. map<int32,bool>::iterator itr2;
  7585. for (itr2 = m_pendingSpawnRemove.begin(); itr2 != m_pendingSpawnRemove.end(); itr2++) {
  7586. spawn_list.erase(itr2->first);
  7587. subspawn_list[SUBSPAWN_TYPES::COLLECTOR].erase(itr2->first);
  7588. std::map<int32,int32>::iterator hsmitr = housing_spawn_map.find(itr2->first);
  7589. if(hsmitr != housing_spawn_map.end()) {
  7590. subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].erase(hsmitr->second);
  7591. housing_spawn_map.erase(hsmitr);
  7592. }
  7593. }
  7594. m_pendingSpawnRemove.clear();
  7595. }
  7596. MPendingSpawnRemoval.releasewritelock(__FUNCTION__, __LINE__);
  7597. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  7598. }
  7599. void ZoneServer::AddSpawnToGroup(Spawn* spawn, int32 group_id)
  7600. {
  7601. if( spawn->GetSpawnGroupID() > 0 )
  7602. spawn->RemoveSpawnFromGroup();
  7603. MutexList<int32>* groupList = &spawn_group_map.Get(group_id);
  7604. MutexList<int32>::iterator itr2 = groupList->begin();
  7605. while(itr2.Next())
  7606. {
  7607. Spawn* groupSpawn = GetSpawnByID(itr2.value);
  7608. if(groupSpawn)
  7609. {
  7610. // found existing group member to add it in
  7611. spawn->AddSpawnToGroup(groupSpawn);
  7612. break;
  7613. }
  7614. }
  7615. groupList->Add(spawn->GetID());
  7616. spawn->SetSpawnGroupID(group_id);
  7617. }
  7618. void ZoneServer::QueueStateCommandToClients(int32 spawn_id, int32 state)
  7619. {
  7620. if(spawn_id < 1)
  7621. return;
  7622. MLuaQueueStateCmd.lock();
  7623. lua_queued_state_commands.insert(make_pair(spawn_id, state));
  7624. MLuaQueueStateCmd.unlock();
  7625. }
  7626. void ZoneServer::QueueDefaultCommand(int32 spawn_id, std::string command, float distance)
  7627. {
  7628. if(spawn_id < 1)
  7629. return;
  7630. MLuaQueueStateCmd.lock();
  7631. lua_spawn_update_command[spawn_id].insert(make_pair(command,distance));
  7632. MLuaQueueStateCmd.unlock();
  7633. }
  7634. void ZoneServer::ProcessQueuedStateCommands() // in a client list lock only
  7635. {
  7636. vector<Client*>::iterator itr;
  7637. MLuaQueueStateCmd.lock();
  7638. if(lua_queued_state_commands.size() > 0)
  7639. {
  7640. std::map<int32, int32>::iterator statecmds;
  7641. for(statecmds = lua_queued_state_commands.begin(); statecmds != lua_queued_state_commands.end(); statecmds++)
  7642. {
  7643. Spawn* spawn = GetSpawnByID(statecmds->first, false);
  7644. if(!spawn)
  7645. continue;
  7646. MClientList.readlock(__FUNCTION__, __LINE__);
  7647. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7648. Client* client = *itr;
  7649. if (client && client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  7650. ClientPacketFunctions::SendStateCommand(client, client->GetPlayer()->GetIDWithPlayerSpawn(spawn), statecmds->second);
  7651. }
  7652. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7653. }
  7654. lua_queued_state_commands.clear();
  7655. }
  7656. if(lua_spawn_update_command.size() > 0)
  7657. {
  7658. std::map<int32, std::map<std::string,float>>::iterator updatecmds;
  7659. for(updatecmds = lua_spawn_update_command.begin(); updatecmds != lua_spawn_update_command.end(); updatecmds++)
  7660. {
  7661. Spawn* spawn = GetSpawnByID(updatecmds->first, false);
  7662. if(!spawn)
  7663. continue;
  7664. std::map<std::string,float>::iterator innermap;
  7665. for(innermap = lua_spawn_update_command[updatecmds->first].begin(); innermap != lua_spawn_update_command[updatecmds->first].end(); innermap++)
  7666. {
  7667. MClientList.readlock(__FUNCTION__, __LINE__);
  7668. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7669. Client* client = *itr;
  7670. if (client && client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  7671. client->SendDefaultCommand(spawn, innermap->first.c_str(), innermap->second);
  7672. }
  7673. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7674. }
  7675. lua_spawn_update_command[updatecmds->first].clear();
  7676. }
  7677. lua_spawn_update_command.clear();
  7678. }
  7679. MLuaQueueStateCmd.unlock();
  7680. }
  7681. void ZoneServer::RemoveClientsFromZone(ZoneServer* zone) {
  7682. vector<Client*>::iterator itr;
  7683. MClientList.readlock(__FUNCTION__, __LINE__);
  7684. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7685. Client* client = *itr;
  7686. if(client->GetCurrentZone() == zone) {
  7687. client->SetCurrentZone(nullptr);
  7688. }
  7689. if(client->GetZoningDestination() == zone) {
  7690. client->SetZoningDestination(nullptr);
  7691. }
  7692. }
  7693. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7694. }
  7695. void ZoneServer::SendSubSpawnUpdates(SUBSPAWN_TYPES subtype) {
  7696. std::map<int32, Spawn*>::iterator subitr;
  7697. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7698. for(subitr = subspawn_list[subtype].begin(); subitr != subspawn_list[subtype].end(); subitr++) {
  7699. subitr->second->changed = true;
  7700. subitr->second->info_changed = true;
  7701. AddChangedSpawn(subitr->second);
  7702. }
  7703. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7704. }
  7705. bool ZoneServer::HouseItemSpawnExists(int32 item_id) {
  7706. bool exists = false;
  7707. std::map<int32, Spawn*>::iterator subitr;
  7708. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7709. subitr = subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].find(item_id);
  7710. if(subitr != subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].end()) {
  7711. exists = true;
  7712. }
  7713. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7714. return exists;
  7715. }
  7716. void ZoneServer::ProcessPendingSpawns() {
  7717. MPendingSpawnListAdd.writelock(__FUNCTION__, __LINE__);
  7718. list<Spawn*>::iterator itr2;
  7719. for (itr2 = pending_spawn_list_add.begin(); itr2 != pending_spawn_list_add.end(); itr2++) {
  7720. Spawn* spawn = *itr2;
  7721. MSpawnList.writelock(__FUNCTION__, __LINE__);
  7722. if (spawn)
  7723. spawn_list[spawn->GetID()] = spawn;
  7724. if(spawn->IsCollector()) {
  7725. subspawn_list[SUBSPAWN_TYPES::COLLECTOR].insert(make_pair(spawn->GetID(),spawn));
  7726. }
  7727. if(spawn->GetPickupItemID()) {
  7728. subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].insert(make_pair(spawn->GetPickupItemID(),spawn));
  7729. housing_spawn_map.insert(make_pair(spawn->GetID(), spawn->GetPickupItemID()));
  7730. }
  7731. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  7732. CheckSpawnRange(spawn);
  7733. }
  7734. pending_spawn_list_add.clear();
  7735. MPendingSpawnListAdd.releasewritelock(__FUNCTION__, __LINE__);
  7736. spawn_check_add.Trigger();
  7737. }
  7738. void ZoneServer::AddSpawnToGrid(Spawn* spawn, int32 grid_id) {
  7739. if(spawn->GetID() == 0 || spawn->IsDeletedSpawn())
  7740. return;
  7741. MGridMaps.lock_shared();
  7742. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7743. if(grids != grid_maps.end()) {
  7744. grids->second->MSpawns.lock();
  7745. grids->second->spawns.insert(make_pair(spawn->GetID(), spawn));
  7746. grids->second->MSpawns.unlock();
  7747. }
  7748. else {
  7749. MGridMaps.unlock_shared();
  7750. MGridMaps.lock();
  7751. GridMap* gm = new GridMap;
  7752. gm->grid_id = grid_id;
  7753. gm->spawns.insert(make_pair(spawn->GetID(), spawn));
  7754. grid_maps.insert(make_pair(grid_id, gm));
  7755. MGridMaps.unlock();
  7756. return;
  7757. }
  7758. MGridMaps.unlock_shared();
  7759. }
  7760. void ZoneServer::RemoveSpawnFromGrid(Spawn* spawn, int32 grid_id) {
  7761. std::shared_lock lock(MGridMaps);
  7762. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7763. if(grids != grid_maps.end()) {
  7764. grids->second->MSpawns.lock();
  7765. if(grids->second->spawns.count(spawn->GetID()) > 0) {
  7766. grids->second->spawns.erase(spawn->GetID());
  7767. }
  7768. grids->second->MSpawns.unlock();
  7769. }
  7770. }
  7771. int32 ZoneServer::GetSpawnCountInGrid(int32 grid_id) {
  7772. int32 count = 0;
  7773. std::shared_lock lock(MGridMaps);
  7774. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7775. if(grids != grid_maps.end()) {
  7776. grids->second->MSpawns.lock_shared();
  7777. count = grids->second->spawns.size();
  7778. grids->second->MSpawns.unlock_shared();
  7779. }
  7780. return count;
  7781. }
  7782. void ZoneServer::SendClientSpawnListInGrid(Client* client, int32 grid_id){
  7783. std::shared_lock lock(MGridMaps);
  7784. Spawn* spawn = nullptr;
  7785. client->Message(CHANNEL_COLOR_RED, "Grid ID %u has %u spawns.", grid_id, GetSpawnCountInGrid(grid_id));
  7786. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7787. if(grids != grid_maps.end()) {
  7788. grids->second->MSpawns.lock_shared();
  7789. typedef map <int32, Spawn*> SpawnMapType;
  7790. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  7791. spawn = it->second;
  7792. client->Message(CHANNEL_COLOR_YELLOW, "Spawn %s (%u), Loc X/Y/Z: %f/%f/%f.", spawn->GetName(), spawn->GetID(), spawn->GetX(), spawn->GetY(), spawn->GetZ());
  7793. }
  7794. grids->second->MSpawns.unlock_shared();
  7795. }
  7796. }
  7797. void ZoneServer::AddIgnoredWidget(int32 id) {
  7798. std::unique_lock lock(MIgnoredWidgets);
  7799. if(ignored_widgets.find(id) == ignored_widgets.end()) {
  7800. ignored_widgets.insert(make_pair(id,true));
  7801. }
  7802. }