zoneserver.cpp 299 KB

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