zoneserver.cpp 246 KB

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