zoneserver.cpp 246 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259
  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 "Commands/Commands.h"
  25. #include "Zone/pathfinder_interface.h"
  26. #ifdef WIN32
  27. #include <WinSock2.h>
  28. #include <windows.h>
  29. #include <dbghelp.h>
  30. #pragma comment(lib,"imagehlp.lib")
  31. #else
  32. #include <sys/socket.h>
  33. #include <sys/stat.h>
  34. #ifdef FREEBSD //Timothy Whitman - January 7, 2003
  35. #include <sys/types.h>
  36. #endif
  37. #include <netinet/in.h>
  38. #include <arpa/inet.h>
  39. #include <errno.h>
  40. #include <pthread.h>
  41. #include <stdarg.h>
  42. #include "../common/unix.h"
  43. #define SOCKET_ERROR -1
  44. #define INVALID_SOCKET -1
  45. extern int errno;
  46. #endif
  47. #include "../common/servertalk.h"
  48. #include "../common/packet_dump.h"
  49. #include "WorldDatabase.h"
  50. #include "races.h"
  51. #include "classes.h"
  52. #include "../common/seperator.h"
  53. #include "../common/EQStream.h"
  54. #include "../common/EQStreamFactory.h"
  55. #include "../common/opcodemgr.h"
  56. #include "zoneserver.h"
  57. #include "client.h"
  58. #include "LoginServer.h"
  59. #include "World.h"
  60. #include <string>
  61. #include <assert.h>
  62. #include "LuaInterface.h"
  63. #include "Factions.h"
  64. #include "VisualStates.h"
  65. #include "ClientPacketFunctions.h"
  66. #include "SpellProcess.h"
  67. #include "../common/Log.h"
  68. #include "Rules/Rules.h"
  69. #include "Chat/Chat.h"
  70. #include "Tradeskills/Tradeskills.h"
  71. #include "RaceTypes/RaceTypes.h"
  72. #include <algorithm>
  73. #include <random>
  74. #include "Zone/SPGrid.h"
  75. #include "Bots/Bot.h"
  76. #ifdef WIN32
  77. #define snprintf _snprintf
  78. #define vsnprintf _vsnprintf
  79. #define strncasecmp _strnicmp
  80. #define strcasecmp _stricmp
  81. #endif
  82. // int32 numplayers = 0; // never used?
  83. // extern bool GetZoneLongName(char* short_name, char** long_name); // never used?
  84. // extern bool holdzones; // never used?
  85. // extern volatile bool RunLoops; // never used in the zone server?
  86. // extern Classes classes; // never used in the zone server?
  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. depop_zone = false;
  107. repop_zone = false;
  108. respawns_allowed = true;
  109. instanceID = 0;
  110. strcpy(zone_name, name);
  111. zoneID = 0;
  112. rain = 0;
  113. cityzone = false;
  114. always_loaded = false;
  115. locked = false; // JA: implementing /zone lock|unlock commands
  116. pNumPlayers = 0;
  117. LoadingData = true;
  118. zoneShuttingDown = false;
  119. ++numzones;
  120. revive_points = 0;
  121. zone_motd = "";
  122. finished_depop = true;
  123. initial_spawn_threads_active = 0;
  124. minimumStatus = 0;
  125. minimumLevel = 0;
  126. maximumLevel = 0;
  127. minimumVersion = 0;
  128. weather_current_severity = 0;
  129. weather_signaled = false;
  130. xp_mod = 0;
  131. isDusk = false;
  132. dusk_hour = 0;
  133. dusk_minute = 0;
  134. dawn_hour = 0;
  135. dawn_minute = 0;
  136. reloading_spellprocess = false;
  137. expansion_flag = 0;
  138. MMasterZoneLock = new CriticalSection(MUTEX_ATTRIBUTE_RECURSIVE);
  139. Grid = nullptr;
  140. zonemap = nullptr;
  141. pathing = nullptr;
  142. reloading = true;
  143. }
  144. ZoneServer::~ZoneServer() {
  145. zoneShuttingDown = true; //ensure other threads shut down too
  146. //allow other threads to properly shut down
  147. while (spawnthread_active || initial_spawn_threads_active > 0){
  148. if (spawnthread_active)
  149. LogWrite(ZONE__DEBUG, 7, "Zone", "Zone shutdown waiting on spawn thread");
  150. if (initial_spawn_threads_active > 0)
  151. LogWrite(ZONE__DEBUG, 7, "Zone", "Zone shutdown waiting on initial spawn thread");
  152. Sleep(10);
  153. }
  154. LogWrite(ZONE__INFO, 0, "Zone", "Initiating zone shutdown of '%s'", zone_name);
  155. changed_spawns.clear();
  156. transport_spawns.clear();
  157. safe_delete(spellProcess);
  158. safe_delete(tradeskillMgr);
  159. MMasterZoneLock->lock();
  160. MMasterSpawnLock.writelock(__FUNCTION__, __LINE__);
  161. DeleteData(true);
  162. RemoveLocationProximities();
  163. RemoveLocationGrids();
  164. DelayedSpawnRemoval(true);
  165. DeleteSpawns(true);
  166. DeleteGlobalSpawns();
  167. DeleteFlightPaths();
  168. MMasterSpawnLock.releasewritelock(__FUNCTION__, __LINE__);
  169. MMasterZoneLock->unlock();
  170. safe_delete(MMasterZoneLock);
  171. world.UpdateServerStatistic(STAT_SERVER_NUM_ACTIVE_ZONES, -1);
  172. // If lockout, public, tradeskill, or quest instance delete from db when zone shuts down
  173. if (InstanceType == SOLO_LOCKOUT_INSTANCE || InstanceType == GROUP_LOCKOUT_INSTANCE || InstanceType == RAID_LOCKOUT_INSTANCE ||
  174. InstanceType == PUBLIC_INSTANCE || InstanceType == TRADESKILL_INSTANCE || InstanceType == QUEST_INSTANCE) {
  175. LogWrite(INSTANCE__DEBUG, 0, "Instance", "Non persistent instance shutting down, deleting instance");
  176. database.DeleteInstance(instanceID);
  177. }
  178. if (Grid != nullptr)
  179. delete Grid;
  180. if (zonemap != nullptr)
  181. delete zonemap;
  182. if (pathing != nullptr)
  183. delete pathing;
  184. if (movementMgr != nullptr)
  185. delete movementMgr;
  186. LogWrite(ZONE__INFO, 0, "Zone", "Completed zone shutdown of '%s'", zone_name);
  187. --numzones;
  188. UpdateWindowTitle(0);
  189. zone_list.Remove(this);
  190. }
  191. void ZoneServer::Init()
  192. {
  193. LogWrite(ZONE__INFO, 0, "Zone", "Loading new Zone '%s'", zone_name);
  194. zone_list.Add(this);
  195. spellProcess = new SpellProcess();
  196. tradeskillMgr = new TradeskillMgr();
  197. /* Dynamic Timers */
  198. regenTimer.Start(rule_manager.GetGlobalRule(R_Zone, RegenTimer)->GetInt32());
  199. client_save.Start(rule_manager.GetGlobalRule(R_Zone, ClientSaveTimer)->GetInt32());
  200. shutdownTimer.Disable();
  201. spawn_range.Start(rule_manager.GetGlobalRule(R_Zone, CheckAttackPlayer)->GetInt32());
  202. aggro_timer.Start(rule_manager.GetGlobalRule(R_Zone, CheckAttackNPC)->GetInt32());
  203. /* Weather stuff */
  204. InitWeather();
  205. /* Static Timers */
  206. // JA - haven't decided yet if these should remain hard-coded. Changing them could break EQ2Emu functionality
  207. spawn_check_add.Start(1000);
  208. spawn_check_remove.Start(30000);
  209. spawn_expire_timer.Start(10000);
  210. respawn_timer.Start(10000);
  211. // there was never a starter for these?
  212. widget_timer.Start(5000);
  213. tracking_timer.Start(5000);
  214. movement_timer.Start(100);
  215. location_prox_timer.Start(1000);
  216. location_grid_timer.Start(1000);
  217. charsheet_changes.Start(500);
  218. // Send game time packet every in game hour (180 sec)
  219. sync_game_time_timer.Start(180000);
  220. // Get the dusk and dawn time from the rule manager and store it in the correct variables
  221. sscanf (rule_manager.GetGlobalRule(R_World, DuskTime)->GetString(), "%d:%d", &dusk_hour, &dusk_minute);
  222. sscanf (rule_manager.GetGlobalRule(R_World, DawnTime)->GetString(), "%d:%d", &dawn_hour, &dawn_minute);
  223. spawn_update.Start(rule_manager.GetGlobalRule(R_Zone, SpawnUpdateTimer)->GetInt16());
  224. LogWrite(ZONE__DEBUG, 0, "Zone", "SpawnUpdateTimer: %ims", rule_manager.GetGlobalRule(R_Zone, SpawnUpdateTimer)->GetInt16());
  225. spawn_delete_timer = rule_manager.GetGlobalRule(R_Zone, SpawnDeleteTimer)->GetInt32();
  226. LogWrite(ZONE__DEBUG, 0, "Zone", "SpawnDeleteTimer: %ums", spawn_delete_timer);
  227. LogWrite(ZONE__DEBUG, 0, "Zone", "Loading zone flight paths");
  228. database.LoadZoneFlightPaths(this);
  229. world.UpdateServerStatistic(STAT_SERVER_NUM_ACTIVE_ZONES, 1);
  230. UpdateWindowTitle(0);
  231. string zoneName(GetZoneFile());
  232. if (Grid == nullptr) {
  233. Grid = new SPGrid(string(GetZoneFile()), 0);
  234. }
  235. if (zonemap == nullptr) {
  236. zonemap = Map::LoadMapFile(zoneName, Grid);
  237. }
  238. pathing = IPathfinder::Load(zoneName);
  239. movementMgr = new MobMovementManager();
  240. // else
  241. // LogWrite(ZONE__ERROR, 0, "SPGrid", "ZoneServer::Init() Grid is not null in init, wtf!");
  242. MMasterSpawnLock.SetName("ZoneServer::MMasterSpawnLock");
  243. m_npc_faction_list.SetName("ZoneServer::npc_faction_list");
  244. m_enemy_faction_list.SetName("ZoneServer::enemy_faction_list");
  245. m_reverse_enemy_faction_list.SetName("ZoneServer::reverse_enemy_faction_list");
  246. MDeadSpawns.SetName("ZoneServer::dead_spawns");
  247. MTransportSpawns.SetName("ZoneServer::transport_spawns");
  248. MSpawnList.SetName("ZoneServer::spawn_list");
  249. MTransporters.SetName("ZoneServer::m_transportMaps");
  250. MSpawnGroupAssociation.SetName("ZoneServer::spawn_group_associations");
  251. MSpawnGroupLocations.SetName("ZoneServer::spawn_group_locations");
  252. MSpawnLocationGroups.SetName("ZoneServer::spawn_location_groups");
  253. MSpawnGroupChances.SetName("ZoneServer::spawn_group_chances");
  254. MTransportLocations.SetName("ZoneServer::transporter_locations");
  255. MSpawnLocationList.SetName("ZoneServer::spawn_location_list");
  256. MSpawnDeleteList.SetName("ZoneServer::spawn_delete_list");
  257. MSpawnScriptTimers.SetName("ZoneServer::spawn_script_timers");
  258. MRemoveSpawnScriptTimersList.SetName("ZoneServer::remove_spawn_script_timers_list");
  259. MClientList.SetName("ZoneServer::clients");
  260. MWidgetTimers.SetName("ZoneServer::widget_timers");
  261. #ifdef WIN32
  262. _beginthread(ZoneLoop, 0, this);
  263. _beginthread(SpawnLoop, 0, this);
  264. #else
  265. pthread_t thread;
  266. pthread_create(&thread, NULL, ZoneLoop, this);
  267. pthread_detach(thread);
  268. pthread_t thread2;
  269. pthread_create(&thread2, NULL, SpawnLoop, this);
  270. pthread_detach(thread2);
  271. #endif
  272. }
  273. void ZoneServer::InitWeather()
  274. {
  275. weather_enabled = rule_manager.GetGlobalRule(R_Zone, WeatherEnabled)->GetBool();
  276. if( weather_enabled && isWeatherAllowed())
  277. {
  278. string tmp;
  279. // set up weather system when zone starts up
  280. weather_type = rule_manager.GetGlobalRule(R_Zone, WeatherType)->GetInt8();
  281. switch(weather_type)
  282. {
  283. case 3: tmp = "Chaotic"; break;
  284. case 2: tmp = "Random"; break;
  285. case 1: tmp = "Dynamic"; break;
  286. default: tmp = "Normal"; break;
  287. }
  288. LogWrite(ZONE__DEBUG, 0, "Zone", "%s: Setting up '%s' weather", zone_name, tmp.c_str());
  289. weather_frequency = rule_manager.GetGlobalRule(R_Zone, WeatherChangeFrequency)->GetInt32();
  290. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Change weather every %u seconds", zone_name, weather_frequency);
  291. weather_change_chance = rule_manager.GetGlobalRule(R_Zone, WeatherChangeChance)->GetInt8();
  292. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Chance of weather change: %i%%", zone_name, weather_change_chance);
  293. weather_min_severity = rule_manager.GetGlobalRule(R_Zone, MinWeatherSeverity)->GetFloat();
  294. weather_max_severity = rule_manager.GetGlobalRule(R_Zone, MaxWeatherSeverity)->GetFloat();
  295. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather Severity min/max is %.2f - %.2f", zone_name, weather_min_severity, weather_max_severity);
  296. // Allow a random roll to determine if weather should start out severe or calm
  297. if( MakeRandomInt(1, 100) > 50)
  298. {
  299. weather_pattern = 1; // default weather to increase in severity initially
  300. weather_current_severity = weather_min_severity;
  301. }
  302. else
  303. {
  304. weather_pattern = 0; // default weather to decrease in severity initially
  305. weather_current_severity = weather_max_severity;
  306. }
  307. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather Severity set to %.2f, pattern: %i", zone_name, weather_current_severity, weather_pattern);
  308. weather_change_amount = rule_manager.GetGlobalRule(R_Zone, WeatherChangePerInterval)->GetFloat();
  309. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather change by %.2f each interval", zone_name, weather_change_amount);
  310. if( weather_type > 0 )
  311. {
  312. weather_dynamic_offset = rule_manager.GetGlobalRule(R_Zone, WeatherDynamicMaxOffset)->GetFloat();
  313. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather Max Offset changes no more than %.2f each interval", zone_name, weather_dynamic_offset);
  314. }
  315. else
  316. weather_dynamic_offset = 0;
  317. SetRain(weather_current_severity);
  318. weather_last_changed_time = Timer::GetUnixTimeStamp();
  319. weatherTimer.Start(rule_manager.GetGlobalRule(R_Zone, WeatherTimer)->GetInt32());
  320. }
  321. }
  322. void ZoneServer::DeleteSpellProcess(){
  323. //Just get a lock to make sure we aren't already looping the spawnprocess or clientprocess if this is different than the calling thread
  324. MMasterSpawnLock.writelock(__FUNCTION__, __LINE__);
  325. MMasterZoneLock->lock();
  326. reloading_spellprocess = true;
  327. // Remove spells from NPC's
  328. Spawn* spawn = 0;
  329. map<int32, Spawn*>::iterator itr;
  330. MSpawnList.readlock(__FUNCTION__, __LINE__);
  331. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  332. spawn = itr->second;
  333. if(spawn && spawn->IsNPC())
  334. ((NPC*)spawn)->SetSpells(0);
  335. }
  336. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  337. MMasterZoneLock->unlock();
  338. MMasterSpawnLock.releasewritelock(__FUNCTION__, __LINE__);
  339. DismissAllPets();
  340. safe_delete(spellProcess);
  341. }
  342. void ZoneServer::LoadSpellProcess(){
  343. spellProcess = new SpellProcess();
  344. reloading_spellprocess = false;
  345. // Reload NPC's spells
  346. Spawn* spawn = 0;
  347. map<int32, Spawn*>::iterator itr;
  348. MSpawnList.readlock(__FUNCTION__, __LINE__);
  349. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  350. spawn = itr->second;
  351. if(spawn && spawn->IsNPC())
  352. ((NPC*)spawn)->SetSpells(GetNPCSpells(((NPC*)spawn)->GetPrimarySpellList(), ((NPC*)spawn)->GetSecondarySpellList()));
  353. }
  354. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  355. }
  356. void ZoneServer::LockAllSpells(Player* player) {
  357. if (player && spellProcess) {
  358. Client* client = GetClientBySpawn(player);
  359. if (client)
  360. spellProcess->LockAllSpells(client);
  361. }
  362. }
  363. void ZoneServer::UnlockAllSpells(Player* player) {
  364. if (player && spellProcess) {
  365. Client* client = GetClientBySpawn(player);
  366. if (client)
  367. spellProcess->UnlockAllSpells(client);
  368. }
  369. }
  370. void ZoneServer::DeleteFactionLists() {
  371. map<int32, vector<int32> *>::iterator faction_itr;
  372. map<int32, vector<int32> *>::iterator spawn_itr;
  373. m_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  374. for (faction_itr = enemy_faction_list.begin(); faction_itr != enemy_faction_list.end(); faction_itr++)
  375. safe_delete(faction_itr->second);
  376. enemy_faction_list.clear();
  377. m_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  378. m_reverse_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  379. for (faction_itr = reverse_enemy_faction_list.begin(); faction_itr != reverse_enemy_faction_list.end(); faction_itr++)
  380. safe_delete(faction_itr->second);
  381. reverse_enemy_faction_list.clear();
  382. m_reverse_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  383. m_npc_faction_list.writelock(__FUNCTION__, __LINE__);
  384. for (spawn_itr = npc_faction_list.begin(); spawn_itr != npc_faction_list.end(); spawn_itr++)
  385. safe_delete(spawn_itr->second);
  386. npc_faction_list.clear();
  387. m_npc_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  388. }
  389. void ZoneServer::DeleteData(bool boot_clients){
  390. Spawn* spawn = 0;
  391. 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
  392. // Clear spawn groups
  393. spawn_group_map.clear();
  394. // Loop through the spawn list and set the spawn for deletion
  395. map<int32, Spawn*>::iterator itr;
  396. MSpawnList.readlock(__FUNCTION__, __LINE__);
  397. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  398. spawn = itr->second;
  399. if(spawn){
  400. if(!boot_clients && spawn->IsPlayer())
  401. tmp_player_list.push_back(spawn);
  402. else if(spawn->IsPlayer()){
  403. Client* client = GetClientBySpawn(spawn);
  404. if(client)
  405. client->Disconnect();
  406. }
  407. else{
  408. RemoveHeadingTimer(spawn); // called in RemoveSpawnSupportFunctions()
  409. RemoveSpawnSupportFunctions(spawn);
  410. AddPendingDelete(spawn);
  411. }
  412. }
  413. }
  414. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  415. // Quick hack to prevent a deadlock, RemoveSpawnSupportFunctions() will cancel spells and result in zone->GetSpawnByID()
  416. // being called which read locks the spawn list and caused a dead lock as the above mutex's were write locked
  417. MSpawnList.writelock(__FUNCTION__, __LINE__);
  418. // Clear the spawn list, this was in the mutex above, moved it down so the above mutex could be a read lock
  419. spawn_list.clear();
  420. // Moved this up so we only read lock the list once in this list
  421. vector<Spawn*>::iterator spawn_iter2;
  422. for (spawn_iter2 = tmp_player_list.begin(); spawn_iter2 != tmp_player_list.end(); spawn_iter2++) {
  423. spawn_list[(*spawn_iter2)->GetID()] = (*spawn_iter2);
  424. }
  425. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  426. // Clear player proximities
  427. RemovePlayerProximity(0, true);
  428. spawn_range_map.clear(true);
  429. if(boot_clients) {
  430. // Refactor
  431. vector<Client*>::iterator itr;
  432. MClientList.writelock(__FUNCTION__, __LINE__);
  433. for (itr = clients.begin(); itr != clients.end(); itr++)
  434. safe_delete(*itr);
  435. clients.clear();
  436. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  437. }
  438. // Clear and delete spawn locations
  439. MSpawnLocationList.writelock(__FUNCTION__, __LINE__);
  440. map<int32, SpawnLocation*>::iterator spawn_location_iter;
  441. for (spawn_location_iter = spawn_location_list.begin(); spawn_location_iter != spawn_location_list.end(); spawn_location_iter++)
  442. safe_delete(spawn_location_iter->second);
  443. spawn_location_list.clear();
  444. MSpawnLocationList.releasewritelock(__FUNCTION__, __LINE__);
  445. // If we allow clients to stay in the zone we need to preserve the revive_points, otherwise if the player dies they will crash
  446. if(revive_points && boot_clients){
  447. vector<RevivePoint*>::iterator revive_iter;
  448. for(revive_iter=revive_points->begin(); revive_iter != revive_points->end(); revive_iter++){
  449. safe_delete(*revive_iter);
  450. }
  451. safe_delete(revive_points);
  452. }
  453. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  454. map<int32, set<int32>*>::iterator assoc_itr;
  455. for (assoc_itr = spawn_group_associations.begin(); assoc_itr != spawn_group_associations.end(); assoc_itr++)
  456. safe_delete(assoc_itr->second);
  457. spawn_group_associations.clear();
  458. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  459. MSpawnGroupLocations.writelock(__FUNCTION__, __LINE__);
  460. map<int32, map<int32, int32>*>::iterator loc_itr;
  461. for (loc_itr = spawn_group_locations.begin(); loc_itr != spawn_group_locations.end(); loc_itr++)
  462. safe_delete(loc_itr->second);
  463. spawn_group_locations.clear();
  464. MSpawnGroupLocations.releasewritelock(__FUNCTION__, __LINE__);
  465. MSpawnLocationGroups.writelock(__FUNCTION__, __LINE__);
  466. map<int32, list<int32>*>::iterator group_itr;
  467. for (group_itr = spawn_location_groups.begin(); group_itr != spawn_location_groups.end(); group_itr++)
  468. safe_delete(group_itr->second);
  469. spawn_location_groups.clear();
  470. MSpawnLocationGroups.releasewritelock(__FUNCTION__, __LINE__);
  471. // Clear lists that need more then just a Clear()
  472. DeleteFactionLists();
  473. DeleteSpawnScriptTimers(0, true);
  474. DeleteSpawnScriptTimers();
  475. ClearDeadSpawns();
  476. // Clear lists
  477. heading_timers.clear();
  478. movement_spawns.clear();
  479. respawn_timers.clear();
  480. transport_spawns.clear();
  481. quick_database_id_lookup.clear();
  482. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  483. widget_timers.clear();
  484. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  485. map<int16, PacketStruct*>::iterator struct_itr;
  486. for (struct_itr = versioned_info_structs.begin(); struct_itr != versioned_info_structs.end(); struct_itr++)
  487. safe_delete(struct_itr->second);
  488. versioned_info_structs.clear();
  489. for (struct_itr = versioned_pos_structs.begin(); struct_itr != versioned_pos_structs.end(); struct_itr++)
  490. safe_delete(struct_itr->second);
  491. versioned_pos_structs.clear();
  492. for (struct_itr = versioned_vis_structs.begin(); struct_itr != versioned_vis_structs.end(); struct_itr++)
  493. safe_delete(struct_itr->second);
  494. versioned_vis_structs.clear();
  495. }
  496. void ZoneServer::RemoveLocationProximities() {
  497. MutexList<LocationProximity*>::iterator itr = location_proximities.begin();
  498. while(itr.Next()){
  499. safe_delete(itr->value);
  500. }
  501. location_proximities.clear();
  502. }
  503. RevivePoint* ZoneServer::GetRevivePoint(int32 id){
  504. vector<RevivePoint*>::iterator revive_iter;
  505. for(revive_iter=revive_points->begin(); revive_iter != revive_points->end(); revive_iter++){
  506. if((*revive_iter)->id == id)
  507. return *revive_iter;
  508. }
  509. return 0;
  510. }
  511. vector<RevivePoint*>* ZoneServer::GetRevivePoints(Client* client)
  512. {
  513. vector<RevivePoint*>* points = new vector<RevivePoint*>;
  514. RevivePoint* closest_point = 0;
  515. // we should not check for revive points if this is null
  516. if ( revive_points != NULL )
  517. {
  518. LogWrite(ZONE__DEBUG, 0, "Zone", "Got revive point in %s!", __FUNCTION__);
  519. float closest = 100000;
  520. float test_closest = 0;
  521. RevivePoint* test_point = 0;
  522. vector<RevivePoint*>::iterator revive_iter;
  523. for(revive_iter=revive_points->begin(); revive_iter != revive_points->end(); revive_iter++)
  524. {
  525. test_point = *revive_iter;
  526. if(test_point)
  527. {
  528. LogWrite(ZONE__DEBUG, 0, "Zone", "Test Point Found!");
  529. test_closest = client->GetPlayer()->GetDistance(test_point->x, test_point->y, test_point->z);
  530. // should this be changed to list all revive points within max distance or just the closest
  531. if(test_closest < closest)
  532. {
  533. LogWrite(ZONE__DEBUG, 0, "Zone", "test_closest: %.2f, closest: %.2f", test_closest, closest);
  534. closest = test_closest;
  535. closest_point = test_point;
  536. if(closest <= MAX_REVIVEPOINT_DISTANCE)
  537. points->push_back(closest_point);
  538. }
  539. }
  540. }
  541. }
  542. if(closest_point && points->size() == 0 && closest_point->zone_id == GetZoneID())
  543. {
  544. LogWrite(ZONE__WARNING, 0, "Zone", "Nearest Revive Point too far away. Add another!");
  545. 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.");
  546. points->push_back(closest_point);
  547. }
  548. else if(points->size() == 0)
  549. {
  550. LogWrite(ZONE__WARNING, 0, "Zone", "No Revive Points set for zoneID %u. Add some!", GetZoneID());
  551. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "There are no revive points for this zone, you might want to ask the server admin for one.");
  552. closest_point = new RevivePoint;
  553. closest_point->heading = GetSafeHeading();
  554. closest_point->id = 0xFFFFFFFF;
  555. closest_point->location_name = "Zone Safe Point";
  556. closest_point->zone_id = GetZoneID();
  557. closest_point->x = GetSafeX();
  558. closest_point->y = GetSafeY();
  559. closest_point->z = GetSafeZ();
  560. points->push_back(closest_point);
  561. }
  562. return points;
  563. }
  564. void ZoneServer::TriggerCharSheetTimer(){
  565. charsheet_changes.Trigger();
  566. }
  567. void ZoneServer::RegenUpdate(){
  568. if(damaged_spawns.size(true) == 0)
  569. return;
  570. Spawn* spawn = 0;
  571. MutexList<int32>::iterator spawn_iter = damaged_spawns.begin();
  572. while(spawn_iter.Next()){
  573. spawn = GetSpawnByID(spawn_iter->value);
  574. if(spawn && (((spawn->GetHP() < spawn->GetTotalHP()) && spawn->GetHP()>0) || (spawn->GetPower() < spawn->GetTotalPower()))){
  575. if(spawn->IsEntity())
  576. ((Entity*)spawn)->DoRegenUpdate();
  577. if(spawn->IsPlayer()){
  578. Client* client = GetClientBySpawn(spawn);
  579. if(client && client->IsConnected())
  580. client->QueuePacket(client->GetPlayer()->GetPlayerInfo()->serialize(client->GetVersion()));
  581. }
  582. }
  583. else
  584. RemoveDamagedSpawn(spawn);
  585. //Spawn no longer valid, remove it from the list
  586. if (!spawn)
  587. damaged_spawns.Remove(spawn_iter->value);
  588. }
  589. }
  590. void ZoneServer::ClearDeadSpawns(){
  591. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  592. dead_spawns.clear();
  593. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  594. }
  595. void ZoneServer::ProcessDepop(bool respawns_allowed, bool repop) {
  596. vector<Client*>::iterator client_itr;
  597. Client* client = 0;
  598. Spawn* spawn = 0;
  599. PacketStruct* packet = 0;
  600. int16 packet_version = 0;
  601. spawn_expire_timers.clear();
  602. MClientList.readlock(__FUNCTION__, __LINE__);
  603. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  604. client = *client_itr;
  605. if(!client)
  606. continue;
  607. client->GetPlayer()->SetTarget(0);
  608. if(repop)
  609. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Zone Repop in progress...");
  610. else{
  611. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Zone Depop in progress...");
  612. if(respawns_allowed)
  613. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Spawns will respawn according to their respawn timers.");
  614. }
  615. if(!packet || packet_version != client->GetVersion()){
  616. safe_delete(packet);
  617. packet_version = client->GetVersion();
  618. packet = configReader.getStruct("WS_DestroyGhostCmd", packet_version);
  619. }
  620. map<int32, Spawn*>::iterator itr;
  621. MSpawnList.readlock(__FUNCTION__, __LINE__);
  622. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  623. spawn = itr->second;
  624. if(spawn && !spawn->IsPlayer()){
  625. SendRemoveSpawn(client, spawn, packet);
  626. }
  627. }
  628. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  629. }
  630. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  631. DeleteTransporters();
  632. safe_delete(packet);
  633. if(!repop && respawns_allowed){
  634. spawn_range_map.clear(true);
  635. 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
  636. ClearDeadSpawns();
  637. map<int32, Spawn*>::iterator itr;
  638. MSpawnList.writelock(__FUNCTION__, __LINE__);
  639. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  640. spawn = itr->second;
  641. if (spawn) {
  642. if(spawn->GetRespawnTime() > 0 && spawn->GetSpawnLocationID() > 0)
  643. respawn_timers.Put(spawn->GetSpawnLocationID(), Timer::GetCurrentTime2() + spawn->GetRespawnTime()*1000);
  644. if(spawn->IsPlayer())
  645. tmp_player_list.Add(spawn);
  646. else {
  647. RemoveSpawnSupportFunctions(spawn);
  648. AddPendingDelete(spawn);
  649. }
  650. }
  651. }
  652. spawn_list.clear();
  653. //add back just the clients
  654. MutexList<Spawn*>::iterator spawn_iter2 = tmp_player_list.begin();
  655. while(spawn_iter2.Next()) {
  656. spawn_list[spawn_iter2->value->GetID()] = spawn_iter2->value;
  657. }
  658. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  659. }
  660. else
  661. DeleteData(false);
  662. if(repop)
  663. LoadingData = true;
  664. }
  665. void ZoneServer::Depop(bool respawns, bool repop) {
  666. respawns_allowed = respawns;
  667. repop_zone = repop;
  668. finished_depop = false;
  669. depop_zone = true;
  670. }
  671. bool ZoneServer::AddCloseSpawnsToSpawnGroup(Spawn* spawn, float radius){
  672. if(!spawn)
  673. return false;
  674. Spawn* close_spawn = 0;
  675. bool ret = true;
  676. map<int32, Spawn*>::iterator itr;
  677. MSpawnList.readlock(__FUNCTION__, __LINE__);
  678. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  679. close_spawn = itr->second;
  680. if(close_spawn && close_spawn != spawn && !close_spawn->IsPlayer() && close_spawn->GetDistance(spawn) <= radius){
  681. 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())){
  682. if(close_spawn->GetSpawnGroupID() == 0){
  683. spawn->AddSpawnToGroup(close_spawn);
  684. close_spawn->AddSpawnToGroup(spawn);
  685. }
  686. else
  687. ret = false;
  688. }
  689. }
  690. }
  691. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  692. return ret;
  693. }
  694. void ZoneServer::RepopSpawns(Client* client, Spawn* in_spawn){
  695. vector<Spawn*>* spawns = in_spawn->GetSpawnGroup();
  696. PacketStruct* packet = configReader.getStruct("WS_DestroyGhostCmd", client->GetVersion());;
  697. if(spawns){
  698. if(!packet)
  699. return;
  700. Spawn* spawn = 0;
  701. vector<Spawn*>::iterator itr;
  702. for(itr = spawns->begin(); itr != spawns->end(); itr++){
  703. spawn = *itr;
  704. SendRemoveSpawn(client, spawn, packet);
  705. }
  706. }
  707. safe_delete(spawns);
  708. SendRemoveSpawn(client, in_spawn, packet);
  709. spawn_check_add.Trigger();
  710. safe_delete(packet);
  711. }
  712. bool ZoneServer::AggroVictim(NPC* npc, Spawn* victim, Client* client)
  713. {
  714. bool isEntity = victim->IsEntity();
  715. if (npc->HasSpawnGroup()) {
  716. vector<Spawn*>* groupVec = npc->GetSpawnGroup();
  717. for (int32 i = 0; i < groupVec->size(); i++) {
  718. Spawn* group_member = groupVec->at(i);
  719. if (group_member && !group_member->EngagedInCombat() && group_member->Alive()) {
  720. CallSpawnScript(group_member, SPAWN_SCRIPT_AGGRO, victim);
  721. if (isEntity)
  722. ((NPC*)group_member)->AddHate((Entity*)victim, 50);
  723. else
  724. ((NPC*)group_member)->InCombat(true);
  725. }
  726. }
  727. safe_delete(groupVec);
  728. }
  729. else
  730. {
  731. if (isEntity)
  732. {
  733. CallSpawnScript(victim, SPAWN_SCRIPT_AGGRO, victim);
  734. npc->AddHate((Entity*)victim, 50);
  735. }
  736. else
  737. npc->InCombat(true);
  738. }
  739. return true;
  740. }
  741. bool ZoneServer::CheckNPCAttacks(NPC* npc, Spawn* victim, Client* client){
  742. if(!npc || !victim)
  743. return true;
  744. if (client) {
  745. if (client->IsConnected() && client->GetPlayer()->GetFactions()->ShouldAttack(npc->GetFactionID()) && npc->AttackAllowed((Entity*)victim, false)) {
  746. if (!npc->EngagedInCombat() && client->GetPlayer()->GetArrowColor(npc->GetLevel()) != ARROW_COLOR_GRAY) {
  747. AggroVictim(npc, victim, client);
  748. }
  749. }
  750. }
  751. else{
  752. AggroVictim(npc, victim, client);
  753. }
  754. return true;
  755. }
  756. bool ZoneServer::CheckEnemyList(NPC* npc) {
  757. vector<int32> *factions;
  758. vector<int32>::iterator faction_itr;
  759. vector<int32> *spawns;
  760. vector<int32>::iterator spawn_itr;
  761. map<float, Spawn*> attack_spawns;
  762. map<float, Spawn*> reverse_attack_spawns;
  763. map<float, Spawn*>::iterator itr;
  764. int32 faction_id = npc->GetFactionID();
  765. float distance;
  766. if (faction_id == 0)
  767. return true;
  768. m_enemy_faction_list.readlock(__FUNCTION__, __LINE__);
  769. if (enemy_faction_list.count(faction_id) > 0) {
  770. factions = enemy_faction_list[faction_id];
  771. for (faction_itr = factions->begin(); faction_itr != factions->end(); faction_itr++) {
  772. m_npc_faction_list.readlock(__FUNCTION__, __LINE__);
  773. if (npc_faction_list.count(*faction_itr) > 0) {
  774. spawns = npc_faction_list[*faction_itr];
  775. spawn_itr = spawns->begin();
  776. for (spawn_itr = spawns->begin(); spawn_itr != spawns->end(); spawn_itr++) {
  777. Spawn* spawn = GetSpawnByID(*spawn_itr);
  778. if (spawn) {
  779. if ((distance = spawn->GetDistance(npc)) <= npc->GetAggroRadius())
  780. attack_spawns[distance] = spawn;
  781. }
  782. }
  783. }
  784. m_npc_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  785. }
  786. }
  787. m_enemy_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  788. m_reverse_enemy_faction_list.readlock(__FUNCTION__, __LINE__);
  789. if (reverse_enemy_faction_list.count(faction_id) > 0) {
  790. factions = reverse_enemy_faction_list[faction_id];
  791. for (faction_itr = factions->begin(); faction_itr != factions->end(); faction_itr++) {
  792. m_npc_faction_list.readlock(__FUNCTION__, __LINE__);
  793. if (npc_faction_list.count(*faction_itr) > 0) {
  794. spawns = npc_faction_list[*faction_itr];
  795. spawn_itr = spawns->begin();
  796. for (spawn_itr = spawns->begin(); spawn_itr != spawns->end(); spawn_itr++) {
  797. Spawn* spawn = GetSpawnByID(*spawn_itr);
  798. if (spawn) {
  799. if ((distance = spawn->GetDistance(npc)) <= npc->GetAggroRadius())
  800. reverse_attack_spawns[distance] = spawn;
  801. }
  802. }
  803. }
  804. m_npc_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  805. }
  806. }
  807. m_reverse_enemy_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  808. if (attack_spawns.size() > 0) {
  809. for (itr = attack_spawns.begin(); itr != attack_spawns.end(); itr++)
  810. CheckNPCAttacks(npc, itr->second);
  811. }
  812. if (reverse_attack_spawns.size() > 0) {
  813. for (itr = reverse_attack_spawns.begin(); itr != reverse_attack_spawns.end(); itr++)
  814. CheckNPCAttacks((NPC*)itr->second, npc);
  815. }
  816. return attack_spawns.size() == 0;
  817. }
  818. void ZoneServer::RemoveDeadEnemyList(Spawn *spawn)
  819. {
  820. int32 faction_id = spawn->GetFactionID();
  821. vector<int32> *spawns;
  822. vector<int32>::iterator itr;
  823. LogWrite(ZONE__DEBUG, 7, "Zone", "Processing RemoveDeadEnemyList...");
  824. m_npc_faction_list.writelock(__FUNCTION__, __LINE__);
  825. if (npc_faction_list.count(faction_id) > 0) {
  826. spawns = npc_faction_list[faction_id];
  827. for (itr = spawns->begin(); itr != spawns->end(); itr++) {
  828. if (*itr == spawn->GetID()) {
  829. spawns->erase(itr);
  830. break;
  831. }
  832. }
  833. }
  834. m_npc_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  835. }
  836. void ZoneServer::AddEnemyList(NPC* npc){
  837. int32 faction_id = npc->GetFactionID();
  838. vector<int32> *hostile_factions;
  839. vector<int32>::iterator itr;
  840. if(faction_id <= 9)
  841. return;
  842. if(!rule_manager.GetGlobalRule(R_Faction, AllowFactionBasedCombat)->GetBool()) {
  843. LogWrite(FACTION__WARNING, 0, "Faction", "Faction Combat is DISABLED via R_Faction::AllowFactionBasedCombat rule!");
  844. return;
  845. }
  846. m_npc_faction_list.readlock(__FUNCTION__, __LINE__);
  847. if (npc_faction_list.count(faction_id) == 0) {
  848. if(faction_id > 10) {
  849. if ((hostile_factions = master_faction_list.GetHostileFactions(faction_id)) != NULL) {
  850. itr = hostile_factions->begin();
  851. for (itr = hostile_factions->begin(); itr != hostile_factions->end(); itr++) {
  852. m_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  853. if (enemy_faction_list.count(faction_id) == 0)
  854. enemy_faction_list[faction_id] = new vector<int32>;
  855. enemy_faction_list[faction_id]->push_back(*itr);
  856. m_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  857. m_reverse_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  858. if(reverse_enemy_faction_list.count(*itr) == 0)
  859. reverse_enemy_faction_list[*itr] = new vector<int32>;
  860. reverse_enemy_faction_list[*itr]->push_back(faction_id);
  861. m_reverse_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  862. }
  863. }
  864. }
  865. /*m_enemy_faction_list.writelock(__FUNCTION__, __LINE__);
  866. if(enemy_faction_list.count(1) == 0)
  867. enemy_faction_list[1] = new vector<int32>;
  868. enemy_faction_list[1]->push_back(faction_id);
  869. m_enemy_faction_list.releasewritelock(__FUNCTION__, __LINE__);*/
  870. }
  871. m_npc_faction_list.releasereadlock(__FUNCTION__, __LINE__);
  872. m_npc_faction_list.writelock(__FUNCTION__, __LINE__);
  873. if(npc_faction_list.count(faction_id) == 0)
  874. npc_faction_list[faction_id] = new vector<int32>;
  875. npc_faction_list[faction_id]->push_back(npc->GetID());
  876. m_npc_faction_list.releasewritelock(__FUNCTION__, __LINE__);
  877. }
  878. void ZoneServer::CheckSpawnRange(Client* client, Spawn* spawn, bool initial_login){
  879. if(client && spawn && (initial_login || client->IsConnected())) {
  880. if(spawn != client->GetPlayer()) {
  881. if(spawn_range_map.count(client) == 0)
  882. spawn_range_map.Put(client, new MutexMap<int32, float >());
  883. spawn_range_map.Get(client)->Put(spawn->GetID(), spawn->GetDistance(client->GetPlayer()));
  884. if(!initial_login && client && spawn->IsNPC() && spawn_range_map.Get(client)->Get(spawn->GetID()) <= ((NPC*)spawn)->GetAggroRadius() && !client->GetPlayer()->GetInvulnerable())
  885. CheckNPCAttacks((NPC*)spawn, client->GetPlayer(), client);
  886. }
  887. if(!initial_login && player_proximities.size() > 0 && player_proximities.count(spawn->GetID()) > 0)
  888. CheckPlayerProximity(spawn, client);
  889. }
  890. }
  891. void ZoneServer::CheckSpawnRange(Spawn* spawn){
  892. vector<Client*>::iterator client_itr;
  893. Client* client = 0;
  894. MClientList.readlock(__FUNCTION__, __LINE__);
  895. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  896. client = *client_itr;
  897. if(client && client->IsReadyForSpawns())
  898. CheckSpawnRange(client, spawn);
  899. }
  900. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  901. }
  902. void ZoneServer::PrepareSpawnID(Player* player, Spawn* spawn){
  903. player->spawn_id++;
  904. player->player_spawn_id_map[player->spawn_id] = spawn;
  905. player->player_spawn_reverse_id_map[spawn] = player->spawn_id;
  906. }
  907. void ZoneServer::CheckSendSpawnToClient(Client* client, bool initial_login) {
  908. if (!client) {
  909. LogWrite(ZONE__ERROR, 0, "Zone", "CheckSendSpawnToClient called with an invalid client");
  910. return;
  911. }
  912. if (!initial_login && !client->GetInitialSpawnsSent() || (!initial_login && !client->IsReadyForUpdates()))
  913. return;
  914. Spawn* spawn = 0;
  915. map<float, vector<Spawn*>* > closest_spawns;
  916. if(spawn_range_map.count(client) > 0) {
  917. if(initial_login || client->IsConnected()) {
  918. MutexMap<int32, float >::iterator spawn_iter = spawn_range_map.Get(client)->begin();
  919. while(spawn_iter.Next()) {
  920. spawn = GetSpawnByID(spawn_iter->first);
  921. if(spawn && spawn->GetPrivateQuestSpawn()) {
  922. if(!spawn->IsPrivateSpawn())
  923. spawn->AddAllowAccessSpawn(spawn);
  924. if(spawn->MeetsSpawnAccessRequirements(client->GetPlayer())) {
  925. if(spawn->IsPrivateSpawn() && !spawn->AllowedAccess(client->GetPlayer()))
  926. spawn->AddAllowAccessSpawn(client->GetPlayer());
  927. }
  928. else if(spawn->AllowedAccess(client->GetPlayer()))
  929. spawn->RemoveSpawnAccess(client->GetPlayer());
  930. }
  931. if(spawn && spawn != client->GetPlayer() && client->GetPlayer()->ShouldSendSpawn(spawn)) {
  932. if((!initial_login && spawn_iter->second <= SEND_SPAWN_DISTANCE) || (initial_login && (spawn_iter->second <= (SEND_SPAWN_DISTANCE/2) || spawn->IsWidget()))) {
  933. if(closest_spawns.count(spawn_iter->second) == 0)
  934. closest_spawns[spawn_iter->second] = new vector<Spawn*>();
  935. closest_spawns[spawn_iter->second]->push_back(spawn);
  936. PrepareSpawnID(client->GetPlayer(), spawn);
  937. }
  938. }
  939. }
  940. }
  941. vector<Spawn*>::iterator spawn_iter2;
  942. map<float, vector<Spawn*>* >::iterator itr;
  943. for(itr = closest_spawns.begin(); itr != closest_spawns.end(); itr++) {
  944. for(spawn_iter2 = itr->second->begin(); spawn_iter2 != itr->second->end(); spawn_iter2++) {
  945. spawn = *spawn_iter2;
  946. client->GetPlayer()->ClearRemovedSpawn(spawn);
  947. SendSpawn(spawn, client);
  948. if(client->ShouldTarget() && client->GetCombineSpawn() == spawn)
  949. client->TargetSpawn(spawn);
  950. }
  951. delete itr->second;
  952. }
  953. }
  954. if (initial_login)
  955. client->SetInitialSpawnsSent(true);
  956. }
  957. void ZoneServer::CheckSendSpawnToClient(){
  958. vector<Client*>::iterator itr;
  959. Client* client = 0;
  960. MClientList.readlock(__FUNCTION__, __LINE__);
  961. MSpawnList.readlock(__FUNCTION__, __LINE__);
  962. for (itr = clients.begin(); itr != clients.end(); itr++) {
  963. client = *itr;
  964. if(client->IsReadyForSpawns())
  965. CheckSendSpawnToClient(client);
  966. }
  967. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  968. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  969. }
  970. void ZoneServer::CheckRemoveSpawnFromClient(Spawn* spawn) {
  971. vector<Client*>::iterator itr;
  972. Client* client = 0;
  973. PacketStruct* packet = 0;
  974. int16 packet_version = 0;
  975. MClientList.readlock(__FUNCTION__, __LINE__);
  976. for (itr = clients.begin(); itr != clients.end(); itr++) {
  977. client = *itr;
  978. if(client){
  979. if(!packet || packet_version != client->GetVersion()){
  980. safe_delete(packet);
  981. packet_version = client->GetVersion();
  982. packet = configReader.getStruct("WS_DestroyGhostCmd", packet_version);
  983. }
  984. if(spawn && spawn != client->GetPlayer() &&
  985. client->GetPlayer()->WasSentSpawn(spawn->GetID()) &&
  986. client->GetPlayer()->WasSpawnRemoved(spawn) == false &&
  987. (spawn_range_map.Get(client)->Get(spawn->GetID()) > REMOVE_SPAWN_DISTANCE &&
  988. !spawn->IsSign() && !spawn->IsObject() && !spawn->IsWidget())){
  989. SendRemoveSpawn(client, spawn, packet);
  990. }
  991. }
  992. }
  993. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  994. safe_delete(packet);
  995. }
  996. bool ZoneServer::CombatProcess(Spawn* spawn) {
  997. bool ret = true;
  998. if (spawn && spawn->IsEntity())
  999. ((Entity*)spawn)->ProcessCombat();
  1000. return ret;
  1001. }
  1002. void ZoneServer::AddDelayedSpawnRemove(Spawn* spawn, int32 time) {
  1003. // this prevents a crash when a zone shuts down with a client in it
  1004. if (zoneShuttingDown)
  1005. return;
  1006. if (delayed_spawn_remove_list.count(spawn->GetID(), true) == 0)
  1007. delayed_spawn_remove_list.Put(spawn->GetID(), Timer::GetCurrentTime2() + time);
  1008. }
  1009. void ZoneServer::RemoveDelayedSpawnRemove(Spawn* spawn) {
  1010. if (delayed_spawn_remove_list.count(spawn->GetID(), true) > 0)
  1011. delayed_spawn_remove_list.erase(spawn->GetID());
  1012. }
  1013. void ZoneServer::DelayedSpawnRemoval(bool force_delete_all) {
  1014. if (delayed_spawn_remove_list.size(true) > 0) {
  1015. MutexMap<int32, int32>::iterator itr = delayed_spawn_remove_list.begin();
  1016. int32 current_time = Timer::GetCurrentTime2();
  1017. Spawn* spawn = 0;
  1018. // Cycle through all spawns scheduled for removal
  1019. while (itr.Next()) {
  1020. // If it is time for removal, or a force delete of all, then remove the spawn
  1021. if (force_delete_all || current_time >= itr->second) {
  1022. spawn = GetSpawnByID(itr->first);
  1023. delayed_spawn_remove_list.erase(itr->first);
  1024. if (spawn) {
  1025. if (spawn->IsEntity()) {
  1026. // Remove pets
  1027. ((Entity*)spawn)->DismissPet((NPC*)((Entity*)spawn)->GetPet());
  1028. ((Entity*)spawn)->DismissPet((NPC*)((Entity*)spawn)->GetCharmedPet());
  1029. ((Entity*)spawn)->DismissPet((NPC*)((Entity*)spawn)->GetDeityPet());
  1030. ((Entity*)spawn)->DismissPet((NPC*)((Entity*)spawn)->GetCosmeticPet());
  1031. }
  1032. if (spawn->IsPlayer())
  1033. RemoveSpawn(false, spawn, false);
  1034. else
  1035. RemoveSpawn(false, spawn);
  1036. }
  1037. }
  1038. }
  1039. }
  1040. }
  1041. void ZoneServer::AddPendingDelete(Spawn* spawn) {
  1042. MSpawnDeleteList.writelock(__FUNCTION__, __LINE__);
  1043. if(spawn_delete_list.count(spawn) == 0)
  1044. 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
  1045. MSpawnDeleteList.releasewritelock(__FUNCTION__, __LINE__);
  1046. }
  1047. void ZoneServer::DeleteSpawns(bool delete_all) {
  1048. MSpawnDeleteList.writelock(__FUNCTION__, __LINE__);
  1049. if(spawn_delete_list.size() > 0){
  1050. map<Spawn*, int32>::iterator itr;
  1051. map<Spawn*, int32>::iterator erase_itr;
  1052. int32 current_time = Timer::GetCurrentTime2();
  1053. Spawn* spawn = 0;
  1054. for (itr = spawn_delete_list.begin(); itr != spawn_delete_list.end(); ) {
  1055. if (delete_all || current_time >= itr->second){
  1056. spawn = itr->first;
  1057. if (spawn && movementMgr != nullptr) {
  1058. movementMgr->RemoveMob((Entity*)spawn);
  1059. }
  1060. erase_itr = itr++;
  1061. spawn_delete_list.erase(erase_itr);
  1062. safe_delete(spawn);
  1063. }
  1064. else
  1065. itr++;
  1066. }
  1067. }
  1068. MSpawnDeleteList.releasewritelock(__FUNCTION__, __LINE__);
  1069. }
  1070. void ZoneServer::AddDamagedSpawn(Spawn* spawn){
  1071. if (spawn)
  1072. damaged_spawns.Add(spawn->GetID());
  1073. }
  1074. void ZoneServer::RemoveDamagedSpawn(Spawn* spawn){
  1075. if (spawn)
  1076. damaged_spawns.Remove(spawn->GetID());
  1077. }
  1078. bool ZoneServer::Process()
  1079. {
  1080. MMasterZoneLock->lock(); //Changing this back to a recursive lock to fix a possible /reload spells crash with multiple zones running - Foof
  1081. #ifndef NO_CATCH
  1082. try
  1083. {
  1084. #endif
  1085. if (LoadingData) {
  1086. if (lua_interface) {
  1087. string tmpScript("ZoneScripts/");
  1088. tmpScript.append(GetZoneName());
  1089. tmpScript.append(".lua");
  1090. struct stat buffer;
  1091. bool fileExists = (stat(tmpScript.c_str(), &buffer) == 0);
  1092. if (fileExists)
  1093. lua_interface->RunZoneScript(tmpScript.c_str(), "preinit_zone_script", this);
  1094. }
  1095. while (zoneID == 0) { //this is loaded by world
  1096. Sleep(10);
  1097. }
  1098. if (reloading) {
  1099. LogWrite(COMMAND__DEBUG, 0, "Command", "-Loading Entity Commands...");
  1100. database.LoadEntityCommands(this);
  1101. LogWrite(NPC__INFO, 0, "NPC", "-Loading NPC data...");
  1102. database.LoadNPCs(this);
  1103. LogWrite(NPC__INFO, 0, "NPC", "-Load NPC data complete!");
  1104. LogWrite(OBJECT__INFO, 0, "Object", "-Loading Object data...");
  1105. database.LoadObjects(this);
  1106. LogWrite(OBJECT__INFO, 0, "Object", "-Load Object data complete!");
  1107. LogWrite(SIGN__INFO, 0, "Sign", "-Loading Sign data...");
  1108. database.LoadSigns(this);
  1109. LogWrite(SIGN__INFO, 0, "Sign", "-Load Sign data complete!");
  1110. LogWrite(WIDGET__INFO, 0, "Widget", "-Loading Widget data...");
  1111. database.LoadWidgets(this);
  1112. LogWrite(WIDGET__INFO, 0, "Widget", "-Load Widget data complete!");
  1113. LogWrite(GROUNDSPAWN__INFO, 0, "GSpawn", "-Loading Groundspawn data...");
  1114. database.LoadGroundSpawns(this);
  1115. database.LoadGroundSpawnEntries(this);
  1116. LogWrite(GROUNDSPAWN__INFO, 0, "GSpawn", "-Load Groundspawn data complete!");
  1117. LogWrite(PET__INFO, 0, "Pet", "-Loading Pet data...");
  1118. database.GetPetNames(this);
  1119. LogWrite(PET__INFO, 0, "Pet", "-Load Pet data complete!");
  1120. LogWrite(LOOT__INFO, 0, "Loot", "-Loading Spawn loot data...");
  1121. database.LoadLoot(this);
  1122. LogWrite(LOOT__INFO, 0, "Loot", "-Loading Spawn loot data complete!");
  1123. LogWrite(TRANSPORT__INFO, 0, "Transport", "-Loading Transporters...");
  1124. database.LoadTransporters(this);
  1125. LogWrite(TRANSPORT__INFO, 0, "Transport", "-Loading Transporters complete!");
  1126. reloading = false;
  1127. }
  1128. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  1129. spawn_group_associations.clear();
  1130. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  1131. MSpawnGroupLocations.writelock(__FUNCTION__, __LINE__);
  1132. spawn_group_locations.clear();
  1133. MSpawnGroupLocations.releasewritelock(__FUNCTION__, __LINE__);
  1134. MSpawnLocationGroups.writelock(__FUNCTION__, __LINE__);
  1135. spawn_location_groups.clear();
  1136. MSpawnLocationGroups.releasewritelock(__FUNCTION__, __LINE__);
  1137. MSpawnGroupChances.writelock(__FUNCTION__, __LINE__);
  1138. spawn_group_chances.clear();
  1139. MSpawnGroupChances.releasewritelock(__FUNCTION__, __LINE__);
  1140. while (zonemap != nullptr && zonemap->IsMapLoading())
  1141. {
  1142. // Client loop
  1143. ClientProcess();
  1144. Sleep(10);
  1145. }
  1146. if (zonemap != nullptr && Grid != nullptr && !zonemap->IsMapLoaded())
  1147. {
  1148. delete Grid;
  1149. Grid = nullptr;
  1150. }
  1151. DeleteTransporters();
  1152. ReloadTransporters();
  1153. database.LoadSpawns(this);
  1154. ProcessSpawnLocations();
  1155. if (!revive_points)
  1156. revive_points = new vector<RevivePoint*>;
  1157. else {
  1158. while (!revive_points->empty()) {
  1159. safe_delete(revive_points->back());
  1160. revive_points->pop_back();
  1161. }
  1162. }
  1163. database.LoadRevivePoints(revive_points, GetZoneID());
  1164. RemoveLocationGrids();
  1165. database.LoadLocationGrids(this);
  1166. LoadingData = false;
  1167. spawn_range.Trigger();
  1168. spawn_check_add.Trigger();
  1169. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  1170. if (lua_interface && zone_script) {
  1171. RemoveLocationProximities();
  1172. lua_interface->RunZoneScript(zone_script, "init_zone_script", this);
  1173. }
  1174. }
  1175. if(shutdownTimer.Enabled() && shutdownTimer.Check())
  1176. zoneShuttingDown = true;
  1177. if (reloading_spellprocess){
  1178. MMasterZoneLock->unlock();
  1179. return !zoneShuttingDown;
  1180. }
  1181. // Remove LD Player whos LD timer has expired
  1182. if (!zoneShuttingDown)
  1183. DelayedSpawnRemoval(false);
  1184. // client loop
  1185. if(charsheet_changes.Check())
  1186. SendCharSheetChanges();
  1187. // Client loop
  1188. ClientProcess();
  1189. if(spellProcess)
  1190. spellProcess->Process();
  1191. if (tradeskillMgr)
  1192. tradeskillMgr->Process();
  1193. // Client loop
  1194. if(client_save.Check())
  1195. SaveClients();
  1196. // Possibility to do a client loop
  1197. if(weather_enabled && weatherTimer.Check())
  1198. ProcessWeather();
  1199. // client related loop, move to main thread?
  1200. if(!zoneShuttingDown)
  1201. ProcessDrowning();
  1202. // client than location_proximities loop, move to main thread
  1203. if (location_prox_timer.Check() && !zoneShuttingDown)
  1204. CheckLocationProximity();
  1205. // client than location_grid loop, move to main thread
  1206. if (location_grid_timer.Check() && !zoneShuttingDown)
  1207. CheckLocationGrids();
  1208. if (sync_game_time_timer.Check() && !zoneShuttingDown)
  1209. SendTimeUpdateToAllClients();
  1210. if(lua_interface)
  1211. lua_interface->Process();
  1212. int hour = world.GetWorldTimeStruct()->hour;
  1213. int minute = world.GetWorldTimeStruct()->minute;
  1214. if (!isDusk && (hour >= 19 || hour < 8)) {//((hour > dusk_hour || hour < dawn_hour) || ((dusk_hour == hour && minute >= dusk_minute) || (hour == dawn_hour && minute < dawn_minute)))) {
  1215. isDusk = true;
  1216. const char* zone_script = world.GetZoneScript(GetZoneID());
  1217. if (lua_interface && zone_script)
  1218. lua_interface->RunZoneScript(zone_script, "dusk", this);
  1219. ProcessSpawnConditional(SPAWN_CONDITIONAL_NIGHT);
  1220. }
  1221. 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)))) {
  1222. isDusk = false;
  1223. const char* zone_script = world.GetZoneScript(GetZoneID());
  1224. if (lua_interface && zone_script)
  1225. lua_interface->RunZoneScript(zone_script, "dawn", this);
  1226. ProcessSpawnConditional(SPAWN_CONDITIONAL_DAY);
  1227. }
  1228. // damaged spawns loop, spawn related, move to spawn thread?
  1229. if(regenTimer.Check())
  1230. RegenUpdate();
  1231. // heading_timers loop
  1232. if(!zoneShuttingDown)
  1233. CheckHeadingTimers();
  1234. // respawn_timers loop
  1235. if(respawn_timer.Check() && !zoneShuttingDown)
  1236. CheckRespawns();
  1237. // spawn_expire_timers loop
  1238. if (spawn_expire_timer.Check() && !zoneShuttingDown)
  1239. CheckSpawnExpireTimers();
  1240. // widget_timers loop
  1241. if(widget_timer.Check() && !zoneShuttingDown)
  1242. CheckWidgetTimers();
  1243. // spawn_script_timers loop
  1244. if(!zoneShuttingDown)
  1245. CheckSpawnScriptTimers();
  1246. // Check to see if a dead spawn needs to be removed
  1247. CheckDeadSpawnRemoval();
  1248. #ifndef NO_CATCH
  1249. }
  1250. catch(...)
  1251. {
  1252. LogWrite(ZONE__ERROR, 0, "Zone", "Exception while running '%s'", GetZoneName());
  1253. zoneShuttingDown = true;
  1254. MMasterZoneLock->unlock();
  1255. return false;
  1256. }
  1257. #endif
  1258. MMasterZoneLock->unlock();
  1259. return (zoneShuttingDown == false);
  1260. }
  1261. bool ZoneServer::SpawnProcess(){
  1262. if(depop_zone) {
  1263. depop_zone = false;
  1264. ProcessDepop(respawns_allowed, repop_zone);
  1265. finished_depop = true;
  1266. }
  1267. MMasterSpawnLock.writelock(__FUNCTION__, __LINE__);
  1268. // If the zone is loading data or shutting down don't do anything
  1269. if(!LoadingData && !zoneShuttingDown && !reloading_spellprocess) {
  1270. // Set some bool's for timers
  1271. bool movement = movement_timer.Check();
  1272. bool spawnRange = spawn_range.Check();
  1273. bool checkRemove = spawn_check_remove.Check();
  1274. bool aggroCheck = aggro_timer.Check();
  1275. vector<int32> pending_spawn_list_remove;
  1276. // Loop through the spawn list
  1277. map<int32, Spawn*>::iterator itr;
  1278. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1279. // Loop throught the list to set up spawns to be sent to clients
  1280. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  1281. // if zone is shutting down kill the loop
  1282. if (zoneShuttingDown)
  1283. break;
  1284. Spawn* spawn = itr->second;
  1285. if (spawn) {
  1286. // Checks the range to all clients in the zone
  1287. if (spawnRange)
  1288. CheckSpawnRange(spawn);
  1289. // Checks to see if the spawn needs to be removed from a client
  1290. if (checkRemove)
  1291. CheckRemoveSpawnFromClient(spawn);
  1292. }
  1293. }
  1294. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1295. // 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
  1296. // client loop, move to main thread?
  1297. // 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
  1298. // might be an issue with other functions moved from the spawn thread to the main thread?
  1299. if(spawn_check_add.Check() && !zoneShuttingDown)
  1300. CheckSendSpawnToClient();
  1301. // send spawn changes, changed_spawns loop
  1302. if (spawn_update.Check() && !zoneShuttingDown) { //check for changed spawns every {Rule:SpawnUpdateTimer} milliseconds (default: 200ms)
  1303. SendSpawnChanges();
  1304. }
  1305. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1306. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  1307. // Break the loop if the zone is shutting down
  1308. if (zoneShuttingDown)
  1309. break;
  1310. Spawn* spawn = itr->second;
  1311. if (spawn) {
  1312. // Process spawn movement
  1313. if (movement) {
  1314. spawn->ProcessMovement(true);
  1315. // update last_movement_update for all spawns (used for time_step)
  1316. spawn->last_movement_update = Timer::GetCurrentTime2();
  1317. if (!aggroCheck)
  1318. CombatProcess(spawn);
  1319. }
  1320. // Makes NPC's KOS to other NPC's or players
  1321. if (aggroCheck)
  1322. {
  1323. ProcessAggroChecks(spawn);
  1324. CombatProcess(spawn);
  1325. }
  1326. }
  1327. else {
  1328. // unable to get a valid spawn, lets add the id to another list to remove from the spawn list after this loop is finished
  1329. pending_spawn_list_remove.push_back(itr->first);
  1330. }
  1331. }
  1332. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1333. // Check to see if there are any spawn id's that need to be removed from the spawn list, if so remove them all
  1334. if (pending_spawn_list_remove.size() > 0) {
  1335. MSpawnList.writelock(__FUNCTION__, __LINE__);
  1336. vector<int32>::iterator itr2;
  1337. for (itr2 = pending_spawn_list_remove.begin(); itr2 != pending_spawn_list_remove.end(); itr2++)
  1338. spawn_list.erase(*itr2);
  1339. pending_spawn_list_remove.clear();
  1340. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  1341. }
  1342. // Check to see if there are spawns waiting to be added to the spawn list, if so add them all
  1343. if (pending_spawn_list_add.size() > 0) {
  1344. MSpawnList.writelock(__FUNCTION__, __LINE__);
  1345. MPendingSpawnListAdd.writelock(__FUNCTION__, __LINE__);
  1346. list<Spawn*>::iterator itr2;
  1347. for (itr2 = pending_spawn_list_add.begin(); itr2 != pending_spawn_list_add.end(); itr2++) {
  1348. Spawn* spawn = *itr2;
  1349. if (spawn)
  1350. spawn_list[spawn->GetID()] = spawn;
  1351. }
  1352. pending_spawn_list_add.clear();
  1353. MPendingSpawnListAdd.releasewritelock(__FUNCTION__, __LINE__);
  1354. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  1355. }
  1356. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1357. if (movementMgr != nullptr)
  1358. movementMgr->Process();
  1359. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1360. // Do other loops for spawns
  1361. // 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?
  1362. //if (tracking_timer.Check())
  1363. //ProcessTracking(); // probably doesn't work as spawn loop iterator is never set
  1364. // Delete unused spawns, do this last
  1365. if(!zoneShuttingDown)
  1366. DeleteSpawns(false);
  1367. // Nothing should come after this
  1368. //LogWrite(PLAYER__ERROR, 0, "Debug", "Spawn loop time %u", Timer::GetCurrentTime2() - time);
  1369. }
  1370. MMasterSpawnLock.releasewritelock(__FUNCTION__, __LINE__);
  1371. return (zoneShuttingDown == false);
  1372. }
  1373. void ZoneServer::CheckDeadSpawnRemoval() {
  1374. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  1375. if(dead_spawns.size() > 0){
  1376. vector<Spawn*> tmp_dead_list;
  1377. int32 current_time = Timer::GetCurrentTime2();
  1378. Spawn* spawn = 0;
  1379. map<int32, int32>::iterator itr = dead_spawns.begin();
  1380. map<int32, int32>::iterator itr_delete;
  1381. while (itr != dead_spawns.end()) {
  1382. spawn = GetSpawnByID(itr->first);
  1383. if (spawn) {
  1384. if(current_time >= itr->second)
  1385. tmp_dead_list.push_back(spawn);
  1386. itr++;
  1387. }
  1388. else {
  1389. itr_delete = itr++;
  1390. dead_spawns.erase(itr_delete);
  1391. }
  1392. }
  1393. for(int i=tmp_dead_list.size()-1;i>=0;i--){
  1394. spawn = tmp_dead_list[i];
  1395. if (!spawn->IsPlayer())
  1396. {
  1397. dead_spawns.erase(spawn->GetID());
  1398. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  1399. RemoveSpawn(false, spawn, true, true, true);
  1400. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  1401. }
  1402. }
  1403. }
  1404. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  1405. }
  1406. void ZoneServer::CheckRespawns(){
  1407. vector<int32> tmp_respawn_list;
  1408. MutexMap<int32, int32>::iterator itr = respawn_timers.begin();
  1409. while(itr.Next()){
  1410. if(Timer::GetCurrentTime2() >= itr->second)
  1411. tmp_respawn_list.push_back(itr->first);
  1412. }
  1413. for(int i=tmp_respawn_list.size()-1;i>=0;i--){
  1414. if ( IsInstanceZone() )
  1415. {
  1416. if ( database.DeleteInstanceSpawnRemoved(GetInstanceID(),tmp_respawn_list[i]) )
  1417. {
  1418. }
  1419. else
  1420. {
  1421. }
  1422. }
  1423. ProcessSpawnLocation(tmp_respawn_list[i], true);
  1424. respawn_timers.erase(tmp_respawn_list[i]);
  1425. }
  1426. }
  1427. void ZoneServer::CheckSpawnExpireTimers() {
  1428. MutexMap<int32, int32>::iterator itr = spawn_expire_timers.begin();
  1429. while (itr.Next()) {
  1430. Spawn* spawn = GetSpawnByID(itr->first);
  1431. if (spawn) {
  1432. if (Timer::GetCurrentTime2() >= itr.second) {
  1433. spawn_expire_timers.erase(itr.first);
  1434. Despawn(spawn, spawn->GetRespawnTime());
  1435. }
  1436. }
  1437. else
  1438. spawn_expire_timers.erase(itr->first);
  1439. }
  1440. }
  1441. void ZoneServer::AddSpawnExpireTimer(Spawn* spawn, int32 expire_time, int32 expire_offset) {
  1442. if (spawn) {
  1443. int32 actual_expire_time = expire_time;
  1444. if (expire_offset > 0) {
  1445. int32 low = expire_time;
  1446. int32 high = expire_time + expire_offset;
  1447. if (expire_offset < expire_time)
  1448. low = expire_time - expire_offset;
  1449. int32 range = (high - low) + 1;
  1450. actual_expire_time = (low + (int32)((range * rand()) / (RAND_MAX + 1.0)));
  1451. }
  1452. actual_expire_time *= 1000;
  1453. spawn_expire_timers.Put(spawn->GetID(), Timer::GetCurrentTime2() + actual_expire_time);
  1454. }
  1455. }
  1456. void ZoneServer::SaveClient(Client* client){
  1457. client->Save();
  1458. }
  1459. void ZoneServer::SaveClients(){
  1460. vector<Client*>::iterator itr;
  1461. Client* client = 0;
  1462. MClientList.readlock(__FUNCTION__, __LINE__);
  1463. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1464. client = *itr;
  1465. if(client->IsConnected()){
  1466. SaveClient(client);
  1467. }
  1468. }
  1469. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1470. }
  1471. void ZoneServer::SendSpawnVisualState(Spawn* spawn, int16 type){
  1472. if(!spawn)
  1473. return;
  1474. vector<Client*>::iterator itr;
  1475. spawn->SetTempVisualState(type);
  1476. Client* client = 0;
  1477. MClientList.readlock(__FUNCTION__, __LINE__);
  1478. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1479. client = *itr;
  1480. if(client && client->GetPlayer() != spawn)
  1481. AddChangedSpawn(spawn);
  1482. }
  1483. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1484. }
  1485. void ZoneServer::SendSpawnChangesByDBID(int32 db_id, Client* client, bool override_changes, bool override_vis_changes){
  1486. Spawn* spawn = GetSpawnByDatabaseID(db_id);
  1487. if(spawn && (spawn->changed || override_changes || override_vis_changes))
  1488. SendSpawnChanges(spawn, client, override_changes, override_vis_changes);
  1489. }
  1490. void ZoneServer::SendSpawnChanges(Spawn* spawn, Client* client, bool override_changes, bool override_vis_changes){
  1491. if(client && client->IsReadyForUpdates() && client->GetPlayer()->WasSentSpawn(spawn->GetID()) && !client->GetPlayer()->WasSpawnRemoved(spawn) && client->GetPlayer()->GetDistance(spawn) < SEND_SPAWN_DISTANCE){
  1492. EQ2Packet* outapp = spawn->spawn_update_packet(client->GetPlayer(), client->GetVersion(), override_changes, override_vis_changes);
  1493. if(outapp)
  1494. client->QueuePacket(outapp);
  1495. }
  1496. }
  1497. void ZoneServer::SendSpawnChanges(Spawn* spawn){
  1498. MSpawnList.readlock();
  1499. if(spawn && spawn->changed){
  1500. if(!spawn->IsPlayer() || (spawn->IsPlayer() && (spawn->info_changed || spawn->vis_changed))){
  1501. vector<Client*>::iterator itr;
  1502. Client* client = 0;
  1503. MClientList.readlock(__FUNCTION__, __LINE__);
  1504. for (itr = clients.begin(); itr != clients.end(); itr++) {
  1505. client = *itr;
  1506. SendSpawnChanges(spawn, client);
  1507. }
  1508. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1509. }
  1510. spawn->changed = false;
  1511. spawn->info_changed = false;
  1512. if(spawn->IsPlayer() == false)
  1513. spawn->position_changed = false;
  1514. spawn->vis_changed = false;
  1515. }
  1516. MSpawnList.releasereadlock();
  1517. }
  1518. Spawn* ZoneServer::FindSpawn(Player* searcher, const char* name){
  1519. if(!searcher || !name)
  1520. return 0;
  1521. Spawn* spawn = 0;
  1522. vector<Spawn*> find_spawn_list;
  1523. vector<Spawn*>::iterator fspawn_iter;
  1524. int8 name_size = strlen(name);
  1525. map<int32, Spawn*>::iterator itr;
  1526. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1527. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  1528. spawn = itr->second;
  1529. if(spawn && !strncasecmp(spawn->GetName(), name, name_size))
  1530. find_spawn_list.push_back(spawn);
  1531. }
  1532. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1533. Spawn* closest = 0;
  1534. float distance = 0;
  1535. float test_distance = 0;
  1536. for(fspawn_iter=find_spawn_list.begin(); fspawn_iter!=find_spawn_list.end(); fspawn_iter++){
  1537. spawn = *fspawn_iter;
  1538. if(spawn && ((((test_distance = searcher->GetDistance(spawn)) < distance)) || !closest)){
  1539. distance = test_distance;
  1540. closest = spawn;
  1541. }
  1542. }
  1543. return closest;
  1544. }
  1545. void ZoneServer::AddChangedSpawn(Spawn* spawn){
  1546. if(!spawn || (spawn->IsPlayer() && !spawn->info_changed && !spawn->vis_changed))
  1547. return;
  1548. if (changed_spawns.count(spawn->GetID()) == 0)
  1549. changed_spawns.Add(spawn->GetID());
  1550. }
  1551. void ZoneServer::RemoveChangedSpawn(Spawn* spawn){
  1552. if (spawn)
  1553. changed_spawns.Remove(spawn->GetID());
  1554. }
  1555. void ZoneServer::AddDrowningVictim(Player* player){
  1556. Client* client = GetClientBySpawn(player);
  1557. if(client && drowning_victims.count(client) == 0)
  1558. drowning_victims.Put(client, Timer::GetCurrentTime2());
  1559. }
  1560. void ZoneServer::RemoveDrowningVictim(Player* player){
  1561. Client* client = GetClientBySpawn(player);
  1562. if(client)
  1563. drowning_victims.erase(client);
  1564. }
  1565. Client* ZoneServer::GetDrowningVictim(Player* player){
  1566. Client* client = GetClientBySpawn(player);
  1567. if(client && drowning_victims.count(client) > 0)
  1568. return(client);
  1569. return 0;
  1570. }
  1571. void ZoneServer::ProcessDrowning(){
  1572. vector<Client*> dead_list;
  1573. if(drowning_victims.size(true) > 0){
  1574. sint32 damage = 0;
  1575. int32 current_time = Timer::GetCurrentTime2();
  1576. MutexMap<Client*, int32>::iterator itr = drowning_victims.begin();
  1577. while(itr.Next()){
  1578. if(current_time >= itr->second) {
  1579. Client* client = itr->first;
  1580. Player* player = client->GetPlayer();
  1581. drowning_victims.Get(client) = Timer::GetCurrentTime2() + 2000;
  1582. damage = player->GetTotalHP()/20 + player->GetHPRegen();
  1583. player->TakeDamage(damage);
  1584. if(player->GetHP() == 0)
  1585. dead_list.push_back(client);
  1586. player->SetCharSheetChanged(true);
  1587. SendCharSheetChanges(client);
  1588. SendDamagePacket(0, player, DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE, DAMAGE_PACKET_RESULT_SUCCESSFUL, DAMAGE_PACKET_DAMAGE_TYPE_DROWN, damage, 0);
  1589. client->SimpleMessage(CHANNEL_COLOR_YELLOW, "You are drowning!");
  1590. }
  1591. }
  1592. }
  1593. if(dead_list.size() > 0){
  1594. vector<Client*>::iterator itr;
  1595. for(itr = dead_list.begin(); itr != dead_list.end(); itr++){
  1596. RemoveDrowningVictim((*itr)->GetPlayer());
  1597. KillSpawn(false, (*itr)->GetPlayer(), 0);
  1598. (*itr)->SimpleMessage(CHANNEL_COLOR_WHITE, "You are sleeping with the fishes! Glug, glug...");
  1599. }
  1600. }
  1601. }
  1602. void ZoneServer::SendSpawnChanges(){
  1603. set<Spawn*> spawns_to_send;
  1604. Spawn* spawn = 0;
  1605. MSpawnList.readlock(__FUNCTION__, __LINE__);
  1606. MutexList<int32>::iterator spawn_iter = changed_spawns.begin();
  1607. int count = 0;
  1608. while(spawn_iter.Next()){
  1609. spawn = GetSpawnByID(spawn_iter->value);
  1610. if(spawn){
  1611. spawns_to_send.insert(spawn);
  1612. }
  1613. if (!spawn)
  1614. changed_spawns.Remove(spawn_iter->value);
  1615. }
  1616. changed_spawns.clear();
  1617. vector<Client*>::iterator client_itr;
  1618. Client* client = 0;
  1619. MClientList.readlock(__FUNCTION__, __LINE__);
  1620. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  1621. client = *client_itr;
  1622. client->SendSpawnChanges(spawns_to_send);
  1623. }
  1624. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1625. for (const auto& spawn : spawns_to_send) {
  1626. spawn->changed = false;
  1627. spawn->position_changed = false;
  1628. spawn->vis_changed = false;
  1629. spawn->info_changed = false;
  1630. }
  1631. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  1632. }
  1633. void ZoneServer::SendPlayerPositionChanges(Player* player){
  1634. if(player){
  1635. player->position_changed = false;
  1636. Client* client = 0;
  1637. vector<Client*>::iterator client_itr;
  1638. MClientList.readlock(__FUNCTION__, __LINE__);
  1639. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  1640. client = *client_itr;
  1641. if(player != client->GetPlayer() && client->GetPlayer()->WasSentSpawn(player->GetID()) && client->GetPlayer()->WasSpawnRemoved(player) == false){
  1642. EQ2Packet* outapp = player->player_position_update_packet(client->GetPlayer(), client->GetVersion());
  1643. if(outapp)
  1644. client->QueuePacket(outapp);
  1645. }
  1646. }
  1647. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1648. }
  1649. }
  1650. void ZoneServer::SendCharSheetChanges(){
  1651. vector<Client*>::iterator client_itr;
  1652. MClientList.readlock(__FUNCTION__, __LINE__);
  1653. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++)
  1654. SendCharSheetChanges(*client_itr);
  1655. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  1656. }
  1657. void ZoneServer::SendCharSheetChanges(Client* client){
  1658. if(client && client->IsConnected() && client->GetPlayer()->GetCharSheetChanged()){
  1659. client->GetPlayer()->SetCharSheetChanged(false);
  1660. ClientPacketFunctions::SendCharacterSheet(client);
  1661. }
  1662. }
  1663. int32 ZoneServer::CalculateSpawnGroup(SpawnLocation* spawnlocation, bool respawn)
  1664. {
  1665. int32 group = 0;
  1666. list<int32>* groups_at_location = GetSpawnGroupsByLocation(spawnlocation->placement_id);
  1667. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  1668. if(groups_at_location){
  1669. list<int32>::iterator group_location_itr;
  1670. float chance = 0;
  1671. float total_chance = 0;
  1672. map<int32, float> tmp_chances;
  1673. set<int32>* associated_groups = 0;
  1674. for (group_location_itr = groups_at_location->begin(); group_location_itr != groups_at_location->end(); group_location_itr++) {
  1675. if(tmp_chances.count(*group_location_itr) > 0)
  1676. continue;
  1677. associated_groups = GetAssociatedGroups(*group_location_itr);
  1678. if(associated_groups){
  1679. set<int32>::iterator group_itr;
  1680. for (group_itr = associated_groups->begin(); group_itr != associated_groups->end(); group_itr++) {
  1681. chance = GetSpawnGroupChance(*group_itr);
  1682. if(chance > 0){
  1683. total_chance += chance;
  1684. tmp_chances[*group_itr] = chance;
  1685. }
  1686. else
  1687. tmp_chances[*group_itr] = 0;
  1688. }
  1689. }
  1690. else{ //single group, no associations
  1691. chance = GetSpawnGroupChance(*group_location_itr);
  1692. total_chance += chance;
  1693. tmp_chances[*group_location_itr] = chance;
  1694. }
  1695. }
  1696. if(tmp_chances.size() > 1){
  1697. //set the default for any chances not set
  1698. map<int32, float>::iterator itr2;
  1699. for(itr2 = tmp_chances.begin(); itr2 != tmp_chances.end(); itr2++){
  1700. if(itr2->second == 0){
  1701. total_chance += 100/tmp_chances.size();
  1702. tmp_chances[itr2->first] = (float)(100 / tmp_chances.size());
  1703. }
  1704. }
  1705. }
  1706. if(tmp_chances.size() > 1){
  1707. float roll = (float)(rand()%((int32)total_chance));
  1708. map<int32, float>::iterator itr3;
  1709. for (itr3 = tmp_chances.begin(); itr3 != tmp_chances.end(); itr3++){
  1710. if(itr3->second >= roll){
  1711. group = itr3->first;
  1712. break;
  1713. }
  1714. else
  1715. roll -= itr3->second;
  1716. }
  1717. }
  1718. else if(tmp_chances.size() == 1)
  1719. group = tmp_chances.begin()->first;
  1720. }
  1721. if(group > 0){
  1722. map<int32, int32>* locations = GetSpawnLocationsByGroup(group);
  1723. if(locations){
  1724. map<int32, int32>::iterator itr;
  1725. Spawn* spawn = 0;
  1726. Spawn* leader = 0;
  1727. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  1728. for (itr = locations->begin(); itr != locations->end(); itr++) {
  1729. if(spawn_location_list.count(itr->second) > 0){
  1730. spawn = ProcessSpawnLocation(spawn_location_list[itr->second], respawn);
  1731. if(!leader && spawn)
  1732. leader = spawn;
  1733. if(leader)
  1734. leader->AddSpawnToGroup(spawn);
  1735. if(spawn){
  1736. //if(spawn_group_map.count(group) == 0)
  1737. // spawn_group_map.Put(group, new MutexList<Spawn*>());
  1738. MutexList<int32>* groupList = &spawn_group_map.Get(group);
  1739. groupList->Add(spawn->GetID());
  1740. spawn->SetSpawnGroupID(group);
  1741. }
  1742. }
  1743. }
  1744. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  1745. }
  1746. }
  1747. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  1748. return group;
  1749. }
  1750. void ZoneServer::ProcessSpawnLocation(int32 location_id, bool respawn)
  1751. {
  1752. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  1753. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  1754. if(spawn_location_list.count(location_id) > 0)
  1755. {
  1756. if(respawn) //see if there are any spawns still in game associated with this spawn's group, if so, dont spawn this
  1757. {
  1758. list<int32>* groups = GetSpawnGroupsByLocation(spawn_location_list[location_id]->placement_id);
  1759. if(groups)
  1760. {
  1761. set<int32>* associated_groups = 0;
  1762. bool should_spawn = true;
  1763. list<int32>::iterator itr;
  1764. for (itr = groups->begin(); itr != groups->end(); itr++) {
  1765. associated_groups = GetAssociatedGroups(*itr);
  1766. if(associated_groups)
  1767. {
  1768. set<int32>::iterator assoc_itr;
  1769. for (assoc_itr = associated_groups->begin(); assoc_itr != associated_groups->end(); assoc_itr++) {
  1770. if(spawn_group_map.count(*assoc_itr) > 0 && spawn_group_map.Get(*assoc_itr).size() > 0)
  1771. should_spawn = false;
  1772. }
  1773. }
  1774. }
  1775. if(should_spawn)
  1776. CalculateSpawnGroup(spawn_location_list[location_id]);
  1777. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  1778. // need to unlock the list before we exit the function
  1779. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  1780. return;
  1781. }
  1782. }
  1783. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  1784. ProcessSpawnLocation(spawn_location_list[location_id], respawn);
  1785. }
  1786. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  1787. }
  1788. Spawn* ZoneServer::ProcessSpawnLocation(SpawnLocation* spawnlocation, bool respawn)
  1789. {
  1790. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  1791. if(!spawnlocation)
  1792. return 0;
  1793. Spawn* spawn = 0;
  1794. float rand_number = MakeRandomFloat(0, spawnlocation->total_percentage);
  1795. for(int32 i=0;i<spawnlocation->entities.size();i++)
  1796. {
  1797. if(spawnlocation->entities[i]->spawn_percentage == 0)
  1798. continue;
  1799. if (spawnlocation->conditional > 0) {
  1800. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_DAY && isDusk)
  1801. continue;
  1802. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_NIGHT) == SPAWN_CONDITIONAL_NIGHT && !isDusk)
  1803. continue;
  1804. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_NOT_RAINING && rain >= 0.75f)
  1805. continue;
  1806. if ((spawnlocation->conditional & SPAWN_CONDITIONAL_DAY) == SPAWN_CONDITIONAL_RAINING && rain < 0.75f)
  1807. continue;
  1808. }
  1809. if (spawnlocation->entities[i]->spawn_percentage >= rand_number) {
  1810. if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_NPC)
  1811. spawn = AddNPCSpawn(spawnlocation, spawnlocation->entities[i]);
  1812. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_GROUNDSPAWN)
  1813. spawn = AddGroundSpawn(spawnlocation, spawnlocation->entities[i]);
  1814. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_OBJECT)
  1815. spawn = AddObjectSpawn(spawnlocation, spawnlocation->entities[i]);
  1816. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_WIDGET)
  1817. spawn = AddWidgetSpawn(spawnlocation, spawnlocation->entities[i]);
  1818. else if (spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_SIGN)
  1819. spawn = AddSignSpawn(spawnlocation, spawnlocation->entities[i]);
  1820. if (!spawn)
  1821. {
  1822. LogWrite(ZONE__ERROR, 0, "Zone", "Error adding spawn to zone");
  1823. safe_delete(spawn);
  1824. continue;
  1825. }
  1826. if (spawn)
  1827. {
  1828. if(respawn)
  1829. CallSpawnScript(spawn, SPAWN_SCRIPT_RESPAWN);
  1830. else
  1831. CallSpawnScript(spawn, SPAWN_SCRIPT_SPAWN);
  1832. }
  1833. break;
  1834. }
  1835. else
  1836. rand_number -= spawnlocation->entities[i]->spawn_percentage;
  1837. }
  1838. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  1839. return spawn;
  1840. }
  1841. 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)
  1842. {
  1843. if(!spawnlocation)
  1844. return 0;
  1845. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  1846. Spawn* spawn = 0;
  1847. float rand_number = MakeRandomFloat(0, spawnlocation->total_percentage);
  1848. for(int32 i=0;i<spawnlocation->entities.size();i++)
  1849. {
  1850. if(spawnlocation->entities[i]->spawn_percentage == 0)
  1851. continue;
  1852. int32 spawnTime = 0;
  1853. if(spawnlocation->entities[i]->spawn_percentage >= rand_number)
  1854. {
  1855. if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_NPC &&
  1856. (spawnTime = database.CheckSpawnRemoveInfo(instNPCs,spawnlocation->entities[i]->spawn_location_id)) > 0)
  1857. spawn = AddNPCSpawn(spawnlocation, spawnlocation->entities[i]);
  1858. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_GROUNDSPAWN &&
  1859. (spawnTime = database.CheckSpawnRemoveInfo(instGroundSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  1860. spawn = AddGroundSpawn(spawnlocation, spawnlocation->entities[i]);
  1861. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_OBJECT &&
  1862. (spawnTime = database.CheckSpawnRemoveInfo(instObjSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  1863. spawn = AddObjectSpawn(spawnlocation, spawnlocation->entities[i]);
  1864. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_WIDGET &&
  1865. (spawnTime = database.CheckSpawnRemoveInfo(instWidgetSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  1866. spawn = AddWidgetSpawn(spawnlocation, spawnlocation->entities[i]);
  1867. else if(spawnlocation->entities[i]->spawn_type == SPAWN_ENTRY_TYPE_SIGN &&
  1868. (spawnTime = database.CheckSpawnRemoveInfo(instSignSpawns,spawnlocation->entities[i]->spawn_location_id)) > 0)
  1869. spawn = AddSignSpawn(spawnlocation, spawnlocation->entities[i]);
  1870. const char* script = 0;
  1871. for(int x=0;x<3;x++)
  1872. {
  1873. switch(x)
  1874. {
  1875. case 0:
  1876. script = world.GetSpawnEntryScript(spawnlocation->entities[i]->spawn_entry_id);
  1877. break;
  1878. case 1:
  1879. script = world.GetSpawnLocationScript(spawnlocation->entities[i]->spawn_location_id);
  1880. break;
  1881. case 2:
  1882. script = world.GetSpawnScript(spawnlocation->entities[i]->spawn_id);
  1883. break;
  1884. }
  1885. if(spawn && script && lua_interface->GetSpawnScript(script) != 0)
  1886. {
  1887. spawn->SetSpawnScript(string(script));
  1888. break;
  1889. }
  1890. }
  1891. if(spawn)
  1892. {
  1893. if (respawn)
  1894. CallSpawnScript(spawn, SPAWN_SCRIPT_RESPAWN);
  1895. else
  1896. CallSpawnScript(spawn, SPAWN_SCRIPT_SPAWN);
  1897. if ( spawnTime > 1 )
  1898. {
  1899. spawn->SetRespawnTime(spawnTime);
  1900. }
  1901. }
  1902. break;
  1903. }
  1904. else
  1905. rand_number -= spawnlocation->entities[i]->spawn_percentage;
  1906. }
  1907. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  1908. return spawn;
  1909. }
  1910. void ZoneServer::ProcessSpawnLocations()
  1911. {
  1912. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  1913. map<int32,int32>* instNPCs = NULL;
  1914. map<int32,int32>* instGroundSpawns = NULL;
  1915. map<int32,int32>* instObjSpawns = NULL;
  1916. map<int32,int32>* instWidgetSpawns = NULL;
  1917. map<int32,int32>* instSignSpawns = NULL;
  1918. if ( this->IsInstanceZone() )
  1919. {
  1920. LogWrite(SPAWN__DEBUG, 0, "Spawn", "Processing Instance Removed Spawns...");
  1921. instNPCs = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_NPC );
  1922. instGroundSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_GROUNDSPAWN );
  1923. instObjSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_OBJECT );
  1924. instWidgetSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_WIDGET );
  1925. instSignSpawns = database.GetInstanceRemovedSpawns(this->GetInstanceID() , SPAWN_ENTRY_TYPE_SIGN );
  1926. }
  1927. map<int32, bool> processed_spawn_locations;
  1928. map<int32, SpawnLocation*>::iterator itr;
  1929. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  1930. for (itr = spawn_location_list.begin(); itr != spawn_location_list.end(); itr++) {
  1931. LogWrite(SPAWN__TRACE, 0, "Spawn", "while spawn_location_list itr (#%u)", spawn_location_list.size());
  1932. 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
  1933. continue;
  1934. if(itr->second && spawn_location_groups.count(itr->second->placement_id) > 0)
  1935. {
  1936. int32 group_id = CalculateSpawnGroup(itr->second);
  1937. if(group_id)
  1938. {
  1939. LogWrite(SPAWN__TRACE, 0, "Spawn", "is group_id");
  1940. set<int32>* associated_groups = GetAssociatedGroups(group_id);
  1941. if(associated_groups)
  1942. {
  1943. LogWrite(SPAWN__TRACE, 0, "Spawn", "is associated_groups");
  1944. vector<int32>* associated_locations = GetAssociatedLocations(associated_groups);
  1945. if(associated_locations)
  1946. {
  1947. LogWrite(SPAWN__TRACE, 0, "Spawn", "is associated_locations");
  1948. for(int32 i=0;i<associated_locations->size();i++)
  1949. {
  1950. LogWrite(SPAWN__DEBUG, 5, "Spawn", "Loading processed_spawn_locations...");
  1951. processed_spawn_locations[associated_locations->at(i)] = true;
  1952. }
  1953. safe_delete(associated_locations);
  1954. }
  1955. }
  1956. }
  1957. }
  1958. else
  1959. {
  1960. if ( this->IsInstanceZone() )
  1961. {
  1962. LogWrite(SPAWN__DEBUG, 5, "Spawn", "ProcessInstanceSpawnLocation (%u)...", itr->second->placement_id);
  1963. ProcessInstanceSpawnLocation(itr->second,instNPCs,instGroundSpawns,instObjSpawns,instWidgetSpawns,instSignSpawns);
  1964. }
  1965. else
  1966. {
  1967. LogWrite(SPAWN__DEBUG, 5, "Spawn", "ProcessSpawnLocation (%u)...", itr->second->placement_id);
  1968. ProcessSpawnLocation(itr->second);
  1969. }
  1970. }
  1971. }
  1972. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  1973. safe_delete(instNPCs);
  1974. safe_delete(instGroundSpawns);
  1975. safe_delete(instObjSpawns);
  1976. safe_delete(instWidgetSpawns);
  1977. safe_delete(instSignSpawns);
  1978. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  1979. }
  1980. void ZoneServer::AddLoot(NPC* npc){
  1981. vector<int32> loot_tables = GetSpawnLootList(npc->GetDatabaseID(), GetZoneID(), npc->GetLevel(), race_types_list.GetRaceType(npc->GetModelType()));
  1982. if(loot_tables.size() > 0){
  1983. vector<LootDrop*>* loot_drops = 0;
  1984. vector<LootDrop*>::iterator loot_drop_itr;
  1985. LootTable* table = 0;
  1986. vector<int32>::iterator loot_list_itr;
  1987. float chancecoin = 0;
  1988. float chancetable = 0;
  1989. float chancedrop = 0;
  1990. float chancetally = 0;
  1991. float droptally = 0;
  1992. // the following loop,loops through each table
  1993. for(loot_list_itr = loot_tables.begin(); loot_list_itr != loot_tables.end(); loot_list_itr++){
  1994. table = GetLootTable(*loot_list_itr);
  1995. if(table && table->maxcoin > 0){
  1996. chancecoin = rand()%100;
  1997. if(table->coin_probability >= chancecoin){
  1998. if(table->maxcoin > table->mincoin)
  1999. npc->AddLootCoins(table->mincoin + rand()%(table->maxcoin - table->mincoin));
  2000. }
  2001. }
  2002. int numberchances = 1;
  2003. //if (table->lootdrop_probability == 100){ }
  2004. //else
  2005. //chancetally += table->lootdrop_probability;
  2006. int maxchance = 0;
  2007. if (table) {
  2008. maxchance = table->maxlootitems;
  2009. for (numberchances; numberchances <= maxchance; numberchances++) {
  2010. chancetable = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2011. //LogWrite(PLAYER__DEBUG, 0, "Player", "Table Chance: '%f'", chancetable);
  2012. float droppercenttotal = 0;
  2013. //--------------------------------------------------------------------------------------------------------------------------------------------------------------
  2014. if (table->lootdrop_probability == 100 || table->lootdrop_probability >= chancetable) {
  2015. //LogWrite(PLAYER__DEBUG, 0, "Player", "Probability:%f Table Chance: '%f'", table->lootdrop_probability, chancetable);
  2016. loot_drops = GetLootDrops(*loot_list_itr);
  2017. if (loot_drops && loot_drops->size() > 0) {
  2018. LootDrop* drop = 0;
  2019. int16 count = 0;
  2020. std::shuffle(loot_drops->begin(), loot_drops->end(), std::default_random_engine(Timer::GetCurrentTime2()));
  2021. int16 IC = 0;
  2022. for (loot_drop_itr = loot_drops->begin(); loot_drop_itr != loot_drops->end(); loot_drop_itr++) {
  2023. drop = *loot_drop_itr;
  2024. droppercenttotal += drop->probability;
  2025. }
  2026. int droplistsize = loot_drops->size();
  2027. float chancedroptally = 0;
  2028. chancedrop = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2029. for (loot_drop_itr = loot_drops->begin(); loot_drop_itr != loot_drops->end(); loot_drop_itr++) {
  2030. drop = *loot_drop_itr;
  2031. if (npc->HasLootItemID(drop->item_id))
  2032. continue;
  2033. if (droppercenttotal >= 100)
  2034. droppercenttotal = 100;
  2035. chancedroptally += 100 / droppercenttotal * drop->probability;
  2036. //chancedrop = static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / 100));
  2037. //LogWrite(PLAYER__DEBUG, 0, "Player", "Loot drop: '%i' Chance: %f Prob tally: %f min: %f", drop, chancedrop, chancedroptally, chancedroptally - drop->probability);
  2038. if ((chancedroptally == 100) || ((chancedroptally >= chancedrop) && (chancedroptally - (100 / droppercenttotal * drop->probability)) <= chancedrop)) {
  2039. //LogWrite(PLAYER__DEBUG, 0, "Player", "Loot drop: '%i' Chance: %f Prob: %f We have a loot drop winner", drop, chancedrop, chancedroptally);
  2040. count++;
  2041. npc->AddLootItem(drop->item_id, drop->item_charges);
  2042. //LogWrite(PLAYER__DEBUG, 0, "Player", "loot Count: '%i'",count);
  2043. //LogWrite(MISC__TODO, 1, "TODO", "Auto-Equip new looted items\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  2044. //if(drop->equip_item)
  2045. }
  2046. if (table->maxlootitems > 0 && count >= table->maxlootitems)
  2047. break;
  2048. }
  2049. }
  2050. }
  2051. }
  2052. }
  2053. }
  2054. }
  2055. }
  2056. void ZoneServer::DeterminePosition(SpawnLocation* spawnlocation, Spawn* spawn){
  2057. if(!spawn || !spawnlocation)
  2058. return;
  2059. int offset = 0;
  2060. if(spawnlocation->x_offset > 0){
  2061. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2062. offset = (int)((spawnlocation->x_offset*1000)+1);
  2063. spawn->SetX(spawnlocation->x + ((float)(rand()%offset - rand()%offset))/1000);
  2064. }
  2065. else
  2066. spawn->SetX(spawnlocation->x);
  2067. if(spawnlocation->y_offset > 0){
  2068. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2069. offset = (int)((spawnlocation->y_offset*1000)+1);
  2070. spawn->SetY(spawnlocation->y + ((float)(rand()%offset - rand()%offset))/1000);
  2071. }
  2072. else
  2073. spawn->SetY(spawnlocation->y, true, true);
  2074. if(spawnlocation->z_offset > 0){
  2075. //since rand() deals with integers only, we are going to divide by 1000 later so that we can use fractions of integers
  2076. offset = (int)((spawnlocation->z_offset*1000)+1);
  2077. spawn->SetZ(spawnlocation->z + ((float)(rand()%offset - rand()%offset))/1000);
  2078. }
  2079. else
  2080. spawn->SetZ(spawnlocation->z);
  2081. spawn->SetHeading(spawnlocation->heading);
  2082. spawn->SetPitch(spawnlocation->pitch);
  2083. spawn->SetRoll(spawnlocation->roll);
  2084. spawn->SetSpawnOrigX(spawn->GetX());
  2085. spawn->SetSpawnOrigY(spawn->GetY());
  2086. spawn->SetSpawnOrigZ(spawn->GetZ());
  2087. spawn->SetSpawnOrigHeading(spawn->GetHeading());
  2088. spawn->SetSpawnOrigPitch(spawnlocation->pitch);
  2089. spawn->SetSpawnOrigRoll(spawnlocation->roll);
  2090. spawn->appearance.pos.grid_id = spawnlocation->grid_id;
  2091. spawn->SetSpawnLocationPlacementID(spawnlocation->placement_id);
  2092. }
  2093. NPC* ZoneServer::AddNPCSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2094. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2095. NPC* npc = GetNewNPC(spawnentry->spawn_id);
  2096. if(npc){
  2097. DeterminePosition(spawnlocation, npc);
  2098. npc->SetDatabaseID(spawnentry->spawn_id);
  2099. npc->SetSpawnLocationID(spawnentry->spawn_location_id);
  2100. npc->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2101. npc->SetRespawnTime(spawnentry->respawn);
  2102. npc->SetExpireTime(spawnentry->expire_time);
  2103. if (spawnentry->expire_time > 0)
  2104. AddSpawnExpireTimer(npc, spawnentry->expire_time, spawnentry->expire_offset);
  2105. AddLoot(npc);
  2106. SetSpawnScript(spawnentry, npc);
  2107. CallSpawnScript(npc, SPAWN_SCRIPT_PRESPAWN);
  2108. AddSpawn(npc);
  2109. }
  2110. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2111. return npc;
  2112. }
  2113. vector<int32>* ZoneServer::GetAssociatedLocations(set<int32>* groups){
  2114. vector<int32>* ret = 0;
  2115. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2116. if(groups){
  2117. int32 group_id = 0;
  2118. set<int32>::iterator group_itr;
  2119. for (group_itr = groups->begin(); group_itr != groups->end(); group_itr++) {
  2120. if(!ret)
  2121. ret = new vector<int32>();
  2122. group_id = *group_itr;
  2123. MSpawnGroupLocations.readlock(__FUNCTION__, __LINE__);
  2124. if(spawn_group_locations.count(group_id) > 0){
  2125. map<int32, int32>::iterator itr;
  2126. for (itr = spawn_group_locations[group_id]->begin(); itr != spawn_group_locations[group_id]->end(); itr++) {
  2127. ret->push_back(itr->first);
  2128. }
  2129. }
  2130. MSpawnGroupLocations.releasereadlock(__FUNCTION__, __LINE__);
  2131. }
  2132. }
  2133. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2134. return ret;
  2135. }
  2136. set<int32>* ZoneServer::GetAssociatedGroups(int32 group_id) {
  2137. set<int32>* ret = 0;
  2138. MSpawnGroupAssociation.readlock(__FUNCTION__, __LINE__);
  2139. LogWrite(SPAWN__TRACE, 1, "Spawn", "Enter %s", __FUNCTION__);
  2140. if(spawn_group_associations.count(group_id) > 0)
  2141. ret = spawn_group_associations[group_id];
  2142. LogWrite(SPAWN__TRACE, 1, "Spawn", "Exit %s", __FUNCTION__);
  2143. MSpawnGroupAssociation.releasereadlock(__FUNCTION__, __LINE__);
  2144. return ret;
  2145. }
  2146. map<int32, int32>* ZoneServer::GetSpawnLocationsByGroup(int32 group_id) {
  2147. map<int32, int32>* ret = 0;
  2148. MSpawnGroupLocations.readlock(__FUNCTION__, __LINE__);
  2149. if(spawn_group_locations.count(group_id) > 0)
  2150. ret = spawn_group_locations[group_id];
  2151. MSpawnGroupLocations.releasereadlock(__FUNCTION__, __LINE__);
  2152. return ret;
  2153. }
  2154. list<int32>* ZoneServer::GetSpawnGroupsByLocation(int32 location_id){
  2155. list<int32>* ret = 0;
  2156. MSpawnLocationGroups.readlock(__FUNCTION__, __LINE__);
  2157. if(spawn_location_groups.count(location_id) > 0)
  2158. ret = spawn_location_groups[location_id];
  2159. MSpawnLocationGroups.releasereadlock(__FUNCTION__, __LINE__);
  2160. return ret;
  2161. }
  2162. float ZoneServer::GetSpawnGroupChance(int32 group_id){
  2163. float ret = -1;
  2164. MSpawnGroupChances.readlock(__FUNCTION__, __LINE__);
  2165. if(spawn_group_chances.count(group_id) > 0)
  2166. ret = spawn_group_chances[group_id];
  2167. MSpawnGroupChances.releasereadlock(__FUNCTION__, __LINE__);
  2168. return ret;
  2169. }
  2170. void ZoneServer::AddSpawnGroupChance(int32 group_id, float percent){
  2171. MSpawnGroupChances.writelock(__FUNCTION__, __LINE__);
  2172. spawn_group_chances[group_id] = percent;
  2173. MSpawnGroupChances.releasewritelock(__FUNCTION__, __LINE__);
  2174. }
  2175. void ZoneServer::AddSpawnGroupAssociation(int32 group_id1, int32 group_id2) {
  2176. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  2177. //Check if we already have containers for these group ids, if not create them
  2178. if (spawn_group_associations.count(group_id1) == 0)
  2179. spawn_group_associations[group_id1] = new set<int32>;
  2180. if (spawn_group_associations.count(group_id2) == 0)
  2181. spawn_group_associations[group_id2] = new set<int32>;
  2182. //Associate groups 1 and 2 now
  2183. set<int32>* group_1 = spawn_group_associations.find(group_id1)->second;
  2184. set<int32>* group_2 = spawn_group_associations.find(group_id2)->second;
  2185. group_1->insert(group_id2);
  2186. group_2->insert(group_id1);
  2187. //Associate the remaining groups together
  2188. set<int32>::iterator itr;
  2189. for (itr = group_1->begin(); itr != group_1->end(); itr++){
  2190. group_2->insert(*itr);
  2191. map<int32, set<int32>*>::iterator assoc_itr = spawn_group_associations.find(*itr);
  2192. if (assoc_itr != spawn_group_associations.end())
  2193. assoc_itr->second->insert(group_id2);
  2194. else {
  2195. set<int32>* new_set = new set<int32>;
  2196. spawn_group_associations[*itr] = new_set;
  2197. new_set->insert(group_id2);
  2198. }
  2199. }
  2200. for (itr = group_2->begin(); itr != group_2->end(); itr++){
  2201. group_1->insert(*itr);
  2202. map<int32, set<int32>*>::iterator assoc_itr = spawn_group_associations.find(*itr);
  2203. if (assoc_itr != spawn_group_associations.end())
  2204. assoc_itr->second->insert(group_id1);
  2205. else {
  2206. set<int32>* new_set = new set<int32>;
  2207. spawn_group_associations[*itr] = new_set;
  2208. new_set->insert(group_id1);
  2209. }
  2210. }
  2211. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  2212. }
  2213. void ZoneServer::AddSpawnGroupLocation(int32 group_id, int32 location_id, int32 spawn_location_id) {
  2214. MSpawnGroupLocations.writelock(__FUNCTION__, __LINE__);
  2215. if(spawn_group_locations.count(group_id) == 0)
  2216. spawn_group_locations[group_id] = new map<int32, int32>();
  2217. (*spawn_group_locations[group_id])[location_id] = spawn_location_id;
  2218. MSpawnGroupLocations.releasewritelock(__FUNCTION__, __LINE__);
  2219. MSpawnLocationGroups.writelock(__FUNCTION__, __LINE__);
  2220. if(spawn_location_groups.count(location_id) == 0)
  2221. spawn_location_groups[location_id] = new list<int32>();
  2222. spawn_location_groups[location_id]->push_back(group_id);
  2223. MSpawnLocationGroups.releasewritelock(__FUNCTION__, __LINE__);
  2224. MSpawnGroupAssociation.writelock(__FUNCTION__, __LINE__);
  2225. if(spawn_group_associations.count(group_id) == 0)
  2226. spawn_group_associations[group_id] = new set<int32>();
  2227. spawn_group_associations[group_id]->insert(group_id);
  2228. MSpawnGroupAssociation.releasewritelock(__FUNCTION__, __LINE__);
  2229. }
  2230. void ZoneServer::CallSpawnScript(Spawn* npc, int8 type, Spawn* spawn, const char* message){
  2231. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2232. if(!npc)
  2233. return;
  2234. const char* script = npc->GetSpawnScript();
  2235. if ( script == nullptr || strlen(script) < 1 )
  2236. {
  2237. if (npc->GetZone() != nullptr)
  2238. {
  2239. string tmpScript;
  2240. tmpScript.append("SpawnScripts/");
  2241. tmpScript.append(npc->GetZone()->GetZoneName());
  2242. tmpScript.append("/");
  2243. int count = 0;
  2244. for (int s = 0; s < strlen(npc->GetName()); s++)
  2245. {
  2246. if (isalnum(npc->GetName()[s]))
  2247. {
  2248. tmpScript += npc->GetName()[s];
  2249. count++;
  2250. }
  2251. }
  2252. tmpScript.append(".lua");
  2253. if (count < 1)
  2254. {
  2255. LogWrite(SPAWN__TRACE, 0, "Spawn", "Could not form script name %s..", __FUNCTION__);
  2256. }
  2257. else
  2258. {
  2259. struct stat buffer;
  2260. bool fileExists = (stat(tmpScript.c_str(), &buffer) == 0);
  2261. if (fileExists)
  2262. {
  2263. LogWrite(SPAWN__WARNING, 0, "Spawn", "No script file described in the database, overriding with SpawnScript at %s", (char*)tmpScript.c_str());
  2264. npc->SetSpawnScript(tmpScript);
  2265. script = npc->GetSpawnScript();
  2266. }
  2267. }
  2268. }
  2269. }
  2270. if(lua_interface && script){
  2271. switch(type){
  2272. case SPAWN_SCRIPT_SPAWN:{
  2273. lua_interface->RunSpawnScript(script, "spawn", npc);
  2274. break;
  2275. }
  2276. case SPAWN_SCRIPT_RESPAWN:{
  2277. lua_interface->RunSpawnScript(script, "respawn", npc);
  2278. break;
  2279. }
  2280. case SPAWN_SCRIPT_ATTACKED:{
  2281. lua_interface->RunSpawnScript(script, "attacked", npc, spawn);
  2282. break;
  2283. }
  2284. case SPAWN_SCRIPT_TARGETED:{
  2285. lua_interface->RunSpawnScript(script, "targeted", npc, spawn);
  2286. break;
  2287. }
  2288. case SPAWN_SCRIPT_HAILED:{
  2289. lua_interface->RunSpawnScript(script, "hailed", npc, spawn);
  2290. break;
  2291. }
  2292. case SPAWN_SCRIPT_HAILED_BUSY:{
  2293. lua_interface->RunSpawnScript(script, "hailed_busy", npc, spawn);
  2294. break;
  2295. }
  2296. case SPAWN_SCRIPT_DEATH:{
  2297. lua_interface->RunSpawnScript(script, "death", npc, spawn);
  2298. break;
  2299. }
  2300. case SPAWN_SCRIPT_KILLED:{
  2301. lua_interface->RunSpawnScript(script, "killed", npc, spawn);
  2302. break;
  2303. }
  2304. case SPAWN_SCRIPT_AGGRO:{
  2305. lua_interface->RunSpawnScript(script, "aggro", npc, spawn);
  2306. break;
  2307. }
  2308. case SPAWN_SCRIPT_HEALTHCHANGED:{
  2309. lua_interface->RunSpawnScript(script, "healthchanged", npc, spawn);
  2310. break;
  2311. }
  2312. case SPAWN_SCRIPT_RANDOMCHAT:{
  2313. lua_interface->RunSpawnScript(script, "randomchat", npc, 0, message);
  2314. break;
  2315. }
  2316. case SPAWN_SCRIPT_CUSTOM:
  2317. case SPAWN_SCRIPT_TIMER:
  2318. case SPAWN_SCRIPT_CONVERSATION:{
  2319. lua_interface->RunSpawnScript(script, message, npc, spawn);
  2320. break;
  2321. }
  2322. case SPAWN_SCRIPT_CASTED_ON: {
  2323. lua_interface->RunSpawnScript(script, "casted_on", npc, spawn, message);
  2324. break;
  2325. }
  2326. case SPAWN_SCRIPT_AUTO_ATTACK_TICK: {
  2327. lua_interface->RunSpawnScript(script, "auto_attack_tick", npc, spawn);
  2328. break;
  2329. }
  2330. case SPAWN_SCRIPT_COMBAT_RESET: {
  2331. lua_interface->RunSpawnScript(script, "CombatReset", npc);
  2332. break;
  2333. }
  2334. case SPAWN_SCRIPT_GROUP_DEAD: {
  2335. lua_interface->RunSpawnScript(script, "group_dead", npc, spawn);
  2336. break;
  2337. }
  2338. case SPAWN_SCRIPT_HEAR_SAY: {
  2339. lua_interface->RunSpawnScript(script, "hear_say", npc, spawn, message);
  2340. break;
  2341. }
  2342. case SPAWN_SCRIPT_PRESPAWN: {
  2343. lua_interface->RunSpawnScript(script, "prespawn", npc);
  2344. break;
  2345. }
  2346. }
  2347. }
  2348. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2349. }
  2350. void ZoneServer::DeleteTransporters() {
  2351. MTransportLocations.writelock(__FUNCTION__, __LINE__);
  2352. transporter_locations.clear(); //world takes care of actually deleting the data
  2353. MTransportLocations.releasewritelock(__FUNCTION__, __LINE__);
  2354. }
  2355. void ZoneServer::ReloadTransporters(){
  2356. MutexList<LocationTransportDestination*>* locations = GetLocationTransporters(GetZoneID());
  2357. if(locations){
  2358. MutexList<LocationTransportDestination*>::iterator itr = locations->begin();
  2359. while(itr.Next())
  2360. AddTransporter(itr->value);
  2361. }
  2362. }
  2363. void ZoneServer::CheckTransporters(Client* client) {
  2364. MTransportLocations.readlock(__FUNCTION__, __LINE__);
  2365. if(transporter_locations.size() > 0){
  2366. LocationTransportDestination* loc = 0;
  2367. list<LocationTransportDestination*>::iterator itr;
  2368. for (itr = transporter_locations.begin(); itr != transporter_locations.end(); itr++) {
  2369. loc = *itr;
  2370. if(client->GetPlayer()->GetDistance(loc->trigger_x, loc->trigger_y, loc->trigger_z) <= loc->trigger_radius){
  2371. if(loc->destination_zone_id == 0 || loc->destination_zone_id == GetZoneID()){
  2372. EQ2Packet* packet = client->GetPlayer()->Move(loc->destination_x, loc->destination_y, loc->destination_z, client->GetVersion());
  2373. if(packet)
  2374. client->QueuePacket(packet);
  2375. }
  2376. else{
  2377. ZoneServer* new_zone = zone_list.Get(loc->destination_zone_id);
  2378. if(new_zone){
  2379. client->GetPlayer()->SetX(loc->destination_x);
  2380. client->GetPlayer()->SetY(loc->destination_y);
  2381. client->GetPlayer()->SetZ(loc->destination_z);
  2382. client->GetPlayer()->SetHeading(loc->destination_heading);
  2383. client->Zone(new_zone, false);
  2384. }
  2385. }
  2386. break;
  2387. }
  2388. }
  2389. }
  2390. MTransportLocations.releasereadlock(__FUNCTION__, __LINE__);
  2391. }
  2392. void ZoneServer::AddTransporter(LocationTransportDestination* loc) {
  2393. MTransportLocations.writelock(__FUNCTION__, __LINE__);
  2394. transporter_locations.push_back(loc);
  2395. MTransportLocations.releasewritelock(__FUNCTION__, __LINE__);
  2396. }
  2397. Sign* ZoneServer::AddSignSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2398. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2399. Sign* sign = GetNewSign(spawnentry->spawn_id);
  2400. if(sign){
  2401. DeterminePosition(spawnlocation, sign);
  2402. sign->SetDatabaseID(spawnentry->spawn_id);
  2403. sign->SetSpawnLocationID(spawnentry->spawn_location_id);
  2404. sign->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2405. sign->SetRespawnTime(spawnentry->respawn);
  2406. sign->SetExpireTime(spawnentry->expire_time);
  2407. if (spawnentry->expire_time > 0)
  2408. AddSpawnExpireTimer(sign, spawnentry->expire_time, spawnentry->expire_offset);
  2409. SetSpawnScript(spawnentry, sign);
  2410. CallSpawnScript(sign, SPAWN_SCRIPT_PRESPAWN);
  2411. AddSpawn(sign);
  2412. }
  2413. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2414. return sign;
  2415. }
  2416. Widget* ZoneServer::AddWidgetSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2417. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2418. Widget* widget = GetNewWidget(spawnentry->spawn_id);
  2419. if(widget){
  2420. DeterminePosition(spawnlocation, widget);
  2421. widget->SetDatabaseID(spawnentry->spawn_id);
  2422. widget->SetSpawnLocationID(spawnentry->spawn_location_id);
  2423. widget->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2424. if(!widget->GetIncludeLocation()){
  2425. widget->SetX(widget->GetWidgetX());
  2426. if(widget->GetCloseY() != 0)
  2427. widget->SetY(widget->GetCloseY());
  2428. widget->SetZ(widget->GetWidgetZ());
  2429. }
  2430. widget->SetRespawnTime(spawnentry->respawn);
  2431. widget->SetExpireTime(spawnentry->expire_time);
  2432. widget->SetSpawnOrigHeading(widget->GetHeading());
  2433. if (spawnentry->expire_time > 0)
  2434. AddSpawnExpireTimer(widget, spawnentry->expire_time, spawnentry->expire_offset);
  2435. SetSpawnScript(spawnentry, widget);
  2436. CallSpawnScript(widget, SPAWN_SCRIPT_PRESPAWN);
  2437. AddSpawn(widget);
  2438. }
  2439. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2440. return widget;
  2441. }
  2442. Object* ZoneServer::AddObjectSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2443. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2444. Object* object = GetNewObject(spawnentry->spawn_id);
  2445. if(object){
  2446. DeterminePosition(spawnlocation, object);
  2447. object->SetDatabaseID(spawnentry->spawn_id);
  2448. object->SetSpawnLocationID(spawnentry->spawn_location_id);
  2449. object->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2450. object->SetRespawnTime(spawnentry->respawn);
  2451. object->SetExpireTime(spawnentry->expire_time);
  2452. if (spawnentry->expire_time > 0)
  2453. AddSpawnExpireTimer(object, spawnentry->expire_time, spawnentry->expire_offset);
  2454. SetSpawnScript(spawnentry, object);
  2455. CallSpawnScript(object, SPAWN_SCRIPT_PRESPAWN);
  2456. AddSpawn(object);
  2457. }
  2458. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2459. return object;
  2460. }
  2461. GroundSpawn* ZoneServer::AddGroundSpawn(SpawnLocation* spawnlocation, SpawnEntry* spawnentry){
  2462. LogWrite(SPAWN__TRACE, 0, "Spawn", "Enter %s", __FUNCTION__);
  2463. GroundSpawn* spawn = GetNewGroundSpawn(spawnentry->spawn_id);
  2464. if(spawn){
  2465. DeterminePosition(spawnlocation, spawn);
  2466. spawn->SetDatabaseID(spawnentry->spawn_id);
  2467. spawn->SetSpawnLocationID(spawnentry->spawn_location_id);
  2468. spawn->SetSpawnEntryID(spawnentry->spawn_entry_id);
  2469. spawn->SetRespawnTime(spawnentry->respawn);
  2470. spawn->SetExpireTime(spawnentry->expire_time);
  2471. if (spawnentry->expire_time > 0)
  2472. AddSpawnExpireTimer(spawn, spawnentry->expire_time, spawnentry->expire_offset);
  2473. SetSpawnScript(spawnentry, spawn);
  2474. CallSpawnScript(spawn, SPAWN_SCRIPT_PRESPAWN);
  2475. AddSpawn(spawn);
  2476. }
  2477. LogWrite(SPAWN__TRACE, 0, "Spawn", "Exit %s", __FUNCTION__);
  2478. return spawn;
  2479. }
  2480. void ZoneServer::AddSpawn(Spawn* spawn) {
  2481. spawn->SetZone(this);
  2482. spawn->position_changed = false;
  2483. spawn->info_changed = false;
  2484. spawn->vis_changed = false;
  2485. spawn->changed = false;
  2486. if(!spawn->IsPlayer() || (spawn->IsPlayer() && !((Player*)spawn)->IsReturningFromLD())) {
  2487. // Write locking the spawn list here will cause deadlocks, so instead add it to a temp list that the
  2488. // main spawn thread will put into the spawn_list when ever it has a chance.
  2489. MPendingSpawnListAdd.writelock(__FUNCTION__, __LINE__);
  2490. pending_spawn_list_add.push_back(spawn);
  2491. MPendingSpawnListAdd.releasewritelock(__FUNCTION__, __LINE__);
  2492. }
  2493. else
  2494. ((Player*)spawn)->SetReturningFromLD(false);
  2495. spawn_range.Trigger();
  2496. spawn_check_add.Trigger();
  2497. if(spawn->IsNPC())
  2498. AddEnemyList((NPC*)spawn);
  2499. if(spawn->IsPlayer() && ((Player*)spawn)->GetGroupMemberInfo())
  2500. world.GetGroupManager()->SendGroupUpdate(((Player*)spawn)->GetGroupMemberInfo()->group_id, GetClientBySpawn(spawn));
  2501. if (spawn->IsPlayer()) {
  2502. ((Player*)spawn)->GetInfoStruct()->rain = rain;
  2503. ((Player*)spawn)->SetCharSheetChanged(true);
  2504. }
  2505. if (Grid != nullptr) {
  2506. Grid->AddSpawn(spawn);
  2507. }
  2508. if (movementMgr != nullptr && spawn->IsEntity()) {
  2509. movementMgr->AddMob((Entity*)spawn);
  2510. }
  2511. AddSpawnProximities(spawn);
  2512. spawn->SetAddedToWorldTimestamp(Timer::GetCurrentTime2());
  2513. }
  2514. void ZoneServer::AddClient(Client* client){
  2515. MClientList.writelock(__FUNCTION__, __LINE__);
  2516. clients.push_back(client);
  2517. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  2518. connected_clients.Add(client);
  2519. }
  2520. void ZoneServer::RemoveClient(Client* client)
  2521. {
  2522. Guild *guild;
  2523. if(client)
  2524. {
  2525. if (client->GetPlayer())
  2526. client_list.RemovePlayerFromInvisHistory(client->GetPlayer()->GetID());
  2527. LogWrite(ZONE__DEBUG, 0, "Zone", "Sending login equipment appearance updates...");
  2528. loginserver.SendImmediateEquipmentUpdatesForChar(client->GetPlayer()->GetCharacterID());
  2529. if (!client->IsZoning())
  2530. {
  2531. if ((guild = client->GetPlayer()->GetGuild()) != NULL)
  2532. guild->GuildMemberLogoff(client->GetPlayer());
  2533. chat.LeaveAllChannels(client);
  2534. }
  2535. int32 LD_Timer = rule_manager.GetGlobalRule(R_World, LinkDeadTimer)->GetInt32();
  2536. int32 DisconnectClientTimer = rule_manager.GetGlobalRule(R_World, RemoveDisconnectedClientsTimer)->GetInt32();
  2537. if(!zoneShuttingDown && !client->IsZoning())
  2538. {
  2539. GroupMemberInfo* gmi = client->GetPlayer()->GetGroupMemberInfo();
  2540. if (gmi) {
  2541. int32 size = world.GetGroupManager()->GetGroupSize(gmi->group_id);
  2542. if (size > 1) {
  2543. bool send_left_message = size > 2;
  2544. world.GetGroupManager()->RemoveGroupMember(gmi->group_id, client->GetPlayer());
  2545. if (send_left_message)
  2546. world.GetGroupManager()->GroupMessage(gmi->group_id, "%s has left the group.", client->GetPlayer()->GetName());
  2547. }
  2548. }
  2549. if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_LINKDEAD) > 0)
  2550. {
  2551. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to LD/Exit...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  2552. //AddDelayedSpawnRemove(client->GetPlayer(), LD_Timer);
  2553. //connected_clients.Remove(client, true, LD_Timer + DisconnectClientTimer);
  2554. }
  2555. else
  2556. {
  2557. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to Camp/Quit...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  2558. }
  2559. client->GetPlayer()->DismissPet((NPC*)client->GetPlayer()->GetPet());
  2560. client->GetPlayer()->DismissPet((NPC*)client->GetPlayer()->GetCharmedPet());
  2561. client->GetPlayer()->DismissPet((NPC*)client->GetPlayer()->GetDeityPet());
  2562. client->GetPlayer()->DismissPet((NPC*)client->GetPlayer()->GetCosmeticPet());
  2563. //}
  2564. }
  2565. else
  2566. {
  2567. LogWrite(ZONE__DEBUG, 0, "Zone", "Removing client '%s' (%u) due to some client zoning...", client->GetPlayer()->GetName(), client->GetPlayer()->GetCharacterID());
  2568. }
  2569. map<int32, int32>::iterator itr;
  2570. for (itr = client->GetPlayer()->SpawnedBots.begin(); itr != client->GetPlayer()->SpawnedBots.end(); itr++) {
  2571. Spawn* spawn = GetSpawnByID(itr->second);
  2572. if (spawn && spawn->IsBot())
  2573. ((Bot*)spawn)->Camp();
  2574. }
  2575. LogWrite(ZONE__DEBUG, 0, "Zone", "Calling clients.Remove(client)...");
  2576. MClientList.writelock(__FUNCTION__, __LINE__);
  2577. clients.erase(find(clients.begin(), clients.end(), client));
  2578. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  2579. LogWrite(ZONE__INFO, 0, "Zone", "Scheduling client '%s' for removal.", client->GetPlayer()->GetName());
  2580. LogWrite(MISC__TODO, 1, "TODO", "Put Player Online Status updates in a timer eventually\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  2581. database.ToggleCharacterOnline(client, 0);
  2582. RemoveSpawn(false, client->GetPlayer(), false);
  2583. connected_clients.Remove(client, true, DisconnectClientTimer); // changed from a hardcoded 30000 (30 sec) to the DisconnectClientTimer rule
  2584. }
  2585. }
  2586. void ZoneServer::RemoveClientImmediately(Client* client) {
  2587. Guild *guild;
  2588. if(client)
  2589. {
  2590. loginserver.SendImmediateEquipmentUpdatesForChar(client->GetPlayer()->GetCharacterID());
  2591. if(connected_clients.count(client) > 0)
  2592. {
  2593. if (!client->IsZoning() && (guild = client->GetPlayer()->GetGuild()))
  2594. guild->GuildMemberLogoff(client->GetPlayer());
  2595. MClientList.writelock(__FUNCTION__, __LINE__);
  2596. std::vector<Client*>::iterator itr = find(clients.begin(), clients.end(), client);
  2597. if (itr != clients.end())
  2598. clients.erase(itr);
  2599. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  2600. //clients.Remove(client);
  2601. LogWrite(ZONE__INFO, 0, "Zone", "Removing connection for client '%s'.", client->GetPlayer()->GetName());
  2602. connected_clients.Remove(client, true);
  2603. }
  2604. else
  2605. {
  2606. MClientList.writelock(__FUNCTION__, __LINE__);
  2607. std::vector<Client*>::iterator itr = find(clients.begin(), clients.end(), client);
  2608. if (itr != clients.end())
  2609. clients.erase(itr);
  2610. MClientList.releasewritelock(__FUNCTION__, __LINE__);
  2611. //clients.Remove(client, true);
  2612. }
  2613. LogWrite(MISC__TODO, 1, "TODO", "Put Player Online Status updates in a timer eventually\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  2614. database.ToggleCharacterOnline(client, 0);
  2615. }
  2616. }
  2617. void ZoneServer::ClientProcess()
  2618. {
  2619. if(connected_clients.size(true) == 0)
  2620. {
  2621. if(!IsCityZone() && !AlwaysLoaded() && !shutdownTimer.Enabled())
  2622. {
  2623. LogWrite(ZONE__INFO, 0, "Zone", "Starting zone shutdown timers...");
  2624. shutdownTimer.Start();
  2625. }
  2626. return;
  2627. }
  2628. shutdownTimer.Disable();
  2629. Client* client = 0;
  2630. MutexList<Client*>::iterator iterator = connected_clients.begin();
  2631. while(iterator.Next())
  2632. {
  2633. client = iterator->value;
  2634. #ifndef NO_CATCH
  2635. try
  2636. {
  2637. #endif
  2638. if(zoneShuttingDown || !client->Process(true))
  2639. {
  2640. if(!zoneShuttingDown && !client->IsZoning())
  2641. {
  2642. LogWrite(ZONE__DEBUG, 0, "Zone", "Client is disconnecting in %s (camping = %s)", __FUNCTION__, (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0 ? "false" : "true");
  2643. if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0 )
  2644. {
  2645. //only set LD flag if we're disconnecting but not camping/quitting
  2646. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_LINKDEAD);
  2647. if(client->GetPlayer()->GetGroupMemberInfo())
  2648. {
  2649. LogWrite(ZONE__DEBUG, 0, "Zone", "Telling client's group they are disconnecting");
  2650. world.GetGroupManager()->GroupMessage(client->GetPlayer()->GetGroupMemberInfo()->group_id, "%s has gone Linkdead.", client->GetPlayer()->GetName());
  2651. }
  2652. }
  2653. }
  2654. client_spawn_map.Put(client->GetPlayer(), 0);
  2655. client->Disconnect();
  2656. RemoveClient(client);
  2657. }
  2658. #ifndef NO_CATCH
  2659. }
  2660. catch(...)
  2661. {
  2662. LogWrite(ZONE__ERROR, 0, "Zone", "Exception caught when in ZoneServer::ClientProcess() for zone '%s'!\n%s, %i", GetZoneName(), __FUNCTION__, __LINE__);
  2663. try{
  2664. if(!client->IsZoning())
  2665. {
  2666. if( (client->GetPlayer()->GetActivityStatus() & ACTIVITY_STATUS_CAMPING) == 0 )
  2667. {
  2668. client->GetPlayer()->SetActivityStatus(client->GetPlayer()->GetActivityStatus() + ACTIVITY_STATUS_LINKDEAD);
  2669. if(client->GetPlayer()->GetGroupMemberInfo())
  2670. world.GetGroupManager()->GroupMessage(client->GetPlayer()->GetGroupMemberInfo()->group_id, "%s has gone Linkdead.", client->GetPlayer()->GetName());
  2671. }
  2672. }
  2673. client_spawn_map.Put(client->GetPlayer(), 0);
  2674. client->Disconnect();
  2675. RemoveClient(client);
  2676. }
  2677. catch(...){
  2678. LogWrite(ZONE__ERROR, 0, "Zone", "Exception caught when in ZoneServer::ClientProcess(), second try\n%s, %i", __FUNCTION__, __LINE__);
  2679. }
  2680. }
  2681. #endif
  2682. }
  2683. }
  2684. void ZoneServer::SimpleMessage(int8 type, const char* message, Spawn* from, float distance){
  2685. Client* client = 0;
  2686. vector<Client*>::iterator client_itr;
  2687. MClientList.readlock(__FUNCTION__, __LINE__);
  2688. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2689. client = *client_itr;
  2690. if(from && client && client->IsConnected() && from->GetDistance(client->GetPlayer()) <= distance){
  2691. client->SimpleMessage(type, message);
  2692. }
  2693. }
  2694. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2695. }
  2696. 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){
  2697. if((!distance || from->GetDistance(client->GetPlayer()) <= distance) && (!from || !client->GetPlayer()->IsIgnored(from->GetName()))){
  2698. PacketStruct* packet = configReader.getStruct("WS_HearChat", client->GetVersion());
  2699. if(packet){
  2700. if(from)
  2701. packet->setMediumStringByName("from", from->GetName());
  2702. if(client->GetPlayer() != from)
  2703. packet->setMediumStringByName("to", client->GetPlayer()->GetName());
  2704. packet->setDataByName("channel", channel);
  2705. if(from && ((from == client->GetPlayer()) || (client->GetPlayer()->WasSentSpawn(from->GetID()) && !client->GetPlayer()->WasSpawnRemoved(from))))
  2706. packet->setDataByName("from_spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(from));
  2707. else
  2708. packet->setDataByName("from_spawn_id", 0xFFFFFFFF);
  2709. packet->setDataByName("to_spawn_id", 0xFFFFFFFF);
  2710. packet->setMediumStringByName("message", message);
  2711. packet->setDataByName("language", language);
  2712. if (language > 0 && !client->GetPlayer()->HasLanguage(language))
  2713. packet->setDataByName("understood", 0);
  2714. else
  2715. packet->setDataByName("understood", 1);
  2716. show_bubble == true ? packet->setDataByName("show_bubble", 1) : packet->setDataByName("show_bubble", 0);
  2717. if(channel_name)
  2718. packet->setMediumStringByName("channel_name", channel_name);
  2719. client->QueuePacket(packet->serialize());
  2720. safe_delete(packet);
  2721. }
  2722. }
  2723. }
  2724. void ZoneServer::HandleChatMessage(Spawn* from, const char* to, int16 channel, const char* message, float distance, const char* channel_name, bool show_bubble, int32 language){
  2725. vector<Client*>::iterator client_itr;
  2726. Client* client = 0;
  2727. MClientList.readlock(__FUNCTION__, __LINE__);
  2728. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2729. client = *client_itr;
  2730. if(client && client->IsConnected())
  2731. HandleChatMessage(client, from, to, channel, message, distance, channel_name, show_bubble, language);
  2732. }
  2733. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2734. }
  2735. void ZoneServer::HandleBroadcast(const char* message) {
  2736. vector<Client*>::iterator client_itr;
  2737. Client* client = 0;
  2738. MClientList.readlock(__FUNCTION__, __LINE__);
  2739. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2740. client = *client_itr;
  2741. if(client && client->IsConnected())
  2742. client->SimpleMessage(CHANNEL_BROADCAST, message);
  2743. }
  2744. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2745. }
  2746. void ZoneServer::HandleAnnouncement(const char* message) {
  2747. vector<Client*>::iterator client_itr;
  2748. Client* client = 0;
  2749. int32 words = ::CountWordsInString(message);
  2750. if (words < 5)
  2751. words = 5;
  2752. MClientList.readlock(__FUNCTION__, __LINE__);
  2753. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2754. client = *client_itr;
  2755. if(client && client->IsConnected()) {
  2756. client->SimpleMessage(CHANNEL_BROADCAST, message);
  2757. client->SendPopupMessage(10, message, "ui_harvest_normal", words, 0xFF, 0xFF, 0x00);
  2758. }
  2759. }
  2760. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2761. }
  2762. void ZoneServer::SendTimeUpdate(Client* client){
  2763. if(client){
  2764. PacketStruct* packet = world.GetWorldTime(client->GetVersion());
  2765. if(packet){
  2766. client->QueuePacket(packet->serialize());
  2767. safe_delete(packet);
  2768. }
  2769. }
  2770. }
  2771. void ZoneServer::SendTimeUpdateToAllClients(){
  2772. Client* client = 0;
  2773. vector<Client*>::iterator client_itr;
  2774. MClientList.readlock(__FUNCTION__, __LINE__);
  2775. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2776. client = *client_itr;
  2777. if(client && client->IsConnected())
  2778. SendTimeUpdate(client);
  2779. }
  2780. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2781. }
  2782. void ZoneServer::UpdateVitality(float amount){
  2783. Client* client = 0;
  2784. vector<Client*>::iterator client_itr;
  2785. MClientList.readlock(__FUNCTION__, __LINE__);
  2786. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2787. client = *client_itr;
  2788. if(client && client->GetPlayer()->GetInfoStruct()->xp_vitality < 100){
  2789. if((client->GetPlayer()->GetInfoStruct()->xp_vitality + amount) > 100)
  2790. client->GetPlayer()->GetInfoStruct()->xp_vitality = 100;
  2791. else
  2792. client->GetPlayer()->GetInfoStruct()->xp_vitality += amount;
  2793. client->GetPlayer()->SetCharSheetChanged(true);
  2794. }
  2795. }
  2796. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2797. }
  2798. void ZoneServer::SendSpawn(Spawn* spawn, Client* client){
  2799. EQ2Packet* outapp = spawn->serialize(client->GetPlayer(), client->GetVersion());
  2800. LogWrite(ZONE__DEBUG, 7, "Zone", "%s: Processing SendSpawn for spawn index %u (%s)...", client->GetPlayer()->GetName(), client->GetPlayer()->GetIndexForSpawn(spawn), spawn->GetName());
  2801. if(outapp)
  2802. client->QueuePacket(outapp);
  2803. /*
  2804. vis flags:
  2805. 2 = show icon
  2806. 4 = targetable
  2807. 16 = show name
  2808. 32 = show level/border
  2809. activity_status:
  2810. 4 - linkdead
  2811. 8 - camping
  2812. 16 - LFG
  2813. 32 - LFW
  2814. 2048 - mentoring
  2815. 4096 - displays shield
  2816. 8192 - immunity gained
  2817. 16384 - immunity remaining
  2818. attackable_status
  2819. 1 - no_hp_bar
  2820. 4 - not attackable
  2821. npc_con
  2822. -4 = scowls
  2823. -3 = threatening
  2824. -2 = dubiously
  2825. -1 = apprehensively
  2826. 0 = indifferent
  2827. 1 = amiably
  2828. 2 = kindly
  2829. 3 = warmly
  2830. 4 = ally
  2831. quest_flag
  2832. 1 = new quest
  2833. 2 = update and new quest
  2834. 3 = update
  2835. */
  2836. }
  2837. Client* ZoneServer::GetClientBySpawn(Spawn* spawn){
  2838. return client_spawn_map.Get(spawn);
  2839. }
  2840. Client* ZoneServer::GetClientByName(char* name) {
  2841. Client* ret = 0;
  2842. vector<Client*>::iterator itr;
  2843. MClientList.readlock(__FUNCTION__, __LINE__);
  2844. for (itr = clients.begin(); itr != clients.end(); itr++) {
  2845. if ((*itr)->GetPlayer()) {
  2846. if (strncmp((*itr)->GetPlayer()->GetName(), name, strlen(name)) == 0) {
  2847. ret = *itr;
  2848. break;
  2849. }
  2850. }
  2851. }
  2852. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2853. return ret;
  2854. }
  2855. void ZoneServer::AddMovementNPC(Spawn* spawn){
  2856. if (spawn)
  2857. movement_spawns.Put(spawn->GetID(), 1);
  2858. }
  2859. void ZoneServer::RemoveMovementNPC(Spawn* spawn){
  2860. if (spawn)
  2861. remove_movement_spawns.Add(spawn->GetID());
  2862. }
  2863. void ZoneServer::PlayFlavor(Client* client, Spawn* spawn, const char* mp3, const char* text, const char* emote, int32 key1, int32 key2, int8 language){
  2864. if(!client || !spawn)
  2865. return;
  2866. PacketStruct* packet = configReader.getStruct("WS_PlayFlavor", client->GetVersion());
  2867. if(packet){
  2868. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  2869. packet->setDataByName("unknown1", 0xFFFFFFFF);
  2870. packet->setDataByName("unknown5", 1, 1);
  2871. packet->setDataByName("unknown5", 1, 6);
  2872. if(mp3){
  2873. packet->setMediumStringByName("mp3", mp3);
  2874. packet->setDataByName("key", key1);
  2875. packet->setDataByName("key", key2, 1);
  2876. }
  2877. packet->setMediumStringByName("name", spawn->GetName());
  2878. if(text)
  2879. packet->setMediumStringByName("text", text);
  2880. if(emote)
  2881. packet->setMediumStringByName("emote", emote);
  2882. if (language != 0)
  2883. packet->setDataByName("language", language);
  2884. //We should probably add Common = language id 0 or 0xFF so admins can customize more..
  2885. if (language == 0 || client->GetPlayer()->HasLanguage(language))
  2886. packet->setDataByName("understood", 1);
  2887. EQ2Packet* app = packet->serialize();
  2888. //DumpPacket(app);
  2889. client->QueuePacket(app);
  2890. safe_delete(packet);
  2891. }
  2892. }
  2893. void ZoneServer::PlayVoice(Client* client, Spawn* spawn, const char* mp3, int32 key1, int32 key2){
  2894. if(!client || !spawn)
  2895. return;
  2896. PacketStruct* packet = configReader.getStruct("WS_PlayVoice", client->GetVersion());
  2897. if(packet){
  2898. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  2899. packet->setMediumStringByName("mp3", mp3);
  2900. packet->setDataByName("key", key1);
  2901. packet->setDataByName("key", key2, 1);
  2902. client->QueuePacket(packet->serialize());
  2903. safe_delete(packet);
  2904. }
  2905. }
  2906. void ZoneServer::PlayFlavor(Spawn* spawn, const char* mp3, const char* text, const char* emote, int32 key1, int32 key2, int8 language){
  2907. if(!spawn)
  2908. return;
  2909. Client* client = 0;
  2910. vector<Client*>::iterator client_itr;
  2911. MClientList.readlock(__FUNCTION__, __LINE__);
  2912. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2913. client = *client_itr;
  2914. if(!client || !client->IsConnected() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->WasSpawnRemoved(spawn) || client->GetPlayer()->GetDistance(spawn) > 30)
  2915. continue;
  2916. PlayFlavor(client, spawn, mp3, text, emote, key1, key2, language);
  2917. }
  2918. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2919. }
  2920. void ZoneServer::PlayVoice(Spawn* spawn, const char* mp3, int32 key1, int32 key2){
  2921. if(!spawn || !mp3)
  2922. return;
  2923. Client* client = 0;
  2924. vector<Client*>::iterator client_itr;
  2925. MClientList.readlock(__FUNCTION__, __LINE__);
  2926. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2927. client = *client_itr;
  2928. if(!client || !client->IsConnected() || !client->GetPlayer()->WasSentSpawn(spawn->GetID()) || client->GetPlayer()->WasSpawnRemoved(spawn))
  2929. continue;
  2930. PlayVoice(client, spawn, mp3, key1, key2);
  2931. }
  2932. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2933. }
  2934. void ZoneServer::PlaySoundFile(Client* client, const char* name, float origin_x, float origin_y, float origin_z){
  2935. if(!name)
  2936. return;
  2937. PacketStruct* packet = 0;
  2938. if(client){
  2939. packet = configReader.getStruct("WS_Play3DSound", client->GetVersion());
  2940. if(packet){
  2941. packet->setMediumStringByName("name", name);
  2942. packet->setDataByName("x", origin_x);
  2943. packet->setDataByName("y", origin_y);
  2944. packet->setDataByName("z", origin_z);
  2945. packet->setDataByName("unknown1", 1);
  2946. packet->setDataByName("unknown2", 2.5);
  2947. packet->setDataByName("unknown3", 15);
  2948. client->QueuePacket(packet->serialize());
  2949. safe_delete(packet);
  2950. }
  2951. }
  2952. else{
  2953. EQ2Packet* outapp = 0;
  2954. int16 packet_version = 0;
  2955. vector<Client*>::iterator client_itr;
  2956. MClientList.readlock(__FUNCTION__, __LINE__);
  2957. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  2958. client = *client_itr;
  2959. if(client && (!packet || packet_version != client->GetVersion())){
  2960. safe_delete(packet);
  2961. safe_delete(outapp);
  2962. packet_version = client->GetVersion();
  2963. packet = configReader.getStruct("WS_Play3DSound", packet_version);
  2964. if(packet){
  2965. packet->setMediumStringByName("name", name);
  2966. packet->setDataByName("x", origin_x);
  2967. packet->setDataByName("y", origin_y);
  2968. packet->setDataByName("z", origin_z);
  2969. packet->setDataByName("unknown1", 1);
  2970. packet->setDataByName("unknown2", 2.5);
  2971. packet->setDataByName("unknown3", 15);
  2972. outapp = packet->serialize();
  2973. }
  2974. }
  2975. if(outapp && client && client->IsConnected())
  2976. client->QueuePacket(outapp->Copy());
  2977. }
  2978. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  2979. safe_delete(packet);
  2980. safe_delete(outapp);
  2981. }
  2982. }
  2983. void ZoneServer::AddHeadingTimer(Spawn* spawn){
  2984. heading_timers.Put(spawn, Timer::GetCurrentTime2() + 30000);
  2985. }
  2986. void ZoneServer::RemoveHeadingTimer(Spawn* spawn){
  2987. heading_timers.erase(spawn);
  2988. }
  2989. void ZoneServer::CheckHeadingTimers(){
  2990. if(heading_timers.size() > 0){
  2991. MutexMap<Spawn*, int32>::iterator itr = heading_timers.begin();
  2992. Spawn* spawn = 0;
  2993. int32 current_time = Timer::GetCurrentTime2();
  2994. while(itr.Next()){
  2995. if(current_time >= itr->second){
  2996. spawn = itr->first;
  2997. spawn->SetHeading(spawn->GetSpawnOrigHeading());
  2998. spawn->SetTempActionState(-1);
  2999. heading_timers.erase(itr->first);
  3000. }
  3001. }
  3002. }
  3003. }
  3004. bool ZoneServer::HasWidgetTimer(Spawn* widget){
  3005. bool ret = false;
  3006. if (widget) {
  3007. int32 id = widget->GetID();
  3008. map<int32, int32>::iterator itr;
  3009. MWidgetTimers.readlock(__FUNCTION__, __LINE__);
  3010. for (itr = widget_timers.begin(); itr != widget_timers.end(); itr++) {
  3011. if(itr->first == id){
  3012. ret = true;
  3013. break;
  3014. }
  3015. }
  3016. MWidgetTimers.releasereadlock(__FUNCTION__, __LINE__);
  3017. }
  3018. return ret;
  3019. }
  3020. void ZoneServer::CheckWidgetTimers(){
  3021. vector<int32> remove_list;
  3022. map<int32, int32>::iterator itr;
  3023. MWidgetTimers.readlock(__FUNCTION__, __LINE__);
  3024. for (itr = widget_timers.begin(); itr != widget_timers.end(); itr++) {
  3025. if(Timer::GetCurrentTime2() >= itr->second){
  3026. /*Spawn* widget = GetSpawnByID(itr->first);
  3027. if (widget && widget->IsWidget())
  3028. ((Widget*)widget)->HandleTimerUpdate();*/
  3029. remove_list.push_back(itr->first);
  3030. }
  3031. }
  3032. MWidgetTimers.releasereadlock(__FUNCTION__, __LINE__);
  3033. for (int32 i = 0; i < remove_list.size(); i++) {
  3034. Spawn* widget = GetSpawnByID(remove_list[i]);
  3035. if (widget && widget->IsWidget())
  3036. ((Widget*)widget)->HandleTimerUpdate();
  3037. }
  3038. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  3039. for(int32 i=0;i<remove_list.size(); i++)
  3040. widget_timers.erase(remove_list[i]);
  3041. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  3042. }
  3043. void ZoneServer::AddWidgetTimer(Spawn* widget, float time) {
  3044. if (widget && widget->IsWidget()) {
  3045. MWidgetTimers.writelock(__FUNCTION__, __LINE__);
  3046. widget_timers[widget->GetID()] = ((int32)(time * 1000)) + Timer::GetCurrentTime2();
  3047. MWidgetTimers.releasewritelock(__FUNCTION__, __LINE__);
  3048. }
  3049. }
  3050. Spawn* ZoneServer::GetSpawnGroup(int32 id){
  3051. Spawn* ret = 0;
  3052. Spawn* spawn = 0;
  3053. map<int32, Spawn*>::iterator itr;
  3054. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3055. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3056. spawn = itr->second;
  3057. if(spawn){
  3058. if(spawn->GetSpawnGroupID() == id){
  3059. ret = spawn;
  3060. break;
  3061. }
  3062. }
  3063. }
  3064. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3065. return ret;
  3066. }
  3067. Spawn* ZoneServer::GetSpawnByLocationID(int32 location_id) {
  3068. Spawn* ret = 0;
  3069. Spawn* current_spawn = 0;
  3070. map<int32, Spawn*>::iterator itr;
  3071. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3072. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3073. current_spawn = itr->second;
  3074. if (current_spawn && current_spawn->GetSpawnLocationID() == location_id) {
  3075. ret = current_spawn;
  3076. break;
  3077. }
  3078. }
  3079. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3080. return ret;
  3081. }
  3082. Spawn* ZoneServer::GetSpawnByDatabaseID(int32 id){
  3083. Spawn* ret = 0;
  3084. if(quick_database_id_lookup.count(id) > 0)
  3085. ret = GetSpawnByID(quick_database_id_lookup.Get(id));
  3086. else{
  3087. Spawn* spawn = 0;
  3088. map<int32, Spawn*>::iterator itr;
  3089. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3090. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++){
  3091. spawn = itr->second;
  3092. if(spawn){
  3093. if(spawn->GetDatabaseID() == id){
  3094. quick_database_id_lookup.Put(id, spawn->GetID());
  3095. ret = spawn;
  3096. break;
  3097. }
  3098. }
  3099. }
  3100. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3101. }
  3102. return ret;
  3103. }
  3104. Spawn* ZoneServer::GetSpawnByID(int32 id, bool spawnListLocked) {
  3105. Spawn* ret = 0;
  3106. if (!spawnListLocked )
  3107. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3108. if (spawn_list.count(id) > 0)
  3109. ret = spawn_list[id];
  3110. if (!spawnListLocked)
  3111. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3112. return ret;
  3113. }
  3114. bool ZoneServer::SendRemoveSpawn(Client* client, Spawn* spawn, PacketStruct* packet, bool delete_spawn)
  3115. {
  3116. if(!client || !spawn)
  3117. return false;
  3118. int16 index = client->GetPlayer()->GetIndexForSpawn(spawn);
  3119. int32 cur_id = client->GetPlayer()->GetIDWithPlayerSpawn(spawn);
  3120. bool wasRemoved = client->GetPlayer()->WasSpawnRemoved(spawn);
  3121. 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);
  3122. if(packet && index > 0 && !wasRemoved)
  3123. {
  3124. packet->setDataByName("spawn_index", index);
  3125. client->GetPlayer()->GetPlayerSpawnMap()->erase(index);
  3126. client->GetPlayer()->GetPlayerSpawnIndexMap()->erase(spawn);
  3127. client->GetPlayer()->player_spawn_id_map.erase(cur_id);
  3128. client->GetPlayer()->player_spawn_reverse_id_map.erase(spawn);
  3129. client->GetPlayer()->RemoveSpawn(spawn); // sets it as removed
  3130. if(delete_spawn)
  3131. packet->setDataByName("delete", 1);
  3132. client->QueuePacket(packet->serialize());
  3133. return true;
  3134. }
  3135. return false;
  3136. }
  3137. void ZoneServer::SetSpawnCommand(Spawn* spawn, int8 type, char* value, Client* client){
  3138. //commands
  3139. LogWrite(MISC__TODO, 1, "TODO", "%s does nothing!\n%s, %i", __FUNCTION__, __FILE__, __LINE__);
  3140. }
  3141. void ZoneServer::SetSpawnCommand(int32 spawn_id, int8 type, char* value, Client* client){
  3142. LogWrite(MISC__TODO, 1, "TODO", "%s does nothing!\n%s, %i", __FUNCTION__, __FILE__, __LINE__);
  3143. }
  3144. void ZoneServer::ApplySetSpawnCommand(Client* client, Spawn* target, int8 type, char* value){
  3145. // 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
  3146. // location values (x, y, z, heading, grid) for all spawns in the zone with the same DB ID, only the targeted spawn
  3147. if(type == SPAWN_SET_VALUE_SPAWNENTRY_SCRIPT || type == SPAWN_SET_VALUE_SPAWNLOCATION_SCRIPT || (type >= SPAWN_SET_VALUE_X && type <= SPAWN_SET_VALUE_LOCATION) ||
  3148. type == SPAWN_SET_VALUE_PITCH || type == SPAWN_SET_VALUE_ROLL)
  3149. return;
  3150. Spawn* tmp = 0;
  3151. if(target->IsNPC())
  3152. tmp = GetNPC(target->GetDatabaseID());
  3153. else if(target->IsObject())
  3154. tmp = GetObject(target->GetDatabaseID());
  3155. else if(target->IsGroundSpawn())
  3156. tmp = GetGroundSpawn(target->GetDatabaseID());
  3157. else if(target->IsSign())
  3158. tmp = GetSign(target->GetDatabaseID());
  3159. else if(target->IsWidget())
  3160. tmp = GetWidget(target->GetDatabaseID());
  3161. if(tmp && type == SPAWN_SET_VALUE_SPAWN_SCRIPT)
  3162. tmp->SetSpawnScript(value);
  3163. else if(tmp)
  3164. commands.SetSpawnCommand(client, tmp, type, value); // set the master spawn
  3165. Spawn* spawn = 0;
  3166. // this check needs to be here otherwise every spawn with 0 will be set
  3167. if ( target->GetDatabaseID ( ) > 0 )
  3168. {
  3169. map<int32, Spawn*>::iterator itr;
  3170. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3171. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3172. spawn = itr->second;
  3173. if(spawn && spawn->GetDatabaseID() == target->GetDatabaseID()){
  3174. if(type == SPAWN_SET_VALUE_SPAWN_SCRIPT)
  3175. spawn->SetSpawnScript(value);
  3176. else
  3177. commands.SetSpawnCommand(client, spawn, type, value);
  3178. }
  3179. }
  3180. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3181. }
  3182. }
  3183. void ZoneServer::DeleteSpawnScriptTimers(Spawn* spawn, bool all){
  3184. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3185. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3186. if(spawn_script_timers.size() > 0){
  3187. set<SpawnScriptTimer*>::iterator itr;
  3188. SpawnScriptTimer* timer = 0;
  3189. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); itr++) {
  3190. timer = *itr;
  3191. if((all || timer->spawn == spawn->GetID()) && remove_spawn_script_timers_list.count(timer) == 0)
  3192. remove_spawn_script_timers_list.insert(timer);
  3193. }
  3194. if(all)
  3195. spawn_script_timers.clear();
  3196. }
  3197. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3198. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3199. }
  3200. void ZoneServer::DeleteSpawnScriptTimers() {
  3201. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3202. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3203. if(remove_spawn_script_timers_list.size() > 0){
  3204. set<SpawnScriptTimer*>::iterator itr;
  3205. SpawnScriptTimer* timer = 0;
  3206. for (itr = remove_spawn_script_timers_list.begin(); itr != remove_spawn_script_timers_list.end(); itr++) {
  3207. timer = *itr;
  3208. spawn_script_timers.erase(timer);
  3209. safe_delete(timer);
  3210. }
  3211. remove_spawn_script_timers_list.clear();
  3212. }
  3213. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3214. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3215. }
  3216. void ZoneServer::CheckSpawnScriptTimers(){
  3217. DeleteSpawnScriptTimers();
  3218. SpawnScriptTimer* timer = 0;
  3219. vector<SpawnScriptTimer*> call_timers;
  3220. MSpawnScriptTimers.readlock(__FUNCTION__, __LINE__);
  3221. MRemoveSpawnScriptTimersList.writelock(__FUNCTION__, __LINE__);
  3222. if(spawn_script_timers.size() > 0){
  3223. int32 current_time = Timer::GetCurrentTime2();
  3224. set<SpawnScriptTimer*>::iterator itr;
  3225. for (itr = spawn_script_timers.begin(); itr != spawn_script_timers.end(); itr++) {
  3226. timer = *itr;
  3227. if(timer->current_count < timer->max_count && current_time >= timer->timer){
  3228. timer->current_count++;
  3229. call_timers.push_back(timer);
  3230. }
  3231. if(timer->current_count >= timer->max_count && remove_spawn_script_timers_list.count(timer) == 0)
  3232. remove_spawn_script_timers_list.insert(timer);
  3233. }
  3234. }
  3235. MRemoveSpawnScriptTimersList.releasewritelock(__FUNCTION__, __LINE__);
  3236. MSpawnScriptTimers.releasereadlock(__FUNCTION__, __LINE__);
  3237. if(call_timers.size() > 0){
  3238. vector<SpawnScriptTimer*>::iterator itr;
  3239. for(itr = call_timers.begin(); itr != call_timers.end(); itr++){
  3240. timer = *itr;
  3241. CallSpawnScript(GetSpawnByID(timer->spawn), SPAWN_SCRIPT_TIMER, timer->player > 0 ? GetSpawnByID(timer->player) : 0, timer->function.c_str());
  3242. }
  3243. }
  3244. }
  3245. void ZoneServer::KillSpawnByDistance(Spawn* spawn, float max_distance, bool include_players, bool send_packet){
  3246. Spawn* test_spawn = 0;
  3247. map<int32, Spawn*>::iterator itr;
  3248. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3249. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3250. test_spawn = itr->second;
  3251. if(test_spawn && test_spawn->IsEntity() && test_spawn != spawn && (!test_spawn->IsPlayer() || include_players)){
  3252. if(test_spawn->GetDistance(spawn) < max_distance)
  3253. KillSpawn(true, test_spawn, spawn, send_packet);
  3254. }
  3255. }
  3256. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3257. }
  3258. void ZoneServer::SpawnSetByDistance(Spawn* spawn, float max_distance, string field, string value){
  3259. Spawn* test_spawn = 0;
  3260. int32 type = commands.GetSpawnSetType(field);
  3261. if(type == 0xFFFFFFFF)
  3262. return;
  3263. map<int32, Spawn*>::iterator itr;
  3264. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3265. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3266. test_spawn = itr->second;
  3267. if(test_spawn && test_spawn != spawn && !test_spawn->IsPlayer()){
  3268. if(test_spawn->GetDistance(spawn) < max_distance){
  3269. commands.SetSpawnCommand(0, test_spawn, type, value.c_str());
  3270. }
  3271. }
  3272. }
  3273. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3274. }
  3275. void ZoneServer::AddSpawnScriptTimer(SpawnScriptTimer* timer){
  3276. MSpawnScriptTimers.writelock(__FUNCTION__, __LINE__);
  3277. spawn_script_timers.insert(timer);
  3278. MSpawnScriptTimers.releasewritelock(__FUNCTION__, __LINE__);
  3279. }
  3280. /*
  3281. void ZoneServer::RemoveFromRangeMap(Client* client){
  3282. spawn_range_map.erase(client);
  3283. }
  3284. */
  3285. void ZoneServer::RemoveSpawn(bool spawnListLocked, Spawn* spawn, bool delete_spawn, bool respawn, bool lock)
  3286. {
  3287. LogWrite(ZONE__DEBUG, 3, "Zone", "Processing RemoveSpawn function for %s (%i)...", spawn->GetName(),spawn->GetID());
  3288. spawn->RemoveSpawnProximities();
  3289. RemoveSpawnProximities(spawnListLocked, spawn);
  3290. if (Grid != nullptr) {
  3291. Grid->RemoveSpawnFromCell(spawn);
  3292. }
  3293. if (movementMgr != nullptr && spawn->IsEntity()) {
  3294. movementMgr->RemoveMob((Entity*)spawn);
  3295. }
  3296. RemoveSpawnSupportFunctions(spawn);
  3297. if (reloading)
  3298. RemoveDeadEnemyList(spawn);
  3299. if (lock)
  3300. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  3301. if (dead_spawns.count(spawn->GetID()) > 0)
  3302. dead_spawns.erase(spawn->GetID());
  3303. if (lock)
  3304. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  3305. if (spawn_expire_timers.count(spawn->GetID()) > 0)
  3306. spawn_expire_timers.erase(spawn->GetID());
  3307. RemoveDelayedSpawnRemove(spawn);
  3308. // Clear the pointer in the spawn list, spawn thread will remove the key
  3309. if (!spawnListLocked)
  3310. MSpawnList.writelock(__FUNCTION__, __LINE__);
  3311. spawn_list.erase(spawn->GetID());
  3312. if (!spawnListLocked)
  3313. MSpawnList.releasewritelock(__FUNCTION__, __LINE__);
  3314. PacketStruct* packet = 0;
  3315. int16 packet_version = 0;
  3316. Client* client = 0;
  3317. vector<Client*>::iterator client_itr;
  3318. MClientList.readlock(__FUNCTION__, __LINE__);
  3319. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3320. client = *client_itr;
  3321. if (client) {
  3322. if (client->IsConnected() && (!packet || packet_version != client->GetVersion()))
  3323. {
  3324. safe_delete(packet);
  3325. packet_version = client->GetVersion();
  3326. packet = configReader.getStruct("WS_DestroyGhostCmd", packet_version);
  3327. }
  3328. if (client->GetPlayer()->HasTarget() && client->GetPlayer()->GetTarget() == spawn)
  3329. client->GetPlayer()->SetTarget(0);
  3330. SendRemoveSpawn(client, spawn, packet, delete_spawn);
  3331. if (spawn_range_map.count(client) > 0)
  3332. spawn_range_map.Get(client)->erase(spawn->GetID());
  3333. }
  3334. }
  3335. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3336. safe_delete(packet);
  3337. if(respawn && !spawn->IsPlayer() && spawn->GetRespawnTime() > 0 && spawn->GetSpawnLocationID() > 0)
  3338. {
  3339. LogWrite(ZONE__DEBUG, 3, "Zone", "Handle NPC Respawn for '%s'.", spawn->GetName());
  3340. // handle instance spawn db info
  3341. // we don't care if a NPC or a client kills the spawn, we could have events that cause NPCs to kill NPCs.
  3342. if(spawn->GetZone()->GetInstanceID() > 0 && spawn->GetSpawnLocationID() > 0)
  3343. {
  3344. LogWrite(ZONE__DEBUG, 3, "Zone", "Handle NPC Respawn in an Instance.");
  3345. // use respawn time to either insert/update entry (likely insert in this situation)
  3346. if ( spawn->IsNPC() )
  3347. {
  3348. database.CreateInstanceSpawnRemoved(spawn->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_NPC,
  3349. spawn->GetRespawnTime(),spawn->GetZone()->GetInstanceID());
  3350. }
  3351. else if ( spawn->IsObject ( ) )
  3352. {
  3353. database.CreateInstanceSpawnRemoved(spawn->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_OBJECT,
  3354. spawn->GetRespawnTime(),spawn->GetZone()->GetInstanceID());
  3355. }
  3356. safe_delete(spawn);
  3357. }
  3358. else
  3359. {
  3360. int32 spawnLocationID = spawn->GetSpawnLocationID();
  3361. int32 spawnRespawnTime = spawn->GetRespawnTime();
  3362. safe_delete(spawn);
  3363. respawn_timers.Put(spawnLocationID, Timer::GetCurrentTime2() + spawnRespawnTime * 1000);
  3364. }
  3365. }
  3366. // 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
  3367. if (lock && !respawn)
  3368. MDeadSpawns.readlock(__FUNCTION__, __LINE__);
  3369. if(!respawn && delete_spawn && dead_spawns.count(spawn->GetID()) == 0)
  3370. AddPendingDelete(spawn);
  3371. if (lock && !respawn)
  3372. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  3373. LogWrite(ZONE__DEBUG, 3, "Zone", "Done processing RemoveSpawn function...");
  3374. }
  3375. Spawn* ZoneServer::GetClosestSpawn(Spawn* spawn, int32 spawn_id){
  3376. Spawn* closest_spawn = 0;
  3377. Spawn* test_spawn = 0;
  3378. float closest_distance = 1000000;
  3379. float test_distance = 0;
  3380. map<int32, Spawn*>::iterator itr;
  3381. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3382. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3383. test_spawn = itr->second;
  3384. if(test_spawn && test_spawn->GetDatabaseID() == spawn_id){
  3385. test_distance = test_spawn->GetDistance(spawn);
  3386. if(test_distance < closest_distance){
  3387. closest_distance = test_distance;
  3388. closest_spawn = test_spawn;
  3389. }
  3390. }
  3391. }
  3392. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3393. return closest_spawn;
  3394. }
  3395. int32 ZoneServer::GetClosestLocation(Spawn* spawn){
  3396. Spawn* closest_spawn = 0;
  3397. Spawn* test_spawn = 0;
  3398. float closest_distance = 1000000;
  3399. float test_distance = 0;
  3400. map<int32, Spawn*>::iterator itr;
  3401. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3402. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3403. test_spawn = itr->second;
  3404. if(test_spawn){
  3405. test_distance = test_spawn->GetDistance(spawn);
  3406. if(test_distance < closest_distance){
  3407. closest_distance = test_distance;
  3408. closest_spawn = test_spawn;
  3409. if(closest_distance < 10)
  3410. break;
  3411. }
  3412. }
  3413. }
  3414. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3415. if(closest_spawn)
  3416. return closest_spawn->GetLocation();
  3417. return 0;
  3418. }
  3419. void ZoneServer::SendQuestUpdates(Client* client, Spawn* spawn){
  3420. if(!client)
  3421. return;
  3422. if(spawn){
  3423. if(client->GetPlayer()->WasSentSpawn(spawn->GetID()) && !client->GetPlayer()->WasSpawnRemoved(spawn))
  3424. SendSpawnChanges(spawn, client, false, true);
  3425. }
  3426. else{
  3427. map<int32, Spawn*>::iterator itr;
  3428. MSpawnList.readlock(__FUNCTION__, __LINE__);
  3429. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  3430. spawn = itr->second;
  3431. if (spawn) {
  3432. spawn->m_requiredQuests.readlock(__FUNCTION__, __LINE__);
  3433. if (spawn && client->GetPlayer()->WasSentSpawn(spawn->GetID()) && !client->GetPlayer()->WasSpawnRemoved(spawn) && (client->GetPlayer()->CheckQuestRemoveFlag(spawn) || client->GetPlayer()->CheckQuestFlag(spawn) != 0 || (spawn->GetQuestsRequired()->size() > 0 && client->GetPlayer()->CheckQuestRequired(spawn))))
  3434. SendSpawnChanges(spawn, client, false, true);
  3435. spawn->m_requiredQuests.releasereadlock(__FUNCTION__, __LINE__);
  3436. }
  3437. }
  3438. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  3439. }
  3440. }
  3441. void ZoneServer::SendAllSpawnsForLevelChange(Client* client){
  3442. Spawn* spawn = 0;
  3443. if(spawn_range_map.count(client) > 0) {
  3444. MutexMap<int32, float >::iterator itr = spawn_range_map.Get(client)->begin();
  3445. while(itr.Next()) {
  3446. spawn = GetSpawnByID(itr->first);
  3447. if(spawn && client->GetPlayer()->WasSentSpawn(spawn->GetID()) && !client->GetPlayer()->WasSpawnRemoved(spawn)) {
  3448. SendSpawnChanges(spawn, client, false, true);
  3449. // Attempt to slow down the packet spam sent to the client
  3450. Sleep(5);
  3451. }
  3452. }
  3453. }
  3454. }
  3455. void ZoneServer::StartZoneSpawnsForLevelThread(Client* client){
  3456. if(zoneShuttingDown)
  3457. return;
  3458. #ifdef WIN32
  3459. _beginthread(SendLevelChangedSpawns, 0, client);
  3460. #else
  3461. pthread_t thread;
  3462. pthread_create(&thread, NULL, SendLevelChangedSpawns, client);
  3463. pthread_detach(thread);
  3464. #endif
  3465. }
  3466. void ZoneServer::ReloadClientQuests(){
  3467. Client* client = 0;
  3468. vector<Client*>::iterator client_itr;
  3469. MClientList.readlock(__FUNCTION__, __LINE__);
  3470. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3471. client = *client_itr;
  3472. if(client)
  3473. client->ReloadQuests();
  3474. }
  3475. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3476. }
  3477. void ZoneServer::SendCalculatedXP(Player* player, Spawn* victim){
  3478. if (player && victim) {
  3479. if (player->GetGroupMemberInfo()) {
  3480. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  3481. deque<GroupMemberInfo*>* members = world.GetGroupManager()->GetGroupMembers(player->GetGroupMemberInfo()->group_id);
  3482. deque<GroupMemberInfo*>::iterator itr;
  3483. for (itr = members->begin(); itr != members->end(); itr++) {
  3484. GroupMemberInfo* gmi = *itr;
  3485. if (gmi->client) {
  3486. Player* group_member = gmi->client->GetPlayer();
  3487. float xp = group_member->CalculateXP(victim) / members->size();
  3488. if (xp > 0) {
  3489. int16 level = group_member->GetLevel();
  3490. if (group_member->AddXP((int32)xp)) {
  3491. gmi->client->Message(CHANNEL_COLOR_EXP, "You gain %u experience!", (int32)xp);
  3492. LogWrite(PLAYER__DEBUG, 0, "Player", "Player: %s earned %u experience (GroupID %u)", group_member->GetName(), (int32)xp, player->GetGroupMemberInfo()->group_id);
  3493. if(group_member->GetLevel() != level)
  3494. gmi->client->ChangeLevel(level, group_member->GetLevel());
  3495. group_member->SetCharSheetChanged(true);
  3496. }
  3497. }
  3498. }
  3499. }
  3500. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  3501. }
  3502. else {
  3503. float xp = player->CalculateXP(victim);
  3504. if (xp > 0) {
  3505. Client* client = GetClientBySpawn(player);
  3506. if(!client)
  3507. return;
  3508. int16 level = player->GetLevel();
  3509. if (player->AddXP((int32)xp)) {
  3510. client->Message(CHANNEL_COLOR_EXP, "You gain %u XP!", (int32)xp);
  3511. LogWrite(PLAYER__DEBUG, 0, "Player", "Player: %s earned %u experience.", player->GetName(), (int32)xp);
  3512. if(player->GetLevel() != level)
  3513. client->ChangeLevel(level, player->GetLevel());
  3514. player->SetCharSheetChanged(true);
  3515. }
  3516. }
  3517. }
  3518. }
  3519. }
  3520. void ZoneServer::ProcessFaction(Spawn* spawn, Client* client)
  3521. {
  3522. if(client && !spawn->IsPlayer() && spawn->GetFactionID() > 10)
  3523. {
  3524. bool update_result = false;
  3525. Faction* faction = 0;
  3526. vector<int32>* factions = 0;
  3527. Player* player = client->GetPlayer();
  3528. if(player->GetFactions()->ShouldDecrease(spawn->GetFactionID()))
  3529. {
  3530. update_result = player->GetFactions()->DecreaseFaction(spawn->GetFactionID());
  3531. faction = master_faction_list.GetFaction(spawn->GetFactionID());
  3532. if(faction && update_result)
  3533. client->Message(CHANNEL_COLOR_FACTION, "Your faction standing with %s got worse.", faction->name.c_str());
  3534. else if(faction)
  3535. client->Message(CHANNEL_COLOR_FACTION, "Your faction standing with %s could not possibly get any worse.", faction->name.c_str());
  3536. factions = master_faction_list.GetHostileFactions(spawn->GetFactionID());
  3537. if(factions)
  3538. {
  3539. vector<int32>::iterator itr;
  3540. for(itr = factions->begin(); itr != factions->end(); itr++)
  3541. {
  3542. if(player->GetFactions()->ShouldIncrease(*itr))
  3543. {
  3544. update_result = player->GetFactions()->IncreaseFaction(*itr);
  3545. faction = master_faction_list.GetFaction(*itr);
  3546. if(faction && update_result)
  3547. client->Message(CHANNEL_COLOR_FACTION, "Your faction standing with %s got better.", faction->name.c_str());
  3548. else if(faction)
  3549. client->Message(CHANNEL_COLOR_FACTION, "Your faction standing with %s could not possibly get any better.", faction->name.c_str());
  3550. }
  3551. }
  3552. }
  3553. }
  3554. factions = master_faction_list.GetFriendlyFactions(spawn->GetFactionID());
  3555. if(factions)
  3556. {
  3557. vector<int32>::iterator itr;
  3558. for(itr = factions->begin(); itr != factions->end(); itr++)
  3559. {
  3560. if(player->GetFactions()->ShouldDecrease(*itr))
  3561. {
  3562. update_result = player->GetFactions()->DecreaseFaction(*itr);
  3563. faction = master_faction_list.GetFaction(*itr);
  3564. if(faction && update_result)
  3565. client->Message(CHANNEL_COLOR_FACTION, "Your faction standing with %s got worse.", faction->name.c_str());
  3566. else if(faction)
  3567. client->Message(CHANNEL_COLOR_FACTION, "Your faction standing with %s could not possibly get any worse.", faction->name.c_str());
  3568. }
  3569. }
  3570. }
  3571. EQ2Packet* outapp = client->GetPlayer()->GetFactions()->FactionUpdate(client->GetVersion());
  3572. if(outapp)
  3573. client->QueuePacket(outapp);
  3574. }
  3575. }
  3576. void ZoneServer::Despawn(Spawn* spawn, int32 timer){
  3577. if (spawn && movementMgr != nullptr) {
  3578. movementMgr->RemoveMob((Entity*)spawn);
  3579. }
  3580. if(!spawn || spawn->IsPlayer())
  3581. return;
  3582. RemoveSpawnSupportFunctions(spawn);
  3583. if(spawn->IsEntity())
  3584. ((Entity*)spawn)->InCombat(false);
  3585. if(timer == 0)
  3586. timer = 1;
  3587. AddDeadSpawn(spawn, timer);
  3588. }
  3589. void ZoneServer::KillSpawn(bool spawnListLocked, Spawn* dead, Spawn* killer, bool send_packet, int8 damage_type, int16 kill_blow_type)
  3590. {
  3591. MDeadSpawns.readlock(__FUNCTION__, __LINE__);
  3592. if(!dead || this->dead_spawns.count(dead->GetID()) > 0) {
  3593. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  3594. return;
  3595. }
  3596. MDeadSpawns.releasereadlock(__FUNCTION__, __LINE__);
  3597. PacketStruct* packet = 0;
  3598. Client* client = 0;
  3599. vector<int32>* encounter = 0;
  3600. bool killer_in_encounter = false;
  3601. if(dead->IsEntity())
  3602. {
  3603. ((Entity*)dead)->InCombat(false);
  3604. dead->SetInitialState(16512, false); // This will make aerial npc's fall after death
  3605. dead->SetHP(0);
  3606. dead->SetSpawnType(3);
  3607. dead->appearance.attackable = 0;
  3608. // Remove hate towards dead from all npc's in the zone
  3609. ClearHate((Entity*)dead);
  3610. // Check kill and death procs
  3611. if (killer && dead != killer){
  3612. if (dead->IsEntity())
  3613. ((Entity*)dead)->CheckProcs(PROC_TYPE_DEATH, killer);
  3614. if (killer->IsEntity())
  3615. ((Entity*)killer)->CheckProcs(PROC_TYPE_KILL, dead);
  3616. }
  3617. //Check if caster is alive after death proc called, incase of deathsave
  3618. if (dead->Alive())
  3619. return;
  3620. RemoveSpellTimersFromSpawn(dead, true, !dead->IsPlayer());
  3621. if(dead->IsPlayer())
  3622. {
  3623. ((Player*)dead)->UpdatePlayerStatistic(STAT_PLAYER_TOTAL_DEATHS, 1);
  3624. client = GetClientBySpawn(dead);
  3625. if(client) {
  3626. if(client->GetPlayer()->DamageEquippedItems(10, client))
  3627. client->QueuePacket(client->GetPlayer()->GetEquipmentList()->serialize(client->GetVersion()));
  3628. client->DisplayDeadWindow();
  3629. }
  3630. }
  3631. else if (dead->IsNPC()) {
  3632. encounter = ((NPC*)dead)->Brain()->GetEncounter();
  3633. }
  3634. }
  3635. dead->SetActionState(0);
  3636. dead->SetTempActionState(0);
  3637. // If dead is an npc get the encounter and loop through it giving out the rewards, no rewards for pets
  3638. if (dead->IsNPC() && !dead->IsPet() && !dead->IsBot()) {
  3639. Spawn* spawn = 0;
  3640. int8 size = encounter->size();
  3641. // Needs npc to have access to the encounter list for who is allowed to loot
  3642. NPC* chest = 0;
  3643. if (!((NPC*)dead)->Brain()->PlayerInEncounter()) {
  3644. ((NPC*)dead)->SetLootCoins(0);
  3645. ((NPC*)dead)->GetLootItems()->clear();
  3646. }
  3647. // If dead has loot attempt to drop a chest
  3648. if (((NPC*)dead)->HasLoot()) {
  3649. chest = ((NPC*)dead)->DropChest();
  3650. }
  3651. for (int8 i = 0; i < encounter->size(); i++) {
  3652. spawn = GetSpawnByID(encounter->at(i), spawnListLocked);
  3653. // set a flag to let us know if the killer is in the encounter
  3654. if (!killer_in_encounter && spawn == killer)
  3655. killer_in_encounter = true;
  3656. if (spawn && spawn->IsPlayer()) {
  3657. // Update players total kill count
  3658. ((Player*)spawn)->UpdatePlayerStatistic(STAT_PLAYER_TOTAL_NPC_KILLS, 1);
  3659. // If this was an epic mob kill send the announcement for this player
  3660. if (dead->GetEncounterLevel() >= 10)
  3661. SendEpicMobDeathToGuild((Player*)spawn, dead);
  3662. // Clear hostile spells from the players spell queue
  3663. spellProcess->RemoveSpellFromQueue((Player*)spawn, true);
  3664. // Get the client of the player
  3665. client = GetClientBySpawn(spawn);
  3666. // valid client?
  3667. if (client) {
  3668. // Check for quest kill updates
  3669. client->CheckPlayerQuestsKillUpdate(dead);
  3670. // 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
  3671. if (!dead->IsPlayer() && dead->GetFactionID() > 10)
  3672. ProcessFaction(dead, client);
  3673. // Send xp...this is currently wrong fix it
  3674. if (spawn != dead && ((Player*)spawn)->GetArrowColor(dead->GetLevel()) >= ARROW_COLOR_GREEN) {
  3675. //SendCalculatedXP((Player*)spawn, dead);
  3676. float xp = ((Player*)spawn)->CalculateXP(dead) / size;
  3677. if (xp > 0) {
  3678. int16 level = spawn->GetLevel();
  3679. if (((Player*)spawn)->AddXP((int32)xp)) {
  3680. client->Message(CHANNEL_COLOR_EXP, "You gain %u XP!", (int32)xp);
  3681. LogWrite(PLAYER__DEBUG, 0, "Player", "Player: %s earned %u experience.", spawn->GetName(), (int32)xp);
  3682. if (spawn->GetLevel() != level)
  3683. client->ChangeLevel(level, spawn->GetLevel());
  3684. ((Player*)spawn)->SetCharSheetChanged(true);
  3685. }
  3686. }
  3687. }
  3688. }
  3689. }
  3690. // If a chest is being dropped add this spawn to the chest's encounter so they can loot it
  3691. if (chest && spawn && spawn->IsEntity())
  3692. chest->Brain()->AddToEncounter((Entity*)spawn);
  3693. }
  3694. // If a chest is being dropped add it to the world and set the timer to remove it.
  3695. if (chest) {
  3696. AddSpawn(chest);
  3697. AddDeadSpawn(chest, 0xFFFFFFFF);
  3698. LogWrite(LOOT__DEBUG, 0, "Loot", "Adding a chest to the world...");
  3699. }
  3700. }
  3701. // Reset client pointer
  3702. client = 0;
  3703. // Killer was not in the encounter, give them the faction hit but no xp
  3704. if (!killer_in_encounter) {
  3705. // make sure the killer is a player and the dead spawn had a faction and wasn't a player
  3706. if (killer && killer->IsPlayer()) {
  3707. if (!dead->IsPlayer() && dead->GetFactionID() > 10) {
  3708. client = GetClientBySpawn(killer);
  3709. if (client)
  3710. ProcessFaction(dead, client);
  3711. }
  3712. // Clear hostile spells from the killers spell queue
  3713. spellProcess->RemoveSpellFromQueue((Player*)killer, true);
  3714. }
  3715. }
  3716. // Reset client pointer
  3717. client = 0;
  3718. vector<Spawn*>* group = dead->GetSpawnGroup();
  3719. if (group && group->size() == 1)
  3720. CallSpawnScript(dead, SPAWN_SCRIPT_GROUP_DEAD, killer);
  3721. safe_delete(group);
  3722. // Remove the support functions for the dead spawn
  3723. RemoveSpawnSupportFunctions(dead);
  3724. // Erase the expire timer if it has one
  3725. if (spawn_expire_timers.count(dead->GetID()) > 0)
  3726. spawn_expire_timers.erase(dead->GetID());
  3727. // If dead is an npc or object call the spawn scrip and handle instance stuff
  3728. if(dead->IsNPC() || dead->IsObject())
  3729. {
  3730. // handle instance spawn db info
  3731. // we don't care if a NPC or a client kills the spawn, we could have events that cause NPCs to kill NPCs.
  3732. if(dead->GetZone()->GetInstanceID() > 0 && dead->GetSpawnLocationID() > 0)
  3733. {
  3734. // use respawn time to either insert/update entry (likely insert in this situation)
  3735. if(dead->IsNPC())
  3736. database.CreateInstanceSpawnRemoved(dead->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_NPC, dead->GetRespawnTime(),dead->GetZone()->GetInstanceID());
  3737. else if ( dead->IsObject ( ) )
  3738. database.CreateInstanceSpawnRemoved(dead->GetSpawnLocationID(),SPAWN_ENTRY_TYPE_OBJECT, dead->GetRespawnTime(),dead->GetZone()->GetInstanceID());
  3739. }
  3740. // Call the spawn scripts death() function
  3741. CallSpawnScript(dead, SPAWN_SCRIPT_DEATH, killer);
  3742. }
  3743. int32 victim_id = dead->GetID();
  3744. int32 attacker_id = 0xFFFFFFFF;
  3745. if(killer)
  3746. attacker_id = killer->GetID();
  3747. if(send_packet)
  3748. {
  3749. vector<Client*>::iterator client_itr;
  3750. MClientList.readlock(__FUNCTION__, __LINE__);
  3751. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3752. client = *client_itr;
  3753. if(!client->GetPlayer()->WasSentSpawn(victim_id) || (attacker_id != 0xFFFFFFFF && !client->GetPlayer()->WasSentSpawn(attacker_id)) )
  3754. continue;
  3755. else if(client->GetPlayer()->WasSpawnRemoved(dead) || (attacker_id != 0xFFFFFFFF && client->GetPlayer()->WasSpawnRemoved(killer)))
  3756. continue;
  3757. else if(killer && killer->GetDistance(client->GetPlayer()) > HEAR_SPAWN_DISTANCE)
  3758. continue;
  3759. packet = configReader.getStruct("WS_HearDeath", client->GetVersion());
  3760. if(packet)
  3761. {
  3762. if(killer)
  3763. packet->setDataByName("attacker", client->GetPlayer()->GetIDWithPlayerSpawn(killer));
  3764. else
  3765. packet->setDataByName("attacker", 0xFFFFFFFF);
  3766. packet->setDataByName("defender", client->GetPlayer()->GetIDWithPlayerSpawn(dead));
  3767. packet->setDataByName("damage_type", damage_type);
  3768. packet->setDataByName("blow_type", kill_blow_type);
  3769. client->QueuePacket(packet->serialize());
  3770. LogWrite(COMBAT__DEBUG, 0, "Combat", "Zone Killing '%s'", dead->GetName());
  3771. safe_delete(packet);
  3772. }
  3773. }
  3774. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3775. }
  3776. int32 pop_timer = 0xFFFFFFFF;
  3777. if(killer && killer->IsNPC())
  3778. {
  3779. // Call the spawn scripts killed() function
  3780. CallSpawnScript(killer, SPAWN_SCRIPT_KILLED, dead);
  3781. if(!dead->IsPlayer())
  3782. {
  3783. LogWrite(MISC__TODO, 1, "TODO", "Whenever pets are added, check for pet kills\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  3784. // Set the time for the corpse to linger to 5 sec
  3785. //pop_timer = 5000;
  3786. // commented out the timer so in the event the killer is not a player (pet, guard, something else i haven't thought of)
  3787. // the corpse doesn't vanish sooner then it should if it had loot for the players. AddDeadSpawn() will set timers based on if
  3788. // the corpse has loot or not if the timer value (pop_timer) is 0xFFFFFFFF
  3789. }
  3790. }
  3791. // If the dead spawns was not a player add it to the dead spawn list
  3792. if (!dead->IsPlayer() && !dead->IsBot())
  3793. AddDeadSpawn(dead, pop_timer);
  3794. // if dead was a player clear hostile spells from its spell queue
  3795. if (dead->IsPlayer())
  3796. spellProcess->RemoveSpellFromQueue((Player*)dead, true);
  3797. if (dead->IsNPC())
  3798. ((NPC*)dead)->Brain()->ClearHate();
  3799. // ResetPetInfo() is called in DismissPet(), might not need to be here
  3800. // Players pet is killed, clear the pet info from char sheet
  3801. /*if (dead->IsNPC() && ((NPC*)dead)->IsPet() && ((NPC*)dead)->GetOwner()->IsPlayer())
  3802. ((Player*)((NPC*)dead)->GetOwner())->ResetPetInfo();*/
  3803. safe_delete(encounter);
  3804. }
  3805. void ZoneServer::SendDamagePacket(Spawn* attacker, Spawn* victim, int8 type1, int8 type2, int8 damage_type, int16 damage, const char* spell_name){
  3806. //Scat: was set but never being used anywhere. i see references to 0xFFFFFFFF below so could be old code not used anymore
  3807. //int32 attacker_id = 0xFFFFFFFF;
  3808. //if(attacker)
  3809. // attacker_id = attacker->GetID();
  3810. PacketStruct* packet = 0;
  3811. Client* client = 0;
  3812. if(attacker && victim && victim->IsPlayer() && victim->GetTarget() == 0){
  3813. client = GetClientBySpawn(victim);
  3814. if(client)
  3815. client->TargetSpawn(attacker);
  3816. }
  3817. vector<Client*>::iterator client_itr;
  3818. MClientList.readlock(__FUNCTION__, __LINE__);
  3819. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3820. client = *client_itr;
  3821. if(!client || (client->GetPlayer() != attacker && client->GetPlayer() != victim && ((attacker && client->GetPlayer()->WasSentSpawn(attacker->GetID()) == false) || (victim && client->GetPlayer()->WasSentSpawn(victim->GetID()) == false))))
  3822. continue;
  3823. if((attacker && client->GetPlayer()->WasSpawnRemoved(attacker)) || (victim && client->GetPlayer()->WasSpawnRemoved(victim)))
  3824. continue;
  3825. if(attacker && attacker->GetDistance(client->GetPlayer()) > 50)
  3826. continue;
  3827. if(victim && victim->GetDistance(client->GetPlayer()) > 50)
  3828. continue;
  3829. switch(type1){
  3830. case DAMAGE_PACKET_TYPE_SIPHON_SPELL:
  3831. case DAMAGE_PACKET_TYPE_SIPHON_SPELL2:
  3832. packet = configReader.getStruct("WS_HearSiphonSpellDamage", client->GetVersion());
  3833. break;
  3834. case DAMAGE_PACKET_TYPE_MULTIPLE_DAMAGE:
  3835. packet = configReader.getStruct("WS_HearMultipleDamage", client->GetVersion());
  3836. break;
  3837. case DAMAGE_PACKET_TYPE_SIMPLE_CRIT_DMG:
  3838. case DAMAGE_PACKET_TYPE_SIMPLE_DAMAGE:
  3839. packet = configReader.getStruct("WS_HearSimpleDamage", client->GetVersion());
  3840. break;
  3841. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE2:
  3842. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE3:
  3843. case DAMAGE_PACKET_TYPE_SPELL_CRIT_DMG:
  3844. case DAMAGE_PACKET_TYPE_SPELL_DAMAGE:
  3845. packet = configReader.getStruct("WS_HearSpellDamage", client->GetVersion());
  3846. if (packet)
  3847. packet->setSubstructDataByName("header", "unknown", 5);
  3848. break;
  3849. case DAMAGE_PACKET_TYPE_RANGE_DAMAGE:
  3850. packet = configReader.getStruct("WS_HearRangeDamage", client->GetVersion());
  3851. break;
  3852. case DAMAGE_PACKET_TYPE_RANGE_SPELL_DMG:
  3853. case DAMAGE_PACKET_TYPE_RANGE_SPELL_DMG2:
  3854. packet = configReader.getStruct("WS_HearRangeDamage", client->GetVersion());
  3855. break;
  3856. default:
  3857. LogWrite(ZONE__ERROR, 0, "Zone", "Unknown Damage Packet type: %i in ZoneServer::SendDamagePacket.", type1);
  3858. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3859. return;
  3860. }
  3861. if(packet){
  3862. packet->setSubstructDataByName("header", "packet_type", type1);
  3863. packet->setSubstructDataByName("header", "result_type", type2);
  3864. if(!attacker)
  3865. packet->setSubstructDataByName("header", "attacker", 0xFFFFFFFF);
  3866. else
  3867. packet->setSubstructDataByName("header", "attacker", client->GetPlayer()->GetIDWithPlayerSpawn(attacker));
  3868. packet->setSubstructDataByName("header", "defender", client->GetPlayer()->GetIDWithPlayerSpawn(victim));
  3869. packet->setDataByName("damage_type", damage_type);
  3870. packet->setDataByName("damage", damage);
  3871. if(spell_name)
  3872. packet->setSmallStringByName("spell_name", spell_name);
  3873. EQ2Packet* app = packet->serialize();
  3874. //DumpPacket(app);
  3875. client->QueuePacket(app);
  3876. safe_delete(packet);
  3877. packet = 0;
  3878. }
  3879. }
  3880. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3881. }
  3882. void ZoneServer::SendHealPacket(Spawn* caster, Spawn* target, int16 heal_type, int32 heal_amt, const char* spell_name){
  3883. Client* client = 0;
  3884. vector<Client*>::iterator client_itr;
  3885. MClientList.readlock(__FUNCTION__, __LINE__);
  3886. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3887. client = *client_itr;
  3888. if(!client || (client->GetPlayer() != caster && ((caster && client->GetPlayer()->WasSentSpawn(caster->GetID()) == false) || (target && client->GetPlayer()->WasSentSpawn(target->GetID()) == false))))
  3889. continue;
  3890. if((caster && client->GetPlayer()->WasSpawnRemoved(caster)) || (caster && client->GetPlayer()->WasSpawnRemoved(target)))
  3891. continue;
  3892. if(caster && caster->GetDistance(client->GetPlayer()) > 50)
  3893. continue;
  3894. if(target && target->GetDistance(client->GetPlayer()) > 50)
  3895. continue;
  3896. PacketStruct* packet = configReader.getStruct("WS_HearHeal", client->GetVersion());
  3897. if (packet) {
  3898. packet->setDataByName("caster", client->GetPlayer()->GetIDWithPlayerSpawn(caster));
  3899. packet->setDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  3900. packet->setDataByName("heal_amt", heal_amt);
  3901. packet->setDataByName("spellname", spell_name);
  3902. packet->setDataByName("type", heal_type);
  3903. packet->setDataByName("unknown2", 1);
  3904. EQ2Packet* app = packet->serialize();
  3905. client->QueuePacket(app);
  3906. safe_delete(packet);
  3907. }
  3908. }
  3909. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3910. }
  3911. void ZoneServer::SendThreatPacket(Spawn* caster, Spawn* target, int32 threat_amt, const char* spell_name) {
  3912. Client* client = 0;
  3913. vector<Client*>::iterator client_itr;
  3914. MClientList.readlock(__FUNCTION__, __LINE__);
  3915. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3916. client = *client_itr;
  3917. if(!client || (client->GetPlayer() != caster && ((caster && client->GetPlayer()->WasSentSpawn(caster->GetID()) == false) || (target && client->GetPlayer()->WasSentSpawn(target->GetID()) == false))))
  3918. continue;
  3919. if((caster && client->GetPlayer()->WasSpawnRemoved(caster)) || (caster && client->GetPlayer()->WasSpawnRemoved(target)))
  3920. continue;
  3921. if(caster && caster->GetDistance(client->GetPlayer()) > 50)
  3922. continue;
  3923. if(target && target->GetDistance(client->GetPlayer()) > 50)
  3924. continue;
  3925. PacketStruct* packet = configReader.getStruct("WS_HearThreatCmd", client->GetVersion());
  3926. if (packet) {
  3927. packet->setDataByName("spell_name", spell_name);
  3928. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(caster));
  3929. packet->setDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  3930. packet->setDataByName("threat_amount", threat_amt);
  3931. client->QueuePacket(packet->serialize());
  3932. }
  3933. safe_delete(packet);
  3934. }
  3935. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3936. }
  3937. void ZoneServer::SendSpellFailedPacket(Client* client, int16 error){
  3938. if(!client)
  3939. return;
  3940. PacketStruct* packet = configReader.getStruct("WS_DisplaySpellFailed", client->GetVersion());
  3941. if(packet){
  3942. /* Temp solution, need to modify the error code before this function and while we still have access to the spell/combat art */
  3943. error = master_spell_list.GetSpellErrorValue(client->GetVersion(), error);
  3944. packet->setDataByName("error_code", error);
  3945. //packet->PrintPacket();
  3946. client->QueuePacket(packet->serialize());
  3947. safe_delete(packet);
  3948. }
  3949. }
  3950. void ZoneServer::SendInterruptPacket(Spawn* interrupted, LuaSpell* spell){
  3951. if(!interrupted || !spell)
  3952. return;
  3953. EQ2Packet* outapp = 0;
  3954. PacketStruct* packet = 0;
  3955. Client* client = 0;
  3956. vector<Client*>::iterator client_itr;
  3957. MClientList.readlock(__FUNCTION__, __LINE__);
  3958. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3959. client = *client_itr;
  3960. if(!client || !client->GetPlayer()->WasSentSpawn(interrupted->GetID()) || client->GetPlayer()->WasSpawnRemoved(interrupted))
  3961. continue;
  3962. packet = configReader.getStruct("WS_Interrupt", client->GetVersion());
  3963. if(packet){
  3964. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(interrupted));
  3965. packet->setArrayLengthByName("num_targets", spell->targets.size());
  3966. for (int32 i = 0; i < spell->targets.size(); i++)
  3967. packet->setArrayDataByName("target_id", client->GetPlayer()->GetIDWithPlayerSpawn(client->GetPlayer()->GetZone()->GetSpawnByID(spell->targets[i])), i);
  3968. packet->setDataByName("spell_id", spell->spell->GetSpellID());
  3969. outapp = packet->serialize();
  3970. client->QueuePacket(outapp);
  3971. safe_delete(packet);
  3972. }
  3973. }
  3974. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  3975. safe_delete(packet);
  3976. }
  3977. void ZoneServer::SendCastSpellPacket(LuaSpell* spell, Entity* caster){
  3978. EQ2Packet* outapp = 0;
  3979. PacketStruct* packet = 0;
  3980. Client* client = 0;
  3981. if(!caster || !spell || !spell->spell || spell->interrupted)
  3982. return;
  3983. vector<Client*>::iterator client_itr;
  3984. MClientList.readlock(__FUNCTION__, __LINE__);
  3985. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  3986. client = *client_itr;
  3987. if(!client)
  3988. continue;
  3989. packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  3990. if(packet){
  3991. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(caster));
  3992. packet->setArrayLengthByName("num_targets", spell->targets.size());
  3993. for (int32 i = 0; i < spell->targets.size(); i++)
  3994. packet->setArrayDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(spell->caster->GetZone()->GetSpawnByID(spell->targets[i])), i);
  3995. packet->setDataByName("spell_visual", spell->spell->GetSpellData()->spell_visual); //result
  3996. packet->setDataByName("cast_time", spell->spell->GetSpellData()->cast_time*.01); //delay
  3997. packet->setDataByName("spell_id", spell->spell->GetSpellID());
  3998. packet->setDataByName("spell_level", 1);
  3999. packet->setDataByName("spell_tier", spell->spell->GetSpellData()->tier);
  4000. outapp = packet->serialize();
  4001. client->QueuePacket(outapp);
  4002. safe_delete(packet);
  4003. }
  4004. }
  4005. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4006. safe_delete(packet);
  4007. }
  4008. void ZoneServer::SendCastSpellPacket(int32 spell_visual, Spawn* target) {
  4009. if (target) {
  4010. vector<Client*>::iterator client_itr;
  4011. MClientList.readlock(__FUNCTION__, __LINE__);
  4012. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4013. Client* client = *client_itr;
  4014. if (!client)
  4015. continue;
  4016. PacketStruct* packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4017. if (packet) {
  4018. packet->setDataByName("spawn_id", 0xFFFFFFFF);
  4019. packet->setArrayLengthByName("num_targets", 1);
  4020. packet->setArrayDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  4021. packet->setDataByName("spell_id", 0xFFFFFFFF);
  4022. packet->setDataByName("spell_visual", spell_visual);
  4023. packet->setDataByName("cast_time", 0);
  4024. packet->setDataByName("spell_id", 0);
  4025. packet->setDataByName("spell_level", 0);
  4026. packet->setDataByName("spell_tier", 0);
  4027. client->QueuePacket(packet->serialize());
  4028. safe_delete(packet);
  4029. }
  4030. }
  4031. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4032. }
  4033. }
  4034. void ZoneServer::SendCastEntityCommandPacket(EntityCommand* entity_command, int32 spawn_id, int32 target_id) {
  4035. if (entity_command) {
  4036. Spawn* spawn = GetSpawnByID(spawn_id);
  4037. Spawn* target = GetSpawnByID(target_id);
  4038. if (!spawn || !target)
  4039. return;
  4040. Client* client = 0;
  4041. vector<Client*>::iterator client_itr;
  4042. MClientList.readlock(__FUNCTION__, __LINE__);
  4043. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4044. client = *client_itr;
  4045. if (!client || !client->GetPlayer()->WasSentSpawn(spawn_id) || client->GetPlayer()->WasSpawnRemoved(spawn) || !client->GetPlayer()->WasSentSpawn(target_id) || client->GetPlayer()->WasSpawnRemoved(target))
  4046. continue;
  4047. PacketStruct* packet = configReader.getStruct("WS_HearCastSpell", client->GetVersion());
  4048. if (packet) {
  4049. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  4050. packet->setArrayLengthByName("num_targets", 1);
  4051. packet->setArrayDataByName("target", client->GetPlayer()->GetIDWithPlayerSpawn(target));
  4052. packet->setDataByName("num_targets", 1);
  4053. packet->setDataByName("spell_visual", entity_command->spell_visual); //result
  4054. packet->setDataByName("cast_time", entity_command->cast_time * 0.01); //delay
  4055. packet->setDataByName("spell_id", 1);
  4056. packet->setDataByName("spell_level", 1);
  4057. packet->setDataByName("spell_tier", 1);
  4058. EQ2Packet* outapp = packet->serialize();
  4059. client->QueuePacket(outapp);
  4060. safe_delete(packet);
  4061. }
  4062. }
  4063. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4064. }
  4065. }
  4066. void ZoneServer::StartZoneInitialSpawnThread(Client* client){
  4067. if(zoneShuttingDown)
  4068. return;
  4069. #ifdef WIN32
  4070. _beginthread(SendInitialSpawns, 0, client);
  4071. #else
  4072. pthread_t thread;
  4073. pthread_create(&thread, NULL, SendInitialSpawns, client);
  4074. pthread_detach(thread);
  4075. #endif
  4076. }
  4077. void ZoneServer::SendZoneSpawns(Client* client){
  4078. initial_spawn_threads_active++;
  4079. map<int32, Spawn*>::iterator itr;
  4080. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4081. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4082. Spawn* spawn = itr->second;
  4083. if (spawn) {
  4084. CheckSpawnRange(client, spawn, true);
  4085. }
  4086. }
  4087. CheckSendSpawnToClient(client, true);
  4088. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4089. client->SetConnected(true);
  4090. ClientPacketFunctions::SendFinishedEntitiesList(client);
  4091. initial_spawn_threads_active--;
  4092. }
  4093. vector<Entity*> ZoneServer::GetPlayers(){
  4094. vector<Entity*> ret;
  4095. Client* client = 0;
  4096. vector<Client*>::iterator client_itr;
  4097. MClientList.readlock(__FUNCTION__, __LINE__);
  4098. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4099. client = *client_itr;
  4100. ret.push_back(client->GetPlayer());
  4101. }
  4102. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4103. return ret;
  4104. }
  4105. int16 ZoneServer::SetSpawnTargetable(Spawn* spawn, float distance){
  4106. Spawn* test_spawn = 0;
  4107. int16 ret_val = 0;
  4108. map<int32, Spawn*>::iterator itr;
  4109. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4110. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4111. test_spawn = itr->second;
  4112. if(test_spawn){
  4113. if(test_spawn->GetDistance(spawn) <= distance){
  4114. test_spawn->SetTargetable(1);
  4115. ret_val++;
  4116. }
  4117. }
  4118. }
  4119. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4120. return ret_val;
  4121. }
  4122. int16 ZoneServer::SetSpawnTargetable(int32 spawn_id){
  4123. Spawn* spawn = 0;
  4124. int16 ret_val = 0;
  4125. map<int32, Spawn*>::iterator itr;
  4126. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4127. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4128. spawn = itr->second;
  4129. if(spawn){
  4130. if(spawn->GetDatabaseID() == spawn_id){
  4131. spawn->SetTargetable(1);
  4132. ret_val++;
  4133. }
  4134. }
  4135. }
  4136. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4137. return ret_val;
  4138. }
  4139. EQ2Packet* ZoneServer::GetZoneInfoPacket(Client* client){
  4140. client_spawn_map.Put(client->GetPlayer(), client);
  4141. PacketStruct* packet = configReader.getStruct("WS_ZoneInfo", client->GetVersion());
  4142. packet->setSmallStringByName("server1",net.GetWorldName());
  4143. packet->setSmallStringByName("server2",net.GetWorldName());
  4144. packet->setDataByName("unknown1", 1, 1);//1, 1
  4145. int32 expansions = EXPANSION_UNKNOWN + EXPANSION_DOF + EXPANSION_KOS + EXPANSION_EOF + EXPANSION_ROK + EXPANSION_TSO + EXPANSION_DOV;
  4146. //packet->setDataByName("expansions_enabled", 82313211);//expansions 63181
  4147. //packet->setDataByName("expansions_enabled", 552075103);//expansions 63182
  4148. packet->setDataByName("expansions_enabled", 4294967295);//expansions 1096 //612499455 works
  4149. if (client->GetVersion() >= 1193) {
  4150. packet->setDataByName("unknown3", 4294967295, 0); // DOV and down
  4151. packet->setDataByName("unknown3", 4294967295, 1); //COE and up
  4152. packet->setDataByName("unknown3", 4294967295, 2);
  4153. }
  4154. else
  4155. packet->setDataByName("unknown3", 4294967295, 0); // DOV and down
  4156. packet->setSmallStringByName("auction_website", "eq2emulator.net");
  4157. packet->setDataByName("auction_port", 80);
  4158. packet->setSmallStringByName("upload_page", "test_upload.m");
  4159. packet->setSmallStringByName("upload_key", "dsya987yda9");
  4160. packet->setSmallStringByName("zone", GetZoneFile());
  4161. packet->setSmallStringByName("zone2", GetZoneName());
  4162. packet->setSmallStringByName("zone_desc", GetZoneDescription());
  4163. packet->setSmallStringByName("char_name", client->GetPlayer()->GetName());
  4164. packet->setDataByName("x", client->GetPlayer()->GetX());
  4165. packet->setDataByName("y", client->GetPlayer()->GetY());
  4166. packet->setDataByName("z", client->GetPlayer()->GetZ());
  4167. // unknown3 can prevent screen shots from being taken if
  4168. //packet->setDataByName("unknown3", 2094661567, 1); // Screenshots allowed with this value
  4169. //packet->setDataByName("unknown3", 3815767999, 1); // Screenshots disabled with this value
  4170. //packet->setDataByName("unknown3", 1, 2);
  4171. /*if (client->GetVersion() >= 63587) {
  4172. packet->setArrayLengthByName("num_exp_feature_bytes", 9);
  4173. packet->setArrayDataByName("exp_feature_bytes", 95, 0);//kos and dof
  4174. packet->setArrayDataByName("exp_feature_bytes", 255, 1);//eof rok tso sf dov coe tov
  4175. packet->setArrayDataByName("exp_feature_bytes", 247, 2);//aom tot ka exp14
  4176. packet->setArrayDataByName("exp_feature_bytes", 32, 3);//rum cellar
  4177. packet->setArrayDataByName("exp_feature_bytes", 140, 4);
  4178. packet->setArrayDataByName("exp_feature_bytes", 62, 5);
  4179. packet->setArrayDataByName("exp_feature_bytes", 0, 6);
  4180. packet->setArrayDataByName("exp_feature_bytes", 45, 7);
  4181. packet->setArrayDataByName("exp_feature_bytes", 128, 8);
  4182. packet->setArrayLengthByName("num_unknown3b_bytes", 9);
  4183. packet->setArrayDataByName("unknown3b_bytes", 95, 0);
  4184. packet->setArrayDataByName("unknown3b_bytes", 255, 1);
  4185. packet->setArrayDataByName("unknown3b_bytes", 247, 2);
  4186. packet->setArrayDataByName("unknown3b_bytes", 237, 3);
  4187. packet->setArrayDataByName("unknown3b_bytes", 143, 4);
  4188. packet->setArrayDataByName("unknown3b_bytes", 255, 5);
  4189. packet->setArrayDataByName("unknown3b_bytes", 255, 6);
  4190. packet->setArrayDataByName("unknown3b_bytes", 255, 7);
  4191. packet->setArrayDataByName("unknown3b_bytes", 128, 8);
  4192. }
  4193. else if (client->GetVersion() >= 63214) {
  4194. packet->setArrayLengthByName("num_exp_feature_bytes", 9);
  4195. packet->setArrayDataByName("exp_feature_bytes", 95, 0);//kos and dof
  4196. packet->setArrayDataByName("exp_feature_bytes", 255, 1);//eof rok tso sf dov coe tov
  4197. packet->setArrayDataByName("exp_feature_bytes", 247, 2);//aom tot ka exp14
  4198. packet->setArrayDataByName("exp_feature_bytes", 32, 3);//rum cellar
  4199. packet->setArrayDataByName("exp_feature_bytes", 140, 4);
  4200. packet->setArrayDataByName("exp_feature_bytes", 62, 5);
  4201. packet->setArrayDataByName("exp_feature_bytes", 0, 6);
  4202. packet->setArrayDataByName("exp_feature_bytes", 45, 7);
  4203. packet->setArrayDataByName("exp_feature_bytes", 128, 8);
  4204. packet->setArrayLengthByName("num_unknown3b_bytes", 9);
  4205. packet->setArrayDataByName("unknown3b_bytes", 95, 0);
  4206. packet->setArrayDataByName("unknown3b_bytes", 255, 1);
  4207. packet->setArrayDataByName("unknown3b_bytes", 247, 2);
  4208. packet->setArrayDataByName("unknown3b_bytes", 237, 3);
  4209. packet->setArrayDataByName("unknown3b_bytes", 143, 4);
  4210. packet->setArrayDataByName("unknown3b_bytes", 255, 5);
  4211. packet->setArrayDataByName("unknown3b_bytes", 255, 6);
  4212. packet->setArrayDataByName("unknown3b_bytes", 255, 7);
  4213. packet->setArrayDataByName("unknown3b_bytes", 128, 8);
  4214. }*/
  4215. if (client->GetVersion() >= 64644) {
  4216. packet->setDataByName("unknown3a", 12598924);
  4217. packet->setDataByName("unknown3b", 3992452959);
  4218. packet->setDataByName("unknown3c", 4294967183);
  4219. packet->setDataByName("unknown2a", 9);
  4220. packet->setDataByName("unknown2b", 9);
  4221. }
  4222. else if (client->GetVersion() >= 63181) {
  4223. packet->setDataByName("unknown3a", 750796556);//63182 73821356
  4224. packet->setDataByName("unknown3b", 3991404383);// 63182 3991404383
  4225. packet->setDataByName("unknown3c", 4278189967);// 63182 4278189967
  4226. packet->setDataByName("unknown2a", 8);// 63182
  4227. packet->setDataByName("unknown2b", 8);// 63182
  4228. }
  4229. else{
  4230. //packet->setDataByName("unknown3", 872447025,0);//63181
  4231. //packet->setDataByName("unknown3", 3085434875,1);// 63181
  4232. //packet->setDataByName("unknown3", 2147483633,2);// 63181
  4233. }
  4234. packet->setDataByName("year", world.GetWorldTimeStruct()->year);
  4235. packet->setDataByName("month", world.GetWorldTimeStruct()->month);
  4236. packet->setDataByName("day", world.GetWorldTimeStruct()->day);
  4237. packet->setDataByName("hour", world.GetWorldTimeStruct()->hour);
  4238. packet->setDataByName("minute", world.GetWorldTimeStruct()->minute);
  4239. packet->setDataByName("unknown", 0);
  4240. packet->setDataByName("unknown7", 1);
  4241. packet->setDataByName("unknown7", 1, 1);
  4242. packet->setDataByName("unknown9", 13);
  4243. //packet->setDataByName("unknown10", 25188959);4294967295
  4244. //packet->setDataByName("unknown10", 25190239);
  4245. packet->setDataByName("unknown10", 25191524);//25191524
  4246. packet->setDataByName("unknown10b", 1);
  4247. 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
  4248. packet->setDataByName("num_adv", 9);
  4249. packet->setArrayDataByName("adv_name", "adv02_dun_drowned_caverns", 0);
  4250. packet->setArrayDataByName("adv_id", 6, 0);
  4251. packet->setArrayDataByName("adv_name", "adv02_dun_sundered_splitpaw_hub", 1);
  4252. packet->setArrayDataByName("adv_id", 5, 1);
  4253. packet->setArrayDataByName("adv_name", "exp03_rgn_butcherblock", 2);
  4254. packet->setArrayDataByName("adv_id", 8, 2);
  4255. packet->setArrayDataByName("adv_name", "exp03_rgn_greater_faydark", 3);
  4256. packet->setArrayDataByName("adv_id", 7, 3);
  4257. packet->setArrayDataByName("adv_name", "mod01_dun_crypt_of_thaen", 4);
  4258. packet->setArrayDataByName("adv_id", 3, 4);
  4259. packet->setArrayDataByName("adv_name", "mod01_dun_tombs_of_night", 5);
  4260. packet->setArrayDataByName("adv_id", 4, 5);
  4261. packet->setArrayDataByName("adv_name", "nektulos_mini01", 6);
  4262. packet->setArrayDataByName("adv_id", 0, 6);
  4263. packet->setArrayDataByName("adv_name", "nektulos_mini02", 7);
  4264. packet->setArrayDataByName("adv_id", 1, 7);
  4265. packet->setArrayDataByName("adv_name", "nektulos_mini03", 8);
  4266. packet->setArrayDataByName("adv_id", 2, 8);
  4267. LogWrite(MISC__TODO, 0, "TODO", "Put cl_ client commands back in variables (not Rules) so they can be dynamically maintained");
  4268. vector<Variable*>* variables = world.GetClientVariables();
  4269. packet->setArrayLengthByName("num_client_setup", variables->size());
  4270. for(int i=variables->size()-1;i>=0;i--)
  4271. packet->setArrayDataByName("client_cmds", variables->at(i)->GetNameValuePair().c_str(), i);
  4272. // For AoM clients so item link work
  4273. if (client->GetVersion() >= 60114)
  4274. packet->setArrayDataByName("client_cmds", "chat_linkbrackets_item 1", variables->size());
  4275. safe_delete(variables);
  4276. //packet->setDataByName("unknown8", ); story?
  4277. // AA Tabs for 1193+ clients
  4278. if (client->GetVersion() >= 1193) {
  4279. packet->setArrayLengthByName("tab_count", 48);
  4280. int8 i = 0;
  4281. packet->setArrayDataByName("tab_index", i, i);
  4282. packet->setArrayDataByName("tab_name", ":es24a58bd8fcaac8c2:All", i);
  4283. i++;
  4284. packet->setArrayDataByName("tab_index", i, i);
  4285. packet->setArrayDataByName("tab_name", ":410385c727bd47a6:Racial Innate", i);
  4286. i++;
  4287. packet->setArrayDataByName("tab_index", i, i);
  4288. packet->setArrayDataByName("tab_name", ":410385c75a96e23c:Tradeskill Advancement", i);
  4289. i++;
  4290. packet->setArrayDataByName("tab_index", i, i);
  4291. packet->setArrayDataByName("tab_name", ":410385c744f1fd99:Focus Effects", i);
  4292. i++;
  4293. packet->setArrayDataByName("tab_index", i, i);
  4294. packet->setArrayDataByName("tab_name", ":410385c71edd2a66:Heroic", i);
  4295. i++;
  4296. packet->setArrayDataByName("tab_index", i, i);
  4297. packet->setArrayDataByName("tab_name", ":410385c76ee6239f:Shadows", i);
  4298. i++;
  4299. packet->setArrayDataByName("tab_index", i, i);
  4300. packet->setArrayDataByName("tab_name", ":410385c7e678b977:Prestige", i);
  4301. i++;
  4302. packet->setArrayDataByName("tab_index", i, i);
  4303. packet->setArrayDataByName("tab_name", ":410385c77ee422d7:Animalist", i);
  4304. i++;
  4305. packet->setArrayDataByName("tab_index", i, i);
  4306. packet->setArrayDataByName("tab_name", ":410385c7f165af77:Bard", i);
  4307. i++;
  4308. packet->setArrayDataByName("tab_index", i, i);
  4309. packet->setArrayDataByName("tab_name", ":410385c7421b9375:Brawler", i);
  4310. i++;
  4311. packet->setArrayDataByName("tab_index", i, i);
  4312. packet->setArrayDataByName("tab_name", ":410385c7a03ae7d1:Cleric", i);
  4313. i++;
  4314. packet->setArrayDataByName("tab_index", i, i);
  4315. packet->setArrayDataByName("tab_name", ":410385c7c9605e9f:Crusader", i);
  4316. i++;
  4317. packet->setArrayDataByName("tab_index", i, i);
  4318. packet->setArrayDataByName("tab_name", ":410385c7f9424168:Druid", i);
  4319. i++;
  4320. packet->setArrayDataByName("tab_index", i, i);
  4321. packet->setArrayDataByName("tab_name", ":410385c79cb9556c:Enchanter", i);
  4322. i++;
  4323. packet->setArrayDataByName("tab_index", i, i);
  4324. packet->setArrayDataByName("tab_name", ":410385c70c8b6aa4:Predator", i);
  4325. i++;
  4326. packet->setArrayDataByName("tab_index", i, i);
  4327. packet->setArrayDataByName("tab_name", ":410385c73a43b6dd:Rogue", i);
  4328. i++;
  4329. packet->setArrayDataByName("tab_index", i, i);
  4330. packet->setArrayDataByName("tab_name", ":410385c759fe7d15:Sorcerer", i);
  4331. i++;
  4332. packet->setArrayDataByName("tab_index", i, i);
  4333. packet->setArrayDataByName("tab_name", ":410385c7ad610aca:Summoner", i);
  4334. i++;
  4335. packet->setArrayDataByName("tab_index", i, i);
  4336. packet->setArrayDataByName("tab_name", ":410385c71e056728:Warrior", i);
  4337. i++;
  4338. packet->setArrayDataByName("tab_index", i, i);
  4339. packet->setArrayDataByName("tab_name", ":410385c7ba864c0b:Assassin", i);
  4340. i++;
  4341. packet->setArrayDataByName("tab_index", i, i);
  4342. packet->setArrayDataByName("tab_name", ":410385c7b8116aad:Beastlord", i);
  4343. i++;
  4344. packet->setArrayDataByName("tab_index", i, i);
  4345. packet->setArrayDataByName("tab_name", ":410385c7f53feb7b:Berserker", i);
  4346. i++;
  4347. packet->setArrayDataByName("tab_index", i, i);
  4348. packet->setArrayDataByName("tab_name", ":410385c73d8a70e2:Brigand", i);
  4349. i++;
  4350. packet->setArrayDataByName("tab_index", i, i);
  4351. packet->setArrayDataByName("tab_name", ":410385c770c766d6:Bruiser", i);
  4352. i++;
  4353. packet->setArrayDataByName("tab_index", i, i);
  4354. packet->setArrayDataByName("tab_name", ":410385c79226984b:Coercer", i);
  4355. i++;
  4356. packet->setArrayDataByName("tab_index", i, i);
  4357. packet->setArrayDataByName("tab_name", ":410385c70c58bb30:Conjurer", i);
  4358. i++;
  4359. packet->setArrayDataByName("tab_index", i, i);
  4360. packet->setArrayDataByName("tab_name", ":410385c73dfe68d0:Defiler", i);
  4361. i++;
  4362. packet->setArrayDataByName("tab_index", i, i);
  4363. packet->setArrayDataByName("tab_name", ":410385c792919a6b:Dirge", i);
  4364. i++;
  4365. packet->setArrayDataByName("tab_index", i, i);
  4366. packet->setArrayDataByName("tab_name", ":410385c7062e5f55:Fury", i);
  4367. i++;
  4368. packet->setArrayDataByName("tab_index", i, i);
  4369. packet->setArrayDataByName("tab_name", ":410385c762c1fdfc:Guardian", i);
  4370. i++;
  4371. packet->setArrayDataByName("tab_index", i, i);
  4372. packet->setArrayDataByName("tab_name", ":410385c78addfbf4:Illusionist", i);
  4373. i++;
  4374. packet->setArrayDataByName("tab_index", i, i);
  4375. packet->setArrayDataByName("tab_name", ":410385c7ece054a7:Inquisitor", i);
  4376. i++;
  4377. packet->setArrayDataByName("tab_index", i, i);
  4378. packet->setArrayDataByName("tab_name", ":410385c7d550d2e7:Monk", i);
  4379. i++;
  4380. packet->setArrayDataByName("tab_index", i, i);
  4381. packet->setArrayDataByName("tab_name", ":410385c743cfeaa2:Mystic", i);
  4382. i++;
  4383. packet->setArrayDataByName("tab_index", i, i);
  4384. packet->setArrayDataByName("tab_name", ":410385c7f63c9c8c:Necromancer", i);
  4385. i++;
  4386. packet->setArrayDataByName("tab_index", i, i);
  4387. packet->setArrayDataByName("tab_name", ":410385c70c5de0ae:Paladin", i);
  4388. i++;
  4389. packet->setArrayDataByName("tab_index", i, i);
  4390. packet->setArrayDataByName("tab_name", ":410385c79bc97b3a:Ranger", i);
  4391. i++;
  4392. packet->setArrayDataByName("tab_index", i, i);
  4393. packet->setArrayDataByName("tab_name", ":410385c78fbd2256:Shadowknight", i);
  4394. i++;
  4395. packet->setArrayDataByName("tab_index", i, i);
  4396. packet->setArrayDataByName("tab_name", ":410385c7781cc625:Shaman", i);
  4397. i++;
  4398. packet->setArrayDataByName("tab_index", i, i);
  4399. packet->setArrayDataByName("tab_name", ":410385c77eecdcdb:Swashbuckler", i);
  4400. i++;
  4401. packet->setArrayDataByName("tab_index", i, i);
  4402. packet->setArrayDataByName("tab_name", ":410385c7648d181e:Templar", i);
  4403. i++;
  4404. packet->setArrayDataByName("tab_index", i, i);
  4405. packet->setArrayDataByName("tab_name", ":410385c78df47d77:Troubador", i);
  4406. i++;
  4407. packet->setArrayDataByName("tab_index", i, i);
  4408. packet->setArrayDataByName("tab_name", ":410385c7c78ce0b8:Warden", i);
  4409. i++;
  4410. packet->setArrayDataByName("tab_index", i, i);
  4411. packet->setArrayDataByName("tab_name", ":410385c76290dcfa:Warlock", i);
  4412. i++;
  4413. packet->setArrayDataByName("tab_index", i, i);
  4414. packet->setArrayDataByName("tab_name", ":410385c7d1d52cf5:Wizard", i);
  4415. i++;
  4416. packet->setArrayDataByName("tab_index", i, i);
  4417. packet->setArrayDataByName("tab_name", ":410385c71c8f6f4d:Shaper", i);
  4418. i++;
  4419. packet->setArrayDataByName("tab_index", i, i);
  4420. packet->setArrayDataByName("tab_name", ":410385c72f6e354d:Channeler", i);
  4421. i++;
  4422. packet->setArrayDataByName("tab_index", i, i);
  4423. packet->setArrayDataByName("tab_name", ":410385c7df8bd37d:Dragon", i);
  4424. }
  4425. packet->setDataByName("unknown_mj", 1);//int8
  4426. packet->setDataByName("unknown_mj1", 335544320);//int32
  4427. packet->setDataByName("unknown_mj2", 4);//int32
  4428. packet->setDataByName("unknown_mj3", 3962504088);//int32
  4429. packet->setDataByName("unknown_mj4", 3985947216);//int32
  4430. packet->setDataByName("unknown_mj5", 1);//int32
  4431. packet->setDataByName("unknown_mj6", 386);//int32
  4432. packet->setDataByName("unknown_mj7", 4294967295);//int32
  4433. packet->setDataByName("unknown_mj8", 2716312211);//int32
  4434. packet->setDataByName("unknown_mj9", 1774338333);//int32
  4435. packet->setDataByName("unknown_mj10", 1);//int32
  4436. packet->setDataByName("unknown_mj11", 391);//int32
  4437. packet->setDataByName("unknown_mj12", 4294967295);//int32
  4438. packet->setDataByName("unknown_mj13", 3168965163);//int32
  4439. packet->setDataByName("unknown_mj14", 4117025286);//int32
  4440. packet->setDataByName("unknown_mj15", 1);//int32
  4441. packet->setDataByName("unknown_mj16", 394);//int32
  4442. packet->setDataByName("unknown_mj17", 4294967295);//int32
  4443. packet->setDataByName("unknown_mj18", 1790669110);//int32
  4444. packet->setDataByName("unknown_mj19", 107158108);//int32
  4445. packet->setDataByName("unknown_mj20", 1);//int32
  4446. packet->setDataByName("unknown_mj21", 393);//int32
  4447. packet->setDataByName("unknown_mj22", 4294967295);//int32
  4448. EQ2Packet* outapp = packet->serialize();
  4449. //packet->PrintPacket();
  4450. //DumpPacket(outapp);
  4451. safe_delete(packet);
  4452. return outapp;
  4453. }
  4454. void ZoneServer::SendUpdateDefaultCommand(Spawn* spawn, const char* command, float distance){
  4455. Client* client = 0;
  4456. PacketStruct* packet = 0;
  4457. vector<Client*>::iterator client_itr;
  4458. MClientList.readlock(__FUNCTION__, __LINE__);
  4459. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4460. client = *client_itr;
  4461. if(client && client->GetPlayer()->WasSentSpawn(spawn->GetID()) && client->GetPlayer()->WasSpawnRemoved(spawn) == false){
  4462. packet = configReader.getStruct("WS_SetDefaultCommand", client->GetVersion());
  4463. if(packet){
  4464. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  4465. packet->setMediumStringByName("command_name", command);
  4466. packet->setDataByName("distance", distance);
  4467. client->QueuePacket(packet->serialize());
  4468. safe_delete(packet);
  4469. }
  4470. }
  4471. spawn->SetPrimaryCommand(command, command, distance);
  4472. }
  4473. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4474. }
  4475. void ZoneServer::CheckPlayerProximity(Spawn* spawn, Client* client){
  4476. if(player_proximities.count(spawn->GetID()) > 0){
  4477. PlayerProximity* prox = player_proximities.Get(spawn->GetID());
  4478. 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){
  4479. prox->clients_in_proximity[client] = true;
  4480. CallSpawnScript(spawn, SPAWN_SCRIPT_CUSTOM, client->GetPlayer(), prox->in_range_lua_function.c_str());
  4481. }
  4482. 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){
  4483. if(prox->leaving_range_lua_function.length() > 0)
  4484. CallSpawnScript(spawn, SPAWN_SCRIPT_CUSTOM, client->GetPlayer(), prox->leaving_range_lua_function.c_str());
  4485. prox->clients_in_proximity.erase(client);
  4486. }
  4487. }
  4488. }
  4489. void ZoneServer::AddPlayerProximity(Spawn* spawn, float distance, string in_range_function, string leaving_range_function){
  4490. RemovePlayerProximity(spawn);
  4491. PlayerProximity* prox = new PlayerProximity;
  4492. prox->distance = distance;
  4493. prox->in_range_lua_function = in_range_function;
  4494. prox->leaving_range_lua_function = leaving_range_function;
  4495. player_proximities.Put(spawn->GetID(), prox);
  4496. }
  4497. void ZoneServer::RemovePlayerProximity(Client* client){
  4498. PlayerProximity* prox = 0;
  4499. MutexMap<int32, PlayerProximity*>::iterator itr = player_proximities.begin();
  4500. while(itr.Next()){
  4501. prox = itr->second;
  4502. if(prox->clients_in_proximity.count(client) > 0)
  4503. prox->clients_in_proximity.erase(client);
  4504. }
  4505. }
  4506. void ZoneServer::RemovePlayerProximity(Spawn* spawn, bool all){
  4507. if(all){
  4508. MutexMap<int32, PlayerProximity*>::iterator itr = player_proximities.begin();
  4509. while(itr.Next()){
  4510. player_proximities.erase(itr->first, false, true, 10000);
  4511. }
  4512. }
  4513. else if(player_proximities.count(spawn->GetID()) > 0){
  4514. player_proximities.erase(spawn->GetID(), false, true, 10000);
  4515. }
  4516. }
  4517. void ZoneServer::AddLocationProximity(float x, float y, float z, float max_variation, string in_range_function, string leaving_range_function) {
  4518. LocationProximity* prox = new LocationProximity;
  4519. prox->x = x;
  4520. prox->y = y;
  4521. prox->z = z;
  4522. prox->max_variation = max_variation;
  4523. prox->in_range_lua_function = in_range_function;
  4524. prox->leaving_range_lua_function = leaving_range_function;
  4525. location_proximities.Add(prox);
  4526. }
  4527. void ZoneServer::CheckLocationProximity() {
  4528. const char* zone_script = world.GetZoneScript(this->GetZoneID());
  4529. if (!zone_script)
  4530. return;
  4531. if (location_proximities.size() > 0 && connected_clients.size() > 0) {
  4532. Client* client = 0;
  4533. MutexList<Client*>::iterator iterator = connected_clients.begin();
  4534. while(iterator.Next()){
  4535. client = iterator->value;
  4536. if (client->IsConnected() && client->IsReadyForSpawns() && !client->IsZoning()) {
  4537. try {
  4538. MutexList<LocationProximity*>::iterator itr = location_proximities.begin();
  4539. LocationProximity* prox = 0;
  4540. while(itr.Next()){
  4541. prox = itr->value;
  4542. bool in_range = false;
  4543. float char_x = client->GetPlayer()->GetX();
  4544. float char_y = client->GetPlayer()->GetY();
  4545. float char_z = client->GetPlayer()->GetZ();
  4546. float x = prox->x;
  4547. float y = prox->y;
  4548. float z = prox->z;
  4549. float max_variation = prox->max_variation;
  4550. float total_diff = 0;
  4551. float diff = x - char_x; //Check X
  4552. if(diff < 0)
  4553. diff *= -1;
  4554. if(diff <= max_variation) {
  4555. total_diff += diff;
  4556. diff = z - char_z; //Check Z (we check Z first because it is far more likely to be a much greater variation than y)
  4557. if(diff < 0)
  4558. diff *= -1;
  4559. if(diff <= max_variation) {
  4560. total_diff += diff;
  4561. if(total_diff <= max_variation) { //Check Total
  4562. diff = y - char_y; //Check Y
  4563. if(diff < 0)
  4564. diff *= -1;
  4565. if(diff <= max_variation) {
  4566. total_diff += diff;
  4567. if(total_diff <= max_variation) {
  4568. in_range = true;
  4569. if(lua_interface && prox->in_range_lua_function.length() > 0 && prox->clients_in_proximity.count(client) == 0) { //Check Total
  4570. prox->clients_in_proximity[client] = true;
  4571. lua_interface->RunZoneScript(zone_script, prox->in_range_lua_function.c_str(), this, client->GetPlayer());
  4572. }
  4573. }
  4574. }
  4575. }
  4576. }
  4577. }
  4578. if (!in_range) {
  4579. if(lua_interface && prox->leaving_range_lua_function.length() > 0 && prox->clients_in_proximity.count(client) > 0) {
  4580. lua_interface->RunZoneScript(zone_script, prox->leaving_range_lua_function.c_str(), this, client->GetPlayer());
  4581. prox->clients_in_proximity.erase(client);
  4582. }
  4583. }
  4584. }
  4585. }
  4586. catch (...) {
  4587. LogWrite(ZONE__ERROR, 0, "Zone", "Except caught in ZoneServer::CheckLocationProximity");
  4588. return;
  4589. }
  4590. }
  4591. }
  4592. }
  4593. }
  4594. void ZoneServer::CheckLocationGrids() {
  4595. if (connected_clients.size() > 0 && location_grids.size() > 0) {
  4596. MutexList<Client*>::iterator client_itr = connected_clients.begin();
  4597. while (client_itr.Next()) {
  4598. Client* client = client_itr.value;
  4599. if (!client)
  4600. continue;
  4601. Player* player = client->GetPlayer();
  4602. float x = player->GetX();
  4603. float y = player->GetY();
  4604. float z = player->GetZ();
  4605. int32 grid_id = player->appearance.pos.grid_id;
  4606. MutexList<LocationGrid*>::iterator location_grid_itr = location_grids.begin();
  4607. while (location_grid_itr.Next()) {
  4608. LocationGrid* grid = location_grid_itr.value;
  4609. if (grid->locations.size() > 0 || /*(grid->grid_id == grid_id ||*/ grid->players.count(player) > 0) {
  4610. float x_small = 0;
  4611. float x_large = 0;
  4612. float y_small = 0;
  4613. float y_large = 0;
  4614. float z_small = 0;
  4615. float z_large = 0;
  4616. bool first = true;
  4617. bool in_grid = false;
  4618. MutexList<Location*>::iterator location_itr = grid->locations.begin();
  4619. while (location_itr.Next()) {
  4620. Location* location = location_itr.value;
  4621. if (first) {
  4622. x_small = location->x;
  4623. x_large = location->x;
  4624. if (grid->include_y) {
  4625. y_small = location->y;
  4626. y_large = location->y;
  4627. }
  4628. z_small = location->z;
  4629. z_large = location->z;
  4630. first = false;
  4631. }
  4632. else {
  4633. if (location->x < x_small)
  4634. x_small = location->x;
  4635. else if (location->x > x_large)
  4636. x_large = location->x;
  4637. if (grid->include_y) {
  4638. if (location->y < y_small)
  4639. y_small = location->y;
  4640. else if (location->y > y_large)
  4641. y_large = location->y;
  4642. }
  4643. if (location->z < z_small)
  4644. z_small = location->z;
  4645. else if (location->z > z_large)
  4646. z_large = location->z;
  4647. }
  4648. }
  4649. if (grid->include_y && (x >= x_small && x <= x_large && y >= y_small && y <= y_large && z >= z_small && z <= z_large))
  4650. in_grid = true;
  4651. else if (x >= x_small && x <= x_large && z >= z_small && z <= z_large)
  4652. in_grid = true;
  4653. if (in_grid && grid->players.count(player) == 0) {
  4654. grid->players.Put(player, true);
  4655. bool show_enter_location_popup = true;
  4656. bool discovery_enabled = rule_manager.GetGlobalRule(R_World, EnablePOIDiscovery)->GetBool();
  4657. if( grid->discovery && discovery_enabled && !player->DiscoveredLocation(grid->id) )
  4658. {
  4659. // check if player has already discovered this location
  4660. // if not, process new discovery
  4661. char tmp[200] = {0};
  4662. sprintf(tmp, "\\#FFE400You have discovered\12\\#FFF283%s", grid->name.c_str());
  4663. client->SendPopupMessage(11, tmp, "ui_discovery", 2.25, 0xFF, 0xFF, 0xFF);
  4664. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' discovered location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  4665. player->UpdatePlayerHistory(HISTORY_TYPE_DISCOVERY, HISTORY_SUBTYPE_LOCATION, grid->id);
  4666. show_enter_location_popup = false;
  4667. // else, print standard location entry
  4668. }
  4669. if( show_enter_location_popup )
  4670. {
  4671. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' entering location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  4672. client->SendPopupMessage(10, grid->name.c_str(), 0, 2.5, 255, 255, 0);
  4673. }
  4674. }
  4675. else if (!in_grid && grid->players.count(player) > 0) {
  4676. LogWrite(ZONE__DEBUG, 0, "Zone", "Player '%s' leaving location '%s' (%u)", player->GetName(), grid->name.c_str(), grid->id);
  4677. grid->players.erase(player);
  4678. }
  4679. }
  4680. }
  4681. }
  4682. }
  4683. }
  4684. // Called from a command (client, main zone thread) and the main zone thread
  4685. // so no need for a mutex container
  4686. void ZoneServer::AddLocationGrid(LocationGrid* grid) {
  4687. if (grid)
  4688. location_grids.Add(grid);
  4689. }
  4690. void ZoneServer::RemoveLocationGrids() {
  4691. MutexList<LocationGrid*>::iterator itr = location_grids.begin();
  4692. while (itr.Next())
  4693. itr.value->locations.clear(true);
  4694. location_grids.clear(true);
  4695. }
  4696. void ZoneServer::RemoveSpellTimersFromSpawn(Spawn* spawn, bool remove_all, bool delete_recast){
  4697. if(spellProcess)
  4698. spellProcess->RemoveSpellTimersFromSpawn(spawn, remove_all, delete_recast);
  4699. }
  4700. void ZoneServer::Interrupted(Entity* caster, Spawn* interruptor, int16 error_code, bool cancel, bool from_movement){
  4701. if(spellProcess)
  4702. spellProcess->Interrupted(caster, interruptor, error_code, cancel, from_movement);
  4703. }
  4704. Spell* ZoneServer::GetSpell(Entity* caster){
  4705. Spell* spell = 0;
  4706. if(spellProcess)
  4707. spell = spellProcess->GetSpell(caster);
  4708. return spell;
  4709. }
  4710. void ZoneServer::ProcessSpell(Spell* spell, Entity* caster, Spawn* target, bool lock, bool harvest_spell){
  4711. if(spellProcess)
  4712. spellProcess->ProcessSpell(this, spell, caster, target, lock, harvest_spell);
  4713. }
  4714. void ZoneServer::ProcessEntityCommand(EntityCommand* entity_command, Entity* caster, Spawn* target, bool lock) {
  4715. if (spellProcess)
  4716. spellProcess->ProcessEntityCommand(this, entity_command, caster, target, lock);
  4717. }
  4718. void ZoneServer::RemoveSpawnSupportFunctions(Spawn* spawn) {
  4719. if(!spawn)
  4720. return;
  4721. LogWrite(ZONE__DEBUG, 7, "Zone", "Processing RemoveSpawnSupportFunctions...");
  4722. if(spawn->IsEntity())
  4723. RemoveSpellTimersFromSpawn((Entity*)spawn, true);
  4724. RemoveDamagedSpawn(spawn);
  4725. spawn->SendSpawnChanges(false);
  4726. RemoveChangedSpawn(spawn);
  4727. // Everything inside this if will be nuked during a reload in other spots, no need to do it twice
  4728. if (!reloading) {
  4729. RemoveDeadEnemyList(spawn);
  4730. spawn->changed = true;
  4731. spawn->info_changed = true;
  4732. spawn->vis_changed = true;
  4733. spawn->position_changed = true;
  4734. SendSpawnChanges(spawn);
  4735. if (spawn->GetSpawnGroupID() > 0) {
  4736. int32 group_id = spawn->GetSpawnGroupID();
  4737. spawn->RemoveSpawnFromGroup();
  4738. if (spawn_group_map.count(group_id) > 0)
  4739. spawn_group_map.Get(group_id).Remove(spawn->GetID());
  4740. }
  4741. if (!spawn->IsPlayer()) {
  4742. if(quick_database_id_lookup.count(spawn->GetDatabaseID()) > 0)
  4743. quick_database_id_lookup.erase(spawn->GetDatabaseID());
  4744. }
  4745. RemoveHeadingTimer(spawn);
  4746. DeleteSpawnScriptTimers(spawn);
  4747. RemovePlayerProximity(spawn);
  4748. }
  4749. // We don't use RemoveMovementNPC() here as it caused a hell of a delay during reloads
  4750. // instead we remove it from the list directly
  4751. if (spawn->IsNPC())
  4752. movement_spawns.erase(spawn->GetID());
  4753. }
  4754. void ZoneServer::HandleEmote(Client* originator, string name) {
  4755. if (!originator) {
  4756. LogWrite(ZONE__ERROR, 0, "Zone", "HandleEmote called with an invalid client");
  4757. return;
  4758. }
  4759. Client* client = 0;
  4760. Emote* emote = visual_states.FindEmote(name);
  4761. if(!emote){
  4762. originator->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());
  4763. return;
  4764. }
  4765. PacketStruct* packet = 0;
  4766. char* emoteResponse = 0;
  4767. vector<Client*>::iterator client_itr;
  4768. MClientList.readlock(__FUNCTION__, __LINE__);
  4769. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  4770. client = *client_itr;
  4771. if(!client || (client && client->GetPlayer()->IsIgnored(originator->GetPlayer()->GetName())))
  4772. continue;
  4773. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  4774. if(packet){
  4775. packet->setDataByName("spawn_id" , client->GetPlayer()->GetIDWithPlayerSpawn(originator->GetPlayer()));
  4776. if(!emoteResponse){
  4777. string message;
  4778. if(originator->GetPlayer()->GetTarget() && originator->GetPlayer()->GetTarget()->GetID() != originator->GetPlayer()->GetID()){
  4779. message = emote->GetTargetedMessageString();
  4780. if(message.find("%t") < 0xFFFFFFFF)
  4781. message.replace(message.find("%t"), 2, originator->GetPlayer()->GetTarget()->GetName());
  4782. }
  4783. if(message.length() == 0)
  4784. message = emote->GetMessageString();
  4785. if(message.find("%g1") < 0xFFFFFFFF){
  4786. if(originator->GetPlayer()->GetGender() == 1)
  4787. message.replace(message.find("%g1"), 3, "his");
  4788. else
  4789. message.replace(message.find("%g1"), 3, "her");
  4790. }
  4791. if(message.find("%g2") < 0xFFFFFFFF){
  4792. if(originator->GetPlayer()->GetGender() == 1)
  4793. message.replace(message.find("%g2"), 3, "him");
  4794. else
  4795. message.replace(message.find("%g2"), 3, "her");
  4796. }
  4797. if(message.find("%g3") < 0xFFFFFFFF){
  4798. if(originator->GetPlayer()->GetGender() == 1)
  4799. message.replace(message.find("%g3"), 3, "he");
  4800. else
  4801. message.replace(message.find("%g3"), 3, "she");
  4802. }
  4803. if(message.length() > 0){
  4804. emoteResponse = new char[message.length() + strlen(originator->GetPlayer()->GetName()) + 10];
  4805. sprintf(emoteResponse,"%s %s", originator->GetPlayer()->GetName(), message.c_str());
  4806. }
  4807. else{
  4808. originator->Message(CHANNEL_COLOR_YELLOW, "%s is not properly configured, be sure to submit a /bug report.", name.c_str());
  4809. safe_delete(packet);
  4810. break;
  4811. }
  4812. }
  4813. packet->setMediumStringByName("emote_msg", emoteResponse);
  4814. packet->setDataByName("anim_type", emote->GetVisualState());
  4815. client->QueuePacket(packet->serialize());
  4816. safe_delete(packet);
  4817. safe_delete_array(emoteResponse);
  4818. }
  4819. }
  4820. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  4821. }
  4822. void ZoneServer::SetupInstance(int32 createdInstanceID) {
  4823. if ( createdInstanceID == 0 ) // if this happens that isn't good!
  4824. instanceID = ++MinInstanceID;
  4825. else // db should pass the good ID
  4826. instanceID = createdInstanceID;
  4827. }
  4828. void ZoneServer::RemoveDeadSpawn(Spawn* spawn){
  4829. AddDeadSpawn(spawn, 0);
  4830. }
  4831. void ZoneServer::AddDeadSpawn(Spawn* spawn, int32 timer){
  4832. MDeadSpawns.writelock(__FUNCTION__, __LINE__);
  4833. if (dead_spawns.count(spawn->GetID()) > 0)
  4834. dead_spawns[spawn->GetID()] = Timer::GetCurrentTime2() + timer;
  4835. else if(timer != 0xFFFFFFFF)
  4836. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + timer));
  4837. else{
  4838. if(spawn->IsEntity() && ((Entity*)spawn)->HasLoot()){
  4839. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + (15000 * spawn->GetLevel() + 240000)));
  4840. SendUpdateDefaultCommand(spawn, "loot", 10);
  4841. }
  4842. else
  4843. dead_spawns.insert(make_pair(spawn->GetID(), Timer::GetCurrentTime2() + 10000));
  4844. }
  4845. MDeadSpawns.releasewritelock(__FUNCTION__, __LINE__);
  4846. }
  4847. void ZoneServer::WritePlayerStatistics() {
  4848. MutexList<Client*>::iterator client_itr = connected_clients.begin();
  4849. while(client_itr.Next())
  4850. client_itr->value->GetPlayer()->WritePlayerStatistics();
  4851. }
  4852. bool ZoneServer::SendRadiusSpawnInfo(Client* client, float radius) {
  4853. if (!client)
  4854. return false;
  4855. Spawn* spawn = 0;
  4856. bool ret = false;
  4857. map<int32, Spawn*>::iterator itr;
  4858. MSpawnList.readlock(__FUNCTION__, __LINE__);
  4859. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  4860. spawn = itr->second;
  4861. if (spawn && spawn != client->GetPlayer() && !spawn->IsPlayer() && spawn->GetDistance(client->GetPlayer()) <= radius) {
  4862. const char* type = "NPC";
  4863. const char* specialTypeID = "N/A";
  4864. int32 specialID = 0, spawnEntryID = spawn->GetSpawnEntryID();
  4865. if (spawn->IsObject())
  4866. {
  4867. Object* obj = (Object*)spawn;
  4868. specialID = obj->GetID();
  4869. specialTypeID = "GetID";
  4870. type = "Object";
  4871. }
  4872. else if (spawn->IsSign())
  4873. {
  4874. Sign* sign = (Sign*)spawn;
  4875. specialID = sign->GetWidgetID();
  4876. specialTypeID = "WidgetID";
  4877. type = "Sign";
  4878. }
  4879. else if (spawn->IsWidget())
  4880. {
  4881. Widget* widget = (Widget*)spawn;
  4882. specialID = widget->GetWidgetID();
  4883. specialTypeID = "WidgetID";
  4884. if ( specialID == 0xFFFFFFFF )
  4885. specialTypeID = "WidgetID(spawn_widgets entry missing)";
  4886. type = "Widget";
  4887. }
  4888. else if (spawn->IsGroundSpawn())
  4889. {
  4890. GroundSpawn* gs = (GroundSpawn*)spawn;
  4891. specialID = gs->GetGroundSpawnEntryID();
  4892. specialTypeID = "GroundSpawnEntryID";
  4893. type = "GroundSpawn";
  4894. }
  4895. client->Message(CHANNEL_COLOR_RED, "Name: %s (%s), Spawn Table ID: %u, %s: %u", spawn->GetName(), type, spawn->GetDatabaseID(), specialTypeID, specialID);
  4896. 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());
  4897. 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());
  4898. client->Message(CHANNEL_COLOR_YELLOW, "=============================");
  4899. ret = true;
  4900. }
  4901. }
  4902. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  4903. return ret;
  4904. }
  4905. void ZoneServer::AddPlayerTracking(Player* player) {
  4906. if (player && !player->GetIsTracking() && players_tracking.count(player->GetDatabaseID()) == 0) {
  4907. Client* client = GetClientBySpawn(player);
  4908. if (client) {
  4909. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  4910. if (packet) {
  4911. player->SetIsTracking(true);
  4912. players_tracking.Put(client->GetCharacterID(), player);
  4913. packet->setDataByName("mode", TRACKING_START);
  4914. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  4915. client->QueuePacket(packet->serialize());
  4916. safe_delete(packet);
  4917. }
  4918. }
  4919. }
  4920. }
  4921. void ZoneServer::RemovePlayerTracking(Player* player, int8 mode) {
  4922. if (player && player->GetIsTracking()) {
  4923. Client* client = GetClientBySpawn(player);
  4924. if (client) {
  4925. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  4926. if (packet) {
  4927. player->SetIsTracking(false);
  4928. players_tracking.erase(client->GetCharacterID());
  4929. packet->setDataByName("mode", mode);
  4930. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  4931. client->QueuePacket(packet->serialize());
  4932. safe_delete(packet);
  4933. }
  4934. }
  4935. }
  4936. }
  4937. void ZoneServer::ProcessTracking() {
  4938. MutexMap<int32, Player*>::iterator itr = players_tracking.begin();
  4939. while (itr.Next())
  4940. ProcessTracking(GetClientBySpawn(itr->second));
  4941. }
  4942. void ZoneServer::ProcessTracking(Client* client) {
  4943. if (!client)
  4944. return;
  4945. Player* player = client->GetPlayer();
  4946. if (player && player->GetIsTracking()) {
  4947. MutexMap<int32, Spawn*>::iterator spawn_itr;
  4948. PacketStruct* packet = configReader.getStruct("WS_TrackingUpdate", client->GetVersion());
  4949. if (packet) {
  4950. packet->setDataByName("mode", TRACKING_UPDATE);
  4951. packet->setDataByName("type", TRACKING_TYPE_ENTITIES);
  4952. vector<TrackedSpawn*> spawns_tracked;
  4953. while (spawn_itr.Next()) {
  4954. Spawn* spawn = spawn_itr->second;
  4955. float distance = player->GetDistance(spawn);
  4956. if (spawn->IsEntity() && distance <= 80 && spawn != player) {
  4957. TrackedSpawn* ts = new TrackedSpawn;
  4958. ts->spawn = spawn;
  4959. ts->distance = distance;
  4960. /* Add spawns in ascending order from closest to furthest */
  4961. if (spawns_tracked.empty())
  4962. spawns_tracked.push_back(ts);
  4963. else {
  4964. vector<TrackedSpawn*>::iterator tracked_itr;
  4965. bool added = false;
  4966. for (tracked_itr = spawns_tracked.begin(); tracked_itr != spawns_tracked.end(); tracked_itr++) {
  4967. TrackedSpawn* cur_ts = *tracked_itr;
  4968. if (ts->distance <= cur_ts->distance) {
  4969. spawns_tracked.insert(tracked_itr, ts);
  4970. added = true;
  4971. break;
  4972. }
  4973. }
  4974. if (!added)
  4975. spawns_tracked.push_back(ts);
  4976. }
  4977. }
  4978. }
  4979. packet->setArrayLengthByName("num_spawns", spawns_tracked.size());
  4980. for (int32 i = 0; i < spawns_tracked.size(); i++) {
  4981. TrackedSpawn* ts = spawns_tracked[i];
  4982. LogWrite(ZONE__DEBUG, 0, "Zone", "%s (%f)", ts->spawn->GetName(), ts->distance);
  4983. packet->setArrayDataByName("spawn_id", player->GetIDWithPlayerSpawn(ts->spawn), i);
  4984. packet->setArrayDataByName("spawn_name", ts->spawn->GetName(), i);
  4985. if (ts->spawn->IsPlayer())
  4986. packet->setArrayDataByName("spawn_type", TRACKING_SPAWN_TYPE_PC, i);
  4987. else
  4988. packet->setArrayDataByName("spawn_type", TRACKING_SPAWN_TYPE_NPC, i);
  4989. packet->setArrayDataByName("spawn_con_color", player->GetArrowColor(ts->spawn->GetLevel()), i);
  4990. }
  4991. packet->setArrayLengthByName("num_array1", 0);
  4992. //for (int32 i = 0; i < spawns_tracked.size(); i++) {
  4993. //}
  4994. packet->setArrayLengthByName("num_spawns2", spawns_tracked.size());
  4995. for (int32 i = 0; i < spawns_tracked.size(); i++) {
  4996. TrackedSpawn* ts = spawns_tracked[i];
  4997. packet->setArrayDataByName("list_spawn_id", player->GetIDWithPlayerSpawn(ts->spawn), i);
  4998. packet->setArrayDataByName("list_number", i, i);
  4999. }
  5000. client->QueuePacket(packet->serialize());
  5001. safe_delete(packet);
  5002. for (int32 i = 0; i < spawns_tracked.size(); i++)
  5003. safe_delete(spawns_tracked[i]);
  5004. }
  5005. }
  5006. }
  5007. void ZoneServer::SendEpicMobDeathToGuild(Player* killer, Spawn* victim) {
  5008. if (killer && victim) {
  5009. LogWrite(MISC__TODO, 1, "TODO" , "Check if player is in raid\n\t(%s, function: %s, line #: %i)", __FILE__, __FUNCTION__, __LINE__);
  5010. if (killer->GetGroupMemberInfo()) {
  5011. world.GetGroupManager()->GroupLock(__FUNCTION__, __LINE__);
  5012. deque<GroupMemberInfo*>::iterator itr;
  5013. deque<GroupMemberInfo*>* members = world.GetGroupManager()->GetGroupMembers(killer->GetGroupMemberInfo()->group_id);
  5014. for (itr = members->begin(); itr != members->end(); itr++) {
  5015. GroupMemberInfo* gmi = *itr;
  5016. if (gmi->client) {
  5017. Player* group_member = gmi->client->GetPlayer();
  5018. if (group_member->GetGuild()) {
  5019. Guild* guild = group_member->GetGuild();
  5020. string message = Guild::GetEpicMobDeathMessage(group_member->GetName(), victim->GetName());
  5021. guild->AddNewGuildEvent(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str(), Timer::GetUnixTimeStamp());
  5022. guild->SendMessageToGuild(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str());
  5023. }
  5024. }
  5025. }
  5026. world.GetGroupManager()->ReleaseGroupLock(__FUNCTION__, __LINE__);
  5027. }
  5028. else if (killer->GetGuild()) {
  5029. Guild* guild = killer->GetGuild();
  5030. string message = Guild::GetEpicMobDeathMessage(killer->GetName(), victim->GetName());
  5031. guild->AddNewGuildEvent(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str(), Timer::GetUnixTimeStamp());
  5032. guild->SendMessageToGuild(GUILD_EVENT_KILLS_EPIC_MONSTER, message.c_str());
  5033. }
  5034. }
  5035. }
  5036. void ZoneServer::ProcessAggroChecks(Spawn* spawn) {
  5037. // If faction based combat is not allowed then no need to run the loops so just return out
  5038. if(!rule_manager.GetGlobalRule(R_Faction, AllowFactionBasedCombat)->GetBool())
  5039. return;
  5040. if (spawn && spawn->IsNPC() && spawn->Alive())
  5041. CheckEnemyList((NPC*)spawn);
  5042. }
  5043. void ZoneServer::SendUpdateTitles(Client *client, Title *suffix, Title *prefix) {
  5044. assert(client);
  5045. SendUpdateTitles(client->GetPlayer(), suffix, prefix);
  5046. }
  5047. void ZoneServer::SendUpdateTitles(Spawn *spawn, Title *suffix, Title *prefix) {
  5048. if (!spawn)
  5049. return;
  5050. vector<Client*>::iterator itr;
  5051. PacketStruct *packet;
  5052. Client* current_client;
  5053. MClientList.readlock(__FUNCTION__, __LINE__);
  5054. for (itr = clients.begin(); itr != clients.end(); itr++) {
  5055. current_client = *itr;
  5056. if (!(packet = configReader.getStruct("WS_UpdateTitle", current_client->GetVersion())))
  5057. break;
  5058. packet->setDataByName("player_id", current_client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  5059. packet->setDataByName("player_name", spawn->GetName());
  5060. packet->setDataByName("unknown1", 1, 1);
  5061. if(suffix)
  5062. packet->setDataByName("suffix_title", suffix->GetName());
  5063. else
  5064. packet->setDataByName("suffix_title", spawn->GetSuffixTitle());
  5065. if(prefix)
  5066. packet->setDataByName("prefix_title", prefix->GetName());
  5067. else
  5068. packet->setDataByName("prefix_title", spawn->GetPrefixTitle());
  5069. packet->setDataByName("last_name", spawn->GetLastName());
  5070. packet->setDataByName("sub_title", spawn->GetSubTitle());
  5071. current_client->QueuePacket(packet->serialize());
  5072. safe_delete(packet);
  5073. }
  5074. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  5075. }
  5076. void ZoneServer::AddTransportSpawn(Spawn* spawn){
  5077. if(!spawn)
  5078. return;
  5079. MTransportSpawns.writelock(__FUNCTION__, __LINE__);
  5080. transport_spawns.push_back(spawn->GetID());
  5081. MTransportSpawns.releasewritelock(__FUNCTION__, __LINE__);
  5082. }
  5083. Spawn* ZoneServer::GetClosestTransportSpawn(float x, float y, float z){
  5084. Spawn* spawn = 0;
  5085. Spawn* closest_spawn = 0;
  5086. float closest_distance = 0.0;
  5087. MTransportSpawns.writelock(__FUNCTION__, __LINE__);
  5088. vector<int32>::iterator itr = transport_spawns.begin();
  5089. while(itr != transport_spawns.end()){
  5090. spawn = GetSpawnByID(*itr);
  5091. if(spawn){
  5092. if(closest_distance == 0.0){
  5093. closest_spawn = spawn;
  5094. closest_distance = spawn->GetDistance(x, y, z);
  5095. }
  5096. else if(spawn->GetDistance(x, y, z) < closest_distance){
  5097. closest_spawn = spawn;
  5098. closest_distance = spawn->GetDistance(x, y, z);
  5099. }
  5100. itr++;
  5101. }
  5102. else
  5103. itr = transport_spawns.erase(itr);
  5104. }
  5105. MTransportSpawns.releasewritelock(__FUNCTION__, __LINE__);
  5106. return closest_spawn;
  5107. }
  5108. void ZoneServer::SetRain(float val) {
  5109. rain = val;
  5110. vector<Client*>::iterator itr;
  5111. MClientList.readlock(__FUNCTION__, __LINE__);
  5112. for (itr = clients.begin(); itr != clients.end(); itr++) {
  5113. Client* client = *itr;
  5114. client->GetPlayer()->GetInfoStruct()->rain = val;
  5115. client->GetPlayer()->SetCharSheetChanged(true);
  5116. if( val >= 0.75 && !weather_signaled )
  5117. {
  5118. client->SimpleMessage(CHANNEL_COLOR_WHITE, "It starts to rain.");
  5119. }
  5120. else if( val < 0.75 && weather_signaled )
  5121. {
  5122. client->SimpleMessage(CHANNEL_COLOR_WHITE, "It stops raining.");
  5123. }
  5124. }
  5125. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  5126. if (val >= 0.75 && !weather_signaled) {
  5127. weather_signaled = true;
  5128. ProcessSpawnConditional(SPAWN_CONDITIONAL_RAINING);
  5129. }
  5130. else if (val < 0.75 && weather_signaled) {
  5131. weather_signaled = false;
  5132. ProcessSpawnConditional(SPAWN_CONDITIONAL_NOT_RAINING);
  5133. }
  5134. }
  5135. void ZoneServer::SetWind(float val) {
  5136. vector<Client*>::iterator itr;
  5137. MClientList.readlock(__FUNCTION__, __LINE__);
  5138. for (itr = clients.begin(); itr != clients.end(); itr++) {
  5139. Client* client = *itr;
  5140. client->GetPlayer()->GetInfoStruct()->wind = val;
  5141. client->GetPlayer()->SetCharSheetChanged(true);
  5142. }
  5143. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  5144. }
  5145. void ZoneServer::ProcessWeather()
  5146. {
  5147. // if the global rule to disable weather is set, or if the `weather_allowed` field in the zone record == 0, do not process weather
  5148. if( !weather_enabled || !isWeatherAllowed() )
  5149. return;
  5150. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Processing weather changes", zone_name);
  5151. float new_weather = 0;
  5152. float weather_offset = 0;
  5153. bool change_weather = false;
  5154. // check to see if it is time to change the weather according to weather_frequency (time between changes)
  5155. if( weather_last_changed_time <= (Timer::GetUnixTimeStamp() - weather_frequency) )
  5156. {
  5157. LogWrite(ZONE__DEBUG, 2, "Zone", "%s: Checking for weather changes", zone_name);
  5158. // reset last changed time (frequency check)
  5159. weather_last_changed_time = Timer::GetUnixTimeStamp();
  5160. // this is the chance a weather change occurs at all at the expired interval
  5161. int8 weather_random = MakeRandomInt(1, 100);
  5162. 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");
  5163. if( weather_random <= weather_change_chance )
  5164. {
  5165. change_weather = true;
  5166. weather_offset = weather_change_amount;
  5167. if( weather_type == 3 ) // chaotic weather patterns, random weather between min/max
  5168. {
  5169. new_weather = MakeRandomFloat(weather_min_severity, weather_max_severity);
  5170. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Chaotic weather severity changed to %.2f", zone_name, new_weather);
  5171. weather_pattern = 2;
  5172. }
  5173. else if( weather_type == 2 ) // random weather patterns, combination of normal + dynamic + max_offset
  5174. {
  5175. weather_offset = MakeRandomFloat(weather_change_amount, weather_dynamic_offset);
  5176. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Random weather severity changed by %.2f", zone_name, weather_offset);
  5177. int8 weather_alter = weather_change_chance / 10; // the divide is to prevent too many direction changes in a cycle
  5178. weather_random = MakeRandomInt(1, 100); // chance that the weather changes direction (weather_pattern)
  5179. if( weather_random <= weather_alter )
  5180. weather_pattern = ( weather_pattern == 0 ) ? 1 : 0;
  5181. }
  5182. else if( weather_type == 1 ) // dynamic weather patterns, weather may not reach min/max
  5183. {
  5184. int8 weather_alter = weather_change_chance / 10; // the divide is to prevent too many direction changes in a cycle
  5185. weather_random = MakeRandomInt(1, 100); // chance that the weather changes direction (weather_pattern)
  5186. if( weather_random <= weather_alter )
  5187. {
  5188. weather_pattern = ( weather_pattern == 0 ) ? 1 : 0;
  5189. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Dynamic weather pattern changed to %i", zone_name, weather_pattern);
  5190. }
  5191. }
  5192. else // normal weather patterns, weather starts at min, goes to max, then back down again
  5193. {
  5194. // do nothing (processed below)
  5195. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Normal weather severity changed by %.2f", zone_name, weather_offset);
  5196. }
  5197. // when all done, change the weather
  5198. if( change_weather )
  5199. {
  5200. if( weather_pattern == 1 )
  5201. {
  5202. // weather is getting worse, til it reaches weather_max_severity
  5203. new_weather = ( weather_current_severity <= weather_max_severity ) ? weather_current_severity + weather_offset : weather_max_severity;
  5204. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Increased weather severity by %.2f", zone_name, weather_offset);
  5205. if(new_weather > weather_max_severity)
  5206. {
  5207. new_weather = weather_max_severity - weather_offset;
  5208. weather_pattern = 0;
  5209. }
  5210. }
  5211. else if( weather_pattern == 0 )
  5212. {
  5213. // weather is clearing up, til it reaches weather_min_severity
  5214. new_weather = ( weather_current_severity >= weather_min_severity ) ? weather_current_severity - weather_offset : weather_min_severity;
  5215. LogWrite(ZONE__DEBUG, 3, "Zone", "%s: Decreased weather severity by %.2f", zone_name, weather_offset);
  5216. if(new_weather < weather_min_severity)
  5217. {
  5218. new_weather = weather_min_severity + weather_offset;
  5219. weather_pattern = 1;
  5220. }
  5221. }
  5222. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Weather change triggered from %.2f to %.2f", zone_name, weather_current_severity, new_weather);
  5223. this->SetRain(new_weather);
  5224. weather_current_severity = new_weather;
  5225. }
  5226. }
  5227. }
  5228. else
  5229. LogWrite(ZONE__DEBUG, 1, "Zone", "%s: Not time to change weather yet", zone_name);
  5230. }
  5231. void ZoneServer::HidePrivateSpawn(Spawn* spawn) {
  5232. if (!spawn->IsPrivateSpawn())
  5233. return;
  5234. Client* client = 0;
  5235. Player* player = 0;
  5236. PacketStruct* packet = 0;
  5237. MutexList<Client*>::iterator itr = connected_clients.begin();
  5238. while (itr->Next()) {
  5239. client = itr->value;
  5240. player = client->GetPlayer();
  5241. if (player->WasSentSpawn(spawn->GetID()) && !player->WasSpawnRemoved(spawn)) {
  5242. packet = configReader.getStruct("WS_DestroyGhostCmd", client->GetVersion());
  5243. SendRemoveSpawn(client, spawn, packet);
  5244. if(spawn_range_map.count(client) > 0)
  5245. spawn_range_map.Get(client)->erase(spawn->GetID());
  5246. if(player->GetTarget() == spawn)
  5247. player->SetTarget(0);
  5248. }
  5249. }
  5250. }
  5251. SpawnLocation* ZoneServer::GetSpawnLocation(int32 id) {
  5252. SpawnLocation* ret = 0;
  5253. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  5254. if (spawn_location_list.count(id) > 0)
  5255. ret = spawn_location_list[id];
  5256. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  5257. return ret;
  5258. }
  5259. void ZoneServer::PlayAnimation(Spawn* spawn, int32 visual_state, Spawn* spawn2, int8 hide_type){
  5260. Client* client = 0;
  5261. PacketStruct* packet = 0;
  5262. Spawn* exclude_spawn = 0;
  5263. if (!spawn)
  5264. return;
  5265. if (spawn2){
  5266. if(hide_type == 1){
  5267. client = GetClientBySpawn(spawn2);
  5268. if(client){
  5269. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  5270. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  5271. packet->setDataByName("anim_type", visual_state);
  5272. client->QueuePacket(packet->serialize());
  5273. }
  5274. return;
  5275. }
  5276. if(hide_type == 2)
  5277. exclude_spawn = spawn2;
  5278. }
  5279. vector<Client*>::iterator client_itr;
  5280. MClientList.readlock(__FUNCTION__, __LINE__);
  5281. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++) {
  5282. client = *client_itr;
  5283. if(spawn->GetDistance(client->GetPlayer()) > 50)
  5284. continue;
  5285. if(exclude_spawn == client->GetPlayer())
  5286. continue;
  5287. packet = configReader.getStruct("WS_CannedEmote", client->GetVersion());
  5288. if (packet) {
  5289. packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(spawn));
  5290. packet->setDataByName("anim_type", visual_state);
  5291. client->QueuePacket(packet->serialize());
  5292. safe_delete(packet);
  5293. }
  5294. }
  5295. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  5296. }
  5297. vector<Spawn*> ZoneServer::GetSpawnsByID(int32 id) {
  5298. vector<Spawn*> tmp_list;
  5299. Spawn* spawn;
  5300. map<int32, Spawn*>::iterator itr;
  5301. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5302. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5303. spawn = itr->second;
  5304. if (spawn && (spawn->GetDatabaseID() == id))
  5305. tmp_list.push_back(spawn);
  5306. }
  5307. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5308. return tmp_list;
  5309. }
  5310. vector<Spawn*> ZoneServer::GetAttackableSpawnsByDistance(Spawn* caster, float distance) {
  5311. vector<Spawn*> ret;
  5312. Spawn* spawn = 0;
  5313. map<int32, Spawn*>::iterator itr;
  5314. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5315. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5316. spawn = itr->second;
  5317. if (spawn && spawn->IsNPC() && spawn->appearance.attackable > 0 && spawn != caster && spawn->Alive() && spawn->GetDistance(caster, true) <= distance)
  5318. ret.push_back(spawn);
  5319. }
  5320. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5321. return ret;
  5322. }
  5323. void ZoneServer::ResurrectSpawn(Spawn* spawn, Client* client) {
  5324. if(!client || !spawn)
  5325. return;
  5326. PendingResurrection* rez = client->GetCurrentRez();
  5327. if(!rez || !rez->caster)
  5328. return;
  5329. PacketStruct* packet = 0;
  5330. float power_perc = rez->mp_perc;
  5331. float health_perc = rez->hp_perc;
  5332. Spawn* caster_spawn = rez->caster;
  5333. sint32 heal_amt = 0;
  5334. sint32 power_amt = 0;
  5335. bool no_calcs = rez->no_calcs;
  5336. int8 crit_mod = rez->crit_mod;
  5337. Entity* caster = 0;
  5338. InfoStruct* info = 0;
  5339. bool crit = false;
  5340. string heal_spell = rez->heal_name;
  5341. int16 heal_packet_type = 0;
  5342. int16 power_packet_type = 0;
  5343. //Calculations for how much to heal the spawn
  5344. if(health_perc > 0)
  5345. heal_amt = (spawn->GetTotalHP() * (health_perc / 100));
  5346. if(power_perc > 0)
  5347. power_amt = (spawn->GetTotalPower() * (power_perc / 100));
  5348. if(caster_spawn->IsEntity()){
  5349. caster = ((Entity*)caster_spawn);
  5350. info = caster->GetInfoStruct();
  5351. }
  5352. if(!no_calcs && caster){
  5353. //Potency Mod
  5354. heal_amt *= ((caster->stats[ITEM_STAT_POTENCY] / 100) + 1);
  5355. power_amt *= ((caster->stats[ITEM_STAT_POTENCY] / 100) + 1);
  5356. //Ability Mod
  5357. heal_amt += (int32)min((int32)info->ability_modifier, (int32)(heal_amt / 2));
  5358. power_amt += (int32)min((int32)info->ability_modifier, (int32)(power_amt / 2));
  5359. if(!crit_mod || crit_mod == 1){
  5360. if(crit_mod == 1)
  5361. crit = true;
  5362. else {
  5363. // Crit Roll
  5364. float chance = (float)max((float)0, (float)info->crit_chance);
  5365. crit = (MakeRandomFloat(0, 100) <= chance);
  5366. }
  5367. if(crit){
  5368. //Apply total crit multiplier with crit bonus
  5369. heal_amt *= ((info->crit_bonus / 100) + 1.3);
  5370. power_amt *= ((info->crit_bonus / 100) + 1.3);
  5371. }
  5372. }
  5373. }
  5374. //Set this rez as a crit to be passed to subspell (not yet used)
  5375. rez->crit = true;
  5376. //Set Heal amt to 1 if 0 now so the player has health
  5377. if(heal_amt == 0)
  5378. heal_amt = 1;
  5379. if(heal_amt > spawn->GetTotalHP())
  5380. heal_amt = spawn->GetTotalHP();
  5381. if(power_amt > spawn->GetTotalPower())
  5382. power_amt = spawn->GetTotalPower();
  5383. spawn->SetHP(heal_amt);
  5384. if(power_amt > 0)
  5385. spawn->SetPower(power_amt);
  5386. if(client && caster){
  5387. EQ2Packet* move = ((Player*)spawn)->Move(caster->GetX(), caster->GetY(), caster->GetZ(), client->GetVersion());
  5388. if(move)
  5389. client->QueuePacket(move);
  5390. }
  5391. if(crit){
  5392. power_packet_type = HEAL_PACKET_TYPE_CRIT_MANA;
  5393. heal_packet_type = HEAL_PACKET_TYPE_CRIT_HEAL;
  5394. }
  5395. else {
  5396. power_packet_type = HEAL_PACKET_TYPE_SIMPLE_MANA;
  5397. heal_packet_type = HEAL_PACKET_TYPE_SIMPLE_HEAL;
  5398. }
  5399. SendHealPacket(caster, spawn, heal_packet_type, heal_amt, heal_spell.c_str());
  5400. if(power_amt > 0)
  5401. SendHealPacket(caster, spawn, power_packet_type, power_amt, heal_spell.c_str());
  5402. //The following code sets the spawn as alive
  5403. if(dead_spawns.count(spawn->GetID()) > 0)
  5404. dead_spawns.erase(spawn->GetID());
  5405. if(spawn->IsPlayer()){
  5406. spawn->SetSpawnType(4);
  5407. client = GetClientBySpawn(spawn);
  5408. if(client){
  5409. packet = configReader.getStruct("WS_Resurrected", client->GetVersion());
  5410. if(packet){
  5411. client->QueuePacket(packet->serialize());
  5412. }
  5413. packet = configReader.getStruct("WS_ServerControlFlags", client->GetVersion());
  5414. if(packet)
  5415. {
  5416. packet->setDataByName("parameter1", 8);
  5417. client->QueuePacket(packet->serialize());
  5418. packet->setDataByName("parameter1", 16);
  5419. client->QueuePacket(packet->serialize());
  5420. }
  5421. safe_delete(packet);
  5422. client->SimpleMessage(CHANNEL_COLOR_REVIVE, "You regain consciousness!");
  5423. }
  5424. }
  5425. spawn->SendSpawnChanges(true);
  5426. spawn->SetTempActionState(-1);
  5427. spawn->appearance.attackable = 1;
  5428. }
  5429. void ZoneServer::SendDispellPacket(Entity* caster, Spawn* target, string dispell_name, string spell_name, int8 dispell_type){
  5430. if(!caster || !target)
  5431. return;
  5432. Client* client = 0;
  5433. Player* player = 0;
  5434. PacketStruct* packet = 0;
  5435. vector<Client*>::iterator client_itr;
  5436. MClientList.readlock(__FUNCTION__, __LINE__);
  5437. for (client_itr = clients.begin(); client_itr != clients.end(); client_itr++){
  5438. client = *client_itr;
  5439. if(!client || !(player = client->GetPlayer()) || (player != caster && ((caster && player->WasSentSpawn(caster->GetID()) == false) || (target && player->WasSentSpawn(target->GetID()) == false))))
  5440. continue;
  5441. if((caster && player->WasSpawnRemoved(caster)) || (caster && player->WasSpawnRemoved(target)))
  5442. continue;
  5443. if(caster && caster->GetDistance(player) > 50)
  5444. continue;
  5445. if(target && target->GetDistance(player) > 50)
  5446. continue;
  5447. packet = configReader.getStruct("WS_HearDispell", client->GetVersion());
  5448. if(packet){
  5449. packet->setDataByName("spell_name", spell_name.c_str());
  5450. packet->setDataByName("dispell_name", dispell_name.c_str());
  5451. packet->setDataByName("caster", player->GetIDWithPlayerSpawn(caster));
  5452. packet->setDataByName("target", player->GetIDWithPlayerSpawn(target));
  5453. packet->setDataByName("type", dispell_type);
  5454. client->QueuePacket(packet->serialize());
  5455. }
  5456. safe_delete(packet);
  5457. }
  5458. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  5459. }
  5460. void ZoneServer::DismissAllPets() {
  5461. Spawn* spawn = 0;
  5462. map<int32, Spawn*>::iterator itr;
  5463. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5464. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5465. spawn = itr->second;
  5466. if (spawn && spawn->IsPet() && ((NPC*)spawn)->GetOwner())
  5467. ((NPC*)spawn)->GetOwner()->DismissPet((NPC*)spawn);
  5468. }
  5469. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5470. }
  5471. void ZoneServer::RemoveTargetFromSpell(LuaSpell* spell, Spawn* target){
  5472. if (spellProcess)
  5473. spellProcess->RemoveTargetFromSpell(spell, target);
  5474. }
  5475. void ZoneServer::ClearHate(Entity* entity) {
  5476. Spawn* spawn = 0;
  5477. map<int32, Spawn*>::iterator itr;
  5478. MSpawnList.readlock(__FUNCTION__, __LINE__);
  5479. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  5480. spawn = itr->second;
  5481. if (spawn && spawn->IsNPC() && ((NPC*)spawn)->Brain())
  5482. ((NPC*)spawn)->Brain()->ClearHate(entity);
  5483. }
  5484. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  5485. }
  5486. ThreadReturnType ZoneLoop(void* tmp) {
  5487. #ifdef WIN32
  5488. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  5489. #endif
  5490. if (tmp == 0) {
  5491. ThrowError("ZoneLoop(): tmp = 0!");
  5492. THREAD_RETURN(NULL);
  5493. }
  5494. ZoneServer* zs = (ZoneServer*) tmp;
  5495. while (zs->Process()) {
  5496. if(zs->GetClientCount() == 0)
  5497. Sleep(1000);
  5498. else
  5499. Sleep(10);
  5500. }
  5501. zs->Process(); //run loop once more to clean up some functions
  5502. safe_delete(zs);
  5503. THREAD_RETURN(NULL);
  5504. }
  5505. ThreadReturnType SpawnLoop(void* tmp) {
  5506. #ifdef WIN32
  5507. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  5508. #endif
  5509. if (tmp == 0) {
  5510. ThrowError("SpawnLoop(): tmp = 0!");
  5511. THREAD_RETURN(NULL);
  5512. }
  5513. ZoneServer* zs = (ZoneServer*) tmp;
  5514. #ifndef NO_CATCH
  5515. try {
  5516. #endif
  5517. zs->spawnthread_active = true;
  5518. while (zs->SpawnProcess()) {
  5519. if(zs->GetClientCount() == 0)
  5520. Sleep(1000);
  5521. else
  5522. Sleep(20);
  5523. }
  5524. zs->spawnthread_active = false;
  5525. #ifndef NO_CATCH
  5526. }
  5527. catch(...) {
  5528. LogWrite(ZONE__ERROR, 0, "Zone", "Error Processing SpawnLoop, shutting down zone '%s'...", zs->GetZoneName());
  5529. try{
  5530. zs->Shutdown();
  5531. }
  5532. catch(...){
  5533. LogWrite(ZONE__ERROR, 0, "Zone", "Error Processing SpawnLoop while shutting down zone '%s'...", zs->GetZoneName());
  5534. }
  5535. }
  5536. #endif
  5537. THREAD_RETURN(NULL);
  5538. }
  5539. ThreadReturnType SendInitialSpawns(void* tmp) {
  5540. #ifdef WIN32
  5541. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_ABOVE_NORMAL);
  5542. #endif
  5543. if (tmp == 0) {
  5544. ThrowError("SendInitialSpawns(): tmp = 0!");
  5545. THREAD_RETURN(NULL);
  5546. }
  5547. Client* client = (Client*) tmp;
  5548. client->GetCurrentZone()->SendZoneSpawns(client);
  5549. THREAD_RETURN(NULL);
  5550. }
  5551. ThreadReturnType SendLevelChangedSpawns(void* tmp) {
  5552. #ifdef WIN32
  5553. SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL);
  5554. #endif
  5555. if (tmp == 0) {
  5556. ThrowError("SendLevelChangedSpawns(): tmp = 0!");
  5557. THREAD_RETURN(NULL);
  5558. }
  5559. Client* client = (Client*)tmp;
  5560. client->GetCurrentZone()->SendAllSpawnsForLevelChange(client);
  5561. THREAD_RETURN(NULL);
  5562. }
  5563. void ZoneServer::SetSpawnStructs(Client* client) {
  5564. int16 client_ver = client->GetVersion();
  5565. Player* player = client->GetPlayer();
  5566. //Save a copy of the correct spawn substructs for the client's player, save here a copy if we don't have one
  5567. PacketStruct* pos = configReader.getStruct("Substruct_SpawnPositionStruct", client_ver);
  5568. player->SetSpawnPosStruct(pos);
  5569. if (versioned_pos_structs.count(pos->GetVersion()) == 0)
  5570. versioned_pos_structs[pos->GetVersion()] = new PacketStruct(pos, true);
  5571. PacketStruct* vis = configReader.getStruct("Substruct_SpawnVisualizationInfoStruct", client_ver);
  5572. player->SetSpawnVisStruct(vis);
  5573. if (versioned_vis_structs.count(vis->GetVersion()) == 0)
  5574. versioned_vis_structs[vis->GetVersion()] = new PacketStruct(vis, true);
  5575. PacketStruct* info = configReader.getStruct("Substruct_SpawnInfoStruct", client_ver);
  5576. player->SetSpawnInfoStruct(info);
  5577. if (versioned_info_structs.count(info->GetVersion()) == 0)
  5578. versioned_info_structs[info->GetVersion()] = new PacketStruct(info, true);
  5579. PacketStruct* header = configReader.getStruct("WS_SpawnStruct_Header", client_ver);
  5580. player->SetSpawnHeaderStruct(header);
  5581. PacketStruct* footer = configReader.getStruct("WS_SpawnStruct_Footer", client_ver);
  5582. player->SetSpawnFooterStruct(footer);
  5583. PacketStruct* sfooter = configReader.getStruct("WS_SignWidgetSpawnStruct_Footer", client_ver);
  5584. player->SetSignFooterStruct(sfooter);
  5585. PacketStruct* wfooter = configReader.getStruct("WS_WidgetSpawnStruct_Footer", client_ver);
  5586. player->SetWidgetFooterStruct(wfooter);
  5587. }
  5588. Spawn* ZoneServer::GetSpawn(int32 id){
  5589. Spawn* ret = 0;
  5590. if(GetNPC(id))
  5591. ret = GetNewNPC(id);
  5592. else if(this->GetObject(id))
  5593. ret = GetNewObject(id);
  5594. else if(GetWidget(id))
  5595. ret = GetNewWidget(id);
  5596. else if(GetSign(id))
  5597. ret = GetNewSign(id);
  5598. else if(GetGroundSpawn(id))
  5599. ret = GetNewGroundSpawn(id);
  5600. // Unable to find the spawn in the list lets attempt to add it if we are not currently reloading
  5601. else if (!reloading && database.LoadNPC(this, id)) {
  5602. if (GetNPC(id))
  5603. ret = GetNewNPC(id);
  5604. else
  5605. LogWrite(NPC__ERROR, 0, "NPC", "Database inserted npc (%u) but was still unable to retrieve it!", id);
  5606. }
  5607. else if (!reloading && database.LoadObject(this, id)) {
  5608. if (this->GetObject(id))
  5609. ret = GetNewObject(id);
  5610. else
  5611. LogWrite(OBJECT__ERROR, 0, "Object", "Database inserted object (%u) but was still unable to retrieve it!", id);
  5612. }
  5613. else if (!reloading && database.LoadWidget(this, id)) {
  5614. if (GetWidget(id))
  5615. ret = GetNewWidget(id);
  5616. else
  5617. LogWrite(WIDGET__ERROR, 0, "Widget", "Database inserted widget (%u) but was still unable to retrieve it!", id);
  5618. }
  5619. else if (!reloading && database.LoadSign(this, id)) {
  5620. if (GetSign(id))
  5621. ret = GetNewSign(id);
  5622. else
  5623. LogWrite(SIGN__ERROR, 0, "Sign", "Database inserted sign (%u) but was still unable to retrieve it!", id);
  5624. }
  5625. else if (!reloading && database.LoadGroundSpawn(this, id)) {
  5626. if (GetGroundSpawn(id))
  5627. ret = GetNewGroundSpawn(id);
  5628. else
  5629. LogWrite(GROUNDSPAWN__ERROR, 0, "GSpawn", "Database inserted ground spawn (%u) but was still unable to retrieve it!", id);
  5630. }
  5631. if(ret)
  5632. ret->SetID(Spawn::NextID());
  5633. return ret;
  5634. }
  5635. vector<EntityCommand*>* ZoneServer::GetEntityCommandList(int32 id){
  5636. if(entity_command_list.count(id) > 0)
  5637. return entity_command_list[id];
  5638. else
  5639. return 0;
  5640. }
  5641. void ZoneServer::SetEntityCommandList(int32 id, EntityCommand* command) {
  5642. if (entity_command_list.count(id) == 0)
  5643. entity_command_list[id] = new vector<EntityCommand*>;
  5644. entity_command_list[id]->push_back(command);
  5645. }
  5646. EntityCommand* ZoneServer::GetEntityCommand(int32 id, string name) {
  5647. EntityCommand* ret = 0;
  5648. if (entity_command_list.count(id) == 0)
  5649. return ret;
  5650. vector<EntityCommand*>::iterator itr;
  5651. for (itr = entity_command_list[id]->begin(); itr != entity_command_list[id]->end(); itr++) {
  5652. if ((*itr)->name == name) {
  5653. ret = (*itr);
  5654. break;
  5655. }
  5656. }
  5657. return ret;
  5658. }
  5659. void ZoneServer::ClearEntityCommands() {
  5660. if (entity_command_list.size() > 0) {
  5661. map<int32, vector<EntityCommand*>* >::iterator itr;
  5662. for (itr = entity_command_list.begin(); itr != entity_command_list.end(); itr++) {
  5663. vector<EntityCommand*>* entity_commands = itr->second;
  5664. if (entity_commands && entity_commands->size() > 0) {
  5665. vector<EntityCommand*>::iterator v_itr;
  5666. for (v_itr = entity_commands->begin(); v_itr != entity_commands->end(); v_itr++)
  5667. safe_delete(*v_itr);
  5668. entity_commands->clear();
  5669. }
  5670. safe_delete(entity_commands);
  5671. }
  5672. entity_command_list.clear();
  5673. }
  5674. }
  5675. void ZoneServer::AddNPCSpell(int32 list_id, int32 spell_id, int8 tier){
  5676. npc_spell_list[list_id][spell_id] = tier;
  5677. }
  5678. vector<Spell*>* ZoneServer::GetNPCSpells(int32 primary_list, int32 secondary_list){
  5679. vector<Spell*>* ret = 0;
  5680. if(npc_spell_list.count(primary_list) > 0){
  5681. ret = new vector<Spell*>();
  5682. map<int32, int8>::iterator itr;
  5683. Spell* tmpSpell = 0;
  5684. for(itr = npc_spell_list[primary_list].begin(); itr != npc_spell_list[primary_list].end(); itr++){
  5685. tmpSpell = master_spell_list.GetSpell(itr->first, itr->second);
  5686. if(tmpSpell)
  5687. ret->push_back(tmpSpell);
  5688. }
  5689. }
  5690. if(npc_spell_list.count(secondary_list) > 0){
  5691. if(!ret)
  5692. ret = new vector<Spell*>();
  5693. map<int32, int8>::iterator itr;
  5694. Spell* tmpSpell = 0;
  5695. for(itr = npc_spell_list[secondary_list].begin(); itr != npc_spell_list[secondary_list].end(); itr++){
  5696. tmpSpell = master_spell_list.GetSpell(itr->first, itr->second);
  5697. if(tmpSpell)
  5698. ret->push_back(tmpSpell);
  5699. }
  5700. }
  5701. if(ret && ret->size() == 0){
  5702. safe_delete(ret);
  5703. ret = 0;
  5704. }
  5705. return ret;
  5706. }
  5707. void ZoneServer::AddNPCSkill(int32 list_id, int32 skill_id, int16 value){
  5708. npc_skill_list[list_id][skill_id] = value;
  5709. }
  5710. map<string, Skill*>* ZoneServer::GetNPCSkills(int32 primary_list, int32 secondary_list){
  5711. map<string, Skill*>* ret = 0;
  5712. if(npc_skill_list.count(primary_list) > 0){
  5713. ret = new map<string, Skill*>();
  5714. map<int32, int16>::iterator itr;
  5715. Skill* tmpSkill = 0;
  5716. for(itr = npc_skill_list[primary_list].begin(); itr != npc_skill_list[primary_list].end(); itr++){
  5717. tmpSkill = master_skill_list.GetSkill(itr->first);
  5718. if(tmpSkill){
  5719. tmpSkill = new Skill(tmpSkill);
  5720. tmpSkill->current_val = itr->second;
  5721. tmpSkill->max_val = tmpSkill->current_val+5;
  5722. (*ret)[tmpSkill->name.data] = tmpSkill;
  5723. }
  5724. }
  5725. }
  5726. if(npc_skill_list.count(secondary_list) > 0){
  5727. if(!ret)
  5728. ret = new map<string, Skill*>();
  5729. map<int32, int16>::iterator itr;
  5730. Skill* tmpSkill = 0;
  5731. for(itr = npc_skill_list[secondary_list].begin(); itr != npc_skill_list[secondary_list].end(); itr++){
  5732. tmpSkill = master_skill_list.GetSkill(itr->first);
  5733. if(tmpSkill){
  5734. tmpSkill = new Skill(tmpSkill);
  5735. tmpSkill->current_val = itr->second;
  5736. tmpSkill->max_val = tmpSkill->current_val+5;
  5737. (*ret)[tmpSkill->name.data] = tmpSkill;
  5738. }
  5739. }
  5740. }
  5741. if(ret && ret->size() == 0){
  5742. safe_delete(ret);
  5743. ret = 0;
  5744. }
  5745. return ret;
  5746. }
  5747. void ZoneServer::AddNPCEquipment(int32 list_id, int32 item_id){
  5748. npc_equipment_list[list_id].push_back(item_id);
  5749. }
  5750. void ZoneServer::SetNPCEquipment(NPC* npc) {
  5751. if(npc_equipment_list.count(npc->GetEquipmentListID()) > 0){
  5752. Item* tmpItem = 0;
  5753. int8 slot = 0;
  5754. vector<int32>::iterator itr;
  5755. for(itr = npc_equipment_list[npc->GetEquipmentListID()].begin(); itr != npc_equipment_list[npc->GetEquipmentListID()].end(); itr++){
  5756. tmpItem = master_item_list.GetItem(*itr);
  5757. if(tmpItem){
  5758. slot = npc->GetEquipmentList()->GetFreeSlot(tmpItem);
  5759. if(slot < 255){
  5760. tmpItem = new Item(tmpItem);
  5761. npc->GetEquipmentList()->SetItem(slot, tmpItem);
  5762. }
  5763. }
  5764. }
  5765. }
  5766. }
  5767. void ZoneServer::AddNPC(int32 id, NPC* npc) {
  5768. npc_list[id] = npc;
  5769. }
  5770. void ZoneServer::AddWidget(int32 id, Widget* widget) {
  5771. widget_list[id] = widget;
  5772. }
  5773. Widget* ZoneServer::GetWidget(int32 id, bool override_loading) {
  5774. if((!reloading || override_loading) && widget_list.count(id) > 0)
  5775. return widget_list[id];
  5776. else
  5777. return 0;
  5778. }
  5779. Widget* ZoneServer::GetNewWidget(int32 id) {
  5780. if(!reloading && widget_list.count(id) > 0)
  5781. return widget_list[id]->Copy();
  5782. else
  5783. return 0;
  5784. }
  5785. void ZoneServer::LoadGroundSpawnEntries(){
  5786. MGroundSpawnItems.lock();
  5787. database.LoadGroundSpawnEntries(this);
  5788. MGroundSpawnItems.unlock();
  5789. }
  5790. void ZoneServer::LoadGroundSpawnItems() {
  5791. }
  5792. 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) {
  5793. GroundSpawnEntry* entry = new GroundSpawnEntry;
  5794. entry->min_skill_level = min_skill_level;
  5795. entry->min_adventure_level = min_adventure_level;
  5796. entry->bonus_table = bonus_table;
  5797. entry->harvest1 = harvest1;
  5798. entry->harvest3 = harvest3;
  5799. entry->harvest5 = harvest5;
  5800. entry->harvest_imbue = harvest_imbue;
  5801. entry->harvest_rare = harvest_rare;
  5802. entry->harvest10 = harvest10;
  5803. entry->harvest_coin = harvest_coin;
  5804. groundspawn_entries[groundspawn_id].push_back(entry);
  5805. }
  5806. void ZoneServer::AddGroundSpawnItem(int32 groundspawn_id, int32 item_id, int8 is_rare, int32 grid_id) {
  5807. GroundSpawnEntryItem* entry = new GroundSpawnEntryItem;
  5808. entry->item_id = item_id;
  5809. entry->is_rare = is_rare;
  5810. entry->grid_id = grid_id;
  5811. groundspawn_items[groundspawn_id].push_back(entry);
  5812. }
  5813. vector<GroundSpawnEntry*>* ZoneServer::GetGroundSpawnEntries(int32 id){
  5814. vector<GroundSpawnEntry*>* ret = 0;
  5815. MGroundSpawnItems.lock();
  5816. if(groundspawn_entries.count(id) > 0)
  5817. ret = &groundspawn_entries[id];
  5818. MGroundSpawnItems.unlock();
  5819. return ret;
  5820. }
  5821. vector<GroundSpawnEntryItem*>* ZoneServer::GetGroundSpawnEntryItems(int32 id){
  5822. vector<GroundSpawnEntryItem*>* ret = 0;
  5823. if(groundspawn_items.count(id) > 0)
  5824. ret = &groundspawn_items[id];
  5825. return ret;
  5826. }
  5827. // TODO - mis-named, should be DeleteGroundSpawnEntries() but this is ok for now :)
  5828. void ZoneServer::DeleteGroundSpawnItems()
  5829. {
  5830. MGroundSpawnItems.lock();
  5831. map<int32, vector<GroundSpawnEntry*> >::iterator groundspawnentry_map_itr;
  5832. vector<GroundSpawnEntry*>::iterator groundspawnentry_itr;
  5833. for(groundspawnentry_map_itr = groundspawn_entries.begin(); groundspawnentry_map_itr != groundspawn_entries.end(); groundspawnentry_map_itr++)
  5834. {
  5835. for(groundspawnentry_itr = groundspawnentry_map_itr->second.begin(); groundspawnentry_itr != groundspawnentry_map_itr->second.end(); groundspawnentry_itr++)
  5836. {
  5837. safe_delete(*groundspawnentry_itr);
  5838. }
  5839. }
  5840. groundspawn_entries.clear();
  5841. map<int32, vector<GroundSpawnEntryItem*> >::iterator groundspawnitem_map_itr;
  5842. vector<GroundSpawnEntryItem*>::iterator groundspawnitem_itr;
  5843. for(groundspawnitem_map_itr = groundspawn_items.begin(); groundspawnitem_map_itr != groundspawn_items.end(); groundspawnitem_map_itr++)
  5844. {
  5845. for(groundspawnitem_itr = groundspawnitem_map_itr->second.begin(); groundspawnitem_itr != groundspawnitem_map_itr->second.end(); groundspawnitem_itr++)
  5846. {
  5847. safe_delete(*groundspawnitem_itr);
  5848. }
  5849. }
  5850. groundspawn_items.clear();
  5851. MGroundSpawnItems.unlock();
  5852. }
  5853. void ZoneServer::AddGroundSpawn(int32 id, GroundSpawn* spawn) {
  5854. groundspawn_list[id] = spawn;
  5855. }
  5856. GroundSpawn* ZoneServer::GetGroundSpawn(int32 id, bool override_loading) {
  5857. if((!reloading || override_loading) && groundspawn_list.count(id) > 0)
  5858. return groundspawn_list[id];
  5859. else
  5860. return 0;
  5861. }
  5862. GroundSpawn* ZoneServer::GetNewGroundSpawn(int32 id) {
  5863. if(!reloading && groundspawn_list.count(id) > 0)
  5864. return groundspawn_list[id]->Copy();
  5865. else
  5866. return 0;
  5867. }
  5868. void ZoneServer::AddLootTable(int32 id, LootTable* table){
  5869. loot_tables[id] = table;
  5870. }
  5871. void ZoneServer::AddLootDrop(int32 id, LootDrop* drop){
  5872. loot_drops[id].push_back(drop);
  5873. }
  5874. void ZoneServer::AddSpawnLootList(int32 spawn_id, int32 id) {
  5875. spawn_loot_list[spawn_id].push_back(id);
  5876. }
  5877. void ZoneServer::ClearSpawnLootList(int32 spawn_id) {
  5878. spawn_loot_list[spawn_id].clear();
  5879. }
  5880. void ZoneServer::AddLevelLootList(GlobalLoot* loot) {
  5881. level_loot_list.push_back(loot);
  5882. }
  5883. void ZoneServer::AddRacialLootList(int16 racial_id, GlobalLoot* loot) {
  5884. racial_loot_list[racial_id].push_back(loot);
  5885. }
  5886. void ZoneServer::AddZoneLootList(int32 zone, GlobalLoot* loot) {
  5887. zone_loot_list[zone].push_back(loot);
  5888. }
  5889. void ZoneServer::ClearLootTables(){
  5890. map<int32,LootTable*>::iterator table_itr;
  5891. for(table_itr = loot_tables.begin(); table_itr != loot_tables.end(); table_itr++){
  5892. safe_delete(table_itr->second);
  5893. }
  5894. map<int32, vector<LootDrop*> >::iterator drop_itr;
  5895. vector<LootDrop*>::iterator drop_itr2;
  5896. for(drop_itr = loot_drops.begin(); drop_itr != loot_drops.end(); drop_itr++){
  5897. for(drop_itr2 = drop_itr->second.begin(); drop_itr2 != drop_itr->second.end(); drop_itr2++){
  5898. safe_delete(*drop_itr2);
  5899. }
  5900. }
  5901. vector<GlobalLoot*>::iterator level_itr;
  5902. for (level_itr = level_loot_list.begin(); level_itr != level_loot_list.end(); level_itr++) {
  5903. safe_delete(*level_itr);
  5904. }
  5905. map<int16, vector<GlobalLoot*> >::iterator race_itr;
  5906. vector<GlobalLoot*>::iterator race_itr2;
  5907. for (race_itr = racial_loot_list.begin(); race_itr != racial_loot_list.end(); race_itr++) {
  5908. for (race_itr2 = race_itr->second.begin(); race_itr2 != race_itr->second.end(); race_itr2++) {
  5909. safe_delete(*race_itr2);
  5910. }
  5911. }
  5912. map<int32, vector<GlobalLoot*> >::iterator zone_itr;
  5913. vector<GlobalLoot*>::iterator zone_itr2;
  5914. for(zone_itr = zone_loot_list.begin(); zone_itr != zone_loot_list.end(); zone_itr++) {
  5915. for (zone_itr2 = zone_itr->second.begin(); zone_itr2 != zone_itr->second.end(); zone_itr2++) {
  5916. safe_delete(*zone_itr2);
  5917. }
  5918. }
  5919. loot_tables.clear();
  5920. loot_drops.clear();
  5921. spawn_loot_list.clear();
  5922. level_loot_list.clear();
  5923. racial_loot_list.clear();
  5924. zone_loot_list.clear();
  5925. }
  5926. vector<int32> ZoneServer::GetSpawnLootList(int32 spawn_id, int32 zone_id, int8 spawn_level, int16 racial_id) {
  5927. vector<int32> ret;
  5928. if(reloading)
  5929. return ret;
  5930. if (spawn_loot_list.count(spawn_id) > 0)
  5931. ret.insert(ret.end(), spawn_loot_list[spawn_id].begin(), spawn_loot_list[spawn_id].end());
  5932. if (level_loot_list.size() > 0) {
  5933. vector<GlobalLoot*>::iterator itr;
  5934. for (itr = level_loot_list.begin(); itr != level_loot_list.end(); itr++) {
  5935. GlobalLoot* loot = *itr;
  5936. if (loot->minLevel == 0 && loot->maxLevel == 0)
  5937. ret.push_back(loot->table_id);
  5938. else {
  5939. if (spawn_level >= loot->minLevel && spawn_level <= loot->maxLevel)
  5940. ret.push_back(loot->table_id);
  5941. }
  5942. }
  5943. }
  5944. if (racial_loot_list.count(racial_id) > 0) {
  5945. vector<GlobalLoot*>::iterator itr;
  5946. for (itr = racial_loot_list[racial_id].begin(); itr != racial_loot_list[racial_id].end(); itr++) {
  5947. GlobalLoot* loot = *itr;
  5948. if (loot->minLevel == 0 && loot->maxLevel == 0)
  5949. ret.push_back(loot->table_id);
  5950. else {
  5951. if (spawn_level >= loot->minLevel && spawn_level <= loot->maxLevel)
  5952. ret.push_back(loot->table_id);
  5953. }
  5954. }
  5955. }
  5956. if (zone_loot_list.count(zone_id) > 0) {
  5957. vector<GlobalLoot*>::iterator itr;
  5958. for (itr = zone_loot_list[zone_id].begin(); itr != zone_loot_list[zone_id].end(); itr++) {
  5959. GlobalLoot* loot = *itr;
  5960. if (loot->minLevel == 0 && loot->maxLevel == 0)
  5961. ret.push_back(loot->table_id);
  5962. else {
  5963. if (spawn_level >= loot->minLevel && spawn_level <= loot->maxLevel)
  5964. ret.push_back(loot->table_id);
  5965. }
  5966. }
  5967. }
  5968. return ret;
  5969. }
  5970. vector<LootDrop*>* ZoneServer::GetLootDrops(int32 table_id){
  5971. if(!reloading && loot_drops.count(table_id) > 0)
  5972. return &(loot_drops[table_id]);
  5973. else
  5974. return 0;
  5975. }
  5976. LootTable* ZoneServer::GetLootTable(int32 table_id){
  5977. return loot_tables[table_id];
  5978. }
  5979. 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){
  5980. LocationTransportDestination* loc = new LocationTransportDestination;
  5981. loc->message = message;
  5982. loc->trigger_x = trigger_x;
  5983. loc->trigger_y = trigger_y;
  5984. loc->trigger_z = trigger_z;
  5985. loc->trigger_radius = trigger_radius;
  5986. loc->destination_zone_id = destination_zone_id;
  5987. loc->destination_x = destination_x;
  5988. loc->destination_y = destination_y;
  5989. loc->destination_z = destination_z;
  5990. loc->destination_heading = destination_heading;
  5991. loc->cost = cost;
  5992. loc->unique_id = unique_id;
  5993. MTransporters.lock();
  5994. if(location_transporters.count(zone_id) == 0)
  5995. location_transporters[zone_id] = new MutexList<LocationTransportDestination*>();
  5996. location_transporters[zone_id]->Add(loc);
  5997. MTransporters.unlock();
  5998. }
  5999. 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, 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){
  6000. TransportDestination* transport = new TransportDestination;
  6001. transport->type = type;
  6002. transport->display_name = name;
  6003. transport->message = message;
  6004. transport->destination_zone_id = destination_zone_id;
  6005. transport->destination_x = destination_x;
  6006. transport->destination_y = destination_y;
  6007. transport->destination_z = destination_z;
  6008. transport->destination_heading = destination_heading;
  6009. transport->cost = cost;
  6010. transport->unique_id = unique_id;
  6011. transport->min_level = min_level;
  6012. transport->max_level = max_level;
  6013. transport->req_quest = quest_req;
  6014. transport->req_quest_step = quest_step_req;
  6015. transport->req_quest_complete = quest_complete;
  6016. transport->map_x = map_x;
  6017. transport->map_y = map_y;
  6018. MTransporters.lock();
  6019. transporters[transport_id].push_back(transport);
  6020. MTransporters.unlock();
  6021. }
  6022. vector<TransportDestination*>* ZoneServer::GetTransporters(int32 transport_id){
  6023. vector<TransportDestination*>* ret = 0;
  6024. MTransporters.lock();
  6025. if(transporters.count(transport_id) > 0)
  6026. ret = &transporters[transport_id];
  6027. MTransporters.unlock();
  6028. return ret;
  6029. }
  6030. MutexList<LocationTransportDestination*>* ZoneServer::GetLocationTransporters(int32 zone_id){
  6031. MutexList<LocationTransportDestination*>* ret = 0;
  6032. MTransporters.lock();
  6033. if(location_transporters.count(zone_id) > 0)
  6034. ret = location_transporters[zone_id];
  6035. MTransporters.unlock();
  6036. return ret;
  6037. }
  6038. void ZoneServer::DeleteGlobalTransporters(){
  6039. MTransporters.lock();
  6040. map<int32, vector<TransportDestination*> >::iterator itr;
  6041. vector<TransportDestination*>::iterator transport_vector_itr;
  6042. for(itr = transporters.begin(); itr != transporters.end(); itr++){
  6043. for(transport_vector_itr = itr->second.begin(); transport_vector_itr != itr->second.end(); transport_vector_itr++){
  6044. safe_delete(*transport_vector_itr);
  6045. }
  6046. }
  6047. map<int32, MutexList<LocationTransportDestination*>* >::iterator itr2;
  6048. for(itr2 = location_transporters.begin(); itr2 != location_transporters.end(); itr2++){
  6049. itr2->second->clear(true);
  6050. delete itr2->second;
  6051. }
  6052. transporters.clear();
  6053. location_transporters.clear();
  6054. MTransporters.unlock();
  6055. }
  6056. void ZoneServer::DeleteGlobalSpawns() {
  6057. ClearLootTables();
  6058. map<int32, NPC*>::iterator npc_list_iter;
  6059. for(npc_list_iter=npc_list.begin();npc_list_iter!=npc_list.end();npc_list_iter++) {
  6060. safe_delete(npc_list_iter->second);
  6061. }
  6062. npc_list.clear();
  6063. map<int32, Object*>::iterator object_list_iter;
  6064. for(object_list_iter=object_list.begin();object_list_iter!=object_list.end();object_list_iter++) {
  6065. safe_delete(object_list_iter->second);
  6066. }
  6067. object_list.clear();
  6068. map<int32, GroundSpawn*>::iterator groundspawn_list_iter;
  6069. for(groundspawn_list_iter=groundspawn_list.begin();groundspawn_list_iter!=groundspawn_list.end();groundspawn_list_iter++) {
  6070. safe_delete(groundspawn_list_iter->second);
  6071. }
  6072. groundspawn_list.clear();
  6073. map<int32, Widget*>::iterator widget_list_iter;
  6074. for(widget_list_iter=widget_list.begin();widget_list_iter!=widget_list.end();widget_list_iter++) {
  6075. safe_delete(widget_list_iter->second);
  6076. }
  6077. widget_list.clear();
  6078. map<int32, Sign*>::iterator sign_list_iter;
  6079. for(sign_list_iter=sign_list.begin();sign_list_iter!=sign_list.end();sign_list_iter++) {
  6080. safe_delete(sign_list_iter->second);
  6081. }
  6082. sign_list.clear();
  6083. /*map<int32, AppearanceData*>::iterator appearance_list_iter;
  6084. for(appearance_list_iter=npc_appearance_list.begin();appearance_list_iter!=npc_appearance_list.end();appearance_list_iter++) {
  6085. safe_delete(appearance_list_iter->second);
  6086. }
  6087. npc_appearance_list.clear();*/
  6088. ClearEntityCommands();
  6089. DeleteGroundSpawnItems();
  6090. DeleteGlobalTransporters();
  6091. DeleteTransporterMaps();
  6092. }
  6093. void ZoneServer::AddTransportMap(int32 id, string name) {
  6094. MTransportMaps.writelock(__FUNCTION__, __LINE__);
  6095. m_transportMaps[id] = name;
  6096. MTransportMaps.releasewritelock(__FUNCTION__, __LINE__);
  6097. }
  6098. bool ZoneServer::TransportHasMap(int32 id) {
  6099. bool ret = false;
  6100. MTransportMaps.readlock(__FUNCTION__, __LINE__);
  6101. ret = m_transportMaps.count(id) > 0;
  6102. MTransportMaps.releasereadlock(__FUNCTION__, __LINE__);
  6103. return ret;
  6104. }
  6105. string ZoneServer::GetTransportMap(int32 id) {
  6106. string ret;
  6107. MTransportMaps.readlock(__FUNCTION__, __LINE__);
  6108. if (m_transportMaps.count(id) > 0)
  6109. ret = m_transportMaps[id];
  6110. MTransportMaps.releasereadlock(__FUNCTION__, __LINE__);
  6111. return ret;
  6112. }
  6113. void ZoneServer::DeleteTransporterMaps() {
  6114. MTransportMaps.writelock(__FUNCTION__, __LINE__);
  6115. m_transportMaps.clear();
  6116. MTransportMaps.releasewritelock(__FUNCTION__, __LINE__);
  6117. }
  6118. void ZoneServer::ReloadSpawns() {
  6119. if (reloading)
  6120. return;
  6121. reloading = true;
  6122. // Let every one in the zone know what is happening
  6123. HandleBroadcast("Reloading all spawns for this zone.");
  6124. DeleteGlobalSpawns();
  6125. Depop(false, true);
  6126. }
  6127. void ZoneServer::SendStateCommand(Spawn* spawn, int32 state) {
  6128. vector<Client*>::iterator itr;
  6129. MClientList.readlock(__FUNCTION__, __LINE__);
  6130. for (itr = clients.begin(); itr != clients.end(); itr++) {
  6131. Client* client = *itr;
  6132. if (client && client->GetPlayer()->WasSentSpawn(spawn->GetID()) && !client->GetPlayer()->WasSpawnRemoved(spawn))
  6133. ClientPacketFunctions::SendStateCommand(client, client->GetPlayer()->GetIDWithPlayerSpawn(spawn), state);
  6134. }
  6135. MClientList.releasereadlock(__FUNCTION__, __LINE__);
  6136. }
  6137. void ZoneServer::AddFlightPath(int32 id, FlightPathInfo* info) {
  6138. if (m_flightPaths.count(id) > 0) {
  6139. LogWrite(ZONE__ERROR, 0, "Zone", "Duplicate flight path (%u)", id);
  6140. safe_delete(info);
  6141. return;
  6142. }
  6143. m_flightPaths[id] = info;
  6144. }
  6145. void ZoneServer::AddFlightPathLocation(int32 id, FlightPathLocation* location) {
  6146. if (m_flightPaths.count(id) == 0) {
  6147. LogWrite(ZONE__ERROR, 0, "Zone", "There is no flight info for this route (%u)", id);
  6148. safe_delete(location);
  6149. return;
  6150. }
  6151. m_flightPathRoutes[id].push_back(location);
  6152. }
  6153. void ZoneServer::DeleteFlightPaths() {
  6154. map<int32, vector<FlightPathLocation*> >::iterator itr;
  6155. vector<FlightPathLocation*>::iterator itr2;
  6156. map<int32, FlightPathInfo*>::iterator itr3;
  6157. for (itr = m_flightPathRoutes.begin(); itr != m_flightPathRoutes.end(); itr++) {
  6158. for (itr2 = itr->second.begin(); itr2 != itr->second.end(); itr2++) {
  6159. safe_delete(*itr2);
  6160. }
  6161. itr->second.clear();
  6162. }
  6163. m_flightPathRoutes.clear();
  6164. for (itr3 = m_flightPaths.begin(); itr3 != m_flightPaths.end(); itr3++) {
  6165. safe_delete(itr3->second);
  6166. }
  6167. m_flightPaths.clear();
  6168. }
  6169. void ZoneServer::SendFlightPathsPackets(Client* client) {
  6170. // Only send a packet if there are flight paths
  6171. if (m_flightPathRoutes.size() > 0) {
  6172. PacketStruct* packet = configReader.getStruct("WS_FlightPathsMsg", client->GetVersion());
  6173. if (packet) {
  6174. int32 num_routes = m_flightPaths.size();
  6175. packet->setArrayLengthByName("number_of_routes", num_routes);
  6176. packet->setArrayLengthByName("number_of_routes2", num_routes);
  6177. packet->setArrayLengthByName("number_of_routes3", num_routes);
  6178. packet->setArrayLengthByName("number_of_routes4", num_routes);
  6179. map<int32, FlightPathInfo*>::iterator itr;
  6180. int32 i = 0;
  6181. for (itr = m_flightPaths.begin(); itr != m_flightPaths.end(); itr++, i++) {
  6182. packet->setArrayDataByName("route_length", m_flightPathRoutes[itr->first].size(), i);
  6183. packet->setArrayDataByName("ground_mount", itr->second->flying ? 0 : 1, i);
  6184. packet->setArrayDataByName("allow_dismount", itr->second->dismount ? 1 : 0, i);
  6185. packet->setSubArrayLengthByName("route_length2", m_flightPathRoutes[itr->first].size(), i);
  6186. vector<FlightPathLocation*>::iterator itr2;
  6187. int32 j = 0;
  6188. for (itr2 = m_flightPathRoutes[itr->first].begin(); itr2 != m_flightPathRoutes[itr->first].end(); itr2++, j++) {
  6189. packet->setSubArrayDataByName("x", (*itr2)->X, i, j);
  6190. packet->setSubArrayDataByName("y", (*itr2)->Y, i, j);
  6191. packet->setSubArrayDataByName("z", (*itr2)->Z, i, j);
  6192. }
  6193. }
  6194. client->QueuePacket(packet->serialize());
  6195. safe_delete(packet);
  6196. }
  6197. }
  6198. }
  6199. int32 ZoneServer::GetFlightPathIndex(int32 id) {
  6200. int32 index = 0;
  6201. map<int32, FlightPathInfo*>::iterator itr;
  6202. for (itr = m_flightPaths.begin(); itr != m_flightPaths.end(); itr++, index++) {
  6203. if (itr->first == id)
  6204. return index;
  6205. }
  6206. return -1;
  6207. }
  6208. float ZoneServer::GetFlightPathSpeed(int32 id) {
  6209. float speed = 1;
  6210. if (m_flightPaths.count(id) > 0)
  6211. speed = m_flightPaths[id]->speed;
  6212. return speed;
  6213. }
  6214. void ZoneServer::ProcessSpawnConditional(int8 condition) {
  6215. MSpawnLocationList.readlock(__FUNCTION__, __LINE__);
  6216. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6217. map<int32, Spawn*>::iterator itr;
  6218. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6219. if (itr->second != NULL) // null itr->second still coming into ProcessSpawnConditional
  6220. {
  6221. SpawnLocation* loc = spawn_location_list[itr->second->GetSpawnLocationID()];
  6222. if (loc && loc->conditional > 0) {
  6223. if ((loc->conditional & condition) != condition) {
  6224. Despawn(itr->second, 0);
  6225. }
  6226. }
  6227. }
  6228. }
  6229. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6230. map<int32, SpawnLocation*>::iterator itr2;
  6231. for (itr2 = spawn_location_list.begin(); itr2 != spawn_location_list.end(); itr2++) {
  6232. SpawnLocation* loc = itr2->second;
  6233. if (loc && loc->conditional > 0 && ((loc->conditional & condition) == condition))
  6234. if (GetSpawnByLocationID(loc->placement_id) == NULL)
  6235. ProcessSpawnLocation(loc);
  6236. }
  6237. MSpawnLocationList.releasereadlock(__FUNCTION__, __LINE__);
  6238. }
  6239. void ZoneServer::AddSpawnProximities(Spawn* newSpawn) {
  6240. Spawn* spawn = 0;
  6241. map<int32, Spawn*>::iterator itr;
  6242. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6243. MPendingSpawnListAdd.readlock(__FUNCTION__, __LINE__);
  6244. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6245. spawn = itr->second;
  6246. if (spawn && spawn != newSpawn) {
  6247. if (newSpawn->GetDatabaseID())
  6248. spawn->AddSpawnToProximity(newSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  6249. if (newSpawn->GetSpawnLocationID())
  6250. spawn->AddSpawnToProximity(newSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  6251. if (spawn->GetDatabaseID())
  6252. newSpawn->AddSpawnToProximity(spawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  6253. if (spawn->GetSpawnLocationID())
  6254. newSpawn->AddSpawnToProximity(spawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  6255. }
  6256. }
  6257. list<Spawn*>::iterator itr2;
  6258. for (itr2 = pending_spawn_list_add.begin(); itr2 != pending_spawn_list_add.end(); itr2++) {
  6259. spawn = *itr2;
  6260. if (spawn && spawn != newSpawn) {
  6261. if (newSpawn->GetDatabaseID())
  6262. spawn->AddSpawnToProximity(newSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  6263. if (newSpawn->GetSpawnLocationID())
  6264. spawn->AddSpawnToProximity(newSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  6265. if (spawn->GetDatabaseID())
  6266. newSpawn->AddSpawnToProximity(spawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  6267. if (spawn->GetSpawnLocationID())
  6268. newSpawn->AddSpawnToProximity(spawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  6269. }
  6270. }
  6271. MPendingSpawnListAdd.releasereadlock(__FUNCTION__, __LINE__);
  6272. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6273. }
  6274. void ZoneServer::RemoveSpawnProximities(bool spawnListLocked, Spawn* oldSpawn) {
  6275. Spawn* spawn = 0;
  6276. map<int32, Spawn*>::iterator itr;
  6277. if (!spawnListLocked)
  6278. MSpawnList.readlock(__FUNCTION__, __LINE__);
  6279. for (itr = spawn_list.begin(); itr != spawn_list.end(); itr++) {
  6280. spawn = itr->second;
  6281. if (spawn && spawn != oldSpawn) {
  6282. if (oldSpawn->GetDatabaseID())
  6283. spawn->RemoveSpawnFromProximity(oldSpawn->GetDatabaseID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_DATABASE_ID);
  6284. if (oldSpawn->GetSpawnLocationID())
  6285. spawn->RemoveSpawnFromProximity(oldSpawn->GetSpawnLocationID(), Spawn::SpawnProximityType::SPAWNPROXIMITY_LOCATION_ID);
  6286. // don't need to remove oldSpawn proximities, we clear them all out
  6287. }
  6288. }
  6289. if (!spawnListLocked)
  6290. MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
  6291. }
  6292. void ZoneServer::SetSpawnScript(SpawnEntry* entry, Spawn* spawn)
  6293. {
  6294. if (!entry || !spawn)
  6295. return;
  6296. const char* script = 0;
  6297. for (int x = 0; x < 3; x++)
  6298. {
  6299. switch (x)
  6300. {
  6301. case 0:
  6302. script = world.GetSpawnEntryScript(entry->spawn_entry_id);
  6303. break;
  6304. case 1:
  6305. script = world.GetSpawnLocationScript(entry->spawn_location_id);
  6306. break;
  6307. case 2:
  6308. script = world.GetSpawnScript(entry->spawn_id);
  6309. break;
  6310. }
  6311. if (script && lua_interface && lua_interface->GetSpawnScript(script) != 0)
  6312. {
  6313. spawn->SetSpawnScript(string(script));
  6314. break;
  6315. }
  6316. }
  6317. }