zoneserver.cpp 259 KB

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