zoneserver.cpp 307 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984
  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. if(client->GetVersion() > 373) {
  1960. EQ2Packet* outapp = player->player_position_update_packet(client->GetPlayer(), client->GetVersion(), true);
  1961. if(outapp)
  1962. client->QueuePacket(outapp);
  1963. }
  1964. }
  1965. }
  1966. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1967. }
  1968. }
  1969. void ZoneServer::SendCharSheetChanges(){
  1970. vector<Client*>::iterator client_itr;
  1971. MClientList.readlock(__FUNCTION__, __LINE__);
  1972. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++)
  1973. SendCharSheetChanges(*client_itr);
  1974. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1975. }
  1976. void ZoneServer::SendCharSheetChanges(Client* client){
  1977. if(client && client->IsConnected() && client->GetPlayer()->GetCharSheetChanged()){
  1978. client->GetPlayer()->SetCharSheetChanged(false);
  1979. ClientPacketFunctions::SendCharacterSheet(client);
  1980. }
  1981. }
  1982. int32 ZoneServer::CalculateSpawnGroup(SpawnLocation* spawnlocation, bool respawn)
  1983. {
  1984. int32 group = 0;
  1985. list<int32>* groups_at_location = GetSpawnGroupsByLocation(spawnlocation->placement_id);
  1986. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  1987. if(groups_at_location){
  1988. list<int32>::iterator group_location_itr;
  1989. float chance = 0;
  1990. float total_chance = 0;
  1991. map<int32, float> tmp_chances;
  1992. set<int32>* associated_groups = 0;
  1993. for (group_location_itr = groups_at_location->begin(); group_location_itr != groups_at_location->end(); group_location_itr++) {
  1994. if(tmp_chances.count(*group_location_itr) > 0)
  1995. continue;
  1996. associated_groups = GetAssociatedGroups(*group_location_itr);
  1997. if(associated_groups){
  1998. set<int32>::iterator group_itr;
  1999. for (group_itr = associated_groups->begin(); group_itr != associated_groups->end(); group_itr++) {
  2000. chance = GetSpawnGroupChance(*group_itr);
  2001. if(chance > 0){
  2002. total_chance += chance;
  2003. tmp_chances[*group_itr] = chance;
  2004. }
  2005. else
  2006. tmp_chances[*group_itr] = 0;
  2007. }
  2008. }
  2009. else{ //single group, no associations
  2010. chance = GetSpawnGroupChance(*group_location_itr);
  2011. total_chance += chance;
  2012. tmp_chances[*group_location_itr] = chance;
  2013. }
  2014. }
  2015. if(tmp_chances.size() > 1){
  2016. //set the default for any chances not set
  2017. map<int32, float>::iterator itr2;
  2018. for(itr2 = tmp_chances.begin(); itr2 != tmp_chances.end(); itr2++){
  2019. if(itr2->second == 0){
  2020. total_chance += 100/tmp_chances.size();
  2021. tmp_chances[itr2->first] = (float)(100 / tmp_chances.size());
  2022. }
  2023. }
  2024. }
  2025. if(tmp_chances.size() > 1){
  2026. float roll = (float)(rand()%((int32)total_chance));
  2027. map<int32, float>::iterator itr3;
  2028. for (itr3 = tmp_chances.begin(); itr3 != tmp_chances.end(); itr3++){
  2029. if(itr3->second >= roll){
  2030. group = itr3->first;
  2031. break;
  2032. }
  2033. else
  2034. roll -= itr3->second;
  2035. }
  2036. }
  2037. else if(tmp_chances.size() == 1)
  2038. group = tmp_chances.begin()->first;
  2039. }
  2040. if(group > 0){
  2041. map<int32, int32>* locations = GetSpawnLocationsByGroup(group);
  2042. if(locations){
  2043. map<int32, int32>::iterator itr;
  2044. Spawn* spawn = 0;
  2045. Spawn* leader = 0;
  2046. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  2047. for (itr = locations->begin(); itr != locations->end(); itr++) {
  2048. if(spawn_location_list.count(itr->second) > 0){
  2049. spawn = ProcessSpawnLocation(spawn_location_list[itr->second], respawn);
  2050. if(!leader && spawn)
  2051. leader = spawn;
  2052. if(leader)
  2053. leader->AddSpawnToGroup(spawn);
  2054. if(spawn){
  2055. //if(spawn_group_map.count(group) == 0)
  2056. // spawn_group_map.Put(group, new MutexList<Spawn*>());
  2057. MutexList<int32>* groupList = &spawn_group_map.Get(group);
  2058. groupList->Add(spawn->GetID());
  2059. spawn->SetSpawnGroupID(group);
  2060. }
  2061. }
  2062. }
  2063. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2064. }
  2065. }
  2066. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2067. return group;
  2068. }
  2069. void ZoneServer::ProcessSpawnLocation(int32 location_id, bool respawn)
  2070. {
  2071. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2072. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  2073. if(spawn_location_list.count(location_id) > 0)
  2074. {
  2075. if(respawn) //see if there are any spawns still in game associated with this spawn's group, if so, dont spawn this
  2076. {
  2077. list<int32>* groups = GetSpawnGroupsByLocation(spawn_location_list[location_id]->placement_id);
  2078. if(groups)
  2079. {
  2080. set<int32>* associated_groups = 0;
  2081. bool should_spawn = true;
  2082. list<int32>::iterator itr;
  2083. for (itr = groups->begin(); itr != groups->end(); itr++) {
  2084. associated_groups = GetAssociatedGroups(*itr);
  2085. if(associated_groups)
  2086. {
  2087. set<int32>::iterator assoc_itr;
  2088. for (assoc_itr = associated_groups->begin(); assoc_itr != associated_groups->end(); assoc_itr++) {
  2089. if(spawn_group_map.count(*assoc_itr) > 0 && spawn_group_map.Get(*assoc_itr).size() > 0)
  2090. should_spawn = false;
  2091. }
  2092. }
  2093. }
  2094. if(should_spawn)
  2095. CalculateSpawnGroup(spawn_location_list[location_id]);
  2096. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2097. // need to unlock the list before we exit the function
  2098. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2099. return;
  2100. }
  2101. }
  2102. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2103. ProcessSpawnLocation(spawn_location_list[location_id], respawn);
  2104. }
  2105. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2106. }
  2107. Spawn* ZoneServer::ProcessSpawnLocation(SpawnLocation* spawnlocation, bool respawn)
  2108. {
  2109. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2110. if(!spawnlocation)
  2111. return 0;
  2112. Spawn* spawn = 0;
  2113. float rand_number = MakeRandomFloat(0, spawnlocation->total_percentage);
  2114. for(int32 i=0;i<spawnlocation->entities.size();i++)
  2115. {
  2116. if(spawnlocation->entities[i]->spawn_percentage == 0)
  2117. continue;
  2118. if (spawnlocation->conditional > 0) {
  2119. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_DAY && isDusk)
  2120. continue;
  2121. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_NIGHT) == SPAWN_CONDITIONAL_NIGHT && !isDusk)
  2122. continue;
  2123. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_NOT_RAINING && rain >= 0.75f)
  2124. continue;
  2125. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_RAINING && rain < 0.75f)
  2126. continue;
  2127. }
  2128. if (spawnlocation->entities[i]->spawn_percentage >= rand_number) {
  2129. if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_NPC)
  2130. spawn = AddNPCSpawn(spawnlocation, spawnlocation->entities[i]);
  2131. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_GROUNDSPAWN)
  2132. spawn = AddGroundSpawn(spawnlocation, spawnlocation->entities[i]);
  2133. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_OBJECT)
  2134. spawn = AddObjectSpawn(spawnlocation, spawnlocation->entities[i]);
  2135. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_WIDGET)
  2136. spawn = AddWidgetSpawn(spawnlocation, spawnlocation->entities[i]);
  2137. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_SIGN)
  2138. spawn = AddSignSpawn(spawnlocation, spawnlocation->entities[i]);
  2139. if (GetInstanceType() == PERSONAL_HOUSE_INSTANCE)
  2140. database.GetHouseSpawnInstanceData(this, spawn);
  2141. if(spawn && spawn->IsOmittedByDBFlag())
  2142. {
  2143. 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);
  2144. safe_delete(spawn);
  2145. spawn = 0;
  2146. continue;
  2147. }
  2148. else if (!spawn)
  2149. {
  2150. 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);
  2151. continue;
  2152. }
  2153. if (spawn)
  2154. {
  2155. if(respawn)
  2156. CallSpawnScript(spawn, SPAWN_SCRIPT_RESPAWN);
  2157. else
  2158. CallSpawnScript(spawn, SPAWN_SCRIPT_SPAWN);
  2159. }
  2160. break;
  2161. }
  2162. else
  2163. rand_number -= spawnlocation->entities[i]->spawn_percentage;
  2164. }
  2165. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2166. return spawn;
  2167. }
  2168. 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)
  2169. {
  2170. if(!spawnlocation)
  2171. return 0;
  2172. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2173. Spawn* spawn = 0;
  2174. float rand_number = MakeRandomFloat(0, spawnlocation->total_percentage);
  2175. for(int32 i=0;i<spawnlocation->entities.size();i++)
  2176. {
  2177. if(spawnlocation->entities[i]->spawn_percentage == 0)
  2178. continue;
  2179. int32 spawnTime = 0;
  2180. if(spawnlocation->entities[i]->spawn_percentage >= rand_number)
  2181. {
  2182. if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_NPC &&
  2183. (spawnTime = database.CheckSpawnRemoveInfo(instNPCs,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2184. spawn = AddNPCSpawn(spawnlocation, spawnlocation->entities[i]);
  2185. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_GROUNDSPAWN &&
  2186. (spawnTime = database.CheckSpawnRemoveInfo(instGroundSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2187. spawn = AddGroundSpawn(spawnlocation, spawnlocation->entities[i]);
  2188. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_OBJECT &&
  2189. (spawnTime = database.CheckSpawnRemoveInfo(instObjSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2190. spawn = AddObjectSpawn(spawnlocation, spawnlocation->entities[i]);
  2191. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_WIDGET &&
  2192. (spawnTime = database.CheckSpawnRemoveInfo(instWidgetSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2193. spawn = AddWidgetSpawn(spawnlocation, spawnlocation->entities[i]);
  2194. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_SIGN &&
  2195. (spawnTime = database.CheckSpawnRemoveInfo(instSignSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  2196. spawn = AddSignSpawn(spawnlocation, spawnlocation->entities[i]);
  2197. if(spawn && spawn->IsOmittedByDBFlag())
  2198. {
  2199. 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);
  2200. safe_delete(spawn);
  2201. spawn = 0;
  2202. continue;
  2203. }
  2204. if (GetInstanceType() == PERSONAL_HOUSE_INSTANCE)
  2205. database.GetHouseSpawnInstanceData(this, spawn);
  2206. const char* script = 0;
  2207. for(int x=0;x<3;x++)
  2208. {
  2209. switch(x)
  2210. {
  2211. case 0:
  2212. script = world.GetSpawnEntryScript(spawnlocation->entities[i]->spawn_entry_id);
  2213. break;
  2214. case 1:
  2215. script = world.GetSpawnLocationScript(spawnlocation->entities[i]->spawn_location_id);
  2216. break;
  2217. case 2:
  2218. script = world.GetSpawnScript(spawnlocation->entities[i]->spawn_id);
  2219. break;
  2220. }
  2221. if(spawn && script && lua_interface->GetSpawnScript(script) != 0)
  2222. {
  2223. spawn->SetSpawnScript(string(script));
  2224. break;
  2225. }
  2226. }
  2227. if(spawn)
  2228. {
  2229. if (respawn)
  2230. CallSpawnScript(spawn, SPAWN_SCRIPT_RESPAWN);
  2231. else
  2232. CallSpawnScript(spawn, SPAWN_SCRIPT_SPAWN);
  2233. if ( spawnTime > 1 )
  2234. {
  2235. spawn->SetRespawnTime(spawnTime);
  2236. }
  2237. }
  2238. break;
  2239. }
  2240. else
  2241. rand_number -= spawnlocation->entities[i]->spawn_percentage;
  2242. }
  2243. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2244. return spawn;
  2245. }
  2246. void ZoneServer::ProcessSpawnLocations()
  2247. {
  2248. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2249. map<int32,int32>* instNPCs = NULL;
  2250. map<int32,int32>* instGroundSpawns = NULL;
  2251. map<int32,int32>* instObjSpawns = NULL;
  2252. map<int32,int32>* instWidgetSpawns = NULL;
  2253. map<int32,int32>* instSignSpawns = NULL;
  2254. if ( this->IsInstanceZone() )
  2255. {
  2256. LogWrite(SPAWN__DEBUG, 0, "Spawn", "Processing Instance Removed Spawns...");
  2257. instNPCs = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_NPC );
  2258. instGroundSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_GROUNDSPAWN );
  2259. instObjSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_OBJECT );
  2260. instWidgetSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_WIDGET );
  2261. instSignSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_SIGN );
  2262. }
  2263. map<int32, bool> processed_spawn_locations;
  2264. map<int32, SpawnLocation*>::iterator itr;
  2265. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  2266. for (itr = spawn_location_list.begin(); itr != spawn_location_list.end(); itr++) {
  2267. LogWrite(SPAWN__TRACE, 0, "Spawn", "while spawn_location_list itr (#%u)", spawn_location_list.size());
  2268. 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
  2269. continue;
  2270. if(itr->second && spawn_location_groups.count(itr->second->placement_id) > 0)
  2271. {
  2272. int32 group_id = CalculateSpawnGroup(itr->second);
  2273. if(group_id)
  2274. {
  2275. LogWrite(SPAWN__TRACE, 0, "Spawn", "is group_id");
  2276. set<int32>* associated_groups = GetAssociatedGroups(group_id);
  2277. if(associated_groups)
  2278. {
  2279. LogWrite(SPAWN__TRACE, 0, "Spawn", "is associated_groups");
  2280. vector<int32>* associated_locations = GetAssociatedLocations(associated_groups);
  2281. if(associated_locations)
  2282. {
  2283. LogWrite(SPAWN__TRACE, 0, "Spawn", "is associated_locations");
  2284. for(int32 i=0;i<associated_locations->size();i++)
  2285. {
  2286. LogWrite(SPAWN__DEBUG, 5, "Spawn", "Loading processed_spawn_locations...");
  2287. processed_spawn_locations[associated_locations->at(i)] = true;
  2288. }
  2289. safe_delete(associated_locations);
  2290. }
  2291. }
  2292. }
  2293. }
  2294. else
  2295. {
  2296. if ( this->IsInstanceZone() )
  2297. {
  2298. //LogWrite(SPAWN__DEBUG, 5, "Spawn", "ProcessInstanceSpawnLocation (%u)...", itr->second->placement_id);
  2299. ProcessInstanceSpawnLocation(itr->second,instNPCs,instGroundSpawns,instObjSpawns,instWidgetSpawns,instSignSpawns);
  2300. }
  2301. else
  2302. {
  2303. //LogWrite(SPAWN__DEBUG, 5, "Spawn", "ProcessSpawnLocation (%u)...", itr->second->placement_id);
  2304. ProcessSpawnLocation(itr->second);
  2305. }
  2306. }
  2307. }
  2308. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  2309. safe_delete(instNPCs);
  2310. safe_delete(instGroundSpawns);
  2311. safe_delete(instObjSpawns);
  2312. safe_delete(instWidgetSpawns);
  2313. safe_delete(instSignSpawns);
  2314. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2315. }
  2316. void ZoneServer::AddLoot(NPC* npc, Spawn* killer, GroupLootMethod loot_method, int8 item_rarity, int32 group_id){
  2317. // 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)
  2318. // first we see if the skipping of gray mobs loot is enabled, then we move all non body drops
  2319. if(killer)
  2320. {
  2321. npc->SetLootMethod(loot_method, item_rarity, group_id);
  2322. int8 skip_loot_gray_mob_flag = rule_manager.GetGlobalRule(R_Loot, SkipLootGrayMob)->GetInt8();
  2323. if(skip_loot_gray_mob_flag) {
  2324. Player* player = 0;
  2325. if(killer->IsPlayer())
  2326. player = (Player*)killer;
  2327. else if(killer->IsPet()) {
  2328. Spawn* owner = ((Entity*)killer)->GetOwner();
  2329. if(owner->IsPlayer())
  2330. player = (Player*)owner;
  2331. }
  2332. if(player) {
  2333. int8 difficulty = player->GetArrowColor(npc->GetLevel());
  2334. if(difficulty == ARROW_COLOR_GRAY) {
  2335. npc->ClearNonBodyLoot();
  2336. }
  2337. }
  2338. }
  2339. }
  2340. // check for starting loot of Spawn and death of Spawn loot (no_drop_quest_completed_id)
  2341. vector<int32> loot_tables = GetSpawnLootList(npc->GetDatabaseID(), GetZoneID(), npc->GetLevel(), race_types_list.GetRaceType(npc->GetModelType()), npc);
  2342. if(loot_tables.size() > 0){
  2343. vector<LootDrop*>* loot_drops = 0;
  2344. vector<LootDrop*>::iterator loot_drop_itr;
  2345. LootTable* table = 0;
  2346. vector<int32>::iterator loot_list_itr;
  2347. float chancecoin = 0;
  2348. float chancetable = 0;
  2349. float chancedrop = 0;
  2350. float chancetally = 0;
  2351. float droptally = 0;
  2352. // the following loop,loops through each table
  2353. for(loot_list_itr = loot_tables.begin(); loot_list_itr != loot_tables.end(); loot_list_itr++){
  2354. table = GetLootTable(*loot_list_itr);
  2355. // if killer is assigned this is on-death, we already assigned coin
  2356. if(!killer && table && table->maxcoin > 0){
  2357. chancecoin = rand()%100;
  2358. if(table->coin_probability >= chancecoin){
  2359. if(table->maxcoin > table->mincoin)
  2360. npc->AddLootCoins(table->mincoin + rand()%(table->maxcoin - table->mincoin));
  2361. }
  2362. }
  2363. int numberchances = 1;
  2364. //if (table->lootdrop_probability == 100){ }
  2365. //else
  2366. //chancetally += table->lootdrop_probability;
  2367. int maxchance = 0;
  2368. if (table) {
  2369. maxchance = table->maxlootitems;
  2370. for (numberchances; numberchances <= maxchance; numberchances++) {
  2371. chancetable = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2372. //LogWrite(PLAYER__DEBUG, 0, "Player", "Table Chance: '%f'", chancetable);
  2373. float droppercenttotal = 0;
  2374. //--------------------------------------------------------------------------------------------------------------------------------------------------------------
  2375. if (table->lootdrop_probability == 100 || table->lootdrop_probability >= chancetable) {
  2376. //LogWrite(PLAYER__DEBUG, 0, "Player", "Probability:%f Table Chance: '%f'", table->lootdrop_probability, chancetable);
  2377. loot_drops = GetLootDrops(*loot_list_itr);
  2378. if (loot_drops && loot_drops->size() > 0) {
  2379. LootDrop* drop = 0;
  2380. int16 count = 0;
  2381. std::shuffle(loot_drops->begin(), loot_drops->end(), std::default_random_engine(Timer::GetCurrentTime2()));
  2382. int16 IC = 0;
  2383. for (loot_drop_itr = loot_drops->begin(); loot_drop_itr != loot_drops->end(); loot_drop_itr++) {
  2384. drop = *loot_drop_itr;
  2385. droppercenttotal += drop->probability;
  2386. }
  2387. int droplistsize = loot_drops->size();
  2388. float chancedroptally = 0;
  2389. bool breakIterMaxLoot = false;
  2390. chancedrop = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2391. for (loot_drop_itr = loot_drops->begin(); loot_drop_itr != loot_drops->end(); loot_drop_itr++) {
  2392. drop = *loot_drop_itr;
  2393. // 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
  2394. if(drop->no_drop_quest_completed_id && killer == nullptr)
  2395. continue;
  2396. 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
  2397. continue;
  2398. else if(killer && drop->no_drop_quest_completed_id) // check if the player already completed quest related to item
  2399. {
  2400. Player* player = nullptr;
  2401. if(killer->IsPlayer())
  2402. {
  2403. player = (Player*)killer;
  2404. // player has already completed the quest
  2405. if(player->HasQuestBeenCompleted(drop->no_drop_quest_completed_id) && !player->GetGroupMemberInfo())
  2406. {
  2407. 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);
  2408. continue;
  2409. }
  2410. else if(player->GetGroupMemberInfo() && world.GetGroupManager()->HasGroupCompletedQuest(player->GetGroupMemberInfo()->group_id, drop->no_drop_quest_completed_id))
  2411. {
  2412. 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);
  2413. continue;
  2414. }
  2415. }
  2416. else
  2417. {
  2418. LogWrite(PLAYER__DEBUG, 0, "Player", "%s: Killer is not a player, skipping loot item %u", npc->GetName(), drop->item_id);
  2419. continue;
  2420. }
  2421. }
  2422. if (npc->HasLootItemID(drop->item_id))
  2423. continue;
  2424. if (droppercenttotal >= 100)
  2425. droppercenttotal = 100;
  2426. chancedroptally += 100 / droppercenttotal * drop->probability;
  2427. //chancedrop = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2428. //LogWrite(PLAYER__DEBUG, 0, "Player", "Loot drop: '%i' Chance: %f Prob tally: %f min: %f", drop, chancedrop, chancedroptally, chancedroptally - drop->probability);
  2429. if ((chancedroptally == 100) || ((chancedroptally >= chancedrop) && (chancedroptally - (100 / droppercenttotal * drop->probability)) <= chancedrop)) {
  2430. //LogWrite(PLAYER__DEBUG, 0, "Player", "Loot drop: '%i' Chance: %f Prob: %f We have a loot drop winner", drop, chancedrop, chancedroptally);
  2431. count++;
  2432. npc->AddLootItem(drop->item_id, drop->item_charges);
  2433. //LogWrite(PLAYER__DEBUG, 0, "Player", "loot Count: '%i'",count);
  2434. //LogWrite(MISC__TODO, 1, "TODO", "Auto-Equip new looted items\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  2435. //if(drop->equip_item)
  2436. }
  2437. // so many items on this table break out and cap it!
  2438. if (table->maxlootitems > 0 && count >= table->maxlootitems) {
  2439. breakIterMaxLoot = true;
  2440. break;
  2441. }
  2442. }
  2443. // hit our max item drop for this table already, break out of numberchances
  2444. if(breakIterMaxLoot) {
  2445. break;
  2446. }
  2447. }
  2448. }
  2449. }
  2450. }
  2451. }
  2452. }
  2453. }
  2454. void ZoneServer::DeterminePosition(SpawnLocation* spawnlocation, Spawn* spawn){
  2455. if(!spawn || !spawnlocation)
  2456. return;
  2457. int offset = 0;
  2458. if(spawnlocation->x_offset > 0){
  2459. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2460. offset = (int)((spawnlocation->x_offset*1000)+1);
  2461. spawn->SetX(spawnlocation->x + ((float)(rand()%offset - rand()%offset))/1000);
  2462. }
  2463. else
  2464. spawn->SetX(spawnlocation->x);
  2465. if(spawnlocation->y_offset > 0){
  2466. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2467. offset = (int)((spawnlocation->y_offset*1000)+1);
  2468. spawn->SetY(spawnlocation->y + ((float)(rand()%offset - rand()%offset))/1000);
  2469. }
  2470. else
  2471. spawn->SetY(spawnlocation->y, true, true);
  2472. if(spawnlocation->z_offset > 0){
  2473. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2474. offset = (int)((spawnlocation->z_offset*1000)+1);
  2475. spawn->SetZ(spawnlocation->z + ((float)(rand()%offset - rand()%offset))/1000);
  2476. }
  2477. else
  2478. spawn->SetZ(spawnlocation->z);
  2479. spawn->SetHeading(spawnlocation->heading);
  2480. spawn->SetPitch(spawnlocation->pitch);
  2481. spawn->SetRoll(spawnlocation->roll);
  2482. spawn->SetSpawnOrigX(spawn->GetX());
  2483. spawn->SetSpawnOrigY(spawn->GetY());
  2484. spawn->SetSpawnOrigZ(spawn->GetZ());
  2485. spawn->SetSpawnOrigHeading(spawn->GetHeading());
  2486. spawn->SetSpawnOrigPitch(spawnlocation->pitch);
  2487. spawn->SetSpawnOrigRoll(spawnlocation->roll);
  2488. spawn->SetLocation(spawnlocation->grid_id);
  2489. spawn->SetSpawnLocationPlacementID(spawnlocation->placement_id);
  2490. }
  2491. NPC* ZoneServer::AddNPCSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2492. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2493. NPC* npc = GetNewNPC(spawnentry->spawn_id);
  2494. if(npc && !npc->IsOmittedByDBFlag()){
  2495. InfoStruct* info = npc->GetInfoStruct();
  2496. DeterminePosition(spawnlocation, npc);
  2497. npc->SetDatabaseID(spawnentry->spawn_id);
  2498. npc->SetSpawnLocationID(spawnentry->spawn_location_id);
  2499. npc->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2500. npc->SetRespawnTime(spawnentry->respawn);
  2501. npc->SetExpireTime(spawnentry->expire_time);
  2502. //devn00b add overrides for some spawns
  2503. if(spawnentry->hp_override > 0){
  2504. npc->SetHP(spawnentry->hp_override);
  2505. }
  2506. if(spawnentry->lvl_override > 0){
  2507. npc->SetLevel(spawnentry->lvl_override);
  2508. }
  2509. if(spawnentry->mp_override > 0){
  2510. npc->SetPower(spawnentry->mp_override);
  2511. }
  2512. if(spawnentry->str_override > 0){
  2513. info->set_str_base(spawnentry->str_override);
  2514. info->set_str(spawnentry->str_override);
  2515. }
  2516. if(spawnentry->sta_override > 0){
  2517. info->set_sta_base(spawnentry->sta_override);
  2518. info->set_sta(spawnentry->sta_override);
  2519. }
  2520. if(spawnentry->wis_override > 0){
  2521. info->set_wis_base(spawnentry->wis_override);
  2522. info->set_wis(spawnentry->wis_override);
  2523. }
  2524. if(spawnentry->int_override > 0){
  2525. info->set_intel_base(spawnentry->int_override);
  2526. info->set_intel(spawnentry->int_override);
  2527. }
  2528. if(spawnentry->agi_override > 0){
  2529. info->set_agi_base(spawnentry->agi_override);
  2530. info->set_agi(spawnentry->agi_override);
  2531. }
  2532. if(spawnentry->heat_override > 0){
  2533. info->set_heat_base(spawnentry->heat_override);
  2534. info->set_heat(spawnentry->heat_override);
  2535. }
  2536. if(spawnentry->cold_override > 0){
  2537. info->set_cold_base(spawnentry->cold_override);
  2538. info->set_cold(spawnentry->cold_override);
  2539. }
  2540. if(spawnentry->magic_override > 0){
  2541. info->set_magic_base(spawnentry->magic_override);
  2542. info->set_magic(spawnentry->magic_override);
  2543. }
  2544. if(spawnentry->mental_override > 0){
  2545. info->set_mental_base(spawnentry->mental_override);
  2546. info->set_mental(spawnentry->mental_override);
  2547. }
  2548. if(spawnentry->divine_override > 0){
  2549. info->set_divine_base(spawnentry->divine_override);
  2550. info->set_divine(spawnentry->divine_override);
  2551. }
  2552. if(spawnentry->disease_override > 0){
  2553. info->set_disease_base(spawnentry->disease_override);
  2554. info->set_disease(spawnentry->disease_override);
  2555. }
  2556. if(spawnentry->poison_override > 0){
  2557. info->set_poison_base(spawnentry->poison_override);
  2558. info->set_poison(spawnentry->poison_override);
  2559. }
  2560. if(spawnentry->difficulty_override > 0){
  2561. npc->SetDifficulty(spawnentry->difficulty_override, 1);
  2562. }
  2563. if (spawnentry->expire_time > 0)
  2564. AddSpawnExpireTimer(npc, spawnentry->expire_time, spawnentry->expire_offset);
  2565. AddLoot(npc);
  2566. SetSpawnScript(spawnentry, npc);
  2567. CallSpawnScript(npc, SPAWN_SCRIPT_PRESPAWN);
  2568. AddSpawn(npc);
  2569. }
  2570. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2571. return npc;
  2572. }
  2573. vector<int32>* ZoneServer::GetAssociatedLocations(set<int32>* groups){
  2574. vector<int32>* ret = 0;
  2575. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2576. if(groups){
  2577. int32 group_id = 0;
  2578. set<int32>::iterator group_itr;
  2579. for (group_itr = groups->begin(); group_itr != groups->end(); group_itr++) {
  2580. if(!ret)
  2581. ret = new vector<int32>();
  2582. group_id = *group_itr;
  2583. MSpawnGroupLocations.readlock(__FUNCTION__, __LINE__);
  2584. if(spawn_group_locations.count(group_id) > 0){
  2585. map<int32, int32>::iterator itr;
  2586. for (itr = spawn_group_locations[group_id]->begin(); itr != spawn_group_locations[group_id]->end(); itr++) {
  2587. ret->push_back(itr->first);
  2588. }
  2589. }
  2590. MSpawnGroupLocations.releasereadlock(__FUNCTION__, __LINE__);
  2591. }
  2592. }
  2593. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2594. return ret;
  2595. }
  2596. set<int32>* ZoneServer::GetAssociatedGroups(int32 group_id) {
  2597. set<int32>* ret = 0;
  2598. MSpawnGroupAssociation.readlock(__FUNCTION__, __LINE__);
  2599. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2600. if(spawn_group_associations.count(group_id) > 0)
  2601. ret = spawn_group_associations[group_id];
  2602. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2603. MSpawnGroupAssociation.releasereadlock(__FUNCTION__, __LINE__);
  2604. return ret;
  2605. }
  2606. map<int32, int32>* ZoneServer::GetSpawnLocationsByGroup(int32 group_id) {
  2607. map<int32, int32>* ret = 0;
  2608. MSpawnGroupLocations.readlock(__FUNCTION__, __LINE__);
  2609. if(spawn_group_locations.count(group_id) > 0)
  2610. ret = spawn_group_locations[group_id];
  2611. MSpawnGroupLocations.releasereadlock(__FUNCTION__, __LINE__);
  2612. return ret;
  2613. }
  2614. list<int32>* ZoneServer::GetSpawnGroupsByLocation(int32 location_id){
  2615. list<int32>* ret = 0;
  2616. MSpawnLocationGroups.readlock(__FUNCTION__, __LINE__);
  2617. if(spawn_location_groups.count(location_id) > 0)
  2618. ret = spawn_location_groups[location_id];
  2619. MSpawnLocationGroups.releasereadlock(__FUNCTION__, __LINE__);
  2620. return ret;
  2621. }
  2622. float ZoneServer::GetSpawnGroupChance(int32 group_id){
  2623. float ret = -1;
  2624. MSpawnGroupChances.readlock(__FUNCTION__, __LINE__);
  2625. if(spawn_group_chances.count(group_id) > 0)
  2626. ret = spawn_group_chances[group_id];
  2627. MSpawnGroupChances.releasereadlock(__FUNCTION__, __LINE__);
  2628. return ret;
  2629. }
  2630. void ZoneServer::AddSpawnGroupChance(int32 group_id, float percent){
  2631. MSpawnGroupChances.writelock(__FUNCTION__, __LINE__);
  2632. spawn_group_chances[group_id] = percent;
  2633. MSpawnGroupChances.releasewritelock(__FUNCTION__, __LINE__);
  2634. }
  2635. void ZoneServer::AddSpawnGroupAssociation(int32 group_id1, int32 group_id2) {
  2636. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  2637. //Check if we already have containers for these group ids, if not create them
  2638. if (spawn_group_associations.count(group_id1) == 0)
  2639. spawn_group_associations[group_id1] = new set<int32>;
  2640. if (spawn_group_associations.count(group_id2) == 0)
  2641. spawn_group_associations[group_id2] = new set<int32>;
  2642. //Associate groups 1 and 2 now
  2643. set<int32>* group_1 = spawn_group_associations.find(group_id1)->second;
  2644. set<int32>* group_2 = spawn_group_associations.find(group_id2)->second;
  2645. group_1->insert(group_id2);
  2646. group_2->insert(group_id1);
  2647. //Associate the remaining groups together
  2648. set<int32>::iterator itr;
  2649. for (itr = group_1->begin(); itr != group_1->end(); itr++){
  2650. group_2->insert(*itr);
  2651. map<int32, set<int32>*>::iterator assoc_itr = spawn_group_associations.find(*itr);
  2652. if (assoc_itr != spawn_group_associations.end())
  2653. assoc_itr->second->insert(group_id2);
  2654. else {
  2655. set<int32>* new_set = new set<int32>;
  2656. spawn_group_associations[*itr] = new_set;
  2657. new_set->insert(group_id2);
  2658. }
  2659. }
  2660. for (itr = group_2->begin(); itr != group_2->end(); itr++){
  2661. group_1->insert(*itr);
  2662. map<int32, set<int32>*>::iterator assoc_itr = spawn_group_associations.find(*itr);
  2663. if (assoc_itr != spawn_group_associations.end())
  2664. assoc_itr->second->insert(group_id1);
  2665. else {
  2666. set<int32>* new_set = new set<int32>;
  2667. spawn_group_associations[*itr] = new_set;
  2668. new_set->insert(group_id1);
  2669. }
  2670. }
  2671. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  2672. }
  2673. void ZoneServer::AddSpawnGroupLocation(int32 group_id, int32 location_id, int32 spawn_location_id) {
  2674. MSpawnGroupLocations.writelock(__FUNCTION__, __LINE__);
  2675. if(spawn_group_locations.count(group_id) == 0)
  2676. spawn_group_locations[group_id] = new map<int32, int32>();
  2677. (*spawn_group_locations[group_id])[location_id] = spawn_location_id;
  2678. MSpawnGroupLocations.releasewritelock(__FUNCTION__, __LINE__);
  2679. MSpawnLocationGroups.writelock(__FUNCTION__, __LINE__);
  2680. if(spawn_location_groups.count(location_id) == 0)
  2681. spawn_location_groups[location_id] = new list<int32>();
  2682. spawn_location_groups[location_id]->push_back(group_id);
  2683. MSpawnLocationGroups.releasewritelock(__FUNCTION__, __LINE__);
  2684. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  2685. if(spawn_group_associations.count(group_id) == 0)
  2686. spawn_group_associations[group_id] = new set<int32>();
  2687. spawn_group_associations[group_id]->insert(group_id);
  2688. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  2689. }
  2690. bool ZoneServer::CallSpawnScript(Spawn* npc, int8 type, Spawn* spawn, const char* message, bool is_door_open, sint32 input_value, sint32* return_value){
  2691. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2692. if(!npc)
  2693. return false;
  2694. const char* script = npc->GetSpawnScript();
  2695. if ( script == nullptr || strlen(script) < 1 )
  2696. {
  2697. if (!npc->IsPet() && npc->GetZone() != nullptr)
  2698. {
  2699. string tmpScript;
  2700. tmpScript.append("SpawnScripts/");
  2701. tmpScript.append(npc->GetZone()->GetZoneName());
  2702. tmpScript.append("/");
  2703. int count = 0;
  2704. for (int s = 0; s < strlen(npc->GetName()); s++)
  2705. {
  2706. if (isalnum((unsigned char)npc->GetName()[s]))
  2707. {
  2708. tmpScript += npc->GetName()[s];
  2709. count++;
  2710. }
  2711. }
  2712. tmpScript.append(".lua");
  2713. if (count < 1)
  2714. {
  2715. LogWrite(SPAWN__TRACE, 0, "Spawn", "Could not form script name %s..", __FUNCTION__);
  2716. }
  2717. else
  2718. {
  2719. struct stat buffer;
  2720. bool fileExists = (stat(tmpScript.c_str(), &buffer) == 0);
  2721. if (fileExists)
  2722. {
  2723. LogWrite(SPAWN__WARNING, 0, "Spawn", "No script file described in the database, overriding with SpawnScript at %s", (char*)tmpScript.c_str());
  2724. npc->SetSpawnScript(tmpScript);
  2725. script = npc->GetSpawnScript();
  2726. }
  2727. }
  2728. }
  2729. }
  2730. bool result = false;
  2731. if(lua_interface && script){
  2732. result = true; // default to true, if we don't match a switch case, return false in default case
  2733. switch(type){
  2734. case SPAWN_SCRIPT_SPAWN:{
  2735. lua_interface->RunSpawnScript(script, "spawn", npc);
  2736. break;
  2737. }
  2738. case SPAWN_SCRIPT_RESPAWN:{
  2739. lua_interface->RunSpawnScript(script, "respawn", npc);
  2740. break;
  2741. }
  2742. case SPAWN_SCRIPT_ATTACKED:{
  2743. lua_interface->RunSpawnScript(script, "attacked", npc, spawn);
  2744. break;
  2745. }
  2746. case SPAWN_SCRIPT_TARGETED:{
  2747. lua_interface->RunSpawnScript(script, "targeted", npc, spawn);
  2748. break;
  2749. }
  2750. case SPAWN_SCRIPT_HAILED:{
  2751. result = lua_interface->RunSpawnScript(script, "hailed", npc, spawn);
  2752. break;
  2753. }
  2754. case SPAWN_SCRIPT_HAILED_BUSY:{
  2755. lua_interface->RunSpawnScript(script, "hailed_busy", npc, spawn);
  2756. break;
  2757. }
  2758. case SPAWN_SCRIPT_DEATH:{
  2759. lua_interface->RunSpawnScript(script, "death", npc, spawn);
  2760. break;
  2761. }
  2762. case SPAWN_SCRIPT_KILLED:{
  2763. lua_interface->RunSpawnScript(script, "killed", npc, spawn);
  2764. break;
  2765. }
  2766. case SPAWN_SCRIPT_AGGRO:{
  2767. lua_interface->RunSpawnScript(script, "aggro", npc, spawn);
  2768. break;
  2769. }
  2770. case SPAWN_SCRIPT_HEALTHCHANGED:{
  2771. result = lua_interface->RunSpawnScript(script, "healthchanged", npc, spawn, 0, false, input_value, return_value);
  2772. break;
  2773. }
  2774. case SPAWN_SCRIPT_RANDOMCHAT:{
  2775. lua_interface->RunSpawnScript(script, "randomchat", npc, 0, message);
  2776. break;
  2777. }
  2778. case SPAWN_SCRIPT_CUSTOM:
  2779. case SPAWN_SCRIPT_TIMER:
  2780. case SPAWN_SCRIPT_CONVERSATION:{
  2781. lua_interface->RunSpawnScript(script, message, npc, spawn);
  2782. break;
  2783. }
  2784. case SPAWN_SCRIPT_CASTED_ON: {
  2785. lua_interface->RunSpawnScript(script, "casted_on", npc, spawn, message);
  2786. break;
  2787. }
  2788. case SPAWN_SCRIPT_AUTO_ATTACK_TICK: {
  2789. lua_interface->RunSpawnScript(script, "auto_attack_tick", npc, spawn);
  2790. break;
  2791. }
  2792. case SPAWN_SCRIPT_COMBAT_RESET: {
  2793. lua_interface->RunSpawnScript(script, "CombatReset", npc);
  2794. break;
  2795. }
  2796. case SPAWN_SCRIPT_GROUP_DEAD: {
  2797. lua_interface->RunSpawnScript(script, "group_dead", npc, spawn);
  2798. break;
  2799. }
  2800. case SPAWN_SCRIPT_HEAR_SAY: {
  2801. lua_interface->RunSpawnScript(script, "hear_say", npc, spawn, message);
  2802. break;
  2803. }
  2804. case SPAWN_SCRIPT_PRESPAWN: {
  2805. lua_interface->RunSpawnScript(script, "prespawn", npc);
  2806. break;
  2807. }
  2808. case SPAWN_SCRIPT_USEDOOR: {
  2809. result = lua_interface->RunSpawnScript(script, "usedoor", npc, spawn, "", is_door_open);
  2810. break;
  2811. }
  2812. case SPAWN_SCRIPT_BOARD: {
  2813. result = lua_interface->RunSpawnScript(script, "board", npc, spawn);
  2814. break;
  2815. }
  2816. case SPAWN_SCRIPT_DEBOARD: {
  2817. result = lua_interface->RunSpawnScript(script, "deboard", npc, spawn);
  2818. break;
  2819. }
  2820. default:
  2821. {
  2822. result = false;
  2823. break;
  2824. }
  2825. }
  2826. }
  2827. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2828. return result;
  2829. }
  2830. void ZoneServer::DeleteTransporters() {
  2831. MTransportLocations.writelock(__FUNCTION__, __LINE__);
  2832. transporter_locations.clear(); //world takes care of actually deleting the data
  2833. MTransportLocations.releasewritelock(__FUNCTION__, __LINE__);
  2834. }
  2835. void ZoneServer::ReloadTransporters(){
  2836. MutexList<LocationTransportDestination*>* locations = GetLocationTransporters(GetZoneID());
  2837. if(locations){
  2838. MutexList<LocationTransportDestination*>::iterator itr = locations->begin();
  2839. while(itr.Next())
  2840. AddTransporter(itr->value);
  2841. }
  2842. }
  2843. void ZoneServer::CheckTransporters(Client* client) {
  2844. MTransportLocations.readlock(__FUNCTION__, __LINE__);
  2845. if(transporter_locations.size() > 0){
  2846. LocationTransportDestination* loc = 0;
  2847. list<LocationTransportDestination*>::iterator itr;
  2848. for (itr = transporter_locations.begin(); itr != transporter_locations.end(); itr++) {
  2849. loc = *itr;
  2850. if(client->GetPlayer()->GetDistance(loc->trigger_x, loc->trigger_y, loc->trigger_z) <= loc->trigger_radius){
  2851. if(loc->destination_zone_id == 0 || loc->destination_zone_id == GetZoneID()){
  2852. EQ2Packet* packet = client->GetPlayer()->Move(loc->destination_x, loc->destination_y, loc->destination_z, client->GetVersion());
  2853. if(packet)
  2854. client->QueuePacket(packet);
  2855. }
  2856. else{
  2857. ZoneServer* new_zone = zone_list.Get(loc->destination_zone_id);
  2858. if(new_zone){
  2859. client->GetPlayer()->SetX(loc->destination_x);
  2860. client->GetPlayer()->SetY(loc->destination_y);
  2861. client->GetPlayer()->SetZ(loc->destination_z);
  2862. client->GetPlayer()->SetHeading(loc->destination_heading);
  2863. client->Zone(new_zone, false);
  2864. }
  2865. }
  2866. break;
  2867. }
  2868. }
  2869. }
  2870. MTransportLocations.releasereadlock(__FUNCTION__, __LINE__);
  2871. }
  2872. void ZoneServer::AddTransporter(LocationTransportDestination* loc) {
  2873. MTransportLocations.writelock(__FUNCTION__, __LINE__);
  2874. transporter_locations.push_back(loc);
  2875. MTransportLocations.releasewritelock(__FUNCTION__, __LINE__);
  2876. }
  2877. Sign* ZoneServer::AddSignSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2878. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2879. Sign* sign = GetNewSign(spawnentry->spawn_id);
  2880. if(sign && !sign->IsOmittedByDBFlag()){
  2881. DeterminePosition(spawnlocation, sign);
  2882. sign->SetDatabaseID(spawnentry->spawn_id);
  2883. sign->SetSpawnLocationID(spawnentry->spawn_location_id);
  2884. sign->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2885. sign->SetRespawnTime(spawnentry->respawn);
  2886. sign->SetExpireTime(spawnentry->expire_time);
  2887. if (spawnentry->expire_time > 0)
  2888. AddSpawnExpireTimer(sign, spawnentry->expire_time, spawnentry->expire_offset);
  2889. SetSpawnScript(spawnentry, sign);
  2890. CallSpawnScript(sign, SPAWN_SCRIPT_PRESPAWN);
  2891. AddSpawn(sign);
  2892. }
  2893. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2894. return sign;
  2895. }
  2896. Widget* ZoneServer::AddWidgetSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2897. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2898. Widget* widget = GetNewWidget(spawnentry->spawn_id);
  2899. if(widget && !widget->IsOmittedByDBFlag()){
  2900. DeterminePosition(spawnlocation, widget);
  2901. widget->SetDatabaseID(spawnentry->spawn_id);
  2902. widget->SetSpawnLocationID(spawnentry->spawn_location_id);
  2903. widget->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2904. if(!widget->GetIncludeLocation()){
  2905. widget->SetX(widget->GetWidgetX());
  2906. if(widget->GetCloseY() != 0)
  2907. widget->SetY(widget->GetCloseY());
  2908. widget->SetZ(widget->GetWidgetZ());
  2909. }
  2910. widget->SetRespawnTime(spawnentry->respawn);
  2911. widget->SetExpireTime(spawnentry->expire_time);
  2912. widget->SetSpawnOrigHeading(widget->GetHeading());
  2913. if (spawnentry->expire_time > 0)
  2914. AddSpawnExpireTimer(widget, spawnentry->expire_time, spawnentry->expire_offset);
  2915. SetSpawnScript(spawnentry, widget);
  2916. CallSpawnScript(widget, SPAWN_SCRIPT_PRESPAWN);
  2917. AddSpawn(widget);
  2918. }
  2919. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2920. return widget;
  2921. }
  2922. Object* ZoneServer::AddObjectSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2923. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2924. Object* object = GetNewObject(spawnentry->spawn_id);
  2925. if(object && !object->IsOmittedByDBFlag()){
  2926. DeterminePosition(spawnlocation, object);
  2927. object->SetDatabaseID(spawnentry->spawn_id);
  2928. object->SetSpawnLocationID(spawnentry->spawn_location_id);
  2929. object->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2930. object->SetRespawnTime(spawnentry->respawn);
  2931. object->SetExpireTime(spawnentry->expire_time);
  2932. if (spawnentry->expire_time > 0)
  2933. AddSpawnExpireTimer(object, spawnentry->expire_time, spawnentry->expire_offset);
  2934. SetSpawnScript(spawnentry, object);
  2935. CallSpawnScript(object, SPAWN_SCRIPT_PRESPAWN);
  2936. AddSpawn(object);
  2937. }
  2938. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2939. return object;
  2940. }
  2941. GroundSpawn* ZoneServer::AddGroundSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2942. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2943. GroundSpawn* spawn = GetNewGroundSpawn(spawnentry->spawn_id);
  2944. if(spawn && !spawn->IsOmittedByDBFlag()){
  2945. DeterminePosition(spawnlocation, spawn);
  2946. spawn->SetDatabaseID(spawnentry->spawn_id);
  2947. spawn->SetSpawnLocationID(spawnentry->spawn_location_id);
  2948. spawn->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2949. spawn->SetRespawnTime(spawnentry->respawn);
  2950. spawn->SetExpireTime(spawnentry->expire_time);
  2951. if(spawn->GetRandomizeHeading()) {
  2952. float rand_heading = MakeRandomFloat(0.0f, 360.0f);
  2953. spawn->SetHeading(rand_heading);
  2954. }
  2955. else {
  2956. spawn->SetHeading(spawnlocation->heading);
  2957. }
  2958. if (spawnentry->expire_time > 0)
  2959. AddSpawnExpireTimer(spawn, spawnentry->expire_time, spawnentry->expire_offset);
  2960. SetSpawnScript(spawnentry, spawn);
  2961. CallSpawnScript(spawn, SPAWN_SCRIPT_PRESPAWN);
  2962. AddSpawn(spawn);
  2963. }
  2964. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2965. return spawn;
  2966. }
  2967. void ZoneServer::AddSpawn(Spawn* spawn) {
  2968. if(!spawn->IsPlayer()) // we already set it on loadCharacter
  2969. spawn->SetZone(this);
  2970. MIgnoredWidgets.lock_shared();
  2971. std::map<int32, bool>::iterator itr;
  2972. for(itr = ignored_widgets.begin(); itr != ignored_widgets.end(); itr++) {
  2973. spawn->AddIgnoredWidget(itr->first);
  2974. }
  2975. MIgnoredWidgets.unlock_shared();
  2976. spawn->position_changed = false;
  2977. spawn->info_changed = false;
  2978. spawn->vis_changed = false;
  2979. spawn->changed = false;
  2980. // Write locking the spawn list here will cause deadlocks, so instead add it to a temp list that the
  2981. // main spawn thread will put into the spawn_list when ever it has a chance.
  2982. MPendingSpawnListAdd.writelock(__FUNCTION__, __LINE__);
  2983. pending_spawn_list_add.push_back(spawn);
  2984. MPendingSpawnListAdd.releasewritelock(__FUNCTION__, __LINE__);
  2985. spawn_range.Trigger();
  2986. if (GetInstanceType() == PERSONAL_HOUSE_INSTANCE && spawn->IsObject())
  2987. {
  2988. spawn->AddSecondaryEntityCommand("Examine", 20, "house_spawn_examine", "", 0, 0);
  2989. spawn->AddSecondaryEntityCommand("Move", 20, "move_item", "", 0, 0);
  2990. spawn->AddSecondaryEntityCommand("Pack in Moving Crate", 20, "house_spawn_pack_in_moving_crate", "", 0, 0);
  2991. spawn->AddSecondaryEntityCommand("Pick Up", 20, "pickup", "", 0, 0);
  2992. spawn->SetShowCommandIcon(1);
  2993. }
  2994. if(spawn->IsNPC())
  2995. AddEnemyList((NPC*)spawn);
  2996. if(spawn->IsPlayer() && ((Player*)spawn)->GetGroupMemberInfo())
  2997. spawn->SendGroupUpdate();
  2998. if (spawn->IsPlayer()) {
  2999. ((Player*)spawn)->GetInfoStruct()->set_rain(rain);
  3000. ((Player*)spawn)->SetCharSheetChanged(true);
  3001. }
  3002. if (movementMgr != nullptr && spawn->IsEntity()) {
  3003. movementMgr->AddMob((Entity*)spawn);
  3004. }
  3005. AddSpawnProximities(spawn);
  3006. AddSpawnToGrid(spawn, spawn->GetLocation());
  3007. spawn->SetAddedToWorldTimestamp(Timer::GetCurrentTime2());
  3008. }
  3009. void ZoneServer::AddClient(Client* client){
  3010. MClientList.writelock(__FUNCTION__, __LINE__);
  3011. lifetime_client_count++;
  3012. DecrementIncomingClients();
  3013. clients.push_back(client);
  3014. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  3015. connected_clients.Add(client);
  3016. }
  3017. void ZoneServer::RemoveClient(Client* client)
  3018. {
  3019. Guild *guild;
  3020. bool dismissPets = false;
  3021. if(client)
  3022. {
  3023. if (client->GetPlayer())
  3024. client_list.RemovePlayerFromInvisHistory(client->GetPlayer()->GetID());
  3025. LogWrite(ZONE__DEBUG, 0, "Zone", "Sending login equipment appearance updates...");
  3026. loginserver.SendImmediateEquipmentUpdatesForChar(client->GetPlayer()->GetCharacterID());
  3027. if (!client->IsZoning())
  3028. {
  3029. client->SaveSpells();
  3030. client->GetPlayer()->DeleteSpellEffects(true);
  3031. if ((guild = client->GetPlayer()->GetGuild()) != NULL)
  3032. guild->GuildMemberLogoff(client->GetPlayer());
  3033. chat.LeaveAllChannels(client);
  3034. }
  3035. if(!zoneShuttingDown && !client->IsZoning())
  3036. {
  3037. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  3038. GroupMemberInfo* gmi = client->GetPlayer()->GetGroupMemberInfo();
  3039. int32 group_id = 0;
  3040. if (gmi) {
  3041. group_id = gmi->group_id;
  3042. }
  3043. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  3044. if (group_id) {
  3045. int32 size = world.GetGroupManager()->GetGroupSize(group_id);
  3046. if (size > 1) {
  3047. bool send_left_message = size > 2;
  3048. // removegroupmember can delete the gmi, so make sure we still have a group_id after
  3049. world.GetGroupManager()->RemoveGroupMember(group_id, client->GetPlayer());
  3050. if (send_left_message)
  3051. world.GetGroupManager()->GroupMessage(group_id, "%s has left the group.", client->GetPlayer()->GetName());
  3052. }
  3053. }
  3054. if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_LINKDEAD) > 0)
  3055. {
  3056. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to LD/Exit...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  3057. }
  3058. else
  3059. {
  3060. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to Camp/Quit...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  3061. }
  3062. dismissPets = true;
  3063. //}
  3064. }
  3065. else
  3066. {
  3067. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to some client zoning...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  3068. }
  3069. map<int32, int32>::iterator itr;
  3070. for (itr = client->GetPlayer()->SpawnedBots.begin(); itr != client->GetPlayer()->SpawnedBots.end(); itr++) {
  3071. Spawn* spawn = GetSpawnByID(itr->second);
  3072. if (spawn)
  3073. ((Bot*)spawn)->Camp();
  3074. }
  3075. if(dismissPets) {
  3076. ((Entity*)client->GetPlayer())->DismissAllPets();
  3077. }
  3078. MClientList.writelock(__FUNCTION__, __LINE__);
  3079. LogWrite(ZONE__DEBUG, 0, "Zone", "Calling clients.Remove(client)...");
  3080. std::vector<Client*>::iterator itr2 = find(clients.begin(), clients.end(), client);
  3081. if (itr2 != clients.end())
  3082. clients.erase(itr2);
  3083. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  3084. LogWrite(ZONE__INFO, 0, "Zone", "Scheduling client '%s' for removal.", client->GetPlayer()->GetName());
  3085. database.ToggleCharacterOnline(client, 0);
  3086. RemoveSpawn(client->GetPlayer(), false, true, true, true, true);
  3087. int32 DisconnectClientTimer = rule_manager.GetGlobalRule(R_World, RemoveDisconnectedClientsTimer)->GetInt32();
  3088. connected_clients.Remove(client, true, DisconnectClientTimer); // changed from a hardcoded 30000 (30 sec) to the DisconnectClientTimer rule
  3089. }
  3090. }
  3091. void ZoneServer::RemoveClientImmediately(Client* client) {
  3092. Guild *guild;
  3093. if(client)
  3094. {
  3095. if(client->GetPlayer()) {
  3096. if((client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_LINKDEAD) > 0) {
  3097. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() - ACTIVITY_STATUS_LINKDEAD);
  3098. }
  3099. if ((client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0) {
  3100. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_CAMPING);
  3101. }
  3102. client->Disconnect();
  3103. }
  3104. MClientList.writelock(__FUNCTION__, __LINE__);
  3105. std::vector<Client*>::iterator itr = find(clients.begin(), clients.end(), client);
  3106. if (itr != clients.end())
  3107. clients.erase(itr);
  3108. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  3109. //clients.Remove(client, true);
  3110. }
  3111. }
  3112. void ZoneServer::ClientProcess(bool ignore_shutdown_timer)
  3113. {
  3114. if(!ignore_shutdown_timer && connected_clients.size(true) == 0)
  3115. {
  3116. MIncomingClients.readlock(__FUNCTION__, __LINE__);
  3117. bool shutdownDelayCheck = shutdownDelayTimer.Check();
  3118. if((!AlwaysLoaded() && !shutdownTimer.Enabled()) || shutdownDelayCheck)
  3119. {
  3120. if(incoming_clients && !shutdownDelayTimer.Enabled()) {
  3121. LogWrite(ZONE__INFO, 0, "Zone", "Incoming clients (%u) expected for %s, delaying shutdown timer...", incoming_clients, GetZoneName());
  3122. int32 timerDelay = rule_manager.GetGlobalRule(R_Zone, ShutdownDelayTimer)->GetInt32();
  3123. if(timerDelay < 10) {
  3124. LogWrite(ZONE__INFO, 0, "Zone", "Overriding %s shutdown delay timer as other clients are incoming, value %u too short, setting to 10...", GetZoneName(), timerDelay);
  3125. timerDelay = 10;
  3126. }
  3127. shutdownDelayTimer.Start(timerDelay, true);
  3128. }
  3129. else if(!incoming_clients || shutdownDelayCheck) {
  3130. if(!shutdownTimer.Enabled()) {
  3131. LogWrite(ZONE__INFO, 0, "Zone", "Starting zone shutdown timer for %s...", GetZoneName());
  3132. shutdownTimer.Start();
  3133. }
  3134. else {
  3135. LogWrite(ZONE__INFO, 0, "Zone", "zone shutdown timer for %s has %u remaining...", GetZoneName(), shutdownTimer.GetRemainingTime());
  3136. }
  3137. }
  3138. }
  3139. MIncomingClients.releasereadlock(__FUNCTION__, __LINE__);
  3140. return;
  3141. }
  3142. shutdownTimer.Disable();
  3143. shutdownDelayTimer.Disable();
  3144. Client* client = 0;
  3145. MutexList<Client*>::iterator iterator = connected_clients.begin();
  3146. while(iterator.Next())
  3147. {
  3148. client = iterator->value;
  3149. #ifndef NO_CATCH
  3150. try
  3151. {
  3152. #endif
  3153. if(zoneShuttingDown || !client->Process(true))
  3154. {
  3155. if(!zoneShuttingDown && !client->IsZoning())
  3156. {
  3157. // avoid spam of messages while we await linkdead to complete
  3158. if(!client->IsLinkdeadTimerEnabled()) {
  3159. bool camping = (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING);
  3160. LogWrite(ZONE__DEBUG, 0, "Zone", "Client is disconnecting in %s (camping = %s)", __FUNCTION__, camping ? "true" : "false");
  3161. if(!camping) {
  3162. client->setConnection(nullptr);
  3163. }
  3164. }
  3165. if((client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_LINKDEAD) > 0) {
  3166. client->StartLinkdeadTimer();
  3167. }
  3168. else if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0 )
  3169. {
  3170. //only set LD flag if we're disconnecting but not camping/quitting
  3171. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_LINKDEAD);
  3172. client->StartLinkdeadTimer();
  3173. }
  3174. else {
  3175. // camp timer completed, remove client
  3176. RemoveClient(client);
  3177. client->Disconnect();
  3178. }
  3179. }
  3180. else {
  3181. // force boot all players or clients zoning
  3182. RemoveClient(client);
  3183. client->Disconnect();
  3184. }
  3185. }
  3186. #ifndef NO_CATCH
  3187. }
  3188. catch(...)
  3189. {
  3190. LogWrite(ZONE__ERROR, 0, "Zone", "Exception caught when in ZoneServer::ClientProcess() for zone '%s'!\n%s, %i", GetZoneName(), __FUNCTION__, __LINE__);
  3191. try{
  3192. bool isLinkdead = false;
  3193. if(!client->IsZoning())
  3194. {
  3195. if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0 )
  3196. {
  3197. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_LINKDEAD);
  3198. client->StartLinkdeadTimer();
  3199. isLinkdead = true;
  3200. if(client->GetPlayer()->GetGroupMemberInfo())
  3201. world.GetGroupManager()->GroupMessage(client->GetPlayer()->GetGroupMemberInfo()->group_id, "%s has gone Linkdead.", client->GetPlayer()->GetName());
  3202. }
  3203. }
  3204. if(!isLinkdead) {
  3205. RemoveClient(client);
  3206. client->Disconnect();
  3207. }
  3208. }
  3209. catch(...){
  3210. LogWrite(ZONE__ERROR, 0, "Zone", "Exception caught when in ZoneServer::ClientProcess(), second try\n%s, %i", __FUNCTION__, __LINE__);
  3211. }
  3212. }
  3213. #endif
  3214. }
  3215. }
  3216. void ZoneServer::SimpleMessage(int8 type, const char* message, Spawn* from, float distance, bool send_to_sender){
  3217. Client* client = 0;
  3218. vector<Client*>::iterator client_itr;
  3219. MClientList.readlock(__FUNCTION__, __LINE__);
  3220. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3221. client = *client_itr;
  3222. if(from && client && client->IsConnected() && (send_to_sender || from != client->GetPlayer()) && from->GetDistance(client->GetPlayer()) <= distance){
  3223. client->SimpleMessage(type, message);
  3224. }
  3225. }
  3226. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3227. }
  3228. 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) {
  3229. if ((!distance || from->GetDistance(client->GetPlayer()) <= distance) && (!from || !client->GetPlayer()->IsIgnored(from->GetName()))) {
  3230. PacketStruct* packet = configReader.getStruct("WS_HearChat", client->GetVersion());
  3231. if (packet) {
  3232. if (from)
  3233. packet->setMediumStringByName("from", from->GetName());
  3234. if (client->GetPlayer() != from)
  3235. packet->setMediumStringByName("to", client->GetPlayer()->GetName());
  3236. int8 clientchannel = client->GetMessageChannelColor(channel);
  3237. packet->setDataByName("channel", client->GetMessageChannelColor(channel));
  3238. if (from && ((from == client->GetPlayer()) || (client->GetPlayer()->WasSentSpawn(from->GetID()))))
  3239. packet->setDataByName("from_spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(from));
  3240. else
  3241. packet->setDataByName("from_spawn_id", 0xFFFFFFFF);
  3242. packet->setDataByName("to_spawn_id", 0xFFFFFFFF);
  3243. packet->setMediumStringByName("message", message);
  3244. packet->setDataByName("language", language);
  3245. bool hasLanguage = client->GetPlayer()->HasLanguage(language);
  3246. if (language > 0 && !hasLanguage)
  3247. packet->setDataByName("understood", 0);
  3248. else
  3249. packet->setDataByName("understood", 1);
  3250. show_bubble == true ? packet->setDataByName("show_bubble", 1) : packet->setDataByName("show_bubble", 0);
  3251. if (channel_name)
  3252. packet->setMediumStringByName("channel_name", channel_name);
  3253. EQ2Packet* outapp = packet->serialize();
  3254. //DumpPacket(outapp);
  3255. client->QueuePacket(outapp);
  3256. safe_delete(packet);
  3257. }
  3258. }
  3259. }
  3260. void ZoneServer::HandleChatMessage(Spawn* from, const char* to, int16 channel, const char* message, float distance, const char* channel_name, bool show_bubble, int32 language){
  3261. vector<Client*>::iterator client_itr;
  3262. Client* client = 0;
  3263. MClientList.readlock(__FUNCTION__, __LINE__);
  3264. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3265. client = *client_itr;
  3266. if(client && client->IsConnected())
  3267. HandleChatMessage(client, from, to, channel, message, distance, channel_name, show_bubble, language);
  3268. }
  3269. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3270. }
  3271. void ZoneServer::HandleBroadcast(const char* message) {
  3272. vector<Client*>::iterator client_itr;
  3273. Client* client = 0;
  3274. MClientList.readlock(__FUNCTION__, __LINE__);
  3275. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3276. client = *client_itr;
  3277. if(client && client->IsConnected())
  3278. client->SimpleMessage(CHANNEL_BROADCAST, message);
  3279. }
  3280. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3281. }
  3282. void ZoneServer::HandleAnnouncement(const char* message) {
  3283. vector<Client*>::iterator client_itr;
  3284. Client* client = 0;
  3285. int32 words = ::CountWordsInString(message);
  3286. if (words < 5)
  3287. words = 5;
  3288. MClientList.readlock(__FUNCTION__, __LINE__);
  3289. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3290. client = *client_itr;
  3291. if(client && client->IsConnected()) {
  3292. client->SimpleMessage(CHANNEL_BROADCAST, message);
  3293. client->SendPopupMessage(10, message, "ui_harvest_normal", words, 0xFF, 0xFF, 0x00);
  3294. }
  3295. }
  3296. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3297. }
  3298. void ZoneServer::SendTimeUpdate(Client* client){
  3299. if(client){
  3300. PacketStruct* packet = world.GetWorldTime(client->GetVersion());
  3301. if(packet){
  3302. client->QueuePacket(packet->serialize());
  3303. safe_delete(packet);
  3304. }
  3305. }
  3306. }
  3307. void ZoneServer::SendTimeUpdateToAllClients(){
  3308. Client* client = 0;
  3309. vector<Client*>::iterator client_itr;
  3310. MClientList.readlock(__FUNCTION__, __LINE__);
  3311. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3312. client = *client_itr;
  3313. if(client && client->IsConnected())
  3314. SendTimeUpdate(client);
  3315. }
  3316. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3317. }
  3318. void ZoneServer::UpdateVitality(float amount){
  3319. Client* client = 0;
  3320. vector<Client*>::iterator client_itr;
  3321. MClientList.readlock(__FUNCTION__, __LINE__);
  3322. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3323. client = *client_itr;
  3324. if(client && client->GetPlayer()->GetInfoStruct()->get_xp_vitality() < 100){
  3325. if((client->GetPlayer()->GetInfoStruct()->get_xp_vitality() + amount) > 100)
  3326. client->GetPlayer()->GetInfoStruct()->set_xp_vitality(100);
  3327. else
  3328. client->GetPlayer()->GetInfoStruct()->add_xp_vitality(amount);
  3329. client->GetPlayer()->SetCharSheetChanged(true);
  3330. }
  3331. }
  3332. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3333. }
  3334. void ZoneServer::SendSpawn(Spawn* spawn, Client* client){
  3335. EQ2Packet* outapp = spawn->serialize(client->GetPlayer(), client->GetVersion());
  3336. if(!client->GetPlayer()->IsSendingSpawn(spawn->GetID())) {
  3337. safe_delete(outapp);
  3338. }
  3339. else {
  3340. LogWrite(ZONE__DEBUG, 7, "Zone", "%s: Processing SendSpawn for spawn index %u (%s)...", client->GetPlayer()->GetName(), client->GetPlayer()->GetIndexForSpawn(spawn), spawn->GetName());
  3341. if(outapp)
  3342. client->QueuePacket(outapp, true);
  3343. client->GetPlayer()->SetSpawnSentState(spawn, SpawnState::SPAWN_STATE_SENT_WAIT);
  3344. }
  3345. /*
  3346. vis flags:
  3347. 2 = show icon
  3348. 4 = targetable
  3349. 16 = show name
  3350. 32 = show level/border
  3351. activity_status:
  3352. 4 - linkdead
  3353. 8 - camping
  3354. 16 - LFG
  3355. 32 - LFW
  3356. 2048 - mentoring
  3357. 4096 - displays shield
  3358. 8192 - immunity gained
  3359. 16384 - immunity remaining
  3360. attackable_status
  3361. 1 - no_hp_bar
  3362. 4 - not attackable
  3363. npc_con
  3364. -4 = scowls
  3365. -3 = threatening
  3366. -2 = dubiously
  3367. -1 = apprehensively
  3368. 0 = indifferent
  3369. 1 = amiably
  3370. 2 = kindly
  3371. 3 = warmly
  3372. 4 = ally
  3373. quest_flag
  3374. 1 = new quest
  3375. 2 = update and new quest
  3376. 3 = update
  3377. */
  3378. if(spawn->IsEntity() && spawn->HasTrapTriggered())
  3379. client->QueueStateCommand(client->GetPlayer()->GetIDWithPlayerSpawn(spawn), spawn->GetTrapState());
  3380. }
  3381. Client* ZoneServer::GetClientByName(char* name) {
  3382. Client* ret = 0;
  3383. vector<Client*>::iterator itr;
  3384. MClientList.readlock(__FUNCTION__, __LINE__);
  3385. for (itr = clients.begin(); itr != clients.end(); itr++) {
  3386. if ((*itr)->GetPlayer()) {
  3387. if (strncmp((*itr)->GetPlayer()->GetName(), name, strlen(name)) == 0) {
  3388. ret = *itr;
  3389. break;
  3390. }
  3391. }
  3392. }
  3393. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3394. return ret;
  3395. }
  3396. Client* ZoneServer::GetClientByCharID(int32 charid) {
  3397. Client* ret = 0;
  3398. vector<Client*>::iterator itr;
  3399. MClientList.readlock(__FUNCTION__, __LINE__);
  3400. for (itr = clients.begin(); itr != clients.end(); itr++) {
  3401. if ((*itr)->GetCharacterID() == charid) {
  3402. ret = *itr;
  3403. break;
  3404. }
  3405. }
  3406. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3407. return ret;
  3408. }
  3409. void ZoneServer::AddMovementNPC(Spawn* spawn){
  3410. if (spawn)
  3411. movement_spawns.Put(spawn->GetID(), 1);
  3412. }
  3413. void ZoneServer::RemoveMovementNPC(Spawn* spawn){
  3414. if (spawn)
  3415. remove_movement_spawns.Add(spawn->GetID());
  3416. }
  3417. void ZoneServer::PlayFlavor(Client* client, Spawn* spawn, const char* mp3, const char* text, const char* emote, int32 key1, int32 key2, int8 language){
  3418. if(!client || !spawn)
  3419. return;
  3420. PacketStruct* packet = configReader.getStruct("WS_PlayFlavor", client->GetVersion());
  3421. if(packet){
  3422. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  3423. packet->setDataByName("unknown1", 0xFFFFFFFF);
  3424. packet->setDataByName("unknown5", 1, 1);
  3425. packet->setDataByName("unknown5", 1, 6);
  3426. if(mp3){
  3427. packet->setMediumStringByName("mp3", mp3);
  3428. packet->setDataByName("key", key1);
  3429. packet->setDataByName("key", key2, 1);
  3430. }
  3431. packet->setMediumStringByName("name", spawn->GetName());
  3432. if(text)
  3433. packet->setMediumStringByName("text", text);
  3434. if(emote) {
  3435. if(client->GetVersion() > 561) {
  3436. packet->setMediumStringByName("emote", emote);
  3437. }
  3438. else {
  3439. HandleEmote(spawn, std::string(emote));
  3440. }
  3441. }
  3442. if (language != 0)
  3443. packet->setDataByName("language", language);
  3444. //We should probably add Common = language id 0 or 0xFF so admins can customize more..
  3445. if (language == 0 || client->GetPlayer()->HasLanguage(language))
  3446. packet->setDataByName("understood", 1);
  3447. EQ2Packet* app = packet->serialize();
  3448. //DumpPacket(app);
  3449. client->QueuePacket(app);
  3450. safe_delete(packet);
  3451. }
  3452. }
  3453. void ZoneServer::PlayVoice(Client* client, Spawn* spawn, const char* mp3, int32 key1, int32 key2){
  3454. if(!client || !spawn)
  3455. return;
  3456. PacketStruct* packet = configReader.getStruct("WS_PlayVoice", client->GetVersion());
  3457. if(packet){
  3458. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  3459. packet->setMediumStringByName("mp3", mp3);
  3460. packet->setDataByName("key", key1);
  3461. packet->setDataByName("key", key2, 1);
  3462. client->QueuePacket(packet->serialize());
  3463. safe_delete(packet);
  3464. }
  3465. }
  3466. void ZoneServer::PlayFlavor(Spawn* spawn, const char* mp3, const char* text, const char* emote, int32 key1, int32 key2, int8 language){
  3467. if(!spawn)
  3468. return;
  3469. Client* client = 0;
  3470. vector<Client*>::iterator client_itr;
  3471. MClientList.readlock(__FUNCTION__, __LINE__);
  3472. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3473. client = *client_itr;
  3474. if(!client || !client->IsReadyForUpdates() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->GetDistance(spawn) > 30)
  3475. continue;
  3476. PlayFlavor(client, spawn, mp3, text, emote, key1, key2, language);
  3477. }
  3478. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3479. }
  3480. void ZoneServer::PlayFlavorID(Spawn* spawn, int8 type, int32 id, int16 index, int8 language){
  3481. if(!spawn)
  3482. return;
  3483. Client* client = 0;
  3484. vector<Client*>::iterator client_itr;
  3485. VoiceOverStruct non_garble, garble;
  3486. bool garble_success = false;
  3487. bool success = world.FindVoiceOver(type, id, index, &non_garble, &garble_success, &garble);
  3488. VoiceOverStruct* resStruct = nullptr;
  3489. MClientList.readlock(__FUNCTION__, __LINE__);
  3490. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3491. client = *client_itr;
  3492. if(!client || !client->IsReadyForUpdates() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->GetDistance(spawn) > 30)
  3493. continue;
  3494. client->SendPlayFlavor(spawn, language, &non_garble, &garble, success, garble_success);
  3495. }
  3496. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3497. }
  3498. void ZoneServer::PlayVoice(Spawn* spawn, const char* mp3, int32 key1, int32 key2){
  3499. if(!spawn || !mp3)
  3500. return;
  3501. Client* client = 0;
  3502. vector<Client*>::iterator client_itr;
  3503. MClientList.readlock(__FUNCTION__, __LINE__);
  3504. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3505. client = *client_itr;
  3506. if(!client || !client->IsReadyForUpdates() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  3507. continue;
  3508. PlayVoice(client, spawn, mp3, key1, key2);
  3509. }
  3510. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3511. }
  3512. void ZoneServer::PlaySoundFile(Client* client, const char* name, float origin_x, float origin_y, float origin_z){
  3513. if(!name)
  3514. return;
  3515. PacketStruct* packet = 0;
  3516. if(client){
  3517. packet = configReader.getStruct("WS_Play3DSound", client->GetVersion());
  3518. if(packet){
  3519. packet->setMediumStringByName("name", name);
  3520. packet->setDataByName("x", origin_x);
  3521. packet->setDataByName("y", origin_y);
  3522. packet->setDataByName("z", origin_z);
  3523. packet->setDataByName("unknown1", 1);
  3524. packet->setDataByName("unknown2", 2.5);
  3525. packet->setDataByName("unknown3", 15);
  3526. client->QueuePacket(packet->serialize());
  3527. safe_delete(packet);
  3528. }
  3529. }
  3530. else{
  3531. EQ2Packet* outapp = 0;
  3532. int16 packet_version = 0;
  3533. vector<Client*>::iterator client_itr;
  3534. MClientList.readlock(__FUNCTION__, __LINE__);
  3535. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3536. client = *client_itr;
  3537. if(client && (!packet || packet_version != client->GetVersion())){
  3538. safe_delete(packet);
  3539. safe_delete(outapp);
  3540. packet_version = client->GetVersion();
  3541. packet = configReader.getStruct("WS_Play3DSound", packet_version);
  3542. if(packet){
  3543. packet->setMediumStringByName("name", name);
  3544. packet->setDataByName("x", origin_x);
  3545. packet->setDataByName("y", origin_y);
  3546. packet->setDataByName("z", origin_z);
  3547. packet->setDataByName("unknown1", 1);
  3548. packet->setDataByName("unknown2", 2.5);
  3549. packet->setDataByName("unknown3", 15);
  3550. outapp = packet->serialize();
  3551. }
  3552. }
  3553. if(outapp && client && client->IsReadyForUpdates())
  3554. client->QueuePacket(outapp->Copy());
  3555. }
  3556. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3557. safe_delete(packet);
  3558. safe_delete(outapp);
  3559. }
  3560. }
  3561. bool ZoneServer::HasWidgetTimer(Spawn* widget){
  3562. bool ret = false;
  3563. if (widget) {
  3564. int32 id = widget->GetID();
  3565. map<int32, int32>::iterator itr;
  3566. MWidgetTimers.readlock(__FUNCTION__, __LINE__);
  3567. for (itr = widget_timers.begin(); itr != widget_timers.end(); itr++) {
  3568. if(itr->first == id){
  3569. ret = true;
  3570. break;
  3571. }
  3572. }
  3573. MWidgetTimers.releasereadlock(__FUNCTION__, __LINE__);
  3574. }
  3575. return ret;
  3576. }
  3577. void ZoneServer::CheckWidgetTimers(){
  3578. vector<int32> remove_list;
  3579. map<int32, int32>::iterator itr;
  3580. MWidgetTimers.readlock(__FUNCTION__, __LINE__);
  3581. for (itr = widget_timers.begin(); itr != widget_timers.end(); itr++) {
  3582. if(Timer::GetCurrentTime2() >= itr->second){
  3583. /*Spawn* widget = GetSpawnByID(itr->first);
  3584. if (widget && widget->IsWidget())
  3585. ((Widget*)widget)->HandleTimerUpdate();*/
  3586. remove_list.push_back(itr->first);
  3587. }
  3588. }
  3589. MWidgetTimers.releasereadlock(__FUNCTION__, __LINE__);
  3590. for (int32 i = 0; i < remove_list.size(); i++) {
  3591. Spawn* widget = GetSpawnByID(remove_list[i]);
  3592. if (widget && widget->IsWidget())
  3593. ((Widget*)widget)->HandleTimerUpdate();
  3594. }
  3595. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  3596. for(int32 i=0;i<remove_list.size(); i++)
  3597. widget_timers.erase(remove_list[i]);
  3598. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  3599. }
  3600. void ZoneServer::AddWidgetTimer(Spawn* widget, float time) {
  3601. if (widget && widget->IsWidget()) {
  3602. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  3603. widget_timers[widget->GetID()] = ((int32)(time * 1000)) + Timer::GetCurrentTime2();
  3604. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  3605. }
  3606. }
  3607. Spawn* ZoneServer::GetSpawnGroup(int32 id){
  3608. Spawn* ret = 0;
  3609. Spawn* spawn = 0;
  3610. if(id < 1)
  3611. return 0;
  3612. bool lookup = false;
  3613. if(quick_group_id_lookup.count(id) > 0) {
  3614. ret = GetSpawnByID(quick_group_id_lookup.Get(id));
  3615. lookup = true;
  3616. }
  3617. if(ret == NULL) {
  3618. if(lookup)
  3619. quick_group_id_lookup.erase(id);
  3620. map<int32, Spawn*>::iterator itr;
  3621. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3622. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3623. spawn = itr->second;
  3624. if(spawn){
  3625. if(spawn->GetSpawnGroupID() == id){
  3626. ret = spawn;
  3627. quick_group_id_lookup.Put(id, spawn->GetID());
  3628. break;
  3629. }
  3630. }
  3631. }
  3632. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3633. }
  3634. return ret;
  3635. }
  3636. Spawn* ZoneServer::GetSpawnByLocationID(int32 location_id) {
  3637. Spawn* ret = 0;
  3638. Spawn* current_spawn = 0;
  3639. if(location_id < 1)
  3640. return 0;
  3641. bool lookup = false;
  3642. if(quick_location_id_lookup.count(location_id) > 0) {
  3643. ret = GetSpawnByID(quick_location_id_lookup.Get(location_id));
  3644. lookup = true;
  3645. }
  3646. if(ret == NULL) {
  3647. if(lookup)
  3648. quick_location_id_lookup.erase(location_id);
  3649. map<int32, Spawn*>::iterator itr;
  3650. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3651. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3652. current_spawn = itr->second;
  3653. if (current_spawn && current_spawn->GetSpawnLocationID() == location_id) {
  3654. ret = current_spawn;
  3655. quick_location_id_lookup.Put(location_id, ret->GetID());
  3656. break;
  3657. }
  3658. }
  3659. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3660. }
  3661. return ret;
  3662. }
  3663. Spawn* ZoneServer::GetSpawnByDatabaseID(int32 id){
  3664. Spawn* ret = 0;
  3665. if(id < 1)
  3666. return 0;
  3667. bool lookup = false;
  3668. if(quick_database_id_lookup.count(id) > 0) {
  3669. ret = GetSpawnByID(quick_database_id_lookup.Get(id));
  3670. lookup = true;
  3671. }
  3672. if(ret == NULL){
  3673. if(lookup)
  3674. quick_database_id_lookup.erase(id);
  3675. Spawn* spawn = 0;
  3676. map<int32, Spawn*>::iterator itr;
  3677. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3678. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++){
  3679. spawn = itr->second;
  3680. if(spawn){
  3681. if(spawn->GetDatabaseID() == id){
  3682. quick_database_id_lookup.Put(id, spawn->GetID());
  3683. ret = spawn;
  3684. break;
  3685. }
  3686. }
  3687. }
  3688. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3689. }
  3690. return ret;
  3691. }
  3692. Spawn* ZoneServer::GetSpawnByID(int32 id, bool spawnListLocked) {
  3693. Spawn* ret = 0;
  3694. if (!spawnListLocked )
  3695. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3696. if (spawn_list.count(id) > 0)
  3697. ret = spawn_list[id];
  3698. if (!spawnListLocked)
  3699. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3700. return ret;
  3701. }
  3702. bool ZoneServer::SendRemoveSpawn(Client* client, Spawn* spawn, PacketStruct* packet, bool delete_spawn)
  3703. {
  3704. if(!client || !spawn || (client && client->GetPlayer() == spawn))
  3705. return false;
  3706. if(client->GetPlayerPOVGhostSpawnID() == spawn->GetID()) {
  3707. client->SetPlayerPOVGhost(nullptr);
  3708. }
  3709. spawn->RemoveSpawnFromPlayer(client->GetPlayer());
  3710. // 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);
  3711. /* if(packet && index > 0 && !wasRemoved)
  3712. {
  3713. packet->ResetData();
  3714. packet->setDataByName("spawn_index", index);
  3715. spawn->RemoveSpawnFromPlayer(client->GetPlayer());
  3716. if(delete_spawn)
  3717. packet->setDataByName("delete", 1);
  3718. client->QueuePacket(packet->serialize());
  3719. return true;
  3720. }
  3721. return false;*/
  3722. return true;
  3723. }
  3724. void ZoneServer::SetSpawnCommand(Spawn* spawn, int8 type, char* value, Client* client){
  3725. //commands
  3726. LogWrite(MISC__TODO, 1, "TODO", "%s does nothing!\n%s, %i", __FUNCTION__, __FILE__, __LINE__);
  3727. }
  3728. void ZoneServer::SetSpawnCommand(int32 spawn_id, int8 type, char* value, Client* client){
  3729. LogWrite(MISC__TODO, 1, "TODO", "%s does nothing!\n%s, %i", __FUNCTION__, __FILE__, __LINE__);
  3730. }
  3731. void ZoneServer::ApplySetSpawnCommand(Client* client, Spawn* target, int8 type, const char* value){
  3732. // 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
  3733. // location values (x, y, z, heading, grid) for all spawns in the zone with the same DB ID, only the targeted spawn
  3734. if(type == SPAWN_SET_VALUE_SPAWNENTRY_SCRIPT || type == SPAWN_SET_VALUE_SPAWNLOCATION_SCRIPT || (type >= SPAWN_SET_VALUE_X && type <= SPAWN_SET_VALUE_LOCATION) ||
  3735. type == SPAWN_SET_VALUE_PITCH || type == SPAWN_SET_VALUE_ROLL)
  3736. return;
  3737. Spawn* tmp = 0;
  3738. if(target->IsNPC())
  3739. tmp = GetNPC(target->GetDatabaseID());
  3740. else if(target->IsObject())
  3741. tmp = GetObject(target->GetDatabaseID());
  3742. else if(target->IsGroundSpawn())
  3743. tmp = GetGroundSpawn(target->GetDatabaseID());
  3744. else if(target->IsSign())
  3745. tmp = GetSign(target->GetDatabaseID());
  3746. else if(target->IsWidget())
  3747. tmp = GetWidget(target->GetDatabaseID());
  3748. if(tmp && type == SPAWN_SET_VALUE_SPAWN_SCRIPT)
  3749. tmp->SetSpawnScript(value);
  3750. else if(tmp)
  3751. commands.SetSpawnCommand(client, tmp, type, value); // set the master spawn
  3752. Spawn* spawn = 0;
  3753. // this check needs to be here otherwise every spawn with 0 will be set
  3754. if ( target->GetDatabaseID ( ) > 0 )
  3755. {
  3756. map<int32, Spawn*>::iterator itr;
  3757. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3758. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3759. spawn = itr->second;
  3760. if(spawn && spawn->GetDatabaseID() == target->GetDatabaseID()){
  3761. if(type == SPAWN_SET_VALUE_SPAWN_SCRIPT)
  3762. spawn->SetSpawnScript(value);
  3763. else
  3764. commands.SetSpawnCommand(client, spawn, type, value);
  3765. }
  3766. }
  3767. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3768. }
  3769. }
  3770. void ZoneServer::StopSpawnScriptTimer(Spawn* spawn, std::string functionName){
  3771. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3772. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3773. if(spawn_script_timers.size() > 0){
  3774. set<SpawnScriptTimer*>::iterator itr;
  3775. SpawnScriptTimer* timer = 0;
  3776. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); ) {
  3777. timer = *itr;
  3778. if(timer->spawn == spawn->GetID() && (functionName == "" || timer->function == functionName) && remove_spawn_script_timers_list.count(timer) == 0) {
  3779. itr = spawn_script_timers.erase(itr);
  3780. safe_delete(timer);
  3781. }
  3782. else
  3783. itr++;
  3784. }
  3785. }
  3786. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3787. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3788. }
  3789. void ZoneServer::DeleteSpawnScriptTimers(Spawn* spawn, bool all){
  3790. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3791. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3792. if(spawn_script_timers.size() > 0){
  3793. set<SpawnScriptTimer*>::iterator itr;
  3794. SpawnScriptTimer* timer = 0;
  3795. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); itr++) {
  3796. timer = *itr;
  3797. if((all || timer->spawn == spawn->GetID()) && remove_spawn_script_timers_list.count(timer) == 0)
  3798. remove_spawn_script_timers_list.insert(timer);
  3799. }
  3800. if(all)
  3801. spawn_script_timers.clear();
  3802. }
  3803. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3804. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3805. }
  3806. void ZoneServer::DeleteSpawnScriptTimers() {
  3807. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3808. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3809. if(remove_spawn_script_timers_list.size() > 0){
  3810. set<SpawnScriptTimer*>::iterator itr;
  3811. SpawnScriptTimer* timer = 0;
  3812. for (itr = remove_spawn_script_timers_list.begin(); itr != remove_spawn_script_timers_list.end(); itr++) {
  3813. timer = *itr;
  3814. set<SpawnScriptTimer*>::iterator itr2;
  3815. itr2 = spawn_script_timers.find(timer);
  3816. if(itr2 != spawn_script_timers.end())
  3817. spawn_script_timers.erase(itr2);
  3818. safe_delete(timer);
  3819. }
  3820. remove_spawn_script_timers_list.clear();
  3821. }
  3822. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3823. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3824. }
  3825. void ZoneServer::CheckSpawnScriptTimers(){
  3826. DeleteSpawnScriptTimers();
  3827. SpawnScriptTimer* timer = 0;
  3828. vector<SpawnScriptTimer> call_timers;
  3829. MSpawnScriptTimers.readlock(__FUNCTION__, __LINE__);
  3830. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3831. if(spawn_script_timers.size() > 0){
  3832. int32 current_time = Timer::GetCurrentTime2();
  3833. set<SpawnScriptTimer*>::iterator itr;
  3834. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); itr++) {
  3835. timer = *itr;
  3836. if(remove_spawn_script_timers_list.count(timer) == 0 &&
  3837. timer->current_count < timer->max_count && current_time >= timer->timer){
  3838. timer->current_count++;
  3839. SpawnScriptTimer tmpTimer;
  3840. tmpTimer.current_count = timer->current_count;
  3841. tmpTimer.function = timer->function;
  3842. tmpTimer.player = timer->player;
  3843. tmpTimer.spawn = timer->spawn;
  3844. tmpTimer.max_count = timer->max_count;
  3845. call_timers.push_back(tmpTimer);
  3846. }
  3847. if(timer->current_count >= timer->max_count && remove_spawn_script_timers_list.count(timer) == 0)
  3848. remove_spawn_script_timers_list.insert(timer);
  3849. }
  3850. }
  3851. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3852. MSpawnScriptTimers.releasereadlock(__FUNCTION__, __LINE__);
  3853. if(call_timers.size() > 0){
  3854. vector<SpawnScriptTimer>::iterator itr;
  3855. for(itr = call_timers.begin(); itr != call_timers.end(); itr++){
  3856. SpawnScriptTimer tmpTimer = (SpawnScriptTimer)*itr;
  3857. CallSpawnScript(GetSpawnByID(tmpTimer.spawn), SPAWN_SCRIPT_TIMER, tmpTimer.player > 0 ? GetSpawnByID(tmpTimer.player) : 0, tmpTimer.function.c_str());
  3858. }
  3859. }
  3860. }
  3861. void ZoneServer::KillSpawnByDistance(Spawn* spawn, float max_distance, bool include_players, bool send_packet){
  3862. std::shared_lock lock(MGridMaps);
  3863. if(!spawn)
  3864. return;
  3865. Spawn* test_spawn = 0;
  3866. std::map<int32, GridMap*>::iterator grids = grid_maps.find(spawn->GetLocation());
  3867. if(grids != grid_maps.end()) {
  3868. grids->second->MSpawns.lock_shared();
  3869. typedef map <int32, Spawn*> SpawnMapType;
  3870. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  3871. test_spawn = it->second;
  3872. if(test_spawn && test_spawn->Alive() && test_spawn->GetID() > 0 && test_spawn->GetID() != spawn->GetID() && test_spawn->IsEntity() &&
  3873. (!test_spawn->IsPlayer() || include_players)){
  3874. if(test_spawn->GetDistance(spawn) < max_distance)
  3875. KillSpawn(true, test_spawn, spawn, send_packet);
  3876. }
  3877. }
  3878. grids->second->MSpawns.unlock_shared();
  3879. }
  3880. }
  3881. void ZoneServer::SpawnSetByDistance(Spawn* spawn, float max_distance, string field, string value){
  3882. std::shared_lock lock(MGridMaps);
  3883. if(!spawn)
  3884. return;
  3885. Spawn* test_spawn = 0;
  3886. int32 type = commands.GetSpawnSetType(field);
  3887. if(type == 0xFFFFFFFF)
  3888. return;
  3889. std::map<int32, GridMap*>::iterator grids = grid_maps.find(spawn->GetLocation());
  3890. if(grids != grid_maps.end()) {
  3891. grids->second->MSpawns.lock_shared();
  3892. typedef map <int32, Spawn*> SpawnMapType;
  3893. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  3894. test_spawn = it->second;
  3895. if(test_spawn && test_spawn->GetID() > 0 && test_spawn->GetID() != spawn->GetID() && !test_spawn->IsPlayer()){
  3896. if(test_spawn->GetDistance(spawn) < max_distance){
  3897. commands.SetSpawnCommand(0, test_spawn, type, value.c_str());
  3898. }
  3899. }
  3900. }
  3901. grids->second->MSpawns.unlock_shared();
  3902. }
  3903. }
  3904. void ZoneServer::AddSpawnScriptTimer(SpawnScriptTimer* timer){
  3905. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3906. spawn_script_timers.insert(timer);
  3907. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3908. }
  3909. /*
  3910. void ZoneServer::RemoveFromRangeMap(Client* client){
  3911. spawn_range_map.erase(client);
  3912. }
  3913. */
  3914. void ZoneServer::RemoveSpawn(Spawn* spawn, bool delete_spawn, bool respawn, bool lock, bool erase_from_spawn_list, bool lock_spell_process)
  3915. {
  3916. LogWrite(ZONE__DEBUG, 3, "Zone", "Processing RemoveSpawn function for %s (%i)...", spawn->GetName(),spawn->GetID());
  3917. PacketStruct* packet = 0;
  3918. int16 packet_version = 0;
  3919. Client* client = 0;
  3920. vector<Client*>::iterator client_itr;
  3921. MClientList.readlock(__FUNCTION__, __LINE__);
  3922. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3923. client = *client_itr;
  3924. if (client && (client->GetVersion() > 373 || !client->IsZoning() || client->GetPlayer() != spawn)) { //don't send destroy ghost of 283 client when zoning
  3925. if (client->GetPlayer()->HasTarget() && client->GetPlayer()->GetTarget() == spawn)
  3926. client->GetPlayer()->SetTarget(0);
  3927. if(client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->IsSendingSpawn(spawn->GetID()))
  3928. SendRemoveSpawn(client, spawn, packet, delete_spawn);
  3929. if (spawn_range_map.count(client) > 0)
  3930. spawn_range_map.Get(client)->erase(spawn->GetID());
  3931. }
  3932. }
  3933. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3934. safe_delete(packet);
  3935. spawn->RemoveSpawnProximities();
  3936. RemoveSpawnProximities(spawn);
  3937. if (movementMgr != nullptr && spawn->IsEntity()) {
  3938. movementMgr->RemoveMob((Entity*)spawn);
  3939. }
  3940. RemoveSpawnSupportFunctions(spawn, lock_spell_process);
  3941. if (reloading)
  3942. RemoveDeadEnemyList(spawn);
  3943. if (lock)
  3944. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  3945. if (dead_spawns.count(spawn->GetID()) > 0)
  3946. dead_spawns.erase(spawn->GetID());
  3947. if (lock)
  3948. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  3949. if (spawn_expire_timers.count(spawn->GetID()) > 0)
  3950. spawn_expire_timers.erase(spawn->GetID());
  3951. spawn->SetDeletedSpawn(true);
  3952. // 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)
  3953. if(erase_from_spawn_list)
  3954. AddPendingSpawnRemove(spawn->GetID());
  3955. if(respawn && !spawn->IsPlayer() && spawn->GetRespawnTime() > 0 && spawn->GetSpawnLocationID() > 0)
  3956. {
  3957. LogWrite(ZONE__DEBUG, 3, "Zone", "Handle NPC Respawn for '%s'.", spawn->GetName());
  3958. // handle instance spawn db info
  3959. // we don't care if a NPC or a client kills the spawn, we could have events that cause NPCs to kill NPCs.
  3960. if(spawn->GetZone()->GetInstanceID() > 0 && spawn->GetSpawnLocationID() > 0)
  3961. {
  3962. LogWrite(ZONE__DEBUG, 3, "Zone", "Handle NPC Respawn in an Instance.");
  3963. // use respawn time to either insert/update entry (likely insert in this situation)
  3964. if ( spawn->IsNPC() )
  3965. {
  3966. database.CreateInstanceSpawnRemoved(spawn->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_NPC,
  3967. spawn->GetRespawnTime(),spawn->GetZone()->GetInstanceID());
  3968. }
  3969. else if ( spawn->IsObject ( ) )
  3970. {
  3971. database.CreateInstanceSpawnRemoved(spawn->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_OBJECT,
  3972. spawn->GetRespawnTime(),spawn->GetZone()->GetInstanceID());
  3973. }
  3974. }
  3975. else
  3976. {
  3977. int32 spawnLocationID = spawn->GetSpawnLocationID();
  3978. int32 spawnRespawnTime = spawn->GetRespawnTime();
  3979. respawn_timers.Put(spawnLocationID, Timer::GetCurrentTime2() + spawnRespawnTime * 1000);
  3980. }
  3981. }
  3982. RemoveSpawnFromGrid(spawn, spawn->GetLocation());
  3983. // 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
  3984. if (lock && !respawn)
  3985. MDeadSpawns.readlock(__FUNCTION__, __LINE__);
  3986. if(delete_spawn && dead_spawns.count(spawn->GetID()) == 0)
  3987. AddPendingDelete(spawn);
  3988. if (lock && !respawn)
  3989. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  3990. LogWrite(ZONE__DEBUG, 3, "Zone", "Done processing RemoveSpawn function...");
  3991. }
  3992. Spawn* ZoneServer::GetClosestSpawn(Spawn* spawn, int32 spawn_id){
  3993. Spawn* closest_spawn = 0;
  3994. Spawn* test_spawn = 0;
  3995. float closest_distance = 1000000;
  3996. float test_distance = 0;
  3997. map<int32, Spawn*>::iterator itr;
  3998. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3999. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4000. test_spawn = itr->second;
  4001. if(test_spawn && test_spawn != spawn && test_spawn->GetDatabaseID() == spawn_id){
  4002. test_distance = test_spawn->GetDistance(spawn);
  4003. if(test_distance < closest_distance){
  4004. closest_distance = test_distance;
  4005. closest_spawn = test_spawn;
  4006. }
  4007. }
  4008. }
  4009. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4010. return closest_spawn;
  4011. }
  4012. int32 ZoneServer::GetClosestLocation(Spawn* spawn){
  4013. Spawn* closest_spawn = 0;
  4014. Spawn* test_spawn = 0;
  4015. float closest_distance = 1000000;
  4016. float test_distance = 0;
  4017. map<int32, Spawn*>::iterator itr;
  4018. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4019. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4020. test_spawn = itr->second;
  4021. if(test_spawn){
  4022. test_distance = test_spawn->GetDistance(spawn);
  4023. if(test_distance < closest_distance){
  4024. closest_distance = test_distance;
  4025. closest_spawn = test_spawn;
  4026. if(closest_distance < 10)
  4027. break;
  4028. }
  4029. }
  4030. }
  4031. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4032. if(closest_spawn)
  4033. return closest_spawn->GetLocation();
  4034. return 0;
  4035. }
  4036. void ZoneServer::SendQuestUpdates(Client* client, Spawn* spawn){
  4037. if(!client)
  4038. return;
  4039. if(spawn){
  4040. if(client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  4041. SendSpawnChanges(spawn, client, false, true);
  4042. }
  4043. else{
  4044. client->GetCurrentZone()->SendAllSpawnsForVisChange(client);
  4045. }
  4046. }
  4047. void ZoneServer::SendAllSpawnsForLevelChange(Client* client) {
  4048. Spawn* spawn = 0;
  4049. if (spawn_range_map.count(client) > 0) {
  4050. MutexMap<int32, float >::iterator itr = spawn_range_map.Get(client)->begin();
  4051. while (itr.Next()) {
  4052. spawn = GetSpawnByID(itr->first);
  4053. if (spawn && client->GetPlayer()->WasSentSpawn(spawn->GetID())) {
  4054. SendSpawnChanges(spawn, client, false, true);
  4055. // Attempt to slow down the packet spam sent to the client
  4056. // who the bloody fuck put a Sleep here
  4057. //Sleep(5);
  4058. }
  4059. }
  4060. }
  4061. }
  4062. void ZoneServer::SendAllSpawnsForSeeInvisChange(Client* client) {
  4063. Spawn* spawn = 0;
  4064. if (spawn_range_map.count(client) > 0) {
  4065. MutexMap<int32, float >::iterator itr = spawn_range_map.Get(client)->begin();
  4066. while (itr.Next()) {
  4067. spawn = GetSpawnByID(itr->first);
  4068. if (spawn && spawn->IsEntity() && (((Entity*)spawn)->IsInvis() || ((Entity*)spawn)->IsStealthed()) && client->GetPlayer()->WasSentSpawn(spawn->GetID())) {
  4069. SendSpawnChanges(spawn, client, true, true);
  4070. }
  4071. }
  4072. }
  4073. }
  4074. void ZoneServer::SendAllSpawnsForVisChange(Client* client, bool limitToEntities) {
  4075. Spawn* spawn = 0;
  4076. if (spawn_range_map.count(client) > 0) {
  4077. MutexMap<int32, float >::iterator itr = spawn_range_map.Get(client)->begin();
  4078. while (itr.Next()) {
  4079. spawn = GetSpawnByID(itr->first);
  4080. if (spawn && (!limitToEntities || (limitToEntities && spawn->IsEntity())) && client->GetPlayer()->WasSentSpawn(spawn->GetID())) {
  4081. SendSpawnChanges(spawn, client, false, true);
  4082. }
  4083. }
  4084. }
  4085. }
  4086. void ZoneServer::StartZoneSpawnsForLevelThread(Client* client){
  4087. if(zoneShuttingDown)
  4088. return;
  4089. #ifdef WIN32
  4090. _beginthread(SendLevelChangedSpawns, 0, client);
  4091. #else
  4092. pthread_t thread;
  4093. pthread_create(&thread, NULL, SendLevelChangedSpawns, client);
  4094. pthread_detach(thread);
  4095. #endif
  4096. }
  4097. void ZoneServer::ReloadClientQuests(){
  4098. Client* client = 0;
  4099. vector<Client*>::iterator client_itr;
  4100. MClientList.readlock(__FUNCTION__, __LINE__);
  4101. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4102. client = *client_itr;
  4103. if(client)
  4104. client->ReloadQuests();
  4105. }
  4106. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4107. }
  4108. void ZoneServer::SendCalculatedXP(Player* player, Spawn* victim){
  4109. if (player && victim) {
  4110. if (player->GetGroupMemberInfo()) {
  4111. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  4112. PlayerGroup* group = world.GetGroupManager()->GetGroup(player->GetGroupMemberInfo()->group_id);
  4113. if (group)
  4114. {
  4115. group->MGroupMembers.readlock(__FUNCTION__, __LINE__);
  4116. deque<GroupMemberInfo*>* members = group->GetMembers();
  4117. deque<GroupMemberInfo*>::iterator itr;
  4118. bool skipGrayMob = false;
  4119. for (itr = members->begin(); itr != members->end(); itr++) {
  4120. GroupMemberInfo* gmi = *itr;
  4121. if (gmi->client) {
  4122. Player* group_member = gmi->client->GetPlayer();
  4123. if(group_member && group_member->GetArrowColor(victim->GetLevel()) == ARROW_COLOR_GRAY) {
  4124. skipGrayMob = true;
  4125. break;
  4126. }
  4127. }
  4128. }
  4129. for (itr = members->begin(); !skipGrayMob && itr != members->end(); itr++) {
  4130. GroupMemberInfo* gmi = *itr;
  4131. if (gmi->client) {
  4132. Player* group_member = gmi->client->GetPlayer();
  4133. if(group_member) {
  4134. float xp = group_member->CalculateXP(victim) / members->size();
  4135. if (xp > 0) {
  4136. group_member->AddXP((int32)xp);
  4137. }
  4138. }
  4139. }
  4140. }
  4141. group->MGroupMembers.releasereadlock(__FUNCTION__, __LINE__);
  4142. }
  4143. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  4144. }
  4145. else {
  4146. float xp = player->CalculateXP(victim);
  4147. if (xp > 0) {
  4148. Client* client = ((Player*)player)->GetClient();
  4149. if(!client)
  4150. return;
  4151. player->AddXP((int32)xp);
  4152. }
  4153. }
  4154. }
  4155. }
  4156. void ZoneServer::ProcessFaction(Spawn* spawn, Client* client)
  4157. {
  4158. if(client && !spawn->IsPlayer() && spawn->GetFactionID() > 10)
  4159. {
  4160. bool update_result = false;
  4161. Faction* faction = 0;
  4162. vector<int32>* factions = 0;
  4163. Player* player = client->GetPlayer();
  4164. bool hasfaction = database.VerifyFactionID(player->GetCharacterID(), spawn->GetFactionID());
  4165. //if 0 they dont have an entry in the db for this faction. if one they do and we can skip it.
  4166. if(hasfaction == 0) {
  4167. //Find out the default for this faction
  4168. sint32 defaultfaction = master_faction_list.GetDefaultFactionValue(spawn->GetFactionID());
  4169. //add the default faction for the player.
  4170. player->SetFactionValue(spawn->GetFactionID(), defaultfaction);
  4171. //save the character so the new default gets written to the db.
  4172. client->Save();
  4173. }
  4174. if(player->GetFactions()->ShouldDecrease(spawn->GetFactionID()))
  4175. {
  4176. update_result = player->GetFactions()->DecreaseFaction(spawn->GetFactionID());
  4177. faction = master_faction_list.GetFaction(spawn->GetFactionID());
  4178. if(faction && update_result)
  4179. client->Message(CHANNEL_FACTION, "Your faction standing with %s got worse.", faction->name.c_str());
  4180. else if(faction)
  4181. client->Message(CHANNEL_FACTION, "Your faction standing with %s could not possibly get any worse.", faction->name.c_str());
  4182. factions = master_faction_list.GetHostileFactions(spawn->GetFactionID());
  4183. if(factions)
  4184. {
  4185. vector<int32>::iterator itr;
  4186. for(itr = factions->begin(); itr != factions->end(); itr++)
  4187. {
  4188. if(player->GetFactions()->ShouldIncrease(*itr))
  4189. {
  4190. update_result = player->GetFactions()->IncreaseFaction(*itr);
  4191. faction = master_faction_list.GetFaction(*itr);
  4192. if(faction && update_result)
  4193. client->Message(CHANNEL_FACTION, "Your faction standing with %s got better.", faction->name.c_str());
  4194. else if(faction)
  4195. client->Message(CHANNEL_FACTION, "Your faction standing with %s could not possibly get any better.", faction->name.c_str());
  4196. }
  4197. }
  4198. }
  4199. }
  4200. factions = master_faction_list.GetFriendlyFactions(spawn->GetFactionID());
  4201. if(factions)
  4202. {
  4203. vector<int32>::iterator itr;
  4204. for(itr = factions->begin(); itr != factions->end(); itr++)
  4205. {
  4206. if(player->GetFactions()->ShouldDecrease(*itr))
  4207. {
  4208. bool hasfaction = database.VerifyFactionID(player->GetCharacterID(),spawn->GetFactionID());
  4209. if(hasfaction == 0) {
  4210. //they do not have the faction. Lets get the default value and feed it in.
  4211. sint32 defaultfaction = master_faction_list.GetDefaultFactionValue(spawn->GetFactionID());
  4212. //add the default faction for the player.
  4213. player->SetFactionValue(spawn->GetFactionID(), defaultfaction);
  4214. }
  4215. update_result = player->GetFactions()->DecreaseFaction(*itr);
  4216. faction = master_faction_list.GetFaction(*itr);
  4217. if(faction && update_result)
  4218. client->Message(CHANNEL_FACTION, "Your faction standing with %s got worse.", faction->name.c_str());
  4219. else if(faction)
  4220. client->Message(CHANNEL_FACTION, "Your faction standing with %s could not possibly get any worse.", faction->name.c_str());
  4221. }
  4222. }
  4223. }
  4224. EQ2Packet* outapp = client->GetPlayer()->GetFactions()->FactionUpdate(client->GetVersion());
  4225. if(outapp)
  4226. client->QueuePacket(outapp);
  4227. }
  4228. }
  4229. void ZoneServer::Despawn(Spawn* spawn, int32 timer){
  4230. if (spawn && movementMgr != nullptr) {
  4231. movementMgr->RemoveMob((Entity*)spawn);
  4232. }
  4233. if(!spawn || spawn->IsPlayer())
  4234. return;
  4235. if(spawn->IsEntity())
  4236. ((Entity*)spawn)->InCombat(false);
  4237. if(timer == 0)
  4238. timer = 1;
  4239. AddDeadSpawn(spawn, timer);
  4240. }
  4241. void ZoneServer::KillSpawn(bool spawnListLocked, Spawn* dead, Spawn* killer, bool send_packet, int8 type, int8 damage_type, int16 kill_blow_type)
  4242. {
  4243. bool isSpell = (type == DAMAGE_PACKET_TYPE_SIPHON_SPELL || type == DAMAGE_PACKET_TYPE_SIPHON_SPELL2 ||
  4244. type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE || type == DAMAGE_PACKET_TYPE_SPELL_CRIT_DMG ||
  4245. type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE2 || type == DAMAGE_PACKET_TYPE_SPELL_DAMAGE3);
  4246. MDeadSpawns.readlock(__FUNCTION__, __LINE__);
  4247. if(!dead || this->dead_spawns.count(dead->GetID()) > 0) {
  4248. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  4249. return;
  4250. }
  4251. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  4252. PacketStruct* packet = 0;
  4253. Client* client = 0;
  4254. vector<int32>* encounter = 0;
  4255. int32 encounter_player_bot_count = 1;
  4256. bool killer_in_encounter = false;
  4257. int8 loot_state = dead->GetLockedNoLoot();
  4258. if(dead->IsEntity())
  4259. {
  4260. // add any special quest related loot (no_drop_quest_completed)
  4261. if(dead->IsNPC() && ((NPC*)dead)->Brain()) {
  4262. if(!((NPC*)dead)->Brain()->PlayerInEncounter() || (loot_state != ENCOUNTER_STATE_LOCKED && loot_state != ENCOUNTER_STATE_OVERMATCHED)) {
  4263. LogWrite(LOOT__DEBUG, 0, "Loot", "NPC %s bypassed loot drop due to no player in encounter, or encounter state not locked.", ((NPC*)dead)->GetName());
  4264. }
  4265. else {
  4266. Entity* hated = ((NPC*)dead)->Brain()->GetMostHated();
  4267. if(hated) {
  4268. GroupLootMethod loot_method = GroupLootMethod::METHOD_FFA;
  4269. int8 item_rarity = 0;
  4270. if(hated->GetGroupMemberInfo()) {
  4271. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  4272. PlayerGroup* group = world.GetGroupManager()->GetGroup(hated->GetGroupMemberInfo()->group_id);
  4273. if (group) {
  4274. loot_method = (GroupLootMethod)group->GetGroupOptions()->loot_method;
  4275. item_rarity = group->GetGroupOptions()->loot_items_rarity;
  4276. LogWrite(LOOT__DEBUG, 0, "Loot", "%s: Loot method set to %u.", dead->GetName(), loot_method);
  4277. }
  4278. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  4279. }
  4280. AddLoot((NPC*)dead, hated, loot_method, item_rarity, hated->GetGroupMemberInfo() ? hated->GetGroupMemberInfo()->group_id : 0);
  4281. }
  4282. }
  4283. }
  4284. ((Entity*)dead)->InCombat(false);
  4285. dead->SetInitialState(16512, false); // This will make aerial npc's fall after death
  4286. dead->SetHP(0);
  4287. dead->SetSpawnType(3);
  4288. dead->appearance.attackable = 0;
  4289. // Remove hate towards dead from all npc's in the zone
  4290. ClearHate((Entity*)dead);
  4291. // Check kill and death procs
  4292. if (killer && dead != killer){
  4293. if (dead->IsEntity())
  4294. ((Entity*)dead)->CheckProcs(PROC_TYPE_DEATH, killer);
  4295. if (killer->IsEntity())
  4296. ((Entity*)killer)->CheckProcs(PROC_TYPE_KILL, dead);
  4297. }
  4298. //Check if caster is alive after death proc called, incase of deathsave
  4299. if (dead->Alive())
  4300. return;
  4301. RemoveSpellTimersFromSpawn(dead, true, !dead->IsPlayer(), true, !isSpell);
  4302. ((Entity*)dead)->IsCasting(false);
  4303. if(dead->IsPlayer())
  4304. {
  4305. ((Player*)dead)->UpdatePlayerStatistic(STAT_PLAYER_TOTAL_DEATHS, 1);
  4306. client = ((Player*)dead)->GetClient();
  4307. ((Entity*)dead)->HandleDeathExperienceDebt(killer);
  4308. if(client) {
  4309. if(client->GetPlayer()->DamageEquippedItems(10, client))
  4310. client->QueuePacket(client->GetPlayer()->GetEquipmentList()->serialize(client->GetVersion(), client->GetPlayer()));
  4311. client->DisplayDeadWindow();
  4312. }
  4313. }
  4314. else if (dead->IsNPC()) {
  4315. encounter = ((NPC*)dead)->Brain()->GetEncounter();
  4316. encounter_player_bot_count = ((NPC*)dead)->Brain()->CountPlayerBotInEncounter();
  4317. if(encounter_player_bot_count < 1)
  4318. encounter_player_bot_count = 1;
  4319. }
  4320. }
  4321. dead->SetActionState(0);
  4322. dead->SetTempActionState(0);
  4323. // Needs npc to have access to the encounter list for who is allowed to loot
  4324. NPC* chest = 0;
  4325. if (dead->IsNPC() && !((NPC*)dead)->Brain()->PlayerInEncounter()) {
  4326. dead->SetLootCoins(0);
  4327. dead->ClearLoot();
  4328. }
  4329. Spawn* groupMemberAlive = nullptr;
  4330. // If dead has loot attempt to drop a chest
  4331. if (dead->HasLoot()) {
  4332. if(!(groupMemberAlive = dead->IsSpawnGroupMembersAlive(dead))) {
  4333. chest = ((Entity*)dead)->DropChest();
  4334. }
  4335. else {
  4336. switch(dead->GetLootDropType()) {
  4337. case 0:
  4338. // default drop all chest type as a group
  4339. dead->TransferLoot(groupMemberAlive);
  4340. break;
  4341. case 1:
  4342. // this is a primary mob it drops its own loot
  4343. chest = ((Entity*)dead)->DropChest();
  4344. break;
  4345. }
  4346. }
  4347. }
  4348. // If dead is an npc get the encounter and loop through it giving out the rewards, no rewards for pets
  4349. if (dead->IsNPC() && !dead->IsPet() && !dead->IsBot()) {
  4350. Spawn* spawn = 0;
  4351. int8 size = encounter->size();
  4352. for (int8 i = 0; i < encounter->size(); i++) {
  4353. spawn = GetSpawnByID(encounter->at(i), spawnListLocked);
  4354. // set a flag to let us know if the killer is in the encounter
  4355. if (!killer_in_encounter && spawn == killer)
  4356. killer_in_encounter = true;
  4357. if (spawn && spawn->IsPlayer()) {
  4358. // Update players total kill count
  4359. ((Player*)spawn)->UpdatePlayerStatistic(STAT_PLAYER_TOTAL_NPC_KILLS, 1);
  4360. // If this was an epic mob kill send the announcement for this player
  4361. if (dead->GetDifficulty() >= 10)
  4362. SendEpicMobDeathToGuild((Player*)spawn, dead);
  4363. // Clear hostile spells from the players spell queue
  4364. spellProcess->RemoveSpellFromQueue((Player*)spawn, true);
  4365. // Get the client of the player
  4366. client = ((Player*)spawn)->GetClient();
  4367. // valid client?
  4368. if (client) {
  4369. // Check for quest kill updates
  4370. if(!dead->IsNPC() || loot_state != ENCOUNTER_STATE_BROKEN) {
  4371. client->CheckPlayerQuestsKillUpdate(dead);
  4372. }
  4373. // 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
  4374. if (!dead->IsPlayer() && dead->GetFactionID() > 10)
  4375. ProcessFaction(dead, client);
  4376. // Send xp...this is currently wrong fix it
  4377. if (spawn != dead && ((Player*)spawn)->GetArrowColor(dead->GetLevel()) >= ARROW_COLOR_GREEN) {
  4378. //SendCalculatedXP((Player*)spawn, dead);
  4379. float xp = ((Player*)spawn)->CalculateXP(dead) / encounter_player_bot_count;
  4380. if (xp > 0) {
  4381. ((Player*)spawn)->AddXP((int32)xp);
  4382. }
  4383. }
  4384. }
  4385. }
  4386. // If a chest is being dropped add this spawn to the chest's encounter so they can loot it
  4387. if (chest && spawn && spawn->IsEntity())
  4388. chest->Brain()->AddToEncounter((Entity*)spawn);
  4389. }
  4390. }
  4391. // If a chest is being dropped add it to the world and set the timer to remove it.
  4392. if (chest) {
  4393. AddSpawn(chest);
  4394. AddDeadSpawn(chest, 0xFFFFFFFF);
  4395. LogWrite(LOOT__DEBUG, 0, "Loot", "Adding a chest to the world...");
  4396. }
  4397. // Reset client pointer
  4398. client = 0;
  4399. // Killer was not in the encounter, give them the faction hit but no xp
  4400. if (!killer_in_encounter) {
  4401. // make sure the killer is a player and the dead spawn had a faction and wasn't a player
  4402. if (killer && killer->IsPlayer()) {
  4403. if (!dead->IsPlayer() && dead->GetFactionID() > 10) {
  4404. client = ((Player*)killer)->GetClient();
  4405. if (client)
  4406. ProcessFaction(dead, client);
  4407. }
  4408. // Clear hostile spells from the killers spell queue
  4409. spellProcess->RemoveSpellFromQueue((Player*)killer, true);
  4410. }
  4411. }
  4412. // Reset client pointer
  4413. client = 0;
  4414. vector<Spawn*>* group = dead->GetSpawnGroup();
  4415. if (group && group->size() == 1)
  4416. CallSpawnScript(dead, SPAWN_SCRIPT_GROUP_DEAD, killer);
  4417. safe_delete(group);
  4418. // Remove the support functions for the dead spawn
  4419. RemoveSpawnSupportFunctions(dead, !isSpell);
  4420. // Erase the expire timer if it has one
  4421. if (spawn_expire_timers.count(dead->GetID()) > 0)
  4422. spawn_expire_timers.erase(dead->GetID());
  4423. // If dead is an npc or object call the spawn scrip and handle instance stuff
  4424. if(dead->IsNPC() || dead->IsObject())
  4425. {
  4426. // handle instance spawn db info
  4427. // we don't care if a NPC or a client kills the spawn, we could have events that cause NPCs to kill NPCs.
  4428. if(dead->GetZone()->GetInstanceID() > 0 && dead->GetSpawnLocationID() > 0)
  4429. {
  4430. // use respawn time to either insert/update entry (likely insert in this situation)
  4431. if(dead->IsNPC())
  4432. database.CreateInstanceSpawnRemoved(dead->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_NPC, dead->GetRespawnTime(),dead->GetZone()->GetInstanceID());
  4433. else if ( dead->IsObject ( ) )
  4434. database.CreateInstanceSpawnRemoved(dead->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_OBJECT, dead->GetRespawnTime(),dead->GetZone()->GetInstanceID());
  4435. }
  4436. // Call the spawn scripts death() function
  4437. CallSpawnScript(dead, SPAWN_SCRIPT_DEATH, killer);
  4438. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  4439. if (zone_script && lua_interface)
  4440. lua_interface->RunZoneScript(zone_script, "spawn_killed", this, dead, 0, 0, killer);
  4441. }
  4442. int32 victim_id = dead->GetID();
  4443. int32 attacker_id = 0xFFFFFFFF;
  4444. if(killer)
  4445. attacker_id = killer->GetID();
  4446. if(send_packet)
  4447. {
  4448. vector<Client*>::iterator client_itr;
  4449. MClientList.readlock(__FUNCTION__, __LINE__);
  4450. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4451. client = *client_itr;
  4452. if(!client->GetPlayer()->WasSentSpawn(victim_id) || (attacker_id != 0xFFFFFFFF && !client->GetPlayer()->WasSentSpawn(attacker_id)) )
  4453. continue;
  4454. else if(killer && killer->GetDistance(client->GetPlayer()) > HEAR_SPAWN_DISTANCE)
  4455. continue;
  4456. packet = configReader.getStruct("WS_HearDeath", client->GetVersion());
  4457. if(packet)
  4458. {
  4459. if(killer)
  4460. packet->setDataByName("attacker", client->GetPlayer()->GetIDWithPlayerSpawn(killer));
  4461. else
  4462. packet->setDataByName("attacker", 0xFFFFFFFF);
  4463. packet->setDataByName("defender", client->GetPlayer()->GetIDWithPlayerSpawn(dead));
  4464. packet->setDataByName("damage_type", damage_type);
  4465. packet->setDataByName("blow_type", kill_blow_type);
  4466. client->QueuePacket(packet->serialize());
  4467. 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);
  4468. safe_delete(packet);
  4469. }
  4470. }
  4471. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4472. }
  4473. int32 pop_timer = 0xFFFFFFFF;
  4474. if(killer && killer->IsNPC())
  4475. {
  4476. // Call the spawn scripts killed() function
  4477. CallSpawnScript(killer, SPAWN_SCRIPT_KILLED, dead);
  4478. if(!dead->IsPlayer())
  4479. {
  4480. LogWrite(MISC__TODO, 1, "TODO", "Whenever pets are added, check for pet kills\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  4481. // Set the time for the corpse to linger to 5 sec
  4482. //pop_timer = 5000;
  4483. // commented out the timer so in the event the killer is not a player (pet, guard, something else i haven't thought of)
  4484. // the corpse doesn't vanish sooner then it should if it had loot for the players. AddDeadSpawn() will set timers based on if
  4485. // the corpse has loot or not if the timer value (pop_timer) is 0xFFFFFFFF
  4486. }
  4487. }
  4488. // If the dead spawns was not a player add it to the dead spawn list
  4489. if (!dead->IsPlayer() && !dead->IsBot())
  4490. AddDeadSpawn(dead, pop_timer);
  4491. // if dead was a player clear hostile spells from its spell queue
  4492. if (dead->IsPlayer())
  4493. spellProcess->RemoveSpellFromQueue((Player*)dead, true);
  4494. if (dead->IsNPC())
  4495. ((NPC*)dead)->Brain()->ClearHate();
  4496. safe_delete(encounter);
  4497. }
  4498. void ZoneServer::SendDamagePacket(Spawn* attacker, Spawn* victim, int8 type1, int8 type2, int8 damage_type, int16 damage, const char* spell_name) {
  4499. //Scat: was set but never being used anywhere. i see references to 0xFFFFFFFF below so could be old code not used anymore
  4500. //int32 attacker_id = 0xFFFFFFFF;
  4501. //if(attacker)
  4502. // attacker_id = attacker->GetID();
  4503. PacketStruct* packet = 0;
  4504. Client* client = 0;
  4505. if (attacker && victim && victim->IsPlayer() && victim->GetTarget() == 0) {
  4506. client = ((Player*)victim)->GetClient();
  4507. if (client)
  4508. client->TargetSpawn(attacker);
  4509. }
  4510. if(damage_type == DAMAGE_PACKET_DAMAGE_TYPE_FOCUS) {
  4511. damage_type = 0;
  4512. type2 = DAMAGE_PACKET_RESULT_FOCUS;
  4513. }
  4514. vector<Client*>::iterator client_itr;
  4515. MClientList.readlock(__FUNCTION__, __LINE__);
  4516. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4517. client = *client_itr;
  4518. if (!client || (client->GetPlayer() != attacker && client->GetPlayer() != victim && ((attacker && client->GetPlayer()->WasSentSpawn(attacker->GetID()) == false) || (victim && client->GetPlayer()->WasSentSpawn(victim->GetID()) == false))))
  4519. continue;
  4520. if (attacker && attacker->GetDistance(client->GetPlayer()) > 50)
  4521. continue;
  4522. if (victim && victim->GetDistance(client->GetPlayer()) > 50)
  4523. continue;
  4524. switch (type1) {
  4525. case DAMAGE_PACKET_TYPE_SIPHON_SPELL:
  4526. case DAMAGE_PACKET_TYPE_SIPHON_SPELL2:
  4527. packet = configReader.getStruct("WS_HearSiphonSpellDamage", client->GetVersion());
  4528. break;
  4529. case DAMAGE_PACKET_TYPE_MULTIPLE_DAMAGE:
  4530. if (client->GetVersion() > 561)
  4531. packet = configReader.getStruct("WS_HearMultipleDamage", client->GetVersion());
  4532. else
  4533. packet = configReader.getStruct("WS_HearSimpleDamage", client->GetVersion());
  4534. break;
  4535. case DAMAGE_PACKET_TYPE_SIMPLE_CRIT_DMG:
  4536. case DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE:
  4537. packet = configReader.getStruct("WS_HearSimpleDamage", client->GetVersion());
  4538. break;
  4539. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE2:
  4540. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE3:
  4541. case DAMAGE_PACKET_TYPE_SPELL_CRIT_DMG:
  4542. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE:
  4543. if (client->GetVersion() > 561)
  4544. packet = configReader.getStruct("WS_HearSpellDamage", client->GetVersion());
  4545. else
  4546. packet = configReader.getStruct("WS_HearSimpleDamage", client->GetVersion());
  4547. if (packet)
  4548. packet->setSubstructDataByName("header", "unknown", 5);
  4549. break;
  4550. case DAMAGE_PACKET_TYPE_RANGE_DAMAGE:
  4551. packet = configReader.getStruct("WS_HearRangeDamage", client->GetVersion());
  4552. break;
  4553. case DAMAGE_PACKET_TYPE_RANGE_SPELL_DMG:
  4554. case DAMAGE_PACKET_TYPE_RANGE_SPELL_DMG2:
  4555. packet = configReader.getStruct("WS_HearRangeDamage", client->GetVersion());
  4556. break;
  4557. default:
  4558. LogWrite(ZONE__ERROR, 0, "Zone", "Unknown Damage Packet type: %i in ZoneServer::SendDamagePacket.", type1);
  4559. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4560. return;
  4561. }
  4562. if (packet) {
  4563. if (client->GetVersion() > 561) {
  4564. packet->setSubstructDataByName("header", "packet_type", type1);
  4565. packet->setSubstructDataByName("header", "result_type", type2);
  4566. packet->setDataByName("damage_type", damage_type);
  4567. packet->setDataByName("damage", damage);
  4568. }
  4569. else {
  4570. switch (type2) {
  4571. case DAMAGE_PACKET_RESULT_MISS:
  4572. packet->setSubstructDataByName("header", "result_type", 1);
  4573. break;
  4574. case DAMAGE_PACKET_RESULT_DODGE:
  4575. packet->setSubstructDataByName("header", "result_type", 2);
  4576. break;
  4577. case DAMAGE_PACKET_RESULT_PARRY:
  4578. packet->setSubstructDataByName("header", "result_type", 3);
  4579. break;
  4580. case DAMAGE_PACKET_RESULT_RIPOSTE:
  4581. packet->setSubstructDataByName("header", "result_type", 4);
  4582. break;
  4583. case DAMAGE_PACKET_RESULT_BLOCK:
  4584. packet->setSubstructDataByName("header", "result_type", 5);
  4585. break;
  4586. case DAMAGE_PACKET_RESULT_INVULNERABLE:
  4587. packet->setSubstructDataByName("header", "result_type", 7);
  4588. break;
  4589. case DAMAGE_PACKET_RESULT_RESIST:
  4590. packet->setSubstructDataByName("header", "result_type", 9);
  4591. break;
  4592. case DAMAGE_PACKET_RESULT_REFLECT:
  4593. packet->setSubstructDataByName("header", "result_type", 10);
  4594. break;
  4595. case DAMAGE_PACKET_RESULT_IMMUNE:
  4596. packet->setSubstructDataByName("header", "result_type", 11);
  4597. break;
  4598. }
  4599. packet->setArrayLengthByName("num_dmg", 1);
  4600. packet->setSubstructDataByName("header", "defender_proxy", client->GetPlayer()->GetIDWithPlayerSpawn(victim));
  4601. packet->setArrayDataByName("damage_type", damage_type);
  4602. packet->setArrayDataByName("damage", damage);
  4603. }
  4604. if (!attacker)
  4605. packet->setSubstructDataByName("header", "attacker", 0xFFFFFFFF);
  4606. else
  4607. packet->setSubstructDataByName("header", "attacker", client->GetPlayer()->GetIDWithPlayerSpawn(attacker));
  4608. packet->setSubstructDataByName("header", "defender", client->GetPlayer()->GetIDWithPlayerSpawn(victim));
  4609. if (spell_name) {
  4610. packet->setDataByName("spell", 1);
  4611. packet->setDataByName("spell_name", spell_name);
  4612. }
  4613. EQ2Packet* app = packet->serialize();
  4614. //DumpPacket(app);
  4615. client->QueuePacket(app);
  4616. safe_delete(packet);
  4617. packet = 0;
  4618. }
  4619. }
  4620. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4621. }
  4622. void ZoneServer::SendHealPacket(Spawn* caster, Spawn* target, int16 heal_type, int32 heal_amt, const char* spell_name){
  4623. Client* client = 0;
  4624. vector<Client*>::iterator client_itr;
  4625. MClientList.readlock(__FUNCTION__, __LINE__);
  4626. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4627. client = *client_itr;
  4628. if(!client || (client->GetPlayer() != caster && ((caster && client->GetPlayer()->WasSentSpawn(caster->GetID()) == false) || (target && client->GetPlayer()->WasSentSpawn(target->GetID()) == false))))
  4629. continue;
  4630. if(caster && caster->GetDistance(client->GetPlayer()) > 50)
  4631. continue;
  4632. if(target && target->GetDistance(client->GetPlayer()) > 50)
  4633. continue;
  4634. PacketStruct* packet = configReader.getStruct("WS_HearHeal", client->GetVersion());
  4635. if (packet) {
  4636. packet->setDataByName("caster", client->GetPlayer()->GetIDWithPlayerSpawn(caster));
  4637. packet->setDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  4638. packet->setDataByName("heal_amt", heal_amt);
  4639. packet->setDataByName("spellname", spell_name);
  4640. packet->setDataByName("type", heal_type);
  4641. packet->setDataByName("unknown2", 1);
  4642. EQ2Packet* app = packet->serialize();
  4643. client->QueuePacket(app);
  4644. safe_delete(packet);
  4645. }
  4646. }
  4647. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4648. }
  4649. void ZoneServer::SendThreatPacket(Spawn* caster, Spawn* target, int32 threat_amt, const char* spell_name) {
  4650. Client* client = 0;
  4651. vector<Client*>::iterator client_itr;
  4652. MClientList.readlock(__FUNCTION__, __LINE__);
  4653. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4654. client = *client_itr;
  4655. if(!client || (client->GetPlayer() != caster && ((caster && client->GetPlayer()->WasSentSpawn(caster->GetID()) == false) || (target && client->GetPlayer()->WasSentSpawn(target->GetID()) == false))))
  4656. continue;
  4657. if(caster && caster->GetDistance(client->GetPlayer()) > 50)
  4658. continue;
  4659. if(target && target->GetDistance(client->GetPlayer()) > 50)
  4660. continue;
  4661. if(client->GetVersion() <= 561) {
  4662. int8 channel = 46;
  4663. if(client->GetPlayer() == caster || client->GetPlayer() == target)
  4664. channel = 42;
  4665. client->Message(channel, "%s increases %s hate with %s for %u threat.", spell_name, (client->GetPlayer() == caster) ? "YOUR" : caster->GetName(), (client->GetPlayer() == target) ? "YOU" : target->GetName(), threat_amt);
  4666. }
  4667. else {
  4668. PacketStruct* packet = configReader.getStruct("WS_HearThreatCmd", client->GetVersion());
  4669. if (packet) {
  4670. packet->setDataByName("spell_name", spell_name);
  4671. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(caster));
  4672. packet->setDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  4673. packet->setDataByName("threat_amount", threat_amt);
  4674. client->QueuePacket(packet->serialize());
  4675. }
  4676. safe_delete(packet);
  4677. }
  4678. }
  4679. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4680. }
  4681. void ZoneServer::SendYellPacket(Spawn* yeller, float max_distance) {
  4682. Client* client = 0;
  4683. string yellMsg = std::string(yeller->GetName()) + " yelled for help!";
  4684. vector<Client*>::iterator client_itr;
  4685. PacketStruct* packet = nullptr;
  4686. MClientList.readlock(__FUNCTION__, __LINE__);
  4687. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4688. client = *client_itr;
  4689. if(!client || !client->GetPlayer() || client->GetPlayer()->WasSentSpawn(yeller->GetID()) == false)
  4690. continue;
  4691. if(client->GetPlayer()->GetDistance(yeller) > max_distance)
  4692. continue;
  4693. if(packet && packet->GetVersion() == client->GetVersion()) {
  4694. client->QueuePacket(packet->serialize());
  4695. }
  4696. else {
  4697. safe_delete(packet);
  4698. packet = configReader.getStruct("WS_EncounterBroken", client->GetVersion());
  4699. if (packet) {
  4700. packet->setDataByName("message", yellMsg.c_str());
  4701. /* none of the other data seems necessary, keeping for reference for future disassembly
  4702. packet2->setDataByName("unknown2", 0x40);
  4703. packet2->setDataByName("unknown3", 0x40);
  4704. packet2->setDataByName("unknown4", 0xFF);
  4705. packet2->setDataByName("unknown5", 0xFF);
  4706. packet2->setDataByName("unknown6", 0xFF);*/
  4707. client->QueuePacket(packet->serialize());
  4708. }
  4709. }
  4710. }
  4711. safe_delete(packet);
  4712. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4713. }
  4714. void ZoneServer::SendSpellFailedPacket(Client* client, int16 error){
  4715. if(!client)
  4716. return;
  4717. PacketStruct* packet = configReader.getStruct("WS_DisplaySpellFailed", client->GetVersion());
  4718. if(packet){
  4719. /* Temp solution, need to modify the error code before this function and while we still have access to the spell/combat art */
  4720. error = master_spell_list.GetSpellErrorValue(client->GetVersion(), error);
  4721. if(client->GetVersion() > 373 && client->GetVersion() <= 561 && error) {
  4722. error += 1;
  4723. }
  4724. packet->setDataByName("error_code", error);
  4725. //packet->PrintPacket();
  4726. client->QueuePacket(packet->serialize());
  4727. safe_delete(packet);
  4728. }
  4729. }
  4730. void ZoneServer::SendInterruptPacket(Spawn* interrupted, LuaSpell* spell, bool fizzle){
  4731. if(!interrupted || !spell)
  4732. return;
  4733. EQ2Packet* outapp = 0;
  4734. PacketStruct* packet = 0;
  4735. Client* client = 0;
  4736. vector<Client*>::iterator client_itr;
  4737. MClientList.readlock(__FUNCTION__, __LINE__);
  4738. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4739. client = *client_itr;
  4740. if(!client || !client->GetPlayer()->WasSentSpawn(interrupted->GetID()))
  4741. continue;
  4742. packet = configReader.getStruct(fizzle ? "WS_SpellFizzle" : "WS_Interrupt", client->GetVersion());
  4743. if(packet){
  4744. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(interrupted));
  4745. packet->setArrayLengthByName("num_targets", spell->targets.size());
  4746. for (int32 i = 0; i < spell->targets.size(); i++)
  4747. packet->setArrayDataByName("target_id", client->GetPlayer()->GetIDWithPlayerSpawn(client->GetPlayer()->GetZone()->GetSpawnByID(spell->targets[i])), i);
  4748. packet->setDataByName("spell_id", spell->spell->GetSpellID());
  4749. outapp = packet->serialize();
  4750. client->QueuePacket(outapp);
  4751. safe_delete(packet);
  4752. }
  4753. }
  4754. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4755. safe_delete(packet);
  4756. }
  4757. void ZoneServer::SendCastSpellPacket(LuaSpell* spell, Entity* caster, int32 spell_visual_override, int16 casttime_override){
  4758. EQ2Packet* outapp = 0;
  4759. PacketStruct* packet = 0;
  4760. Client* client = 0;
  4761. if(!caster || !spell || !spell->spell || spell->interrupted)
  4762. return;
  4763. if(spell->is_damage_spell && (!spell->has_damaged || spell->resisted)) {
  4764. // we did not successfully hit target, so we should not send the visual
  4765. return;
  4766. }
  4767. vector<Client*>::iterator client_itr;
  4768. MClientList.readlock(__FUNCTION__, __LINE__);
  4769. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4770. client = *client_itr;
  4771. if(!client)
  4772. continue;
  4773. packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4774. if(packet){
  4775. int32 caster_id = client->GetPlayer()->GetIDWithPlayerSpawn(caster);
  4776. if(!caster_id) {
  4777. safe_delete(packet);
  4778. continue;
  4779. }
  4780. packet->setDataByName("spawn_id", caster_id);
  4781. packet->setArrayLengthByName("num_targets", spell->targets.size());
  4782. for (int32 i = 0; i < spell->targets.size(); i++) {
  4783. int32 target_id = client->GetPlayer()->GetIDWithPlayerSpawn(spell->caster->GetZone()->GetSpawnByID(spell->targets[i]));
  4784. if(target_id) {
  4785. packet->setArrayDataByName("target", target_id, i);
  4786. }
  4787. else {
  4788. packet->setArrayDataByName("target", 0xFFFFFFFF, i);
  4789. }
  4790. }
  4791. int32 visual_to_use = spell_visual_override > 0 ? spell_visual_override : spell->spell->GetSpellData()->spell_visual;
  4792. int32 visual = client->GetSpellVisualOverride(visual_to_use);
  4793. packet->setDataByName("spell_visual", visual); //result
  4794. if(casttime_override != 0xFFFF) {
  4795. packet->setDataByName("cast_time", casttime_override*.01f); //delay
  4796. }
  4797. else {
  4798. packet->setDataByName("cast_time", spell->spell->GetSpellData()->cast_time*.01f); //delay
  4799. }
  4800. packet->setDataByName("spell_id", spell->spell->GetSpellID());
  4801. packet->setDataByName("spell_level", 1);
  4802. packet->setDataByName("spell_tier", spell->spell->GetSpellData()->tier);
  4803. outapp = packet->serialize();
  4804. client->QueuePacket(outapp);
  4805. safe_delete(packet);
  4806. }
  4807. }
  4808. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4809. safe_delete(packet);
  4810. }
  4811. void ZoneServer::SendCastSpellPacket(int32 spell_visual, Spawn* target, Spawn* caster) {
  4812. if (target) {
  4813. vector<Client*>::iterator client_itr;
  4814. MClientList.readlock(__FUNCTION__, __LINE__);
  4815. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4816. Client* client = *client_itr;
  4817. if (!client)
  4818. continue;
  4819. PacketStruct* packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4820. if (packet) {
  4821. int32 target_id = client->GetPlayer()->GetIDWithPlayerSpawn(target);
  4822. if(!target_id) { // client is not aware of spawn
  4823. safe_delete(packet);
  4824. continue;
  4825. }
  4826. if (!caster) {
  4827. packet->setDataByName("spawn_id", 0xFFFFFFFF);
  4828. }
  4829. else {
  4830. int32 caster_id = client->GetPlayer()->GetIDWithPlayerSpawn(caster);
  4831. if(!caster_id) { // client is not aware of spawn
  4832. safe_delete(packet);
  4833. continue;
  4834. }
  4835. packet->setDataByName("spawn_id", caster_id);
  4836. }
  4837. packet->setArrayLengthByName("num_targets", 1);
  4838. packet->setArrayDataByName("target", target_id);
  4839. int32 visual = client->GetSpellVisualOverride(spell_visual);
  4840. packet->setDataByName("spell_visual", visual);
  4841. packet->setDataByName("cast_time", 0);
  4842. packet->setDataByName("spell_id", 0);
  4843. packet->setDataByName("spell_level", 0);
  4844. packet->setDataByName("spell_tier", 1);
  4845. client->QueuePacket(packet->serialize());
  4846. safe_delete(packet);
  4847. }
  4848. }
  4849. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4850. }
  4851. }
  4852. void ZoneServer::SendCastEntityCommandPacket(EntityCommand* entity_command, int32 spawn_id, int32 target_id) {
  4853. if (entity_command) {
  4854. Spawn* spawn = GetSpawnByID(spawn_id);
  4855. Spawn* target = GetSpawnByID(target_id);
  4856. if (!spawn || !target)
  4857. return;
  4858. Client* client = 0;
  4859. vector<Client*>::iterator client_itr;
  4860. MClientList.readlock(__FUNCTION__, __LINE__);
  4861. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4862. client = *client_itr;
  4863. if (!client || !client->GetPlayer()->WasSentSpawn(spawn_id) || !client->GetPlayer()->WasSentSpawn(target_id))
  4864. continue;
  4865. PacketStruct* packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4866. if (packet) {
  4867. int32 caster_id = client->GetPlayer()->GetIDWithPlayerSpawn(spawn);
  4868. int32 target_id = client->GetPlayer()->GetIDWithPlayerSpawn(target);
  4869. if(!caster_id || !target_id)
  4870. continue;
  4871. packet->setDataByName("spawn_id", caster_id);
  4872. packet->setArrayLengthByName("num_targets", 1);
  4873. packet->setArrayDataByName("target", target_id);
  4874. packet->setDataByName("num_targets", 1);
  4875. packet->setDataByName("spell_visual", entity_command->spell_visual); //result
  4876. packet->setDataByName("cast_time", entity_command->cast_time * 0.01); //delay
  4877. packet->setDataByName("spell_id", 1);
  4878. packet->setDataByName("spell_level", 1);
  4879. packet->setDataByName("spell_tier", 1);
  4880. EQ2Packet* outapp = packet->serialize();
  4881. client->QueuePacket(outapp);
  4882. safe_delete(packet);
  4883. }
  4884. }
  4885. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4886. }
  4887. }
  4888. void ZoneServer::StartZoneInitialSpawnThread(Client* client){
  4889. if(zoneShuttingDown)
  4890. return;
  4891. #ifdef WIN32
  4892. _beginthread(SendInitialSpawns, 0, client);
  4893. #else
  4894. pthread_t thread;
  4895. pthread_create(&thread, NULL, SendInitialSpawns, client);
  4896. pthread_detach(thread);
  4897. #endif
  4898. }
  4899. void ZoneServer::SendZoneSpawns(Client* client){
  4900. int8 count = 0;
  4901. while (LoadingData && count <= 6000) { //sleep for max of 60 seconds (60000ms) while the maps are loading
  4902. count++;
  4903. Sleep(10);
  4904. }
  4905. count = 0;
  4906. int16 size = 0;
  4907. //give the spawn thread a tad bit of time to add the pending_spawns to spawn_list (up to 10 seconds)
  4908. while (count < 1000) {
  4909. MPendingSpawnListAdd.readlock(__FUNCTION__, __LINE__);
  4910. size = pending_spawn_list_add.size();
  4911. MPendingSpawnListAdd.releasereadlock(__FUNCTION__, __LINE__);
  4912. if (size == 0)
  4913. break;
  4914. Sleep(10);
  4915. count++;
  4916. }
  4917. initial_spawn_threads_active++;
  4918. map<int32, Spawn*>::iterator itr;
  4919. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4920. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4921. Spawn* spawn = itr->second;
  4922. if (spawn) {
  4923. if(spawn == client->GetPlayer() && (client->IsReloadingZone() || client->GetPlayer()->IsReturningFromLD()))
  4924. {
  4925. if(!client->GetPlayer()->SetSpawnMap(spawn))
  4926. continue;
  4927. }
  4928. CheckSpawnRange(client, spawn, true);
  4929. }
  4930. }
  4931. CheckSendSpawnToClient(client, true);
  4932. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4933. client->SetConnected(true);
  4934. ClientPacketFunctions::SendFinishedEntitiesList(client);
  4935. initial_spawn_threads_active--;
  4936. }
  4937. vector<Entity*> ZoneServer::GetPlayers(){
  4938. vector<Entity*> ret;
  4939. Client* client = 0;
  4940. vector<Client*>::iterator client_itr;
  4941. MClientList.readlock(__FUNCTION__, __LINE__);
  4942. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4943. client = *client_itr;
  4944. ret.push_back(client->GetPlayer());
  4945. }
  4946. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4947. return ret;
  4948. }
  4949. int16 ZoneServer::SetSpawnTargetable(Spawn* spawn, float distance){
  4950. Spawn* test_spawn = 0;
  4951. int16 ret_val = 0;
  4952. map<int32, Spawn*>::iterator itr;
  4953. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4954. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4955. test_spawn = itr->second;
  4956. if(test_spawn){
  4957. if(test_spawn->GetDistance(spawn) <= distance){
  4958. test_spawn->SetTargetable(1);
  4959. ret_val++;
  4960. }
  4961. }
  4962. }
  4963. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4964. return ret_val;
  4965. }
  4966. int16 ZoneServer::SetSpawnTargetable(int32 spawn_id){
  4967. Spawn* spawn = 0;
  4968. int16 ret_val = 0;
  4969. map<int32, Spawn*>::iterator itr;
  4970. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4971. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4972. spawn = itr->second;
  4973. if(spawn){
  4974. if(spawn->GetDatabaseID() == spawn_id){
  4975. spawn->SetTargetable(1);
  4976. ret_val++;
  4977. }
  4978. }
  4979. }
  4980. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4981. return ret_val;
  4982. }
  4983. 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) {
  4984. ZoneInfoSlideStructInfo* info = new ZoneInfoSlideStructInfo();
  4985. memset(info, 0, sizeof(ZoneInfoSlideStructInfo));
  4986. info->unknown1[0] = unknown1a;
  4987. info->unknown1[1] = unknown1b;
  4988. info->unknown2[0] = unknown2a;
  4989. info->unknown2[1] = unknown2b;
  4990. info->unknown3 = unknown3;
  4991. info->unknown4 = unknown4;
  4992. int8 length = strlen(slide);
  4993. if (length >= 128)
  4994. length = 127;
  4995. strncpy(info->slide, slide, length);
  4996. length = strlen(voiceover);
  4997. if (length >= 128)
  4998. length = 127;
  4999. strncpy(info->voiceover, voiceover, length);
  5000. info->key1 = key1;
  5001. info->key2 = key2;
  5002. ZoneInfoSlideStruct* ret = new ZoneInfoSlideStruct();
  5003. ret->info = info;
  5004. return ret;
  5005. }
  5006. void ZoneServer::AddZoneInfoSlideStructTransitionInfo(ZoneInfoSlideStruct* info, int32 x, int32 y, float zoom, float transition_time) {
  5007. ZoneInfoSlideStructTransitionInfo* transition_info = new ZoneInfoSlideStructTransitionInfo();
  5008. transition_info->transition_x = x;
  5009. transition_info->transition_y = y;
  5010. transition_info->transition_zoom = zoom;
  5011. transition_info->transition_time = transition_time;
  5012. info->slide_transition_info.push_back(transition_info);
  5013. }
  5014. vector<ZoneInfoSlideStruct*>* ZoneServer::GenerateTutorialSlides() {
  5015. vector<ZoneInfoSlideStruct*>* slides = new vector<ZoneInfoSlideStruct*>();
  5016. 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);
  5017. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 0);
  5018. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1.5, 16);
  5019. slides->push_back(slide);
  5020. 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);
  5021. AddZoneInfoSlideStructTransitionInfo(slide, 600, 365, 1.60000002384186, 0);
  5022. AddZoneInfoSlideStructTransitionInfo(slide, 800, 370, 1.39999997615814, 9);
  5023. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 1.20000004768372, 8);
  5024. slides->push_back(slide);
  5025. 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);
  5026. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 1.20000004768372, 0);
  5027. AddZoneInfoSlideStructTransitionInfo(slide, 750, 320, 1.60000002384186, 10);
  5028. AddZoneInfoSlideStructTransitionInfo(slide, 575, 265, 2.29999995231628, 10);
  5029. slides->push_back(slide);
  5030. 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);
  5031. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 2.5, 0);
  5032. AddZoneInfoSlideStructTransitionInfo(slide, 920, 420, 1.70000004768372, 8);
  5033. AddZoneInfoSlideStructTransitionInfo(slide, 675, 390, 2.20000004768372, 11);
  5034. slides->push_back(slide);
  5035. 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);
  5036. AddZoneInfoSlideStructTransitionInfo(slide, 750, 500, 2.79999995231628, 0);
  5037. AddZoneInfoSlideStructTransitionInfo(slide, 720, 300, 2.5, 9);
  5038. AddZoneInfoSlideStructTransitionInfo(slide, 975, 270, 2.20000004768372, 9);
  5039. slides->push_back(slide);
  5040. 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);
  5041. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1.89999997615814, 0);
  5042. AddZoneInfoSlideStructTransitionInfo(slide, 920, 475, 1, 24);
  5043. slides->push_back(slide);
  5044. 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);
  5045. AddZoneInfoSlideStructTransitionInfo(slide, 1400, 420, 2.40000009536743, 0);
  5046. AddZoneInfoSlideStructTransitionInfo(slide, 1200, 375, 1.70000004768372, 7);
  5047. AddZoneInfoSlideStructTransitionInfo(slide, 800, 225, 2.29999995231628, 7);
  5048. slides->push_back(slide);
  5049. 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);
  5050. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 0);
  5051. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1.5, 27);
  5052. slides->push_back(slide);
  5053. 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);
  5054. AddZoneInfoSlideStructTransitionInfo(slide, 715, 305, 2.40000009536743, 0);
  5055. AddZoneInfoSlideStructTransitionInfo(slide, 730, 325, 1.79999995231628, 6);
  5056. AddZoneInfoSlideStructTransitionInfo(slide, 920, 395, 1.5, 5);
  5057. AddZoneInfoSlideStructTransitionInfo(slide, 1360, 330, 1.79999995231628, 9);
  5058. slides->push_back(slide);
  5059. 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);
  5060. AddZoneInfoSlideStructTransitionInfo(slide, 670, 675, 2.20000004768372, 0);
  5061. AddZoneInfoSlideStructTransitionInfo(slide, 710, 390, 1.79999995231628, 7);
  5062. AddZoneInfoSlideStructTransitionInfo(slide, 920, 415, 1.60000002384186, 5.5);
  5063. AddZoneInfoSlideStructTransitionInfo(slide, 1250, 675, 1.79999995231628, 8);
  5064. slides->push_back(slide);
  5065. 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);
  5066. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 0);
  5067. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 2, 19);
  5068. slides->push_back(slide);
  5069. 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);
  5070. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 2, 0);
  5071. AddZoneInfoSlideStructTransitionInfo(slide, 920, 495, 1, 43);
  5072. slides->push_back(slide);
  5073. return slides;
  5074. }
  5075. EQ2Packet* ZoneServer::GetZoneInfoPacket(Client* client){
  5076. PacketStruct* packet = configReader.getStruct("WS_ZoneInfo", client->GetVersion());
  5077. packet->setSmallStringByName("server1",net.GetWorldName());
  5078. packet->setSmallStringByName("server2",net.GetWorldName());
  5079. packet->setDataByName("unknown1", 1, 1);//1, 1
  5080. int32 expansions = EXPANSION_UNKNOWN + EXPANSION_DOF + EXPANSION_KOS + EXPANSION_EOF + EXPANSION_ROK + EXPANSION_TSO + EXPANSION_DOV;
  5081. //packet->setDataByName("expansions_enabled", 82313211);//expansions 63181
  5082. //packet->setDataByName("expansions_enabled", 552075103);//expansions 63182
  5083. packet->setDataByName("expansions_enabled", 4294967295);//expansions 1096 //612499455 works
  5084. if (client->GetVersion() >= 1193) {
  5085. packet->setDataByName("unknown3", 4294967295, 0); // DOV and down
  5086. packet->setDataByName("unknown3", 4294967295, 1); //COE and up
  5087. packet->setDataByName("unknown3", 4294967295, 2);
  5088. }
  5089. else
  5090. packet->setDataByName("unknown3", 4294967295, 0); // DOV and down
  5091. packet->setSmallStringByName("auction_website", "eq2emulator.net");
  5092. packet->setDataByName("auction_port", 80);
  5093. packet->setSmallStringByName("upload_page", "test_upload.m");
  5094. packet->setSmallStringByName("upload_key", "dsya987yda9");
  5095. packet->setSmallStringByName("zone", GetZoneFile());
  5096. //packet->setSmallStringByName("zone2", GetZoneName());
  5097. //if ( strlen(GetZoneSkyFile()) > 0 )
  5098. // packet->setSmallStringByName("zone_unknown2", GetZoneSkyFile()); // used for the sky map
  5099. packet->setSmallStringByName("zone_desc", GetZoneDescription());
  5100. packet->setSmallStringByName("char_name", client->GetPlayer()->GetName());
  5101. packet->setDataByName("x", client->GetPlayer()->GetX());
  5102. packet->setDataByName("y", client->GetPlayer()->GetY());
  5103. packet->setDataByName("z", client->GetPlayer()->GetZ());
  5104. 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)
  5105. vector<ZoneInfoSlideStruct*>* slides = GenerateTutorialSlides();
  5106. if (slides) {
  5107. packet->setArrayLengthByName("num_slides", slides->size());
  5108. ZoneInfoSlideStruct* slide = 0;
  5109. for (int8 i = 0; i < slides->size(); i++) {
  5110. slide = slides->at(i);
  5111. packet->setArrayDataByName("unknown1", slide->info->unknown1[0], i, 0);
  5112. packet->setArrayDataByName("unknown1", slide->info->unknown1[1], i, 1);
  5113. packet->setArrayDataByName("unknown2", slide->info->unknown2[0], i, 0);
  5114. packet->setArrayDataByName("unknown2", slide->info->unknown2[1], i, 1);
  5115. packet->setArrayDataByName("unknown3", slide->info->unknown3, i);
  5116. packet->setArrayDataByName("unknown4", slide->info->unknown4, i);
  5117. packet->setArrayDataByName("slide", slide->info->slide, i);
  5118. packet->setArrayDataByName("voiceover", slide->info->voiceover, i);
  5119. packet->setArrayDataByName("key1", slide->info->key1, i);
  5120. packet->setArrayDataByName("key2", slide->info->key2, i);
  5121. packet->setSubArrayLengthByName("num_transitions", slide->slide_transition_info.size(), i);
  5122. for (int8 x = 0; x < slide->slide_transition_info.size(); x++) {
  5123. packet->setSubArrayDataByName("transition_x", slide->slide_transition_info[x]->transition_x, i, x);
  5124. packet->setSubArrayDataByName("transition_y", slide->slide_transition_info[x]->transition_y, i, x);
  5125. packet->setSubArrayDataByName("transition_zoom", slide->slide_transition_info[x]->transition_zoom, i, x);
  5126. packet->setSubArrayDataByName("transition_time", slide->slide_transition_info[x]->transition_time, i, x);
  5127. safe_delete(slide->slide_transition_info[x]);
  5128. }
  5129. safe_delete(slide->info);
  5130. safe_delete(slide);
  5131. }
  5132. }
  5133. safe_delete(slides);
  5134. }
  5135. if(rule_manager.GetGlobalRule(R_Zone, UseMapUnderworldCoords)->GetBool() && client->GetPlayer()->GetMap()) {
  5136. packet->setDataByName("underworld", client->GetPlayer()->GetMap()->GetMinY() + rule_manager.GetGlobalRule(R_Zone, MapUnderworldCoordOffset)->GetFloat());
  5137. }
  5138. else {
  5139. packet->setDataByName("underworld", underworld);
  5140. }
  5141. // unknown3 can prevent screen shots from being taken if
  5142. //packet->setDataByName("unknown3", 2094661567, 1); // Screenshots allowed with this value
  5143. //packet->setDataByName("unknown3", 3815767999, 1); // Screenshots disabled with this value
  5144. //packet->setDataByName("unknown3", 1, 2);
  5145. /*if (client->GetVersion() >= 63587) {
  5146. packet->setArrayLengthByName("num_exp_feature_bytes", 9);
  5147. packet->setArrayDataByName("exp_feature_bytes", 95, 0);//kos and dof
  5148. packet->setArrayDataByName("exp_feature_bytes", 255, 1);//eof rok tso sf dov coe tov
  5149. packet->setArrayDataByName("exp_feature_bytes", 247, 2);//aom tot ka exp14
  5150. packet->setArrayDataByName("exp_feature_bytes", 32, 3);//rum cellar
  5151. packet->setArrayDataByName("exp_feature_bytes", 140, 4);
  5152. packet->setArrayDataByName("exp_feature_bytes", 62, 5);
  5153. packet->setArrayDataByName("exp_feature_bytes", 0, 6);
  5154. packet->setArrayDataByName("exp_feature_bytes", 45, 7);
  5155. packet->setArrayDataByName("exp_feature_bytes", 128, 8);
  5156. packet->setArrayLengthByName("num_unknown3b_bytes", 9);
  5157. packet->setArrayDataByName("unknown3b_bytes", 95, 0);
  5158. packet->setArrayDataByName("unknown3b_bytes", 255, 1);
  5159. packet->setArrayDataByName("unknown3b_bytes", 247, 2);
  5160. packet->setArrayDataByName("unknown3b_bytes", 237, 3);
  5161. packet->setArrayDataByName("unknown3b_bytes", 143, 4);
  5162. packet->setArrayDataByName("unknown3b_bytes", 255, 5);
  5163. packet->setArrayDataByName("unknown3b_bytes", 255, 6);
  5164. packet->setArrayDataByName("unknown3b_bytes", 255, 7);
  5165. packet->setArrayDataByName("unknown3b_bytes", 128, 8);
  5166. }
  5167. else if (client->GetVersion() >= 63214) {
  5168. packet->setArrayLengthByName("num_exp_feature_bytes", 9);
  5169. packet->setArrayDataByName("exp_feature_bytes", 95, 0);//kos and dof
  5170. packet->setArrayDataByName("exp_feature_bytes", 255, 1);//eof rok tso sf dov coe tov
  5171. packet->setArrayDataByName("exp_feature_bytes", 247, 2);//aom tot ka exp14
  5172. packet->setArrayDataByName("exp_feature_bytes", 32, 3);//rum cellar
  5173. packet->setArrayDataByName("exp_feature_bytes", 140, 4);
  5174. packet->setArrayDataByName("exp_feature_bytes", 62, 5);
  5175. packet->setArrayDataByName("exp_feature_bytes", 0, 6);
  5176. packet->setArrayDataByName("exp_feature_bytes", 45, 7);
  5177. packet->setArrayDataByName("exp_feature_bytes", 128, 8);
  5178. packet->setArrayLengthByName("num_unknown3b_bytes", 9);
  5179. packet->setArrayDataByName("unknown3b_bytes", 95, 0);
  5180. packet->setArrayDataByName("unknown3b_bytes", 255, 1);
  5181. packet->setArrayDataByName("unknown3b_bytes", 247, 2);
  5182. packet->setArrayDataByName("unknown3b_bytes", 237, 3);
  5183. packet->setArrayDataByName("unknown3b_bytes", 143, 4);
  5184. packet->setArrayDataByName("unknown3b_bytes", 255, 5);
  5185. packet->setArrayDataByName("unknown3b_bytes", 255, 6);
  5186. packet->setArrayDataByName("unknown3b_bytes", 255, 7);
  5187. packet->setArrayDataByName("unknown3b_bytes", 128, 8);
  5188. }*/
  5189. if (client->GetVersion() >= 64644) {
  5190. packet->setDataByName("unknown3a", 12598924);
  5191. packet->setDataByName("unknown3b", 3992452959);
  5192. packet->setDataByName("unknown3c", 4294967183);
  5193. packet->setDataByName("unknown2a", 9);
  5194. packet->setDataByName("unknown2b", 9);
  5195. }
  5196. else if (client->GetVersion() >= 63181) {
  5197. packet->setDataByName("unknown3a", 750796556);//63182 73821356
  5198. packet->setDataByName("unknown3b", 3991404383);// 63182 3991404383
  5199. packet->setDataByName("unknown3c", 4278189967);// 63182 4278189967
  5200. packet->setDataByName("unknown2a", 8);// 63182
  5201. packet->setDataByName("unknown2b", 8);// 63182
  5202. }
  5203. else{
  5204. //packet->setDataByName("unknown3", 872447025,0);//63181
  5205. //packet->setDataByName("unknown3", 3085434875,1);// 63181
  5206. //packet->setDataByName("unknown3", 2147483633,2);// 63181
  5207. }
  5208. packet->setDataByName("year", world.GetWorldTimeStruct()->year);
  5209. packet->setDataByName("month", world.GetWorldTimeStruct()->month);
  5210. packet->setDataByName("day", world.GetWorldTimeStruct()->day);
  5211. packet->setDataByName("hour", world.GetWorldTimeStruct()->hour);
  5212. packet->setDataByName("minute", world.GetWorldTimeStruct()->minute);
  5213. packet->setDataByName("unknown", 0);
  5214. packet->setDataByName("unknown7", 1);
  5215. packet->setDataByName("unknown7", 1, 1);
  5216. packet->setDataByName("unknown9", 13);
  5217. //packet->setDataByName("unknown10", 25188959);4294967295
  5218. //packet->setDataByName("unknown10", 25190239);
  5219. packet->setDataByName("unknown10", 25191524);//25191524
  5220. packet->setDataByName("unknown10b", 1);
  5221. 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
  5222. packet->setDataByName("num_adv", 9);
  5223. packet->setArrayDataByName("adv_name", "adv02_dun_drowned_caverns", 0);
  5224. packet->setArrayDataByName("adv_id", 6, 0);
  5225. packet->setArrayDataByName("adv_name", "adv02_dun_sundered_splitpaw_hub", 1);
  5226. packet->setArrayDataByName("adv_id", 5, 1);
  5227. packet->setArrayDataByName("adv_name", "exp03_rgn_butcherblock", 2);
  5228. packet->setArrayDataByName("adv_id", 8, 2);
  5229. packet->setArrayDataByName("adv_name", "exp03_rgn_greater_faydark", 3);
  5230. packet->setArrayDataByName("adv_id", 7, 3);
  5231. packet->setArrayDataByName("adv_name", "mod01_dun_crypt_of_thaen", 4);
  5232. packet->setArrayDataByName("adv_id", 3, 4);
  5233. packet->setArrayDataByName("adv_name", "mod01_dun_tombs_of_night", 5);
  5234. packet->setArrayDataByName("adv_id", 4, 5);
  5235. packet->setArrayDataByName("adv_name", "nektulos_mini01", 6);
  5236. packet->setArrayDataByName("adv_id", 0, 6);
  5237. packet->setArrayDataByName("adv_name", "nektulos_mini02", 7);
  5238. packet->setArrayDataByName("adv_id", 1, 7);
  5239. packet->setArrayDataByName("adv_name", "nektulos_mini03", 8);
  5240. packet->setArrayDataByName("adv_id", 2, 8);
  5241. LogWrite(MISC__TODO, 0, "TODO", "Put cl_ client commands back in variables (not Rules) so they can be dynamically maintained");
  5242. vector<Variable*>* variables = world.GetClientVariables();
  5243. packet->setArrayLengthByName("num_client_setup", variables->size());
  5244. for(int i=variables->size()-1;i>=0;i--)
  5245. packet->setArrayDataByName("client_cmds", variables->at(i)->GetNameValuePair().c_str(), i);
  5246. // For AoM clients so item link work
  5247. if (client->GetVersion() >= 60114)
  5248. packet->setArrayDataByName("client_cmds", "chat_linkbrackets_item 1", variables->size());
  5249. safe_delete(variables);
  5250. //packet->setDataByName("unknown8", ); story?
  5251. // AA Tabs for 1193+ clients
  5252. if (client->GetVersion() >= 1193) {
  5253. packet->setArrayLengthByName("tab_count", 48);
  5254. int8 i = 0;
  5255. packet->setArrayDataByName("tab_index", i, i);
  5256. packet->setArrayDataByName("tab_name", ":es24a58bd8fcaac8c2:All", i);
  5257. i++;
  5258. packet->setArrayDataByName("tab_index", i, i);
  5259. packet->setArrayDataByName("tab_name", ":410385c727bd47a6:Racial Innate", i);
  5260. i++;
  5261. packet->setArrayDataByName("tab_index", i, i);
  5262. packet->setArrayDataByName("tab_name", ":410385c75a96e23c:Tradeskill Advancement", i);
  5263. i++;
  5264. packet->setArrayDataByName("tab_index", i, i);
  5265. packet->setArrayDataByName("tab_name", ":410385c744f1fd99:Focus Effects", i);
  5266. i++;
  5267. packet->setArrayDataByName("tab_index", i, i);
  5268. packet->setArrayDataByName("tab_name", ":410385c71edd2a66:Heroic", i);
  5269. i++;
  5270. packet->setArrayDataByName("tab_index", i, i);
  5271. packet->setArrayDataByName("tab_name", ":410385c76ee6239f:Shadows", i);
  5272. i++;
  5273. packet->setArrayDataByName("tab_index", i, i);
  5274. packet->setArrayDataByName("tab_name", ":410385c7e678b977:Prestige", i);
  5275. i++;
  5276. packet->setArrayDataByName("tab_index", i, i);
  5277. packet->setArrayDataByName("tab_name", ":410385c77ee422d7:Animalist", i);
  5278. i++;
  5279. packet->setArrayDataByName("tab_index", i, i);
  5280. packet->setArrayDataByName("tab_name", ":410385c7f165af77:Bard", i);
  5281. i++;
  5282. packet->setArrayDataByName("tab_index", i, i);
  5283. packet->setArrayDataByName("tab_name", ":410385c7421b9375:Brawler", i);
  5284. i++;
  5285. packet->setArrayDataByName("tab_index", i, i);
  5286. packet->setArrayDataByName("tab_name", ":410385c7a03ae7d1:Cleric", i);
  5287. i++;
  5288. packet->setArrayDataByName("tab_index", i, i);
  5289. packet->setArrayDataByName("tab_name", ":410385c7c9605e9f:Crusader", i);
  5290. i++;
  5291. packet->setArrayDataByName("tab_index", i, i);
  5292. packet->setArrayDataByName("tab_name", ":410385c7f9424168:Druid", i);
  5293. i++;
  5294. packet->setArrayDataByName("tab_index", i, i);
  5295. packet->setArrayDataByName("tab_name", ":410385c79cb9556c:Enchanter", i);
  5296. i++;
  5297. packet->setArrayDataByName("tab_index", i, i);
  5298. packet->setArrayDataByName("tab_name", ":410385c70c8b6aa4:Predator", i);
  5299. i++;
  5300. packet->setArrayDataByName("tab_index", i, i);
  5301. packet->setArrayDataByName("tab_name", ":410385c73a43b6dd:Rogue", i);
  5302. i++;
  5303. packet->setArrayDataByName("tab_index", i, i);
  5304. packet->setArrayDataByName("tab_name", ":410385c759fe7d15:Sorcerer", i);
  5305. i++;
  5306. packet->setArrayDataByName("tab_index", i, i);
  5307. packet->setArrayDataByName("tab_name", ":410385c7ad610aca:Summoner", i);
  5308. i++;
  5309. packet->setArrayDataByName("tab_index", i, i);
  5310. packet->setArrayDataByName("tab_name", ":410385c71e056728:Warrior", i);
  5311. i++;
  5312. packet->setArrayDataByName("tab_index", i, i);
  5313. packet->setArrayDataByName("tab_name", ":410385c7ba864c0b:Assassin", i);
  5314. i++;
  5315. packet->setArrayDataByName("tab_index", i, i);
  5316. packet->setArrayDataByName("tab_name", ":410385c7b8116aad:Beastlord", i);
  5317. i++;
  5318. packet->setArrayDataByName("tab_index", i, i);
  5319. packet->setArrayDataByName("tab_name", ":410385c7f53feb7b:Berserker", i);
  5320. i++;
  5321. packet->setArrayDataByName("tab_index", i, i);
  5322. packet->setArrayDataByName("tab_name", ":410385c73d8a70e2:Brigand", i);
  5323. i++;
  5324. packet->setArrayDataByName("tab_index", i, i);
  5325. packet->setArrayDataByName("tab_name", ":410385c770c766d6:Bruiser", i);
  5326. i++;
  5327. packet->setArrayDataByName("tab_index", i, i);
  5328. packet->setArrayDataByName("tab_name", ":410385c79226984b:Coercer", i);
  5329. i++;
  5330. packet->setArrayDataByName("tab_index", i, i);
  5331. packet->setArrayDataByName("tab_name", ":410385c70c58bb30:Conjurer", i);
  5332. i++;
  5333. packet->setArrayDataByName("tab_index", i, i);
  5334. packet->setArrayDataByName("tab_name", ":410385c73dfe68d0:Defiler", i);
  5335. i++;
  5336. packet->setArrayDataByName("tab_index", i, i);
  5337. packet->setArrayDataByName("tab_name", ":410385c792919a6b:Dirge", i);
  5338. i++;
  5339. packet->setArrayDataByName("tab_index", i, i);
  5340. packet->setArrayDataByName("tab_name", ":410385c7062e5f55:Fury", i);
  5341. i++;
  5342. packet->setArrayDataByName("tab_index", i, i);
  5343. packet->setArrayDataByName("tab_name", ":410385c762c1fdfc:Guardian", i);
  5344. i++;
  5345. packet->setArrayDataByName("tab_index", i, i);
  5346. packet->setArrayDataByName("tab_name", ":410385c78addfbf4:Illusionist", i);
  5347. i++;
  5348. packet->setArrayDataByName("tab_index", i, i);
  5349. packet->setArrayDataByName("tab_name", ":410385c7ece054a7:Inquisitor", i);
  5350. i++;
  5351. packet->setArrayDataByName("tab_index", i, i);
  5352. packet->setArrayDataByName("tab_name", ":410385c7d550d2e7:Monk", i);
  5353. i++;
  5354. packet->setArrayDataByName("tab_index", i, i);
  5355. packet->setArrayDataByName("tab_name", ":410385c743cfeaa2:Mystic", i);
  5356. i++;
  5357. packet->setArrayDataByName("tab_index", i, i);
  5358. packet->setArrayDataByName("tab_name", ":410385c7f63c9c8c:Necromancer", i);
  5359. i++;
  5360. packet->setArrayDataByName("tab_index", i, i);
  5361. packet->setArrayDataByName("tab_name", ":410385c70c5de0ae:Paladin", i);
  5362. i++;
  5363. packet->setArrayDataByName("tab_index", i, i);
  5364. packet->setArrayDataByName("tab_name", ":410385c79bc97b3a:Ranger", i);
  5365. i++;
  5366. packet->setArrayDataByName("tab_index", i, i);
  5367. packet->setArrayDataByName("tab_name", ":410385c78fbd2256:Shadowknight", i);
  5368. i++;
  5369. packet->setArrayDataByName("tab_index", i, i);
  5370. packet->setArrayDataByName("tab_name", ":410385c7781cc625:Shaman", i);
  5371. i++;
  5372. packet->setArrayDataByName("tab_index", i, i);
  5373. packet->setArrayDataByName("tab_name", ":410385c77eecdcdb:Swashbuckler", i);
  5374. i++;
  5375. packet->setArrayDataByName("tab_index", i, i);
  5376. packet->setArrayDataByName("tab_name", ":410385c7648d181e:Templar", i);
  5377. i++;
  5378. packet->setArrayDataByName("tab_index", i, i);
  5379. packet->setArrayDataByName("tab_name", ":410385c78df47d77:Troubador", i);
  5380. i++;
  5381. packet->setArrayDataByName("tab_index", i, i);
  5382. packet->setArrayDataByName("tab_name", ":410385c7c78ce0b8:Warden", i);
  5383. i++;
  5384. packet->setArrayDataByName("tab_index", i, i);
  5385. packet->setArrayDataByName("tab_name", ":410385c76290dcfa:Warlock", i);
  5386. i++;
  5387. packet->setArrayDataByName("tab_index", i, i);
  5388. packet->setArrayDataByName("tab_name", ":410385c7d1d52cf5:Wizard", i);
  5389. i++;
  5390. packet->setArrayDataByName("tab_index", i, i);
  5391. packet->setArrayDataByName("tab_name", ":410385c71c8f6f4d:Shaper", i);
  5392. i++;
  5393. packet->setArrayDataByName("tab_index", i, i);
  5394. packet->setArrayDataByName("tab_name", ":410385c72f6e354d:Channeler", i);
  5395. i++;
  5396. packet->setArrayDataByName("tab_index", i, i);
  5397. packet->setArrayDataByName("tab_name", ":410385c7df8bd37d:Dragon", i);
  5398. }
  5399. packet->setDataByName("unknown_mj", 1);//int8
  5400. packet->setDataByName("unknown_mj1", 335544320);//int32
  5401. packet->setDataByName("unknown_mj2", 4);//int32
  5402. packet->setDataByName("unknown_mj3", 3962504088);//int32
  5403. packet->setDataByName("unknown_mj4", 3985947216);//int32
  5404. packet->setDataByName("unknown_mj5", 1);//int32
  5405. packet->setDataByName("unknown_mj6", 386);//int32
  5406. packet->setDataByName("unknown_mj7", 4294967295);//int32
  5407. packet->setDataByName("unknown_mj8", 2716312211);//int32
  5408. packet->setDataByName("unknown_mj9", 1774338333);//int32
  5409. packet->setDataByName("unknown_mj10", 1);//int32
  5410. packet->setDataByName("unknown_mj11", 391);//int32
  5411. packet->setDataByName("unknown_mj12", 4294967295);//int32
  5412. packet->setDataByName("unknown_mj13", 3168965163);//int32
  5413. packet->setDataByName("unknown_mj14", 4117025286);//int32
  5414. packet->setDataByName("unknown_mj15", 1);//int32
  5415. packet->setDataByName("unknown_mj16", 394);//int32
  5416. packet->setDataByName("unknown_mj17", 4294967295);//int32
  5417. packet->setDataByName("unknown_mj18", 1790669110);//int32
  5418. packet->setDataByName("unknown_mj19", 107158108);//int32
  5419. packet->setDataByName("unknown_mj20", 1);//int32
  5420. packet->setDataByName("unknown_mj21", 393);//int32
  5421. packet->setDataByName("unknown_mj22", 4294967295);//int32
  5422. EQ2Packet* outapp = packet->serialize();
  5423. //packet->PrintPacket();
  5424. //DumpPacket(outapp);
  5425. safe_delete(packet);
  5426. return outapp;
  5427. }
  5428. void ZoneServer::SendUpdateDefaultCommand(Spawn* spawn, const char* command, float distance, Spawn* toPlayer){
  5429. if (spawn == nullptr || command == nullptr)
  5430. return;
  5431. if (toPlayer)
  5432. {
  5433. if (!toPlayer->IsPlayer())
  5434. return;
  5435. Client* client = ((Player*)toPlayer)->GetClient();
  5436. if (client)
  5437. {
  5438. client->SendDefaultCommand(spawn, command, distance);
  5439. }
  5440. // we don't override the primary command cause that would change ALL clients
  5441. return;
  5442. }
  5443. QueueDefaultCommand(spawn->GetID(), std::string(command), distance);
  5444. if (strlen(command)>0)
  5445. spawn->SetPrimaryCommand(command, command, distance);
  5446. }
  5447. void ZoneServer::CheckPlayerProximity(Spawn* spawn, Client* client){
  5448. if (player_proximities.size() < 1)
  5449. return;
  5450. if(player_proximities.count(spawn->GetID()) > 0){
  5451. PlayerProximity* prox = player_proximities.Get(spawn->GetID());
  5452. 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){
  5453. prox->clients_in_proximity[client] = true;
  5454. CallSpawnScript(spawn, SPAWN_SCRIPT_CUSTOM, client->GetPlayer(), prox->in_range_lua_function.c_str());
  5455. }
  5456. 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){
  5457. if(prox->leaving_range_lua_function.length() > 0)
  5458. CallSpawnScript(spawn, SPAWN_SCRIPT_CUSTOM, client->GetPlayer(), prox->leaving_range_lua_function.c_str());
  5459. prox->clients_in_proximity.erase(client);
  5460. }
  5461. }
  5462. }
  5463. void ZoneServer::AddPlayerProximity(Spawn* spawn, float distance, string in_range_function, string leaving_range_function){
  5464. RemovePlayerProximity(spawn);
  5465. PlayerProximity* prox = new PlayerProximity;
  5466. prox->distance = distance;
  5467. prox->in_range_lua_function = in_range_function;
  5468. prox->leaving_range_lua_function = leaving_range_function;
  5469. player_proximities.Put(spawn->GetID(), prox);
  5470. }
  5471. void ZoneServer::RemovePlayerProximity(Client* client){
  5472. PlayerProximity* prox = 0;
  5473. MutexMap<int32, PlayerProximity*>::iterator itr = player_proximities.begin();
  5474. while(itr.Next()){
  5475. prox = itr->second;
  5476. if(prox->clients_in_proximity.count(client) > 0)
  5477. prox->clients_in_proximity.erase(client);
  5478. }
  5479. }
  5480. void ZoneServer::RemovePlayerProximity(Spawn* spawn, bool all){
  5481. if(all){
  5482. MutexMap<int32, PlayerProximity*>::iterator itr = player_proximities.begin();
  5483. while(itr.Next()){
  5484. player_proximities.erase(itr->first, false, true, 10000);
  5485. }
  5486. }
  5487. else if(player_proximities.count(spawn->GetID()) > 0){
  5488. player_proximities.erase(spawn->GetID(), false, true, 10000);
  5489. }
  5490. }
  5491. void ZoneServer::AddLocationProximity(float x, float y, float z, float max_variation, string in_range_function, string leaving_range_function) {
  5492. LocationProximity* prox = new LocationProximity;
  5493. prox->x = x;
  5494. prox->y = y;
  5495. prox->z = z;
  5496. prox->max_variation = max_variation;
  5497. prox->in_range_lua_function = in_range_function;
  5498. prox->leaving_range_lua_function = leaving_range_function;
  5499. location_proximities.Add(prox);
  5500. }
  5501. void ZoneServer::CheckLocationProximity() {
  5502. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  5503. if (!zone_script)
  5504. return;
  5505. if (location_proximities.size() > 0 && connected_clients.size() > 0) {
  5506. Client* client = 0;
  5507. MutexList<Client*>::iterator iterator = connected_clients.begin();
  5508. while(iterator.Next()){
  5509. client = iterator->value;
  5510. if (client->IsConnected() && client->IsReadyForUpdates() && !client->IsZoning()) {
  5511. try {
  5512. MutexList<LocationProximity*>::iterator itr = location_proximities.begin();
  5513. LocationProximity* prox = 0;
  5514. while(itr.Next()){
  5515. prox = itr->value;
  5516. bool in_range = false;
  5517. float char_x = client->GetPlayer()->GetX();
  5518. float char_y = client->GetPlayer()->GetY();
  5519. float char_z = client->GetPlayer()->GetZ();
  5520. float x = prox->x;
  5521. float y = prox->y;
  5522. float z = prox->z;
  5523. float max_variation = prox->max_variation;
  5524. float total_diff = 0;
  5525. float diff = x - char_x; //Check X
  5526. if(diff < 0)
  5527. diff *= -1;
  5528. if(diff <= max_variation) {
  5529. total_diff += diff;
  5530. diff = z - char_z; //Check Z (we check Z first because it is far more likely to be a much greater variation than y)
  5531. if(diff < 0)
  5532. diff *= -1;
  5533. if(diff <= max_variation) {
  5534. total_diff += diff;
  5535. if(total_diff <= max_variation) { //Check Total
  5536. diff = y - char_y; //Check Y
  5537. if(diff < 0)
  5538. diff *= -1;
  5539. if(diff <= max_variation) {
  5540. total_diff += diff;
  5541. if(total_diff <= max_variation) {
  5542. in_range = true;
  5543. if(lua_interface && prox->in_range_lua_function.length() > 0 && prox->clients_in_proximity.count(client) == 0) { //Check Total
  5544. prox->clients_in_proximity[client] = true;
  5545. lua_interface->RunZoneScript(zone_script, prox->in_range_lua_function.c_str(), this, client->GetPlayer());
  5546. }
  5547. }
  5548. }
  5549. }
  5550. }
  5551. }
  5552. if (!in_range) {
  5553. if(lua_interface && prox->leaving_range_lua_function.length() > 0 && prox->clients_in_proximity.count(client) > 0) {
  5554. lua_interface->RunZoneScript(zone_script, prox->leaving_range_lua_function.c_str(), this, client->GetPlayer());
  5555. prox->clients_in_proximity.erase(client);
  5556. }
  5557. }
  5558. }
  5559. }
  5560. catch (...) {
  5561. LogWrite(ZONE__ERROR, 0, "Zone", "Except caught in ZoneServer::CheckLocationProximity");
  5562. return;
  5563. }
  5564. }
  5565. }
  5566. }
  5567. }
  5568. void ZoneServer::CheckLocationGrids() {
  5569. if (connected_clients.size() > 0 && location_grids.size() > 0) {
  5570. MutexList<Client*>::iterator client_itr = connected_clients.begin();
  5571. while (client_itr.Next()) {
  5572. Client* client = client_itr.value;
  5573. if (!client)
  5574. continue;
  5575. Player* player = client->GetPlayer();
  5576. float x = player->GetX();
  5577. float y = player->GetY();
  5578. float z = player->GetZ();
  5579. int32 grid_id = player->GetLocation();
  5580. MutexList<LocationGrid*>::iterator location_grid_itr = location_grids.begin();
  5581. while (location_grid_itr.Next()) {
  5582. LocationGrid* grid = location_grid_itr.value;
  5583. bool playerInGrid = false;
  5584. if (grid->locations.size() > 0 || (playerInGrid = (grid->grid_id > 0 && grid->grid_id == grid_id)) || grid->players.count(player) > 0) {
  5585. float x_small = 0;
  5586. float x_large = 0;
  5587. float y_small = 0;
  5588. float y_large = 0;
  5589. float z_small = 0;
  5590. float z_large = 0;
  5591. bool first = true;
  5592. bool in_grid = false;
  5593. if(grid->locations.size() == 0 && playerInGrid) { // no locations, we presume player is in grid
  5594. in_grid = true;
  5595. }
  5596. else {
  5597. MutexList<Location*>::iterator location_itr = grid->locations.begin();
  5598. while (location_itr.Next()) {
  5599. Location* location = location_itr.value;
  5600. if (first) {
  5601. x_small = location->x;
  5602. x_large = location->x;
  5603. if (grid->include_y) {
  5604. y_small = location->y;
  5605. y_large = location->y;
  5606. }
  5607. z_small = location->z;
  5608. z_large = location->z;
  5609. first = false;
  5610. }
  5611. else {
  5612. if (location->x < x_small)
  5613. x_small = location->x;
  5614. else if (location->x > x_large)
  5615. x_large = location->x;
  5616. if (grid->include_y) {
  5617. if (location->y < y_small)
  5618. y_small = location->y;
  5619. else if (location->y > y_large)
  5620. y_large = location->y;
  5621. }
  5622. if (location->z < z_small)
  5623. z_small = location->z;
  5624. else if (location->z > z_large)
  5625. z_large = location->z;
  5626. }
  5627. }
  5628. if (grid->include_y && (x >= x_small && x <= x_large && y >= y_small && y <= y_large && z >= z_small && z <= z_large))
  5629. in_grid = true;
  5630. else if (x >= x_small && x <= x_large && z >= z_small && z <= z_large)
  5631. in_grid = true;
  5632. }
  5633. if (in_grid && grid->players.count(player) == 0) {
  5634. grid->players.Put(player, true);
  5635. bool show_enter_location_popup = true;
  5636. bool discovery_enabled = rule_manager.GetGlobalRule(R_World, EnablePOIDiscovery)->GetBool();
  5637. if( grid->discovery && discovery_enabled && !player->DiscoveredLocation(grid->id) )
  5638. {
  5639. // check if player has already discovered this location
  5640. // if not, process new discovery
  5641. char tmp[200] = {0};
  5642. sprintf(tmp, "\\#FFE400You have discovered\12\\#FFF283%s", grid->name.c_str());
  5643. client->SendPopupMessage(11, tmp, "ui_discovery", 2.25, 0xFF, 0xFF, 0xFF);
  5644. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' discovered location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  5645. player->UpdatePlayerHistory(HISTORY_TYPE_DISCOVERY, HISTORY_SUBTYPE_LOCATION, grid->id);
  5646. show_enter_location_popup = false;
  5647. // else, print standard location entry
  5648. }
  5649. if( show_enter_location_popup )
  5650. {
  5651. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' entering location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  5652. client->SendPopupMessage(10, grid->name.c_str(), 0, 2.5, 255, 255, 0);
  5653. }
  5654. }
  5655. else if (!in_grid && grid->players.count(player) > 0) {
  5656. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' leaving location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  5657. grid->players.erase(player);
  5658. }
  5659. }
  5660. }
  5661. }
  5662. }
  5663. }
  5664. // Called from a command (client, main zone thread) and the main zone thread
  5665. // so no need for a mutex container
  5666. void ZoneServer::AddLocationGrid(LocationGrid* grid) {
  5667. if (grid)
  5668. location_grids.Add(grid);
  5669. }
  5670. void ZoneServer::RemoveLocationGrids() {
  5671. MutexList<LocationGrid*>::iterator itr = location_grids.begin();
  5672. while (itr.Next())
  5673. itr.value->locations.clear(true);
  5674. location_grids.clear(true);
  5675. }
  5676. void ZoneServer::RemoveSpellTimersFromSpawn(Spawn* spawn, bool remove_all, bool delete_recast, bool call_expire_function, bool lock_spell_process){
  5677. if(spellProcess)
  5678. spellProcess->RemoveSpellTimersFromSpawn(spawn, remove_all, delete_recast, call_expire_function, lock_spell_process);
  5679. }
  5680. void ZoneServer::Interrupted(Entity* caster, Spawn* interruptor, int16 error_code, bool cancel, bool from_movement){
  5681. if(spellProcess)
  5682. spellProcess->Interrupted(caster, interruptor, error_code, cancel, from_movement);
  5683. }
  5684. Spell* ZoneServer::GetSpell(Entity* caster){
  5685. Spell* spell = 0;
  5686. if(spellProcess)
  5687. spell = spellProcess->GetSpell(caster);
  5688. return spell;
  5689. }
  5690. void ZoneServer::ProcessSpell(Spell* spell, Entity* caster, Spawn* target, bool lock, bool harvest_spell, LuaSpell* customSpell, int16 custom_cast_time, bool in_heroic_opp){
  5691. if(spellProcess)
  5692. spellProcess->ProcessSpell(this, spell, caster, target, lock, harvest_spell, customSpell, custom_cast_time, in_heroic_opp);
  5693. }
  5694. void ZoneServer::ProcessEntityCommand(EntityCommand* entity_command, Entity* caster, Spawn* target, bool lock) {
  5695. if (target && target->GetSpawnScript()) {
  5696. Player* player = 0;
  5697. if (caster && caster->IsPlayer())
  5698. player = (Player*)caster;
  5699. CallSpawnScript(target, SPAWN_SCRIPT_CUSTOM, player, entity_command->command.c_str());
  5700. }
  5701. if (spellProcess)
  5702. spellProcess->ProcessEntityCommand(this, entity_command, caster, target, lock);
  5703. }
  5704. void ZoneServer::RemoveSpawnSupportFunctions(Spawn* spawn, bool lock_spell_process, bool shutdown) {
  5705. if(!spawn)
  5706. return;
  5707. // remove entity* in trade class
  5708. if(spawn->IsEntity()) {
  5709. ((Entity*)spawn)->TerminateTrade();
  5710. }
  5711. if(spawn->IsPlayer() && spawn->GetZone())
  5712. spawn->GetZone()->RemovePlayerPassenger(((Player*)spawn)->GetCharacterID());
  5713. if(spawn->IsEntity())
  5714. RemoveSpellTimersFromSpawn((Entity*)spawn, true, true, true, lock_spell_process);
  5715. if(!shutdown) { // in case of shutdown, DeleteData(true) handles the cleanup later via DeleteSpawnScriptTimers
  5716. StopSpawnScriptTimer(spawn, "");
  5717. }
  5718. RemoveDamagedSpawn(spawn);
  5719. spawn->SendSpawnChanges(false);
  5720. RemoveChangedSpawn(spawn);
  5721. // Everything inside this if will be nuked during a reload in other spots, no need to do it twice
  5722. if (!reloading) {
  5723. RemoveDeadEnemyList(spawn);
  5724. spawn->changed = true;
  5725. spawn->info_changed = true;
  5726. spawn->vis_changed = true;
  5727. spawn->position_changed = true;
  5728. SendSpawnChanges(spawn);
  5729. if (spawn->GetSpawnGroupID() > 0) {
  5730. int32 group_id = spawn->GetSpawnGroupID();
  5731. spawn->RemoveSpawnFromGroup();
  5732. if (spawn_group_map.count(group_id) > 0)
  5733. spawn_group_map.Get(group_id).Remove(spawn->GetID());
  5734. }
  5735. if (!spawn->IsPlayer()) {
  5736. if(quick_database_id_lookup.count(spawn->GetDatabaseID()) > 0)
  5737. quick_database_id_lookup.erase(spawn->GetDatabaseID());
  5738. if(spawn->GetSpawnLocationID() > 0 && quick_location_id_lookup.count(spawn->GetSpawnLocationID()) > 0 && quick_location_id_lookup.Get(spawn->GetSpawnLocationID()) == spawn->GetID())
  5739. quick_location_id_lookup.erase(spawn->GetSpawnLocationID());
  5740. if(spawn->GetSpawnGroupID() > 0 && quick_group_id_lookup.count(spawn->GetSpawnGroupID()) > 0 && quick_group_id_lookup.Get(spawn->GetSpawnGroupID()) == spawn->GetID())
  5741. quick_group_id_lookup.erase(spawn->GetSpawnGroupID());
  5742. }
  5743. DeleteSpawnScriptTimers(spawn);
  5744. RemovePlayerProximity(spawn);
  5745. }
  5746. // We don't use RemoveMovementNPC() here as it caused a hell of a delay during reloads
  5747. // instead we remove it from the list directly
  5748. if (spawn->IsNPC())
  5749. movement_spawns.erase(spawn->GetID());
  5750. }
  5751. void ZoneServer::HandleEmote(Spawn* originator, string name) {
  5752. if (!originator) {
  5753. LogWrite(ZONE__ERROR, 0, "Zone", "HandleEmote called with an invalid client");
  5754. return;
  5755. }
  5756. Client* orig_client = (originator->IsPlayer() && ((Player*)originator)->GetClient()) ? ((Player*)originator)->GetClient() : nullptr;
  5757. Client* client = 0;
  5758. int32 cur_client_version = orig_client ? orig_client->GetVersion() : 546;
  5759. Emote* origEmote = visual_states.FindEmote(name, cur_client_version);
  5760. if(!origEmote){
  5761. if(orig_client) {
  5762. 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());
  5763. }
  5764. return;
  5765. }
  5766. Emote* emote = origEmote;
  5767. PacketStruct* packet = 0;
  5768. char* emoteResponse = 0;
  5769. vector<Client*>::iterator client_itr;
  5770. map<int32, Emote*> emote_version_range;
  5771. MClientList.readlock(__FUNCTION__, __LINE__);
  5772. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  5773. client = *client_itr;
  5774. if(!client || (client && originator->IsPlayer() && client->GetPlayer()->IsIgnored(originator->GetName())))
  5775. continue;
  5776. // establish appropriate emote for the version used by the client
  5777. if (client->GetVersion() != cur_client_version)
  5778. {
  5779. map<int32, Emote*>::iterator rangeitr = emote_version_range.find(client->GetVersion());
  5780. if (rangeitr == emote_version_range.end())
  5781. {
  5782. Emote* tmp_new_emote = visual_states.FindEmote(name, client->GetVersion());
  5783. if (tmp_new_emote)
  5784. {
  5785. emote_version_range.insert(make_pair(client->GetVersion(), tmp_new_emote));
  5786. emote = tmp_new_emote;
  5787. } // else its missing just use the current clients default
  5788. }
  5789. else // we have an existing emote already cached
  5790. emote = rangeitr->second;
  5791. }
  5792. else // since the client and originator client match use the original emote
  5793. emote = origEmote;
  5794. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  5795. if(packet){
  5796. packet->setDataByName("spawn_id" , client->GetPlayer()->GetIDWithPlayerSpawn(originator));
  5797. if(!emoteResponse){
  5798. string message;
  5799. if(originator->GetTarget() && originator->GetTarget()->GetID() != originator->GetID()){
  5800. message = emote->GetTargetedMessageString();
  5801. if(message.find("%t") < 0xFFFFFFFF)
  5802. message.replace(message.find("%t"), 2, originator->GetTarget()->GetName());
  5803. }
  5804. if(message.length() == 0)
  5805. message = emote->GetMessageString();
  5806. if(message.find("%g1") < 0xFFFFFFFF){
  5807. if(originator->GetGender() == 1)
  5808. message.replace(message.find("%g1"), 3, "his");
  5809. else
  5810. message.replace(message.find("%g1"), 3, "her");
  5811. }
  5812. if(message.find("%g2") < 0xFFFFFFFF){
  5813. if(originator->GetGender() == 1)
  5814. message.replace(message.find("%g2"), 3, "him");
  5815. else
  5816. message.replace(message.find("%g2"), 3, "her");
  5817. }
  5818. if(message.find("%g3") < 0xFFFFFFFF){
  5819. if(originator->GetGender() == 1)
  5820. message.replace(message.find("%g3"), 3, "he");
  5821. else
  5822. message.replace(message.find("%g3"), 3, "she");
  5823. }
  5824. if(message.length() > 0){
  5825. emoteResponse = new char[message.length() + strlen(originator->GetName()) + 10];
  5826. sprintf(emoteResponse,"%s %s", originator->GetName(), message.c_str());
  5827. }
  5828. }
  5829. if(originator->IsPlayer()) {
  5830. packet->setMediumStringByName("emote_msg", emoteResponse ? emoteResponse : "");
  5831. }
  5832. packet->setDataByName("anim_type", emote->GetVisualState());
  5833. client->QueuePacket(packet->serialize());
  5834. safe_delete(packet);
  5835. safe_delete_array(emoteResponse);
  5836. }
  5837. }
  5838. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  5839. }
  5840. void ZoneServer::SetupInstance(int32 createdInstanceID) {
  5841. if ( createdInstanceID == 0 ) // if this happens that isn't good!
  5842. instanceID = ++MinInstanceID;
  5843. else // db should pass the good ID
  5844. instanceID = createdInstanceID;
  5845. }
  5846. void ZoneServer::RemoveDeadSpawn(Spawn* spawn){
  5847. AddDeadSpawn(spawn, 0);
  5848. }
  5849. void ZoneServer::AddDeadSpawn(Spawn* spawn, int32 timer){
  5850. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  5851. if (dead_spawns.count(spawn->GetID()) > 0)
  5852. dead_spawns[spawn->GetID()] = Timer::GetCurrentTime2() + timer;
  5853. else if(timer != 0xFFFFFFFF)
  5854. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + timer));
  5855. else{
  5856. if(spawn->IsEntity() && spawn->HasLoot()){
  5857. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + (15000 * spawn->GetLevel() + 240000)));
  5858. SendUpdateDefaultCommand(spawn, "loot", 10);
  5859. }
  5860. else
  5861. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + 10000));
  5862. }
  5863. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  5864. }
  5865. void ZoneServer::WritePlayerStatistics() {
  5866. MutexList<Client*>::iterator client_itr = connected_clients.begin();
  5867. while(client_itr.Next())
  5868. client_itr->value->GetPlayer()->WritePlayerStatistics();
  5869. }
  5870. bool ZoneServer::SendRadiusSpawnInfo(Client* client, float radius) {
  5871. if (!client)
  5872. return false;
  5873. Spawn* spawn = 0;
  5874. bool ret = false;
  5875. map<int32, Spawn*>::iterator itr;
  5876. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5877. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5878. spawn = itr->second;
  5879. if (spawn && spawn != client->GetPlayer() && !spawn->IsPlayer() && spawn->GetDistance(client->GetPlayer()) <= radius) {
  5880. const char* type = "NPC";
  5881. const char* specialTypeID = "N/A";
  5882. int32 specialID = 0, spawnEntryID = spawn->GetSpawnEntryID();
  5883. if (spawn->IsObject())
  5884. {
  5885. Object* obj = (Object*)spawn;
  5886. specialID = obj->GetID();
  5887. specialTypeID = "GetID";
  5888. type = "Object";
  5889. }
  5890. else if (spawn->IsSign())
  5891. {
  5892. Sign* sign = (Sign*)spawn;
  5893. specialID = sign->GetWidgetID();
  5894. specialTypeID = "WidgetID";
  5895. type = "Sign";
  5896. }
  5897. else if (spawn->IsWidget())
  5898. {
  5899. Widget* widget = (Widget*)spawn;
  5900. specialID = widget->GetWidgetID();
  5901. specialTypeID = "WidgetID";
  5902. if ( specialID == 0xFFFFFFFF )
  5903. specialTypeID = "WidgetID(spawn_widgets entry missing)";
  5904. type = "Widget";
  5905. }
  5906. else if (spawn->IsGroundSpawn())
  5907. {
  5908. GroundSpawn* gs = (GroundSpawn*)spawn;
  5909. specialID = gs->GetGroundSpawnEntryID();
  5910. specialTypeID = "GroundSpawnEntryID";
  5911. type = "GroundSpawn";
  5912. }
  5913. client->Message(CHANNEL_COLOR_RED, "Name: %s (%s), Spawn Table ID: %u, %s: %u", spawn->GetName(), type, spawn->GetDatabaseID(), specialTypeID, specialID);
  5914. 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());
  5915. 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());
  5916. client->Message(CHANNEL_COLOR_YELLOW, "=============================");
  5917. ret = true;
  5918. }
  5919. }
  5920. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5921. return ret;
  5922. }
  5923. void ZoneServer::FindSpawn(Client* client, char* regSearchStr)
  5924. {
  5925. if (!regSearchStr || strlen(regSearchStr) < 1)
  5926. {
  5927. client->SimpleMessage(CHANNEL_COLOR_RED, "Bad ZoneServer::FindSpawn(Client*, char* regSearchStr) attempt, regSearchStr is NULL or empty.");
  5928. return;
  5929. }
  5930. string resString = string(regSearchStr);
  5931. try
  5932. {
  5933. std::regex pre_re_check("^[a-zA-Z0-9_ ]+$");
  5934. bool output = std::regex_match(resString, pre_re_check);
  5935. if (output)
  5936. {
  5937. string newStr(".*");
  5938. newStr.append(regSearchStr);
  5939. newStr.append(".*");
  5940. resString = newStr;
  5941. }
  5942. }
  5943. catch (...)
  5944. {
  5945. client->SimpleMessage(CHANNEL_COLOR_RED, "Try/Catch ZoneServer::FindSpawn(Client*, char* regSearchStr) failure.");
  5946. return;
  5947. }
  5948. std::regex re;
  5949. try {
  5950. re = std::regex(resString, std::regex_constants::icase);
  5951. }
  5952. catch(...) {
  5953. client->SimpleMessage(CHANNEL_COLOR_RED, "Invalid regex for FindSpawn.");
  5954. return;
  5955. }
  5956. client->Message(CHANNEL_NARRATIVE, "RegEx Search Spawn List: %s", regSearchStr);
  5957. client->Message(CHANNEL_NARRATIVE, "Database ID | Spawn Name | X , Y , Z");
  5958. client->Message(CHANNEL_NARRATIVE, "========================");
  5959. map<int32, Spawn*>::iterator itr;
  5960. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5961. int32 spawnsFound = 0;
  5962. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5963. Spawn* spawn = itr->second;
  5964. if (!spawn || !spawn->GetName())
  5965. continue;
  5966. bool output = false;
  5967. try {
  5968. output = std::regex_match(string(spawn->GetName()), re);
  5969. }
  5970. catch (...)
  5971. {
  5972. continue;
  5973. }
  5974. if (output)
  5975. {
  5976. client->Message(CHANNEL_NARRATIVE, "%i | %s | %f , %f , %f", spawn->GetDatabaseID(), spawn->GetName(), spawn->GetX(), spawn->GetY(), spawn->GetZ());
  5977. spawnsFound++;
  5978. }
  5979. }
  5980. client->Message(CHANNEL_NARRATIVE, "========================", spawnsFound);
  5981. client->Message(CHANNEL_NARRATIVE, "%u Results Found.", spawnsFound);
  5982. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5983. }
  5984. void ZoneServer::AddPlayerTracking(Player* player) {
  5985. if (player && !player->GetIsTracking() && players_tracking.count(player->GetDatabaseID()) == 0) {
  5986. Client* client = ((Player*)player)->GetClient();
  5987. if (client) {
  5988. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  5989. if (packet) {
  5990. player->SetIsTracking(true);
  5991. players_tracking.Put(client->GetCharacterID(), player);
  5992. packet->setDataByName("mode", TRACKING_START);
  5993. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  5994. client->QueuePacket(packet->serialize());
  5995. safe_delete(packet);
  5996. }
  5997. }
  5998. }
  5999. }
  6000. void ZoneServer::RemovePlayerTracking(Player* player, int8 mode) {
  6001. if (player && player->GetIsTracking()) {
  6002. Client* client = ((Player*)player)->GetClient();
  6003. if (client) {
  6004. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  6005. if (packet) {
  6006. player->SetIsTracking(false);
  6007. players_tracking.erase(client->GetCharacterID());
  6008. packet->setDataByName("mode", mode);
  6009. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  6010. client->QueuePacket(packet->serialize());
  6011. safe_delete(packet);
  6012. }
  6013. }
  6014. }
  6015. }
  6016. void ZoneServer::ProcessTracking() {
  6017. MutexMap<int32, Player*>::iterator itr = players_tracking.begin();
  6018. while (itr.Next()) {
  6019. Player* player = itr->second;
  6020. if(player->GetClient()) {
  6021. ProcessTracking(player->GetClient());
  6022. }
  6023. }
  6024. }
  6025. void ZoneServer::ProcessTracking(Client* client) {
  6026. if (!client)
  6027. return;
  6028. Player* player = client->GetPlayer();
  6029. if (player && player->GetIsTracking()) {
  6030. MutexMap<int32, Spawn*>::iterator spawn_itr;
  6031. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  6032. if (packet) {
  6033. packet->setDataByName("mode", TRACKING_UPDATE);
  6034. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  6035. vector<TrackedSpawn*> spawns_tracked;
  6036. while (spawn_itr.Next()) {
  6037. Spawn* spawn = spawn_itr->second;
  6038. float distance = player->GetDistance(spawn);
  6039. if (spawn->IsEntity() && distance <= 80 && spawn != player) {
  6040. TrackedSpawn* ts = new TrackedSpawn;
  6041. ts->spawn = spawn;
  6042. ts->distance = distance;
  6043. /* Add spawns in ascending order from closest to furthest */
  6044. if (spawns_tracked.empty())
  6045. spawns_tracked.push_back(ts);
  6046. else {
  6047. vector<TrackedSpawn*>::iterator tracked_itr;
  6048. bool added = false;
  6049. for (tracked_itr = spawns_tracked.begin(); tracked_itr != spawns_tracked.end(); tracked_itr++) {
  6050. TrackedSpawn* cur_ts = *tracked_itr;
  6051. if (ts->distance <= cur_ts->distance) {
  6052. spawns_tracked.insert(tracked_itr, ts);
  6053. added = true;
  6054. break;
  6055. }
  6056. }
  6057. if (!added)
  6058. spawns_tracked.push_back(ts);
  6059. }
  6060. }
  6061. }
  6062. packet->setArrayLengthByName("num_spawns", spawns_tracked.size());
  6063. for (int32 i = 0; i < spawns_tracked.size(); i++) {
  6064. TrackedSpawn* ts = spawns_tracked[i];
  6065. LogWrite(ZONE__DEBUG, 0, "Zone", "%s (%f)", ts->spawn->GetName(), ts->distance);
  6066. packet->setArrayDataByName("spawn_id", player->GetIDWithPlayerSpawn(ts->spawn), i);
  6067. packet->setArrayDataByName("spawn_name", ts->spawn->GetName(), i);
  6068. if (ts->spawn->IsPlayer())
  6069. packet->setArrayDataByName("spawn_type", TRACKING_SPAWN_TYPE_PC, i);
  6070. else
  6071. packet->setArrayDataByName("spawn_type", TRACKING_SPAWN_TYPE_NPC, i);
  6072. packet->setArrayDataByName("spawn_con_color", player->GetArrowColor(ts->spawn->GetLevel()), i);
  6073. }
  6074. packet->setArrayLengthByName("num_array1", 0);
  6075. //for (int32 i = 0; i < spawns_tracked.size(); i++) {
  6076. //}
  6077. packet->setArrayLengthByName("num_spawns2", spawns_tracked.size());
  6078. for (int32 i = 0; i < spawns_tracked.size(); i++) {
  6079. TrackedSpawn* ts = spawns_tracked[i];
  6080. packet->setArrayDataByName("list_spawn_id", player->GetIDWithPlayerSpawn(ts->spawn), i);
  6081. packet->setArrayDataByName("list_number", i, i);
  6082. }
  6083. client->QueuePacket(packet->serialize());
  6084. safe_delete(packet);
  6085. for (int32 i = 0; i < spawns_tracked.size(); i++)
  6086. safe_delete(spawns_tracked[i]);
  6087. }
  6088. }
  6089. }
  6090. void ZoneServer::SendEpicMobDeathToGuild(Player* killer, Spawn* victim) {
  6091. if (killer && victim) {
  6092. LogWrite(MISC__TODO, 1, "TODO" , "Check if player is in raid\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  6093. if (killer->GetGroupMemberInfo()) {
  6094. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  6095. deque<GroupMemberInfo*>::iterator itr;
  6096. PlayerGroup* group = world.GetGroupManager()->GetGroup(killer->GetGroupMemberInfo()->group_id);
  6097. if (group)
  6098. {
  6099. group->MGroupMembers.readlock(__FUNCTION__, __LINE__);
  6100. deque<GroupMemberInfo*>* members = group->GetMembers();
  6101. for (itr = members->begin(); itr != members->end(); itr++) {
  6102. GroupMemberInfo* gmi = *itr;
  6103. if (gmi->client) {
  6104. Player* group_member = gmi->client->GetPlayer();
  6105. if (group_member && group_member->GetGuild()) {
  6106. Guild* guild = group_member->GetGuild();
  6107. string message = Guild::GetEpicMobDeathMessage(group_member->GetName(), victim->GetName());
  6108. guild->AddNewGuildEvent(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str(), Timer::GetUnixTimeStamp());
  6109. guild->SendMessageToGuild(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str());
  6110. }
  6111. }
  6112. }
  6113. group->MGroupMembers.releasereadlock(__FUNCTION__, __LINE__);
  6114. }
  6115. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  6116. }
  6117. else if (killer->GetGuild()) {
  6118. Guild* guild = killer->GetGuild();
  6119. string message = Guild::GetEpicMobDeathMessage(killer->GetName(), victim->GetName());
  6120. guild->AddNewGuildEvent(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str(), Timer::GetUnixTimeStamp());
  6121. guild->SendMessageToGuild(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str());
  6122. }
  6123. }
  6124. }
  6125. void ZoneServer::ProcessAggroChecks(Spawn* spawn) {
  6126. if (spawn->GetFactionID() < 1 || spawn->EngagedInCombat())
  6127. return;
  6128. // If faction based combat is not allowed then no need to run the loops so just return out
  6129. if(!rule_manager.GetGlobalRule(R_Faction, AllowFactionBasedCombat)->GetBool())
  6130. return;
  6131. if (spawn && spawn->IsNPC() && spawn->Alive())
  6132. CheckEnemyList((NPC*)spawn);
  6133. }
  6134. void ZoneServer::SendUpdateTitles(Client* client, Title* suffix, Title* prefix) {
  6135. assert(client);
  6136. if (client->GetVersion() > 561)
  6137. SendUpdateTitles(client->GetPlayer(), suffix, prefix);
  6138. }
  6139. void ZoneServer::SendUpdateTitles(Spawn *spawn, Title *suffix, Title *prefix) {
  6140. if (!spawn)
  6141. return;
  6142. vector<Client*>::iterator itr;
  6143. PacketStruct *packet;
  6144. Client* current_client;
  6145. MClientList.readlock(__FUNCTION__, __LINE__);
  6146. for (itr = clients.begin(); itr != clients.end(); itr++) {
  6147. current_client = *itr;
  6148. if (current_client->GetVersion() <= 561)
  6149. continue;
  6150. if (!(packet = configReader.getStruct("WS_UpdateTitle", current_client->GetVersion())))
  6151. continue;
  6152. packet->setDataByName("player_id", current_client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  6153. packet->setDataByName("player_name", spawn->GetName());
  6154. packet->setDataByName("unknown1", 1, 1);
  6155. if(suffix)
  6156. packet->setDataByName("suffix_title", suffix->GetName());
  6157. else
  6158. packet->setDataByName("suffix_title", spawn->GetSuffixTitle());
  6159. if(prefix)
  6160. packet->setDataByName("prefix_title", prefix->GetName());
  6161. else
  6162. packet->setDataByName("prefix_title", spawn->GetPrefixTitle());
  6163. packet->setDataByName("last_name", spawn->GetLastName());
  6164. packet->setDataByName("sub_title", spawn->GetSubTitle());
  6165. current_client->QueuePacket(packet->serialize());
  6166. safe_delete(packet);
  6167. }
  6168. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6169. }
  6170. void ZoneServer::AddTransportSpawn(Spawn* spawn){
  6171. if(!spawn)
  6172. return;
  6173. MTransportSpawns.writelock(__FUNCTION__, __LINE__);
  6174. transport_spawns.push_back(spawn->GetID());
  6175. spawn->SetTransportSpawn(true);
  6176. MTransportSpawns.releasewritelock(__FUNCTION__, __LINE__);
  6177. }
  6178. Spawn* ZoneServer::GetClosestTransportSpawn(float x, float y, float z){
  6179. Spawn* spawn = 0;
  6180. Spawn* closest_spawn = 0;
  6181. float closest_distance = 0.0;
  6182. MTransportSpawns.writelock(__FUNCTION__, __LINE__);
  6183. vector<int32>::iterator itr = transport_spawns.begin();
  6184. while(itr != transport_spawns.end()){
  6185. spawn = GetSpawnByID(*itr);
  6186. if(spawn){
  6187. if(closest_distance == 0.0){
  6188. closest_spawn = spawn;
  6189. closest_distance = spawn->GetDistance(x, y, z);
  6190. }
  6191. else if(spawn->GetDistance(x, y, z) < closest_distance){
  6192. closest_spawn = spawn;
  6193. closest_distance = spawn->GetDistance(x, y, z);
  6194. }
  6195. itr++;
  6196. }
  6197. else
  6198. itr = transport_spawns.erase(itr);
  6199. }
  6200. MTransportSpawns.releasewritelock(__FUNCTION__, __LINE__);
  6201. return closest_spawn;
  6202. }
  6203. Spawn* ZoneServer::GetTransportByRailID(sint64 rail_id){
  6204. Spawn* spawn = 0;
  6205. Spawn* closest_spawn = 0;
  6206. MTransportSpawns.readlock(__FUNCTION__, __LINE__);
  6207. vector<int32>::iterator itr = transport_spawns.begin();
  6208. while(itr != transport_spawns.end()){
  6209. spawn = GetSpawnByID(*itr);
  6210. //printf("Rail id: %i vs %i\n", spawn ? spawn->GetRailID() : 0, rail_id);
  6211. if(spawn && spawn->GetRailID() == rail_id){
  6212. closest_spawn = spawn;
  6213. break;
  6214. }
  6215. itr++;
  6216. }
  6217. MTransportSpawns.releasereadlock(__FUNCTION__, __LINE__);
  6218. return closest_spawn;
  6219. }
  6220. void ZoneServer::SetRain(float val) {
  6221. rain = val;
  6222. vector<Client*>::iterator itr;
  6223. MClientList.readlock(__FUNCTION__, __LINE__);
  6224. for (itr = clients.begin(); itr != clients.end(); itr++) {
  6225. Client* client = *itr;
  6226. client->GetPlayer()->GetInfoStruct()->set_rain(val);
  6227. client->GetPlayer()->SetCharSheetChanged(true);
  6228. if( val >= 0.75 && !weather_signaled )
  6229. {
  6230. client->SimpleMessage(CHANNEL_NARRATIVE, "It starts to rain.");
  6231. }
  6232. else if( val < 0.75 && weather_signaled )
  6233. {
  6234. client->SimpleMessage(CHANNEL_NARRATIVE, "It stops raining.");
  6235. }
  6236. }
  6237. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6238. if (val >= 0.75 && !weather_signaled) {
  6239. weather_signaled = true;
  6240. ProcessSpawnConditional(SPAWN_CONDITIONAL_RAINING);
  6241. }
  6242. else if (val < 0.75 && weather_signaled) {
  6243. weather_signaled = false;
  6244. ProcessSpawnConditional(SPAWN_CONDITIONAL_NOT_RAINING);
  6245. }
  6246. }
  6247. void ZoneServer::SetWind(float val) {
  6248. vector<Client*>::iterator itr;
  6249. MClientList.readlock(__FUNCTION__, __LINE__);
  6250. for (itr = clients.begin(); itr != clients.end(); itr++) {
  6251. Client* client = *itr;
  6252. client->GetPlayer()->GetInfoStruct()->set_wind(val);
  6253. client->GetPlayer()->SetCharSheetChanged(true);
  6254. }
  6255. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6256. }
  6257. void ZoneServer::ProcessWeather()
  6258. {
  6259. // if the global rule to disable weather is set, or if the `weather_allowed` field in the zone record == 0, do not process weather
  6260. if( !weather_enabled || !isWeatherAllowed() )
  6261. return;
  6262. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Processing weather changes", zone_name);
  6263. float new_weather = 0;
  6264. float weather_offset = 0;
  6265. bool change_weather = false;
  6266. // check to see if it is time to change the weather according to weather_frequency (time between changes)
  6267. if( weather_last_changed_time <= (Timer::GetUnixTimeStamp() - weather_frequency) )
  6268. {
  6269. LogWrite(ZONE__DEBUG, 2, "Zone", "%s: Checking for weather changes", zone_name);
  6270. // reset last changed time (frequency check)
  6271. weather_last_changed_time = Timer::GetUnixTimeStamp();
  6272. // this is the chance a weather change occurs at all at the expired interval
  6273. int8 weather_random = MakeRandomInt(1, 100);
  6274. 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");
  6275. if( weather_random <= weather_change_chance )
  6276. {
  6277. change_weather = true;
  6278. weather_offset = weather_change_amount;
  6279. if( weather_type == 3 ) // chaotic weather patterns, random weather between min/max
  6280. {
  6281. new_weather = MakeRandomFloat(weather_min_severity, weather_max_severity);
  6282. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Chaotic weather severity changed to %.2f", zone_name, new_weather);
  6283. weather_pattern = 2;
  6284. }
  6285. else if( weather_type == 2 ) // random weather patterns, combination of normal + dynamic + max_offset
  6286. {
  6287. weather_offset = MakeRandomFloat(weather_change_amount, weather_dynamic_offset);
  6288. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Random weather severity changed by %.2f", zone_name, weather_offset);
  6289. int8 weather_alter = weather_change_chance / 10; // the divide is to prevent too many direction changes in a cycle
  6290. weather_random = MakeRandomInt(1, 100); // chance that the weather changes direction (weather_pattern)
  6291. if( weather_random <= weather_alter )
  6292. weather_pattern = ( weather_pattern == 0 ) ? 1 : 0;
  6293. }
  6294. else if( weather_type == 1 ) // dynamic weather patterns, weather may not reach min/max
  6295. {
  6296. int8 weather_alter = weather_change_chance / 10; // the divide is to prevent too many direction changes in a cycle
  6297. weather_random = MakeRandomInt(1, 100); // chance that the weather changes direction (weather_pattern)
  6298. if( weather_random <= weather_alter )
  6299. {
  6300. weather_pattern = ( weather_pattern == 0 ) ? 1 : 0;
  6301. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Dynamic weather pattern changed to %i", zone_name, weather_pattern);
  6302. }
  6303. }
  6304. else // normal weather patterns, weather starts at min, goes to max, then back down again
  6305. {
  6306. // do nothing (processed below)
  6307. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Normal weather severity changed by %.2f", zone_name, weather_offset);
  6308. }
  6309. // when all done, change the weather
  6310. if( change_weather )
  6311. {
  6312. if( weather_pattern == 1 )
  6313. {
  6314. // weather is getting worse, til it reaches weather_max_severity
  6315. new_weather = ( weather_current_severity <= weather_max_severity ) ? weather_current_severity + weather_offset : weather_max_severity;
  6316. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Increased weather severity by %.2f", zone_name, weather_offset);
  6317. if(new_weather > weather_max_severity)
  6318. {
  6319. new_weather = weather_max_severity - weather_offset;
  6320. weather_pattern = 0;
  6321. }
  6322. }
  6323. else if( weather_pattern == 0 )
  6324. {
  6325. // weather is clearing up, til it reaches weather_min_severity
  6326. new_weather = ( weather_current_severity >= weather_min_severity ) ? weather_current_severity - weather_offset : weather_min_severity;
  6327. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Decreased weather severity by %.2f", zone_name, weather_offset);
  6328. if(new_weather < weather_min_severity)
  6329. {
  6330. new_weather = weather_min_severity + weather_offset;
  6331. weather_pattern = 1;
  6332. }
  6333. }
  6334. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather change triggered from %.2f to %.2f", zone_name, weather_current_severity, new_weather);
  6335. this->SetRain(new_weather);
  6336. weather_current_severity = new_weather;
  6337. }
  6338. }
  6339. }
  6340. else
  6341. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Not time to change weather yet", zone_name);
  6342. }
  6343. void ZoneServer::HidePrivateSpawn(Spawn* spawn) {
  6344. if (!spawn->IsPrivateSpawn())
  6345. return;
  6346. Client* client = 0;
  6347. Player* player = 0;
  6348. PacketStruct* packet = 0;
  6349. int32 packet_version = 0;
  6350. MutexList<Client*>::iterator itr = connected_clients.begin();
  6351. while (itr->Next()) {
  6352. client = itr->value;
  6353. player = client->GetPlayer();
  6354. if (player->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->IsSendingSpawn(spawn->GetID())) {
  6355. if (!packet || packet_version != client->GetVersion()) {
  6356. safe_delete(packet);
  6357. packet_version = client->GetVersion();
  6358. packet = configReader.getStruct("WS_DestroyGhostCmd", packet_version);
  6359. }
  6360. SendRemoveSpawn(client, spawn, packet);
  6361. if(spawn_range_map.count(client) > 0)
  6362. spawn_range_map.Get(client)->erase(spawn->GetID());
  6363. if(player->GetTarget() == spawn)
  6364. player->SetTarget(0);
  6365. }
  6366. }
  6367. safe_delete(packet);
  6368. }
  6369. SpawnLocation* ZoneServer::GetSpawnLocation(int32 id) {
  6370. SpawnLocation* ret = 0;
  6371. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  6372. if (spawn_location_list.count(id) > 0)
  6373. ret = spawn_location_list[id];
  6374. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  6375. return ret;
  6376. }
  6377. void ZoneServer::PlayAnimation(Spawn* spawn, int32 visual_state, Spawn* spawn2, int8 hide_type){
  6378. Client* client = 0;
  6379. PacketStruct* packet = 0;
  6380. Spawn* exclude_spawn = 0;
  6381. if (!spawn)
  6382. return;
  6383. if (spawn2){
  6384. if(hide_type == 1){
  6385. if(spawn2->IsPlayer()) {
  6386. client = ((Player*)spawn2)->GetClient();
  6387. if(client){
  6388. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  6389. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  6390. packet->setDataByName("anim_type", visual_state);
  6391. client->QueuePacket(packet->serialize());
  6392. }
  6393. safe_delete(packet);
  6394. return;
  6395. }
  6396. }
  6397. if(hide_type == 2)
  6398. exclude_spawn = spawn2;
  6399. }
  6400. vector<Client*>::iterator client_itr;
  6401. MClientList.readlock(__FUNCTION__, __LINE__);
  6402. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  6403. client = *client_itr;
  6404. if(spawn->GetDistance(client->GetPlayer()) > 50)
  6405. continue;
  6406. if(exclude_spawn == client->GetPlayer())
  6407. continue;
  6408. if(!client->IsReadyForUpdates()) // client is not in world yet so we shouldn't be sending animations of spawns yet
  6409. continue;
  6410. if(!packet || packet->GetVersion() != client->GetVersion()) {
  6411. safe_delete(packet);
  6412. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  6413. }
  6414. if (packet) {
  6415. int32 spawn_id = client->GetPlayer()->GetIDWithPlayerSpawn(spawn);
  6416. if(spawn_id) {
  6417. packet->setDataByName("spawn_id", spawn_id);
  6418. packet->setDataByName("anim_type", visual_state);
  6419. client->QueuePacket(packet->serialize());
  6420. }
  6421. }
  6422. }
  6423. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6424. safe_delete(packet);
  6425. }
  6426. vector<Spawn*> ZoneServer::GetSpawnsByID(int32 id) {
  6427. vector<Spawn*> tmp_list;
  6428. Spawn* spawn;
  6429. map<int32, Spawn*>::iterator itr;
  6430. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6431. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6432. spawn = itr->second;
  6433. if (spawn && (spawn->GetDatabaseID() == id))
  6434. tmp_list.push_back(spawn);
  6435. }
  6436. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6437. return tmp_list;
  6438. }
  6439. vector<Spawn*> ZoneServer::GetSpawnsByRailID(sint64 rail_id) {
  6440. vector<Spawn*> tmp_list;
  6441. Spawn* spawn;
  6442. MTransportSpawns.readlock(__FUNCTION__, __LINE__);
  6443. vector<int32>::iterator itr = transport_spawns.begin();
  6444. while(itr != transport_spawns.end()){
  6445. spawn = GetSpawnByID(*itr);
  6446. if(spawn && spawn->GetRailID() == rail_id){
  6447. tmp_list.push_back(spawn);
  6448. }
  6449. itr++;
  6450. }
  6451. MTransportSpawns.releasereadlock(__FUNCTION__, __LINE__);
  6452. return tmp_list;
  6453. }
  6454. void ZoneServer::RemovePlayerPassenger(int32 char_id) {
  6455. vector<Spawn*> tmp_list;
  6456. Spawn* spawn;
  6457. MTransportSpawns.readlock(__FUNCTION__, __LINE__);
  6458. vector<int32>::iterator itr = transport_spawns.begin();
  6459. while(itr != transport_spawns.end()){
  6460. spawn = GetSpawnByID(*itr);
  6461. if(spawn) {
  6462. spawn->RemoveRailPassenger(char_id);
  6463. }
  6464. itr++;
  6465. }
  6466. MTransportSpawns.releasereadlock(__FUNCTION__, __LINE__);
  6467. }
  6468. vector<int32> ZoneServer::GetAttackableSpawnsByDistance(Spawn* caster, float distance) {
  6469. vector<int32> ret;
  6470. Spawn* spawn = 0;
  6471. std::shared_lock lock(MGridMaps);
  6472. std::map<int32, GridMap*>::iterator grids = grid_maps.find(caster->GetLocation());
  6473. if(grids != grid_maps.end()) {
  6474. grids->second->MSpawns.lock_shared();
  6475. typedef map <int32, Spawn*> SpawnMapType;
  6476. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  6477. Spawn* spawn = it->second;
  6478. if (spawn && spawn->IsNPC() && spawn->appearance.attackable > 0 && spawn->GetID() > 0 && spawn->GetID() != caster->GetID() &&
  6479. spawn->Alive() && spawn->GetDistance(caster, true) <= distance) {
  6480. ret.push_back(spawn->GetID());
  6481. }
  6482. }
  6483. grids->second->MSpawns.unlock_shared();
  6484. }
  6485. return ret;
  6486. }
  6487. void ZoneServer::ResurrectSpawn(Spawn* spawn, Client* client) {
  6488. if(!client || !spawn)
  6489. return;
  6490. PendingResurrection* rez = client->GetCurrentRez();
  6491. if(!rez || !rez->caster)
  6492. return;
  6493. PacketStruct* packet = 0;
  6494. float power_perc = rez->mp_perc;
  6495. float health_perc = rez->hp_perc;
  6496. Spawn* caster_spawn = rez->caster;
  6497. sint32 heal_amt = 0;
  6498. sint32 power_amt = 0;
  6499. bool no_calcs = rez->no_calcs;
  6500. int8 crit_mod = rez->crit_mod;
  6501. Entity* caster = 0;
  6502. InfoStruct* info = 0;
  6503. bool crit = false;
  6504. string heal_spell = rez->heal_name;
  6505. int16 heal_packet_type = 0;
  6506. int16 power_packet_type = 0;
  6507. //Calculations for how much to heal the spawn
  6508. if(health_perc > 0)
  6509. heal_amt = (spawn->GetTotalHP() * (health_perc / 100));
  6510. if(power_perc > 0)
  6511. power_amt = (spawn->GetTotalPower() * (power_perc / 100));
  6512. if(caster_spawn->IsEntity()){
  6513. caster = ((Entity*)caster_spawn);
  6514. info = caster->GetInfoStruct();
  6515. }
  6516. if(!no_calcs && caster){
  6517. heal_amt = caster->CalculateHealAmount(spawn, heal_amt, crit_mod, &crit);
  6518. power_amt = caster->CalculateHealAmount(spawn, power_amt, crit_mod, &crit);
  6519. }
  6520. //Set this rez as a crit to be passed to subspell (not yet used)
  6521. rez->crit = true;
  6522. //Set Heal amt to 1 if 0 now so the player has health
  6523. if(heal_amt == 0)
  6524. heal_amt = 1;
  6525. if(heal_amt > spawn->GetTotalHP())
  6526. heal_amt = spawn->GetTotalHP();
  6527. if(power_amt > spawn->GetTotalPower())
  6528. power_amt = spawn->GetTotalPower();
  6529. spawn->SetAlive(true);
  6530. spawn->SetHP(heal_amt);
  6531. if(power_amt > 0)
  6532. spawn->SetPower(power_amt);
  6533. if(client && caster){
  6534. EQ2Packet* move = ((Player*)spawn)->Move(caster->GetX(), caster->GetY(), caster->GetZ(), client->GetVersion());
  6535. if(move)
  6536. client->QueuePacket(move);
  6537. }
  6538. if(crit){
  6539. power_packet_type = HEAL_PACKET_TYPE_CRIT_MANA;
  6540. heal_packet_type = HEAL_PACKET_TYPE_CRIT_HEAL;
  6541. }
  6542. else {
  6543. power_packet_type = HEAL_PACKET_TYPE_SIMPLE_MANA;
  6544. heal_packet_type = HEAL_PACKET_TYPE_SIMPLE_HEAL;
  6545. }
  6546. SendHealPacket(caster, spawn, heal_packet_type, heal_amt, heal_spell.c_str());
  6547. if(power_amt > 0)
  6548. SendHealPacket(caster, spawn, power_packet_type, power_amt, heal_spell.c_str());
  6549. //The following code sets the spawn as alive
  6550. if(dead_spawns.count(spawn->GetID()) > 0)
  6551. dead_spawns.erase(spawn->GetID());
  6552. if(spawn->IsPlayer()){
  6553. spawn->SetSpawnType(4);
  6554. client = ((Player*)spawn)->GetClient();
  6555. if(client){
  6556. packet = configReader.getStruct("WS_Resurrected", client->GetVersion());
  6557. if(packet){
  6558. client->QueuePacket(packet->serialize());
  6559. }
  6560. safe_delete(packet);
  6561. if(client->GetVersion() <= 561) {
  6562. ClientPacketFunctions::SendServerControlFlagsClassic(client, 8, 0);
  6563. ClientPacketFunctions::SendServerControlFlagsClassic(client, 16, 0);
  6564. }
  6565. else {
  6566. ClientPacketFunctions::SendServerControlFlags(client, 1, 8, 0);
  6567. ClientPacketFunctions::SendServerControlFlags(client, 1, 16, 0);
  6568. }
  6569. client->SimpleMessage(CHANNEL_NARRATIVE, "You regain consciousness!");
  6570. }
  6571. }
  6572. spawn->SendSpawnChanges(true);
  6573. spawn->SetTempActionState(-1);
  6574. spawn->appearance.attackable = 1;
  6575. }
  6576. void ZoneServer::SendDispellPacket(Entity* caster, Spawn* target, string dispell_name, string spell_name, int8 dispell_type){
  6577. if(!caster || !target)
  6578. return;
  6579. Client* client = 0;
  6580. Player* player = 0;
  6581. PacketStruct* packet = 0;
  6582. vector<Client*>::iterator client_itr;
  6583. MClientList.readlock(__FUNCTION__, __LINE__);
  6584. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++){
  6585. client = *client_itr;
  6586. if(!client || !(player = client->GetPlayer()) || (player != caster && ((caster && player->WasSentSpawn(caster->GetID()) == false) || (target && player->WasSentSpawn(target->GetID()) == false))))
  6587. continue;
  6588. if(caster && caster->GetDistance(player) > 50)
  6589. continue;
  6590. if(target && target->GetDistance(player) > 50)
  6591. continue;
  6592. packet = configReader.getStruct("WS_HearDispell", client->GetVersion());
  6593. if(packet){
  6594. packet->setDataByName("spell_name", spell_name.c_str());
  6595. packet->setDataByName("dispell_name", dispell_name.c_str());
  6596. packet->setDataByName("caster", player->GetIDWithPlayerSpawn(caster));
  6597. packet->setDataByName("target", player->GetIDWithPlayerSpawn(target));
  6598. packet->setDataByName("type", dispell_type);
  6599. client->QueuePacket(packet->serialize());
  6600. }
  6601. safe_delete(packet);
  6602. }
  6603. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6604. }
  6605. void ZoneServer::DismissAllPets() {
  6606. Spawn* spawn = 0;
  6607. map<int32, Spawn*>::iterator itr;
  6608. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6609. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6610. spawn = itr->second;
  6611. if (spawn && spawn->IsEntity())
  6612. ((Entity*)spawn)->DismissAllPets();
  6613. }
  6614. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6615. }
  6616. void ZoneServer::RemoveTargetFromSpell(LuaSpell* spell, Spawn* target, bool remove_caster){
  6617. if (spellProcess)
  6618. spellProcess->RemoveTargetFromSpell(spell, target, remove_caster);
  6619. }
  6620. void ZoneServer::ClearHate(Entity* entity) {
  6621. Spawn* spawn = 0;
  6622. map<int32, Spawn*>::iterator itr;
  6623. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6624. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6625. spawn = itr->second;
  6626. if (spawn && spawn->IsNPC() && ((NPC*)spawn)->Brain())
  6627. ((NPC*)spawn)->Brain()->ClearHate(entity);
  6628. }
  6629. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6630. }
  6631. ThreadReturnType ZoneLoop(void* tmp) {
  6632. #ifdef WIN32
  6633. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  6634. #endif
  6635. if (tmp == 0) {
  6636. ThrowError("ZoneLoop(): tmp = 0!");
  6637. THREAD_RETURN(NULL);
  6638. }
  6639. ZoneServer* zs = (ZoneServer*) tmp;
  6640. while (zs->Process()) {
  6641. if(zs->GetClientCount() == 0)
  6642. Sleep(1000);
  6643. else
  6644. Sleep(10);
  6645. }
  6646. // we failed, time to disappear, no more processing period
  6647. safe_delete(zs);
  6648. THREAD_RETURN(NULL);
  6649. }
  6650. ThreadReturnType SpawnLoop(void* tmp) {
  6651. #ifdef WIN32
  6652. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  6653. #endif
  6654. if (tmp == 0) {
  6655. ThrowError("SpawnLoop(): tmp = 0!");
  6656. THREAD_RETURN(NULL);
  6657. }
  6658. ZoneServer* zs = (ZoneServer*) tmp;
  6659. #ifndef NO_CATCH
  6660. try {
  6661. #endif
  6662. zs->spawnthread_active = true;
  6663. while (zs->SpawnProcess()) {
  6664. if(zs->GetClientCount() == 0)
  6665. Sleep(1000);
  6666. else
  6667. Sleep(20);
  6668. }
  6669. zs->spawnthread_active = false;
  6670. #ifndef NO_CATCH
  6671. }
  6672. catch(...) {
  6673. zs->spawnthread_active = false;
  6674. zs->initial_spawn_threads_active = 0;
  6675. LogWrite(ZONE__ERROR, 0, "Zone", "Error Processing SpawnLoop, shutting down zone '%s'...", zs->GetZoneName());
  6676. try{
  6677. zs->Shutdown();
  6678. }
  6679. catch(...){
  6680. LogWrite(ZONE__ERROR, 0, "Zone", "Error Processing SpawnLoop while shutting down zone '%s'...", zs->GetZoneName());
  6681. throw;
  6682. }
  6683. throw;
  6684. }
  6685. #endif
  6686. THREAD_RETURN(NULL);
  6687. }
  6688. ThreadReturnType SendInitialSpawns(void* tmp) {
  6689. #ifdef WIN32
  6690. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_ABOVE_NORMAL);
  6691. #endif
  6692. if (tmp == 0) {
  6693. ThrowError("SendInitialSpawns(): tmp = 0!");
  6694. THREAD_RETURN(NULL);
  6695. }
  6696. Client* client = (Client*) tmp;
  6697. client->GetCurrentZone()->SendZoneSpawns(client);
  6698. THREAD_RETURN(NULL);
  6699. }
  6700. ThreadReturnType SendLevelChangedSpawns(void* tmp) {
  6701. #ifdef WIN32
  6702. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  6703. #endif
  6704. if (tmp == 0) {
  6705. ThrowError("SendLevelChangedSpawns(): tmp = 0!");
  6706. THREAD_RETURN(NULL);
  6707. }
  6708. Client* client = (Client*)tmp;
  6709. client->GetCurrentZone()->SendAllSpawnsForLevelChange(client);
  6710. THREAD_RETURN(NULL);
  6711. }
  6712. void ZoneServer::SetSpawnStructs(Client* client) {
  6713. int16 client_ver = client->GetVersion();
  6714. Player* player = client->GetPlayer();
  6715. //Save a copy of the correct spawn substructs for the client's player, save here a copy if we don't have one
  6716. PacketStruct* pos = configReader.getStruct("Substruct_SpawnPositionStruct", client_ver);
  6717. player->SetSpawnPosStruct(pos);
  6718. if (versioned_pos_structs.count(pos->GetVersion()) == 0)
  6719. versioned_pos_structs[pos->GetVersion()] = new PacketStruct(pos, true);
  6720. PacketStruct* vis = configReader.getStruct("Substruct_SpawnVisualizationInfoStruct", client_ver);
  6721. player->SetSpawnVisStruct(vis);
  6722. if (versioned_vis_structs.count(vis->GetVersion()) == 0)
  6723. versioned_vis_structs[vis->GetVersion()] = new PacketStruct(vis, true);
  6724. PacketStruct* info = configReader.getStruct("Substruct_SpawnInfoStruct", client_ver);
  6725. player->SetSpawnInfoStruct(info);
  6726. if (versioned_info_structs.count(info->GetVersion()) == 0)
  6727. versioned_info_structs[info->GetVersion()] = new PacketStruct(info, true);
  6728. PacketStruct* header = configReader.getStruct("WS_SpawnStruct_Header", client_ver);
  6729. player->SetSpawnHeaderStruct(header);
  6730. PacketStruct* footer = configReader.getStruct("WS_SpawnStruct_Footer", client_ver);
  6731. player->SetSpawnFooterStruct(footer);
  6732. PacketStruct* sfooter = configReader.getStruct("WS_SignWidgetSpawnStruct_Footer", client_ver);
  6733. player->SetSignFooterStruct(sfooter);
  6734. PacketStruct* wfooter = configReader.getStruct("WS_WidgetSpawnStruct_Footer", client_ver);
  6735. player->SetWidgetFooterStruct(wfooter);
  6736. }
  6737. Spawn* ZoneServer::GetSpawn(int32 id){
  6738. Spawn* ret = 0;
  6739. if(GetNPC(id))
  6740. ret = GetNewNPC(id);
  6741. else if(this->GetObject(id))
  6742. ret = GetNewObject(id);
  6743. else if(GetWidget(id))
  6744. ret = GetNewWidget(id);
  6745. else if(GetSign(id))
  6746. ret = GetNewSign(id);
  6747. else if(GetGroundSpawn(id))
  6748. ret = GetNewGroundSpawn(id);
  6749. // Unable to find the spawn in the list lets attempt to add it if we are not currently reloading
  6750. else if (!reloading && database.LoadNPC(this, id)) {
  6751. if (GetNPC(id))
  6752. ret = GetNewNPC(id);
  6753. else
  6754. LogWrite(NPC__ERROR, 0, "NPC", "Database inserted npc (%u) but was still unable to retrieve it!", id);
  6755. }
  6756. else if (!reloading && database.LoadObject(this, id)) {
  6757. if (this->GetObject(id))
  6758. ret = GetNewObject(id);
  6759. else
  6760. LogWrite(OBJECT__ERROR, 0, "Object", "Database inserted object (%u) but was still unable to retrieve it!", id);
  6761. }
  6762. else if (!reloading && database.LoadWidget(this, id)) {
  6763. if (GetWidget(id))
  6764. ret = GetNewWidget(id);
  6765. else
  6766. LogWrite(WIDGET__ERROR, 0, "Widget", "Database inserted widget (%u) but was still unable to retrieve it!", id);
  6767. }
  6768. else if (!reloading && database.LoadSign(this, id)) {
  6769. if (GetSign(id))
  6770. ret = GetNewSign(id);
  6771. else
  6772. LogWrite(SIGN__ERROR, 0, "Sign", "Database inserted sign (%u) but was still unable to retrieve it!", id);
  6773. }
  6774. else if (!reloading && database.LoadGroundSpawn(this, id)) {
  6775. if (GetGroundSpawn(id))
  6776. ret = GetNewGroundSpawn(id);
  6777. else
  6778. LogWrite(GROUNDSPAWN__ERROR, 0, "GSpawn", "Database inserted ground spawn (%u) but was still unable to retrieve it!", id);
  6779. }
  6780. if(ret && ret->IsOmittedByDBFlag())
  6781. {
  6782. LogWrite(SPAWN__WARNING, 0, "Spawn", "Spawn (%u) was skipped due to a missing expansion / holiday flag being met.", id);
  6783. safe_delete(ret);
  6784. ret = 0;
  6785. }
  6786. if(ret)
  6787. ret->SetID(Spawn::NextID());
  6788. return ret;
  6789. }
  6790. vector<EntityCommand*>* ZoneServer::GetEntityCommandList(int32 id){
  6791. if(entity_command_list.count(id) > 0)
  6792. return entity_command_list[id];
  6793. else
  6794. return 0;
  6795. }
  6796. void ZoneServer::SetEntityCommandList(int32 id, EntityCommand* command) {
  6797. if (entity_command_list.count(id) == 0)
  6798. entity_command_list[id] = new vector<EntityCommand*>;
  6799. entity_command_list[id]->push_back(command);
  6800. }
  6801. EntityCommand* ZoneServer::GetEntityCommand(int32 id, string name) {
  6802. EntityCommand* ret = 0;
  6803. if (entity_command_list.count(id) == 0)
  6804. return ret;
  6805. vector<EntityCommand*>::iterator itr;
  6806. for (itr = entity_command_list[id]->begin(); itr != entity_command_list[id]->end(); itr++) {
  6807. if ((*itr)->name == name) {
  6808. ret = (*itr);
  6809. break;
  6810. }
  6811. }
  6812. return ret;
  6813. }
  6814. void ZoneServer::ClearEntityCommands() {
  6815. if (entity_command_list.size() > 0) {
  6816. map<int32, vector<EntityCommand*>* >::iterator itr;
  6817. for (itr = entity_command_list.begin(); itr != entity_command_list.end(); itr++) {
  6818. vector<EntityCommand*>* entity_commands = itr->second;
  6819. if (entity_commands && entity_commands->size() > 0) {
  6820. vector<EntityCommand*>::iterator v_itr;
  6821. for (v_itr = entity_commands->begin(); v_itr != entity_commands->end(); v_itr++)
  6822. safe_delete(*v_itr);
  6823. entity_commands->clear();
  6824. }
  6825. safe_delete(entity_commands);
  6826. }
  6827. entity_command_list.clear();
  6828. }
  6829. }
  6830. void ZoneServer::AddNPCSkill(int32 list_id, int32 skill_id, int16 value){
  6831. npc_skill_list[list_id][skill_id] = value;
  6832. }
  6833. map<string, Skill*>* ZoneServer::GetNPCSkills(int32 primary_list, int32 secondary_list){
  6834. map<string, Skill*>* ret = 0;
  6835. if(npc_skill_list.count(primary_list) > 0){
  6836. ret = new map<string, Skill*>();
  6837. map<int32, int16>::iterator itr;
  6838. Skill* tmpSkill = 0;
  6839. for(itr = npc_skill_list[primary_list].begin(); itr != npc_skill_list[primary_list].end(); itr++){
  6840. tmpSkill = master_skill_list.GetSkill(itr->first);
  6841. if(tmpSkill){
  6842. tmpSkill = new Skill(tmpSkill);
  6843. tmpSkill->current_val = itr->second;
  6844. tmpSkill->max_val = tmpSkill->current_val+5;
  6845. (*ret)[tmpSkill->name.data] = tmpSkill;
  6846. }
  6847. }
  6848. }
  6849. if(npc_skill_list.count(secondary_list) > 0){
  6850. if(!ret)
  6851. ret = new map<string, Skill*>();
  6852. map<int32, int16>::iterator itr;
  6853. Skill* tmpSkill = 0;
  6854. for(itr = npc_skill_list[secondary_list].begin(); itr != npc_skill_list[secondary_list].end(); itr++){
  6855. tmpSkill = master_skill_list.GetSkill(itr->first);
  6856. if(tmpSkill){
  6857. tmpSkill = new Skill(tmpSkill);
  6858. tmpSkill->current_val = itr->second;
  6859. tmpSkill->max_val = tmpSkill->current_val+5;
  6860. (*ret)[tmpSkill->name.data] = tmpSkill;
  6861. }
  6862. }
  6863. }
  6864. if(ret && ret->size() == 0){
  6865. safe_delete(ret);
  6866. ret = 0;
  6867. }
  6868. return ret;
  6869. }
  6870. void ZoneServer::AddNPCEquipment(int32 list_id, int32 item_id){
  6871. npc_equipment_list[list_id].push_back(item_id);
  6872. }
  6873. void ZoneServer::SetNPCEquipment(NPC* npc) {
  6874. if(npc_equipment_list.count(npc->GetEquipmentListID()) > 0){
  6875. Item* tmpItem = 0;
  6876. int8 slot = 0;
  6877. vector<int32>::iterator itr;
  6878. for(itr = npc_equipment_list[npc->GetEquipmentListID()].begin(); itr != npc_equipment_list[npc->GetEquipmentListID()].end(); itr++){
  6879. tmpItem = master_item_list.GetItem(*itr);
  6880. if(tmpItem){
  6881. slot = npc->GetEquipmentList()->GetFreeSlot(tmpItem);
  6882. if(slot < 255){
  6883. tmpItem = new Item(tmpItem);
  6884. npc->GetEquipmentList()->SetItem(slot, tmpItem);
  6885. }
  6886. }
  6887. }
  6888. }
  6889. }
  6890. void ZoneServer::AddNPC(int32 id, NPC* npc) {
  6891. npc_list[id] = npc;
  6892. }
  6893. void ZoneServer::AddWidget(int32 id, Widget* widget) {
  6894. widget_list[id] = widget;
  6895. }
  6896. Widget* ZoneServer::GetWidget(int32 id, bool override_loading) {
  6897. if((!reloading || override_loading) && widget_list.count(id) > 0)
  6898. return widget_list[id];
  6899. else
  6900. return 0;
  6901. }
  6902. Widget* ZoneServer::GetNewWidget(int32 id) {
  6903. if(!reloading && widget_list.count(id) > 0)
  6904. return widget_list[id]->Copy();
  6905. else
  6906. return 0;
  6907. }
  6908. void ZoneServer::LoadGroundSpawnEntries(){
  6909. MGroundSpawnItems.lock();
  6910. database.LoadGroundSpawnEntries(this);
  6911. MGroundSpawnItems.unlock();
  6912. }
  6913. void ZoneServer::LoadGroundSpawnItems() {
  6914. }
  6915. 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) {
  6916. GroundSpawnEntry* entry = new GroundSpawnEntry;
  6917. entry->min_skill_level = min_skill_level;
  6918. entry->min_adventure_level = min_adventure_level;
  6919. entry->bonus_table = bonus_table;
  6920. entry->harvest1 = harvest1;
  6921. entry->harvest3 = harvest3;
  6922. entry->harvest5 = harvest5;
  6923. entry->harvest_imbue = harvest_imbue;
  6924. entry->harvest_rare = harvest_rare;
  6925. entry->harvest10 = harvest10;
  6926. entry->harvest_coin = harvest_coin;
  6927. groundspawn_entries[groundspawn_id].push_back(entry);
  6928. }
  6929. void ZoneServer::AddGroundSpawnItem(int32 groundspawn_id, int32 item_id, int8 is_rare, int32 grid_id) {
  6930. GroundSpawnEntryItem* entry = new GroundSpawnEntryItem;
  6931. entry->item_id = item_id;
  6932. entry->is_rare = is_rare;
  6933. entry->grid_id = grid_id;
  6934. groundspawn_items[groundspawn_id].push_back(entry);
  6935. }
  6936. vector<GroundSpawnEntry*>* ZoneServer::GetGroundSpawnEntries(int32 id){
  6937. vector<GroundSpawnEntry*>* ret = 0;
  6938. MGroundSpawnItems.lock();
  6939. if(groundspawn_entries.count(id) > 0)
  6940. ret = &groundspawn_entries[id];
  6941. MGroundSpawnItems.unlock();
  6942. return ret;
  6943. }
  6944. vector<GroundSpawnEntryItem*>* ZoneServer::GetGroundSpawnEntryItems(int32 id){
  6945. vector<GroundSpawnEntryItem*>* ret = 0;
  6946. if(groundspawn_items.count(id) > 0)
  6947. ret = &groundspawn_items[id];
  6948. return ret;
  6949. }
  6950. // TODO - mis-named, should be DeleteGroundSpawnEntries() but this is ok for now :)
  6951. void ZoneServer::DeleteGroundSpawnItems()
  6952. {
  6953. MGroundSpawnItems.lock();
  6954. map<int32, vector<GroundSpawnEntry*> >::iterator groundspawnentry_map_itr;
  6955. vector<GroundSpawnEntry*>::iterator groundspawnentry_itr;
  6956. for(groundspawnentry_map_itr = groundspawn_entries.begin(); groundspawnentry_map_itr != groundspawn_entries.end(); groundspawnentry_map_itr++)
  6957. {
  6958. for(groundspawnentry_itr = groundspawnentry_map_itr->second.begin(); groundspawnentry_itr != groundspawnentry_map_itr->second.end(); groundspawnentry_itr++)
  6959. {
  6960. safe_delete(*groundspawnentry_itr);
  6961. }
  6962. }
  6963. groundspawn_entries.clear();
  6964. map<int32, vector<GroundSpawnEntryItem*> >::iterator groundspawnitem_map_itr;
  6965. vector<GroundSpawnEntryItem*>::iterator groundspawnitem_itr;
  6966. for(groundspawnitem_map_itr = groundspawn_items.begin(); groundspawnitem_map_itr != groundspawn_items.end(); groundspawnitem_map_itr++)
  6967. {
  6968. for(groundspawnitem_itr = groundspawnitem_map_itr->second.begin(); groundspawnitem_itr != groundspawnitem_map_itr->second.end(); groundspawnitem_itr++)
  6969. {
  6970. safe_delete(*groundspawnitem_itr);
  6971. }
  6972. }
  6973. groundspawn_items.clear();
  6974. MGroundSpawnItems.unlock();
  6975. }
  6976. void ZoneServer::AddGroundSpawn(int32 id, GroundSpawn* spawn) {
  6977. groundspawn_list[id] = spawn;
  6978. }
  6979. GroundSpawn* ZoneServer::GetGroundSpawn(int32 id, bool override_loading) {
  6980. if((!reloading || override_loading) && groundspawn_list.count(id) > 0)
  6981. return groundspawn_list[id];
  6982. else
  6983. return 0;
  6984. }
  6985. GroundSpawn* ZoneServer::GetNewGroundSpawn(int32 id) {
  6986. if(!reloading && groundspawn_list.count(id) > 0)
  6987. return groundspawn_list[id]->Copy();
  6988. else
  6989. return 0;
  6990. }
  6991. void ZoneServer::AddLootTable(int32 id, LootTable* table){
  6992. loot_tables[id] = table;
  6993. }
  6994. void ZoneServer::AddLootDrop(int32 id, LootDrop* drop){
  6995. loot_drops[id].push_back(drop);
  6996. }
  6997. void ZoneServer::AddSpawnLootList(int32 spawn_id, int32 id) {
  6998. spawn_loot_list[spawn_id].push_back(id);
  6999. }
  7000. void ZoneServer::ClearSpawnLootList(int32 spawn_id) {
  7001. spawn_loot_list[spawn_id].clear();
  7002. }
  7003. void ZoneServer::AddLevelLootList(GlobalLoot* loot) {
  7004. level_loot_list.push_back(loot);
  7005. }
  7006. void ZoneServer::AddRacialLootList(int16 racial_id, GlobalLoot* loot) {
  7007. racial_loot_list[racial_id].push_back(loot);
  7008. }
  7009. void ZoneServer::AddZoneLootList(int32 zone, GlobalLoot* loot) {
  7010. zone_loot_list[zone].push_back(loot);
  7011. }
  7012. void ZoneServer::ClearLootTables(){
  7013. map<int32,LootTable*>::iterator table_itr;
  7014. for(table_itr = loot_tables.begin(); table_itr != loot_tables.end(); table_itr++){
  7015. safe_delete(table_itr->second);
  7016. }
  7017. map<int32, vector<LootDrop*> >::iterator drop_itr;
  7018. vector<LootDrop*>::iterator drop_itr2;
  7019. for(drop_itr = loot_drops.begin(); drop_itr != loot_drops.end(); drop_itr++){
  7020. for(drop_itr2 = drop_itr->second.begin(); drop_itr2 != drop_itr->second.end(); drop_itr2++){
  7021. safe_delete(*drop_itr2);
  7022. }
  7023. }
  7024. vector<GlobalLoot*>::iterator level_itr;
  7025. for (level_itr = level_loot_list.begin(); level_itr != level_loot_list.end(); level_itr++) {
  7026. safe_delete(*level_itr);
  7027. }
  7028. map<int16, vector<GlobalLoot*> >::iterator race_itr;
  7029. vector<GlobalLoot*>::iterator race_itr2;
  7030. for (race_itr = racial_loot_list.begin(); race_itr != racial_loot_list.end(); race_itr++) {
  7031. for (race_itr2 = race_itr->second.begin(); race_itr2 != race_itr->second.end(); race_itr2++) {
  7032. safe_delete(*race_itr2);
  7033. }
  7034. }
  7035. map<int32, vector<GlobalLoot*> >::iterator zone_itr;
  7036. vector<GlobalLoot*>::iterator zone_itr2;
  7037. for(zone_itr = zone_loot_list.begin(); zone_itr != zone_loot_list.end(); zone_itr++) {
  7038. for (zone_itr2 = zone_itr->second.begin(); zone_itr2 != zone_itr->second.end(); zone_itr2++) {
  7039. safe_delete(*zone_itr2);
  7040. }
  7041. }
  7042. loot_tables.clear();
  7043. loot_drops.clear();
  7044. spawn_loot_list.clear();
  7045. level_loot_list.clear();
  7046. racial_loot_list.clear();
  7047. zone_loot_list.clear();
  7048. }
  7049. vector<int32> ZoneServer::GetSpawnLootList(int32 spawn_id, int32 zone_id, int8 spawn_level, int16 racial_id, Spawn* spawn) {
  7050. vector<int32> ret;
  7051. int32 returnValue = 0;
  7052. if(reloading)
  7053. return ret;
  7054. if (spawn_loot_list.count(spawn_id) > 0)
  7055. ret.insert(ret.end(), spawn_loot_list[spawn_id].begin(), spawn_loot_list[spawn_id].end());
  7056. if (level_loot_list.size() > 0) {
  7057. vector<GlobalLoot*>::iterator itr;
  7058. for (itr = level_loot_list.begin(); itr != level_loot_list.end(); itr++) {
  7059. GlobalLoot* loot = *itr;
  7060. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  7061. returnValue = 0; // reset since this can override the database setting
  7062. if(zone_script)
  7063. {
  7064. if(lua_interface->RunZoneScriptWithReturn(zone_script, "loot_criteria_level", spawn->GetZone(), spawn, loot->table_id, loot->minLevel, loot->maxLevel, &returnValue) && returnValue == 0)
  7065. continue;
  7066. }
  7067. bool entryAdded = false;
  7068. 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
  7069. ret.push_back(loot->table_id);
  7070. else {
  7071. 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
  7072. ret.push_back(loot->table_id);
  7073. }
  7074. if(!entryAdded && returnValue) // DB override via LUA scripting
  7075. ret.push_back(loot->table_id);
  7076. }
  7077. }
  7078. if (racial_loot_list.count(racial_id) > 0) {
  7079. vector<GlobalLoot*>::iterator itr;
  7080. for (itr = racial_loot_list[racial_id].begin(); itr != racial_loot_list[racial_id].end(); itr++) {
  7081. GlobalLoot* loot = *itr;
  7082. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  7083. returnValue = 0; // reset since this can override the database setting
  7084. if(zone_script)
  7085. {
  7086. if(lua_interface->RunZoneScriptWithReturn(zone_script, "loot_criteria_racial", spawn->GetZone(), spawn, loot->table_id, loot->minLevel, loot->maxLevel, &returnValue) && returnValue == 0)
  7087. continue;
  7088. }
  7089. bool entryAdded = false;
  7090. 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
  7091. ret.push_back(loot->table_id);
  7092. else {
  7093. 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
  7094. ret.push_back(loot->table_id);
  7095. }
  7096. if(!entryAdded && returnValue) // DB override via LUA scripting
  7097. ret.push_back(loot->table_id);
  7098. }
  7099. }
  7100. if (zone_loot_list.count(zone_id) > 0) {
  7101. vector<GlobalLoot*>::iterator itr;
  7102. for (itr = zone_loot_list[zone_id].begin(); itr != zone_loot_list[zone_id].end(); itr++) {
  7103. GlobalLoot* loot = *itr;
  7104. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  7105. returnValue = 0; // reset since this can override the database setting
  7106. if(zone_script)
  7107. {
  7108. if(lua_interface->RunZoneScriptWithReturn(zone_script, "loot_criteria_zone", spawn->GetZone(), spawn, loot->table_id, loot->minLevel, loot->maxLevel, &returnValue) && returnValue == 0)
  7109. continue;
  7110. }
  7111. bool entryAdded = false;
  7112. 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
  7113. ret.push_back(loot->table_id);
  7114. else {
  7115. 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
  7116. ret.push_back(loot->table_id);
  7117. }
  7118. if(!entryAdded && returnValue) // DB override via LUA scripting
  7119. ret.push_back(loot->table_id);
  7120. }
  7121. }
  7122. return ret;
  7123. }
  7124. vector<LootDrop*>* ZoneServer::GetLootDrops(int32 table_id){
  7125. if(!reloading && loot_drops.count(table_id) > 0)
  7126. return &(loot_drops[table_id]);
  7127. else
  7128. return 0;
  7129. }
  7130. LootTable* ZoneServer::GetLootTable(int32 table_id){
  7131. return loot_tables[table_id];
  7132. }
  7133. 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){
  7134. LocationTransportDestination* loc = new LocationTransportDestination;
  7135. loc->message = message;
  7136. loc->trigger_x = trigger_x;
  7137. loc->trigger_y = trigger_y;
  7138. loc->trigger_z = trigger_z;
  7139. loc->trigger_radius = trigger_radius;
  7140. loc->destination_zone_id = destination_zone_id;
  7141. loc->destination_x = destination_x;
  7142. loc->destination_y = destination_y;
  7143. loc->destination_z = destination_z;
  7144. loc->destination_heading = destination_heading;
  7145. loc->cost = cost;
  7146. loc->unique_id = unique_id;
  7147. MTransporters.lock();
  7148. if(location_transporters.count(zone_id) == 0)
  7149. location_transporters[zone_id] = new MutexList<LocationTransportDestination*>();
  7150. location_transporters[zone_id]->Add(loc);
  7151. MTransporters.unlock();
  7152. }
  7153. 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,
  7154. 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,
  7155. int32 max_client_version, int32 flight_path_id, int16 mount_id, int8 mount_red_color, int8 mount_green_color, int8 mount_blue_color){
  7156. TransportDestination* transport = new TransportDestination;
  7157. transport->type = type;
  7158. transport->display_name = name;
  7159. transport->message = message;
  7160. transport->destination_zone_id = destination_zone_id;
  7161. transport->destination_x = destination_x;
  7162. transport->destination_y = destination_y;
  7163. transport->destination_z = destination_z;
  7164. transport->destination_heading = destination_heading;
  7165. transport->cost = cost;
  7166. transport->unique_id = unique_id;
  7167. transport->min_level = min_level;
  7168. transport->max_level = max_level;
  7169. transport->req_quest = quest_req;
  7170. transport->req_quest_step = quest_step_req;
  7171. transport->req_quest_complete = quest_complete;
  7172. transport->map_x = map_x;
  7173. transport->map_y = map_y;
  7174. transport->expansion_flag = expansion_flag;
  7175. transport->holiday_flag = holiday_flag;
  7176. transport->min_client_version = min_client_version;
  7177. transport->max_client_version = max_client_version;
  7178. transport->flight_path_id = flight_path_id;
  7179. transport->mount_id = mount_id;
  7180. transport->mount_red_color = mount_red_color;
  7181. transport->mount_green_color = mount_green_color;
  7182. transport->mount_blue_color = mount_blue_color;
  7183. MTransporters.lock();
  7184. transporters[transport_id].push_back(transport);
  7185. MTransporters.unlock();
  7186. }
  7187. void ZoneServer::GetTransporters(vector<TransportDestination*>* returnList, Client* client, int32 transport_id){
  7188. if (!returnList)
  7189. return;
  7190. MTransporters.lock();
  7191. if (transporters.count(transport_id) > 0)
  7192. {
  7193. vector<TransportDestination*> list;
  7194. for (int i = 0; i < transporters[transport_id].size(); i++)
  7195. {
  7196. if (transporters[transport_id][i]->min_client_version && client->GetVersion() < transporters[transport_id][i]->min_client_version)
  7197. continue;
  7198. else if (transporters[transport_id][i]->max_client_version && client->GetVersion() > transporters[transport_id][i]->max_client_version)
  7199. continue;
  7200. if (database.CheckExpansionFlags(this, transporters[transport_id][i]->expansion_flag) && database.CheckHolidayFlags(this, transporters[transport_id][i]->holiday_flag))
  7201. {
  7202. returnList->push_back(transporters[transport_id][i]);
  7203. }
  7204. }
  7205. }
  7206. MTransporters.unlock();
  7207. }
  7208. MutexList<LocationTransportDestination*>* ZoneServer::GetLocationTransporters(int32 zone_id){
  7209. MutexList<LocationTransportDestination*>* ret = 0;
  7210. MTransporters.lock();
  7211. if(location_transporters.count(zone_id) > 0)
  7212. ret = location_transporters[zone_id];
  7213. MTransporters.unlock();
  7214. return ret;
  7215. }
  7216. void ZoneServer::DeleteGlobalTransporters(){
  7217. MTransporters.lock();
  7218. map<int32, vector<TransportDestination*> >::iterator itr;
  7219. vector<TransportDestination*>::iterator transport_vector_itr;
  7220. for(itr = transporters.begin(); itr != transporters.end(); itr++){
  7221. for(transport_vector_itr = itr->second.begin(); transport_vector_itr != itr->second.end(); transport_vector_itr++){
  7222. safe_delete(*transport_vector_itr);
  7223. }
  7224. }
  7225. map<int32, MutexList<LocationTransportDestination*>* >::iterator itr2;
  7226. for(itr2 = location_transporters.begin(); itr2 != location_transporters.end(); itr2++){
  7227. itr2->second->clear(true);
  7228. delete itr2->second;
  7229. }
  7230. transporters.clear();
  7231. location_transporters.clear();
  7232. MTransporters.unlock();
  7233. }
  7234. void ZoneServer::DeleteGlobalSpawns() {
  7235. ClearLootTables();
  7236. map<int32, NPC*>::iterator npc_list_iter;
  7237. for(npc_list_iter=npc_list.begin();npc_list_iter!=npc_list.end();npc_list_iter++) {
  7238. safe_delete(npc_list_iter->second);
  7239. }
  7240. npc_list.clear();
  7241. map<int32, Object*>::iterator object_list_iter;
  7242. for(object_list_iter=object_list.begin();object_list_iter!=object_list.end();object_list_iter++) {
  7243. safe_delete(object_list_iter->second);
  7244. }
  7245. object_list.clear();
  7246. map<int32, GroundSpawn*>::iterator groundspawn_list_iter;
  7247. for(groundspawn_list_iter=groundspawn_list.begin();groundspawn_list_iter!=groundspawn_list.end();groundspawn_list_iter++) {
  7248. safe_delete(groundspawn_list_iter->second);
  7249. }
  7250. groundspawn_list.clear();
  7251. map<int32, Widget*>::iterator widget_list_iter;
  7252. for(widget_list_iter=widget_list.begin();widget_list_iter!=widget_list.end();widget_list_iter++) {
  7253. safe_delete(widget_list_iter->second);
  7254. }
  7255. widget_list.clear();
  7256. map<int32, Sign*>::iterator sign_list_iter;
  7257. for(sign_list_iter=sign_list.begin();sign_list_iter!=sign_list.end();sign_list_iter++) {
  7258. safe_delete(sign_list_iter->second);
  7259. }
  7260. sign_list.clear();
  7261. /*map<int32, AppearanceData*>::iterator appearance_list_iter;
  7262. for(appearance_list_iter=npc_appearance_list.begin();appearance_list_iter!=npc_appearance_list.end();appearance_list_iter++) {
  7263. safe_delete(appearance_list_iter->second);
  7264. }
  7265. npc_appearance_list.clear();*/
  7266. ClearEntityCommands();
  7267. DeleteGroundSpawnItems();
  7268. DeleteGlobalTransporters();
  7269. DeleteTransporterMaps();
  7270. }
  7271. void ZoneServer::AddTransportMap(int32 id, string name) {
  7272. MTransportMaps.writelock(__FUNCTION__, __LINE__);
  7273. m_transportMaps[id] = name;
  7274. MTransportMaps.releasewritelock(__FUNCTION__, __LINE__);
  7275. }
  7276. bool ZoneServer::TransportHasMap(int32 id) {
  7277. bool ret = false;
  7278. MTransportMaps.readlock(__FUNCTION__, __LINE__);
  7279. ret = m_transportMaps.count(id) > 0;
  7280. MTransportMaps.releasereadlock(__FUNCTION__, __LINE__);
  7281. return ret;
  7282. }
  7283. string ZoneServer::GetTransportMap(int32 id) {
  7284. string ret;
  7285. MTransportMaps.readlock(__FUNCTION__, __LINE__);
  7286. if (m_transportMaps.count(id) > 0)
  7287. ret = m_transportMaps[id];
  7288. MTransportMaps.releasereadlock(__FUNCTION__, __LINE__);
  7289. return ret;
  7290. }
  7291. void ZoneServer::DeleteTransporterMaps() {
  7292. MTransportMaps.writelock(__FUNCTION__, __LINE__);
  7293. m_transportMaps.clear();
  7294. MTransportMaps.releasewritelock(__FUNCTION__, __LINE__);
  7295. }
  7296. void ZoneServer::ReloadSpawns() {
  7297. if (reloading)
  7298. return;
  7299. reloading = true;
  7300. world.SetReloadingSubsystem("Spawns");
  7301. // Let every one in the zone know what is happening
  7302. HandleBroadcast("Reloading all spawns for this zone.");
  7303. DeleteGlobalSpawns();
  7304. Depop(false, true);
  7305. }
  7306. void ZoneServer::SendStateCommand(Spawn* spawn, int32 state) {
  7307. vector<Client*>::iterator itr;
  7308. MClientList.readlock(__FUNCTION__, __LINE__);
  7309. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7310. Client* client = *itr;
  7311. if (client && client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  7312. ClientPacketFunctions::SendStateCommand(client, client->GetPlayer()->GetIDWithPlayerSpawn(spawn), state);
  7313. }
  7314. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7315. }
  7316. void ZoneServer::AddFlightPath(int32 id, FlightPathInfo* info) {
  7317. if (m_flightPaths.count(id) > 0) {
  7318. LogWrite(ZONE__ERROR, 0, "Zone", "Duplicate flight path (%u)", id);
  7319. safe_delete(info);
  7320. return;
  7321. }
  7322. m_flightPaths[id] = info;
  7323. }
  7324. void ZoneServer::AddFlightPathLocation(int32 id, FlightPathLocation* location) {
  7325. if (m_flightPaths.count(id) == 0) {
  7326. LogWrite(ZONE__ERROR, 0, "Zone", "There is no flight info for this route (%u)", id);
  7327. safe_delete(location);
  7328. return;
  7329. }
  7330. m_flightPathRoutes[id].push_back(location);
  7331. }
  7332. void ZoneServer::DeleteFlightPaths() {
  7333. map<int32, vector<FlightPathLocation*> >::iterator itr;
  7334. vector<FlightPathLocation*>::iterator itr2;
  7335. map<int32, FlightPathInfo*>::iterator itr3;
  7336. for (itr = m_flightPathRoutes.begin(); itr != m_flightPathRoutes.end(); itr++) {
  7337. for (itr2 = itr->second.begin(); itr2 != itr->second.end(); itr2++) {
  7338. safe_delete(*itr2);
  7339. }
  7340. itr->second.clear();
  7341. }
  7342. m_flightPathRoutes.clear();
  7343. for (itr3 = m_flightPaths.begin(); itr3 != m_flightPaths.end(); itr3++) {
  7344. safe_delete(itr3->second);
  7345. }
  7346. m_flightPaths.clear();
  7347. }
  7348. void ZoneServer::SendFlightPathsPackets(Client* client) {
  7349. // Only send a packet if there are flight paths
  7350. if (m_flightPathRoutes.size() > 0) {
  7351. PacketStruct* packet = configReader.getStruct("WS_FlightPathsMsg", client->GetVersion());
  7352. if (packet) {
  7353. int32 num_routes = m_flightPaths.size();
  7354. packet->setArrayLengthByName("number_of_routes", num_routes);
  7355. packet->setArrayLengthByName("number_of_routes2", num_routes);
  7356. packet->setArrayLengthByName("number_of_routes3", num_routes);
  7357. packet->setArrayLengthByName("number_of_routes4", num_routes);
  7358. map<int32, FlightPathInfo*>::iterator itr;
  7359. int32 i = 0;
  7360. for (itr = m_flightPaths.begin(); itr != m_flightPaths.end(); itr++, i++) {
  7361. packet->setArrayDataByName("route_length", m_flightPathRoutes[itr->first].size(), i);
  7362. packet->setArrayDataByName("ground_mount", itr->second->flying ? 0 : 1, i);
  7363. packet->setArrayDataByName("allow_dismount", itr->second->dismount ? 1 : 0, i);
  7364. packet->setSubArrayLengthByName("route_length2", m_flightPathRoutes[itr->first].size(), i);
  7365. vector<FlightPathLocation*>::iterator itr2;
  7366. int32 j = 0;
  7367. for (itr2 = m_flightPathRoutes[itr->first].begin(); itr2 != m_flightPathRoutes[itr->first].end(); itr2++, j++) {
  7368. packet->setSubArrayDataByName("x", (*itr2)->X, i, j);
  7369. packet->setSubArrayDataByName("y", (*itr2)->Y, i, j);
  7370. packet->setSubArrayDataByName("z", (*itr2)->Z, i, j);
  7371. }
  7372. }
  7373. client->QueuePacket(packet->serialize());
  7374. safe_delete(packet);
  7375. }
  7376. }
  7377. }
  7378. int32 ZoneServer::GetFlightPathIndex(int32 id) {
  7379. int32 index = 0;
  7380. map<int32, FlightPathInfo*>::iterator itr;
  7381. for (itr = m_flightPaths.begin(); itr != m_flightPaths.end(); itr++, index++) {
  7382. if (itr->first == id)
  7383. return index;
  7384. }
  7385. return -1;
  7386. }
  7387. float ZoneServer::GetFlightPathSpeed(int32 id) {
  7388. float speed = 1;
  7389. if (m_flightPaths.count(id) > 0)
  7390. speed = m_flightPaths[id]->speed;
  7391. return speed;
  7392. }
  7393. void ZoneServer::ProcessSpawnConditional(int8 condition) {
  7394. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  7395. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7396. map<int32, Spawn*>::iterator itr;
  7397. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7398. if (itr->second != NULL) // null itr->second still coming into ProcessSpawnConditional
  7399. {
  7400. SpawnLocation* loc = spawn_location_list[itr->second->GetSpawnLocationID()];
  7401. if (loc && loc->conditional > 0) {
  7402. if ((loc->conditional & condition) != condition) {
  7403. Despawn(itr->second, 0);
  7404. }
  7405. }
  7406. }
  7407. }
  7408. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7409. map<int32, SpawnLocation*>::iterator itr2;
  7410. for (itr2 = spawn_location_list.begin(); itr2 != spawn_location_list.end(); itr2++) {
  7411. SpawnLocation* loc = itr2->second;
  7412. if (loc && loc->conditional > 0 && ((loc->conditional & condition) == condition))
  7413. if (GetSpawnByLocationID(loc->placement_id) == NULL)
  7414. ProcessSpawnLocation(loc);
  7415. }
  7416. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  7417. }
  7418. void ZoneServer::AddSpawnProximities(Spawn* newSpawn) {
  7419. Spawn* spawn = 0;
  7420. map<int32, Spawn*>::iterator itr;
  7421. MPendingSpawnListAdd.readlock(__FUNCTION__, __LINE__);
  7422. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7423. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7424. spawn = itr->second;
  7425. if (spawn && spawn != newSpawn) {
  7426. if (newSpawn->GetDatabaseID())
  7427. spawn->AddSpawnToProximity(newSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7428. if (newSpawn->GetSpawnLocationID())
  7429. spawn->AddSpawnToProximity(newSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7430. if (spawn->GetDatabaseID())
  7431. newSpawn->AddSpawnToProximity(spawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7432. if (spawn->GetSpawnLocationID())
  7433. newSpawn->AddSpawnToProximity(spawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7434. }
  7435. }
  7436. list<Spawn*>::iterator itr2;
  7437. for (itr2 = pending_spawn_list_add.begin(); itr2 != pending_spawn_list_add.end(); itr2++) {
  7438. spawn = *itr2;
  7439. if (spawn && spawn != newSpawn) {
  7440. if (newSpawn->GetDatabaseID())
  7441. spawn->AddSpawnToProximity(newSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7442. if (newSpawn->GetSpawnLocationID())
  7443. spawn->AddSpawnToProximity(newSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7444. if (spawn->GetDatabaseID())
  7445. newSpawn->AddSpawnToProximity(spawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7446. if (spawn->GetSpawnLocationID())
  7447. newSpawn->AddSpawnToProximity(spawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7448. }
  7449. }
  7450. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7451. MPendingSpawnListAdd.releasereadlock(__FUNCTION__, __LINE__);
  7452. }
  7453. // we only call this inside a write lock
  7454. void ZoneServer::RemoveSpawnProximities(Spawn* oldSpawn) {
  7455. Spawn* spawn = 0;
  7456. map<int32, Spawn*>::iterator itr;
  7457. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7458. spawn = itr->second;
  7459. if (spawn && spawn != oldSpawn) {
  7460. if (oldSpawn->GetDatabaseID())
  7461. spawn->RemoveSpawnFromProximity(oldSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  7462. if (oldSpawn->GetSpawnLocationID())
  7463. spawn->RemoveSpawnFromProximity(oldSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  7464. // don't need to remove oldSpawn proximities, we clear them all out
  7465. }
  7466. }
  7467. }
  7468. void ZoneServer::SetSpawnScript(SpawnEntry* entry, Spawn* spawn)
  7469. {
  7470. if (!entry || !spawn)
  7471. return;
  7472. const char* script = 0;
  7473. for (int x = 0; x < 3; x++)
  7474. {
  7475. switch (x)
  7476. {
  7477. case 0:
  7478. script = world.GetSpawnEntryScript(entry->spawn_entry_id);
  7479. break;
  7480. case 1:
  7481. script = world.GetSpawnLocationScript(entry->spawn_location_id);
  7482. break;
  7483. case 2:
  7484. script = world.GetSpawnScript(entry->spawn_id);
  7485. break;
  7486. }
  7487. if (script && lua_interface && lua_interface->GetSpawnScript(script) != 0)
  7488. {
  7489. spawn->SetSpawnScript(string(script));
  7490. break;
  7491. }
  7492. }
  7493. }
  7494. vector<HouseItem> ZoneServer::GetHouseItems(Client* client)
  7495. {
  7496. if (!client->GetCurrentZone()->GetInstanceID() || !client->HasOwnerOrEditAccess())
  7497. return std::vector<HouseItem>();
  7498. PacketStruct* packet = configReader.getStruct("WS_HouseItemsList", client->GetVersion());
  7499. std::vector<HouseItem> items;
  7500. map<int32, Spawn*>::iterator itr;
  7501. Spawn* spawn = 0;
  7502. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7503. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7504. spawn = itr->second;
  7505. if (spawn && spawn->IsObject() && spawn->GetPickupItemID())
  7506. {
  7507. HouseItem tmpItem;
  7508. tmpItem.item_id = spawn->GetPickupItemID();
  7509. tmpItem.unique_id = spawn->GetPickupUniqueItemID();
  7510. tmpItem.spawn_id = spawn->GetID();
  7511. tmpItem.item = master_item_list.GetItem(spawn->GetPickupItemID());
  7512. if (!tmpItem.item)
  7513. continue;
  7514. items.push_back(tmpItem);
  7515. }
  7516. }
  7517. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7518. return items;
  7519. }
  7520. void ZoneServer::SendHouseItems(Client* client)
  7521. {
  7522. if (!client->GetCurrentZone()->GetInstanceID() || !client->HasOwnerOrEditAccess())
  7523. return;
  7524. PacketStruct* packet = configReader.getStruct("WS_HouseItemsList", client->GetVersion());
  7525. if(!packet) {
  7526. return;
  7527. }
  7528. std::vector<HouseItem> items = GetHouseItems(client);
  7529. // setting this to 1 puts it on the door widget
  7530. packet->setDataByName("is_widget_door", 1);
  7531. packet->setArrayLengthByName("num_items", items.size());
  7532. for (int i = 0; i < items.size(); i++)
  7533. {
  7534. HouseItem tmpItem = items[i];
  7535. packet->setArrayDataByName("unique_id", tmpItem.unique_id, i); // unique_id is in fact the item_id...
  7536. packet->setArrayDataByName("item_name", tmpItem.item->name.c_str(), i);
  7537. packet->setArrayDataByName("status_reduction", tmpItem.item->houseitem_info->status_rent_reduction, i);
  7538. // location, 0 = floor, 1 = ceiling
  7539. //packet->setArrayDataByName("location", 1, i, 0);
  7540. // item_state int8
  7541. // 0 = normal (cannot pick up item / move item / toggle visibility)
  7542. // 1 = virtual (toggle visibility available, no move item)
  7543. // 2 = hidden (cannot pick up item / move item / toggle visibility)
  7544. // 3 = virtual/hidden/toggle visibility
  7545. // 4 = none (cannot pick up item / move item / toggle visibility)
  7546. // 5 = none, toggle visibility (cannot pick up item / move item)
  7547. // 8 = none (cannot pick up item / move item / toggle visibility)
  7548. //packet->setArrayDataByName("item_state", tmpvalue, i, 0);
  7549. // makes it so we don't have access to move item/retrieve item
  7550. // cannot use in conjunction with ui_tab_flag1/ui_tab_flag2
  7551. //packet->setArrayDataByName("tradeable", 1, i);
  7552. //packet->setArrayDataByName("item_description", "failboat", i);
  7553. // access to move item/retrieve item, do not use in conjunction with tradeable
  7554. packet->setArrayDataByName("ui_tab_flag1", 1, i, 0);
  7555. packet->setArrayDataByName("ui_tab_flag2", 1, i, 0);
  7556. // both of these can serve as description fields (only one should be used they populate the same area below the item name)
  7557. //packet->setArrayDataByName("first_item_description", "test", i);
  7558. //packet->setArrayDataByName("second_item_description", "Description here!", i);
  7559. packet->setArrayDataByName("icon", tmpItem.item->details.icon, i);
  7560. }
  7561. EQ2Packet* pack = packet->serialize();
  7562. client->QueuePacket(pack);
  7563. safe_delete(packet);
  7564. }
  7565. Spawn* ZoneServer::GetSpawnFromUniqueItemID(int32 unique_id)
  7566. {
  7567. if (!GetInstanceID() || GetInstanceType() != Instance_Type::PERSONAL_HOUSE_INSTANCE)
  7568. return nullptr;
  7569. map<int32, Spawn*>::iterator itr;
  7570. Spawn* spawn = 0;
  7571. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7572. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  7573. spawn = itr->second;
  7574. if (spawn && spawn->IsObject() && spawn->GetPickupUniqueItemID() == unique_id)
  7575. {
  7576. Spawn* tmpSpawn = spawn;
  7577. MSpawnList.releasereadlock();
  7578. return tmpSpawn;
  7579. }
  7580. }
  7581. MSpawnList.releasereadlock();
  7582. return nullptr;
  7583. }
  7584. void ZoneServer::AddPendingSpawnRemove(int32 id)
  7585. {
  7586. MPendingSpawnRemoval.writelock(__FUNCTION__, __LINE__);
  7587. m_pendingSpawnRemove.insert(make_pair(id,true));
  7588. MPendingSpawnRemoval.releasewritelock(__FUNCTION__, __LINE__);
  7589. }
  7590. void ZoneServer::ProcessSpawnRemovals()
  7591. {
  7592. MSpawnList.writelock(__FUNCTION__, __LINE__);
  7593. MPendingSpawnRemoval.writelock(__FUNCTION__, __LINE__);
  7594. if (m_pendingSpawnRemove.size() > 0) {
  7595. map<int32,bool>::iterator itr2;
  7596. for (itr2 = m_pendingSpawnRemove.begin(); itr2 != m_pendingSpawnRemove.end(); itr2++) {
  7597. spawn_list.erase(itr2->first);
  7598. subspawn_list[SUBSPAWN_TYPES::COLLECTOR].erase(itr2->first);
  7599. std::map<int32,int32>::iterator hsmitr = housing_spawn_map.find(itr2->first);
  7600. if(hsmitr != housing_spawn_map.end()) {
  7601. subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].erase(hsmitr->second);
  7602. housing_spawn_map.erase(hsmitr);
  7603. }
  7604. }
  7605. m_pendingSpawnRemove.clear();
  7606. }
  7607. MPendingSpawnRemoval.releasewritelock(__FUNCTION__, __LINE__);
  7608. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  7609. }
  7610. void ZoneServer::AddSpawnToGroup(Spawn* spawn, int32 group_id)
  7611. {
  7612. if( spawn->GetSpawnGroupID() > 0 )
  7613. spawn->RemoveSpawnFromGroup();
  7614. MutexList<int32>* groupList = &spawn_group_map.Get(group_id);
  7615. MutexList<int32>::iterator itr2 = groupList->begin();
  7616. while(itr2.Next())
  7617. {
  7618. Spawn* groupSpawn = GetSpawnByID(itr2.value);
  7619. if(groupSpawn)
  7620. {
  7621. // found existing group member to add it in
  7622. spawn->AddSpawnToGroup(groupSpawn);
  7623. break;
  7624. }
  7625. }
  7626. groupList->Add(spawn->GetID());
  7627. spawn->SetSpawnGroupID(group_id);
  7628. }
  7629. void ZoneServer::QueueStateCommandToClients(int32 spawn_id, int32 state)
  7630. {
  7631. if(spawn_id < 1)
  7632. return;
  7633. MLuaQueueStateCmd.lock();
  7634. lua_queued_state_commands.insert(make_pair(spawn_id, state));
  7635. MLuaQueueStateCmd.unlock();
  7636. }
  7637. void ZoneServer::QueueDefaultCommand(int32 spawn_id, std::string command, float distance)
  7638. {
  7639. if(spawn_id < 1)
  7640. return;
  7641. MLuaQueueStateCmd.lock();
  7642. lua_spawn_update_command[spawn_id].insert(make_pair(command,distance));
  7643. MLuaQueueStateCmd.unlock();
  7644. }
  7645. void ZoneServer::ProcessQueuedStateCommands() // in a client list lock only
  7646. {
  7647. vector<Client*>::iterator itr;
  7648. MLuaQueueStateCmd.lock();
  7649. if(lua_queued_state_commands.size() > 0)
  7650. {
  7651. std::map<int32, int32>::iterator statecmds;
  7652. for(statecmds = lua_queued_state_commands.begin(); statecmds != lua_queued_state_commands.end(); statecmds++)
  7653. {
  7654. Spawn* spawn = GetSpawnByID(statecmds->first, false);
  7655. if(!spawn)
  7656. continue;
  7657. MClientList.readlock(__FUNCTION__, __LINE__);
  7658. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7659. Client* client = *itr;
  7660. if (client && client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  7661. ClientPacketFunctions::SendStateCommand(client, client->GetPlayer()->GetIDWithPlayerSpawn(spawn), statecmds->second);
  7662. }
  7663. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7664. }
  7665. lua_queued_state_commands.clear();
  7666. }
  7667. if(lua_spawn_update_command.size() > 0)
  7668. {
  7669. std::map<int32, std::map<std::string,float>>::iterator updatecmds;
  7670. for(updatecmds = lua_spawn_update_command.begin(); updatecmds != lua_spawn_update_command.end(); updatecmds++)
  7671. {
  7672. Spawn* spawn = GetSpawnByID(updatecmds->first, false);
  7673. if(!spawn)
  7674. continue;
  7675. std::map<std::string,float>::iterator innermap;
  7676. for(innermap = lua_spawn_update_command[updatecmds->first].begin(); innermap != lua_spawn_update_command[updatecmds->first].end(); innermap++)
  7677. {
  7678. MClientList.readlock(__FUNCTION__, __LINE__);
  7679. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7680. Client* client = *itr;
  7681. if (client && client->GetPlayer()->WasSentSpawn(spawn->GetID()))
  7682. client->SendDefaultCommand(spawn, innermap->first.c_str(), innermap->second);
  7683. }
  7684. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7685. }
  7686. lua_spawn_update_command[updatecmds->first].clear();
  7687. }
  7688. lua_spawn_update_command.clear();
  7689. }
  7690. MLuaQueueStateCmd.unlock();
  7691. }
  7692. void ZoneServer::RemoveClientsFromZone(ZoneServer* zone) {
  7693. vector<Client*>::iterator itr;
  7694. MClientList.readlock(__FUNCTION__, __LINE__);
  7695. for (itr = clients.begin(); itr != clients.end(); itr++) {
  7696. Client* client = *itr;
  7697. if(client->GetCurrentZone() == zone) {
  7698. client->SetCurrentZone(nullptr);
  7699. }
  7700. if(client->GetZoningDestination() == zone) {
  7701. client->SetZoningDestination(nullptr);
  7702. }
  7703. }
  7704. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  7705. }
  7706. void ZoneServer::SendSubSpawnUpdates(SUBSPAWN_TYPES subtype) {
  7707. std::map<int32, Spawn*>::iterator subitr;
  7708. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7709. for(subitr = subspawn_list[subtype].begin(); subitr != subspawn_list[subtype].end(); subitr++) {
  7710. subitr->second->changed = true;
  7711. subitr->second->info_changed = true;
  7712. AddChangedSpawn(subitr->second);
  7713. }
  7714. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7715. }
  7716. bool ZoneServer::HouseItemSpawnExists(int32 item_id) {
  7717. bool exists = false;
  7718. std::map<int32, Spawn*>::iterator subitr;
  7719. MSpawnList.readlock(__FUNCTION__, __LINE__);
  7720. subitr = subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].find(item_id);
  7721. if(subitr != subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].end()) {
  7722. exists = true;
  7723. }
  7724. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  7725. return exists;
  7726. }
  7727. void ZoneServer::ProcessPendingSpawns() {
  7728. MPendingSpawnListAdd.writelock(__FUNCTION__, __LINE__);
  7729. list<Spawn*>::iterator itr2;
  7730. for (itr2 = pending_spawn_list_add.begin(); itr2 != pending_spawn_list_add.end(); itr2++) {
  7731. Spawn* spawn = *itr2;
  7732. MSpawnList.writelock(__FUNCTION__, __LINE__);
  7733. if (spawn)
  7734. spawn_list[spawn->GetID()] = spawn;
  7735. if(spawn->IsCollector()) {
  7736. subspawn_list[SUBSPAWN_TYPES::COLLECTOR].insert(make_pair(spawn->GetID(),spawn));
  7737. }
  7738. if(spawn->GetPickupItemID()) {
  7739. subspawn_list[SUBSPAWN_TYPES::HOUSE_ITEM_SPAWN].insert(make_pair(spawn->GetPickupItemID(),spawn));
  7740. housing_spawn_map.insert(make_pair(spawn->GetID(), spawn->GetPickupItemID()));
  7741. }
  7742. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  7743. CheckSpawnRange(spawn);
  7744. }
  7745. pending_spawn_list_add.clear();
  7746. MPendingSpawnListAdd.releasewritelock(__FUNCTION__, __LINE__);
  7747. spawn_check_add.Trigger();
  7748. }
  7749. void ZoneServer::AddSpawnToGrid(Spawn* spawn, int32 grid_id) {
  7750. if(spawn->GetID() == 0 || spawn->IsDeletedSpawn())
  7751. return;
  7752. MGridMaps.lock_shared();
  7753. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7754. if(grids != grid_maps.end()) {
  7755. grids->second->MSpawns.lock();
  7756. grids->second->spawns.insert(make_pair(spawn->GetID(), spawn));
  7757. grids->second->MSpawns.unlock();
  7758. }
  7759. else {
  7760. MGridMaps.unlock_shared();
  7761. MGridMaps.lock();
  7762. GridMap* gm = new GridMap;
  7763. gm->grid_id = grid_id;
  7764. gm->spawns.insert(make_pair(spawn->GetID(), spawn));
  7765. grid_maps.insert(make_pair(grid_id, gm));
  7766. MGridMaps.unlock();
  7767. return;
  7768. }
  7769. MGridMaps.unlock_shared();
  7770. }
  7771. void ZoneServer::RemoveSpawnFromGrid(Spawn* spawn, int32 grid_id) {
  7772. std::shared_lock lock(MGridMaps);
  7773. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7774. if(grids != grid_maps.end()) {
  7775. grids->second->MSpawns.lock();
  7776. if(grids->second->spawns.count(spawn->GetID()) > 0) {
  7777. grids->second->spawns.erase(spawn->GetID());
  7778. }
  7779. grids->second->MSpawns.unlock();
  7780. }
  7781. }
  7782. int32 ZoneServer::GetSpawnCountInGrid(int32 grid_id) {
  7783. int32 count = 0;
  7784. std::shared_lock lock(MGridMaps);
  7785. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7786. if(grids != grid_maps.end()) {
  7787. grids->second->MSpawns.lock_shared();
  7788. count = grids->second->spawns.size();
  7789. grids->second->MSpawns.unlock_shared();
  7790. }
  7791. return count;
  7792. }
  7793. void ZoneServer::SendClientSpawnListInGrid(Client* client, int32 grid_id){
  7794. std::shared_lock lock(MGridMaps);
  7795. Spawn* spawn = nullptr;
  7796. client->Message(CHANNEL_COLOR_RED, "Grid ID %u has %u spawns.", grid_id, GetSpawnCountInGrid(grid_id));
  7797. std::map<int32, GridMap*>::iterator grids = grid_maps.find(grid_id);
  7798. if(grids != grid_maps.end()) {
  7799. grids->second->MSpawns.lock_shared();
  7800. typedef map <int32, Spawn*> SpawnMapType;
  7801. for( SpawnMapType::iterator it = grids->second->spawns.begin(); it != grids->second->spawns.end(); ++it ) {
  7802. spawn = it->second;
  7803. 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());
  7804. }
  7805. grids->second->MSpawns.unlock_shared();
  7806. }
  7807. }
  7808. void ZoneServer::AddIgnoredWidget(int32 id) {
  7809. std::unique_lock lock(MIgnoredWidgets);
  7810. if(ignored_widgets.find(id) == ignored_widgets.end()) {
  7811. ignored_widgets.insert(make_pair(id,true));
  7812. }
  7813. }