zoneserver.cpp 275 KB

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