zoneserver.cpp 307 KB

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