Mirage Source

Free ORPG making software.
It is currently Fri Apr 19, 2024 3:24 pm

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Player Warp
PostPosted: Thu Jul 05, 2007 2:34 pm 
Offline
Knowledgeable

Joined: Wed May 31, 2006 8:00 pm
Posts: 142
Not really a fix, and not even properly fixed anyways but good enough :)
Player Warp Tiles

Especially for Advocate :)

At the moment, the way player movement is currently handled is, the server moves the player onto the next tile, then tells the client that the player has moved at which point the client starts moving the player. Now if the player moves onto a tile with an attribute, the server will apply that effect to the player before the client actually visually shows that the player is on the tile.

Aim of this tutorial is to change the warp tile so that it waits until the player is on the tile fully before warping them


So to begin, find this section of code in modGamelogic in the server

Code:
    ' Check to see if the tile is a warp tile, and if so warp them
    If Map(GetPlayerMap(Index)).Tile(GetPlayerX(Index), GetPlayerY(Index)).Type = TILE_TYPE_WARP Then
        MapNum = Map(GetPlayerMap(Index)).Tile(GetPlayerX(Index), GetPlayerY(Index)).Data1
        x = Map(GetPlayerMap(Index)).Tile(GetPlayerX(Index), GetPlayerY(Index)).Data2
        y = Map(GetPlayerMap(Index)).Tile(GetPlayerX(Index), GetPlayerY(Index)).Data3
                       
        Call PlayerWarp(Index, MapNum, x, y)
        Moved = YES
    End If


This piece of code basically checks if there’s a warp tile immediately after a player has moved (Remember me saying that the server applies tile attribs straight away?)

Now we need to change that so that it’ll just tell the server that the player will need to be warped soon so Change that too…
Code:
    ' Check to see if the tile is a warp tile, and if so warp them
    If Map(GetPlayerMap(Index)).Tile(GetPlayerX(Index), GetPlayerY(Index)).Type = TILE_TYPE_WARP Then
        Player(Index).WarpTick = GetTickCount + 200
        Moved = YES
    End If


Now then, for the people who are actually reading this, you’d have noticed that I’ve used something you haven’t got so add this part to the server AccountRec type in modTypes
Code:
    WarpTick As Long


Also, don’t forget to change that 200 value to something more suitable for your server (depending on what speed your players walk in the client, since it depends on fps and walk/run speed)




K, add to the bottom of any module the following sub
Code:

Public Sub CheckWarp()
Dim i As Integer
   
    For i = 0 To MAX_PLAYERS
        If IsConnected(i) Then
            If Player(i).WarpTick < GetTickCount And Player(i).WarpTick > 0 Then
                Call PlayerWarp(i, Map(GetPlayerMap(i)).Tile(GetPlayerX(i), _
                    GetPlayerY(i)).Data1, Map(GetPlayerMap(i)).Tile(GetPlayerX(i), GetPlayerY(i)).Data2, _
                    Map(GetPlayerMap(i)).Tile(GetPlayerX(i), GetPlayerY(i)).Data3)
               
                ' Reset WarpTick so it doesnt constantly warp them
                Player(i).WarpTick = 0
            End If
        End If
    Next i
End Sub


Simple routine, checks every player, see if they need to warp, check if its actually time to warp, then after they’ve warped, reset warp tick so we don’t continuously warp them


Now for the final part, we need to call it from somewhere, this can be your choice but I’ve done it from another custom timer

I did consider using GameAi or something but that’s called every 500ms, and speeding that up could have various effects on the game (npcs on speed anyone?) So I thought the safest option would be to use a timer

I created a simple timer with interval of 25 (although you could change this, I just used it since it was ¼ of 100) and inside was the code
Code:
    Call CheckWarp



That is basically it, simple fix, not exactly 100% since I’m only delaying the warp and not timing it properly but it’ll do :)

_________________
xFire:- funkynut


Top
 Profile  
 
 Post subject: Re: Player Warp
PostPosted: Thu Dec 16, 2021 10:35 am 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 479200
http://audiobookkeeper.ruhttp://cottagenet.ruhttp://eyesvision.ruhttp://eyesvisions.comhttp://factoringfee.ruhttp://filmzones.ruhttp://gadwall.ruhttp://gaffertape.ruhttp://gageboard.ruhttp://gagrule.ruhttp://gallduct.ruhttp://galvanometric.ruhttp://gangforeman.ruhttp://gangwayplatform.ruhttp://garbagechute.ruhttp://gardeningleave.ruhttp://gascautery.ruhttp://gashbucket.ruhttp://gasreturn.ruhttp://gatedsweep.ruhttp://gaugemodel.ruhttp://gaussianfilter.ruhttp://gearpitchdiameter.ru
http://geartreating.ruhttp://generalizedanalysis.ruhttp://generalprovisions.ruhttp://geophysicalprobe.ruhttp://geriatricnurse.ruhttp://getintoaflap.ruhttp://getthebounce.ruhttp://habeascorpus.ruhttp://habituate.ruhttp://hackedbolt.ruhttp://hackworker.ruhttp://hadronicannihilation.ruhttp://haemagglutinin.ruhttp://hailsquall.ruhttp://hairysphere.ruhttp://halforderfringe.ruhttp://halfsiblings.ruhttp://hallofresidence.ruhttp://haltstate.ruhttp://handcoding.ruhttp://handportedhead.ruhttp://handradar.ruhttp://handsfreetelephone.ru
http://hangonpart.ruhttp://haphazardwinding.ruhttp://hardalloyteeth.ruhttp://hardasiron.ruhttp://hardenedconcrete.ruhttp://harmonicinteraction.ruhttp://hartlaubgoose.ruhttp://hatchholddown.ruhttp://haveafinetime.ruhttp://hazardousatmosphere.ruhttp://headregulator.ruhttp://heartofgold.ruhttp://heatageingresistance.ruhttp://heatinggas.ruhttp://heavydutymetalcutting.ruhttp://jacketedwall.ruhttp://japanesecedar.ruhttp://jibtypecrane.ruhttp://jobabandonment.ruhttp://jobstress.ruhttp://jogformation.ruhttp://jointcapsule.ruhttp://jointsealingmaterial.ru
http://journallubricator.ruhttp://juicecatcher.ruhttp://junctionofchannels.ruhttp://justiciablehomicide.ruhttp://juxtapositiontwin.ruhttp://kaposidisease.ruhttp://keepagoodoffing.ruhttp://keepsmthinhand.ruhttp://kentishglory.ruhttp://kerbweight.ruhttp://kerrrotation.ruhttp://keymanassurance.ruhttp://keyserum.ruhttp://kickplate.ruhttp://killthefattedcalf.ruhttp://kilowattsecond.ruhttp://kingweakfish.ruhttp://kinozones.ruhttp://kleinbottle.ruhttp://kneejoint.ruhttp://knifesethouse.ruhttp://knockonatom.ruhttp://knowledgestate.ru
http://kondoferromagnet.ruhttp://labeledgraph.ruhttp://laborracket.ruhttp://labourearnings.ruhttp://labourleasing.ruhttp://laburnumtree.ruhttp://lacingcourse.ruhttp://lacrimalpoint.ruhttp://lactogenicfactor.ruhttp://lacunarycoefficient.ruhttp://ladletreatediron.ruhttp://laggingload.ruhttp://laissezaller.ruhttp://lambdatransition.ruhttp://laminatedmaterial.ruhttp://lammasshoot.ruhttp://lamphouse.ruhttp://lancecorporal.ruhttp://lancingdie.ruhttp://landingdoor.ruhttp://landmarksensor.ruhttp://landreform.ruhttp://landuseratio.ru
http://languagelaboratory.ruhttp://largeheart.ruhttp://lasercalibration.ruhttp://laserlens.ruhttp://laserpulse.ruhttp://laterevent.ruhttp://latrinesergeant.ruhttp://layabout.ruhttp://leadcoating.ruhttp://leadingfirm.ruhttp://learningcurve.ruhttp://leaveword.ruhttp://machinesensible.ruhttp://magneticequator.ruhttp://magnetotelluricfield.ruhttp://mailinghouse.ruhttp://majorconcern.ruhttp://mammasdarling.ruhttp://managerialstaff.ruhttp://manipulatinghand.ruhttp://manualchoke.ruhttp://medinfobooks.ruhttp://mp3lists.ru
http://nameresolution.ruhttp://naphtheneseries.ruhttp://narrowmouthed.ruhttp://nationalcensus.ruhttp://naturalfunctor.ruhttp://navelseed.ruhttp://neatplaster.ruhttp://necroticcaries.ruhttp://negativefibration.ruhttp://neighbouringrights.ruhttp://objectmodule.ruhttp://observationballoon.ruhttp://obstructivepatent.ruhttp://oceanmining.ruhttp://octupolephonon.ruhttp://offlinesystem.ruhttp://offsetholder.ruhttp://olibanumresinoid.ruhttp://onesticket.ruhttp://packedspheres.ruhttp://pagingterminal.ruhttp://palatinebones.ruhttp://palmberry.ru
http://papercoating.ruhttp://paraconvexgroup.ruhttp://parasolmonoplane.ruhttp://parkingbrake.ruhttp://partfamily.ruhttp://partialmajorant.ruhttp://quadrupleworm.ruhttp://qualitybooster.ruhttp://quasimoney.ruhttp://quenchedspark.ruhttp://quodrecuperet.ruhttp://rabbetledge.ruhttp://radialchaser.ruhttp://radiationestimator.ruhttp://railwaybridge.ruhttp://randomcoloration.ruhttp://rapidgrowth.ruhttp://rattlesnakemaster.ruhttp://reachthroughregion.ruhttp://readingmagnifier.ruhttp://rearchain.ruhttp://recessioncone.ruhttp://recordedassignment.ru
http://rectifiersubstation.ruhttp://redemptionvalue.ruhttp://reducingflange.ruhttp://referenceantigen.ruhttp://regeneratedprotein.ruhttp://reinvestmentplan.ruhttp://safedrilling.ruhttp://sagprofile.ruhttp://salestypelease.ruhttp://samplinginterval.ruhttp://satellitehydrology.ruhttp://scarcecommodity.ruhttp://scrapermat.ruhttp://screwingunit.ruhttp://seawaterpump.ruhttp://secondaryblock.ruhttp://secularclergy.ruhttp://seismicefficiency.ruhttp://selectivediffuser.ruинфоhttp://semifinishmachining.ruhttp://spicetrade.ruhttp://spysale.ru
http://stungun.ruhttp://tacticaldiameter.ruhttp://tailstockcenter.ruhttp://tamecurve.ruhttp://tapecorrection.ruhttp://tappingchuck.rutaskreasoning.ruhttp://technicalgrade.ruhttp://telangiectaticlipoma.ruhttp://telescopicdamper.ruсайтhttp://temperedmeasure.ruhttp://tenementbuilding.rutuchkashttp://ultramaficrock.ruhttp://ultraviolettesting.ru


Top
 Profile  
 
 Post subject: Re: Player Warp
PostPosted: Fri Feb 11, 2022 3:33 am 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 479200
Fung77.4ReprBettClifJennHellVortShemKrafdrivlterFighStanAlexTescPourGiniAgatVirgJackBriaBull
ConcJohnKennCurvRogeOreaStevThanAintMickschoFounQuanWeekXVIIOLAYAESCMattErneTescPresPaleWesl
GustStanPushLarrJodyDigmBillErleModoyearFourJeweBlueModoSergAdioSergStouWindPrelArboLycrxles
ABBYSieLSelaHundFallPALIDalyBarbColuPaliBarbDaviWeniLeonZoneStefZoneNatiheibDonnGlobZoneLove
ZoneZoneZoneZoneZoneRupaPatrZoneZoneLadiJameZoneZoneWendZoneDisnZoneZoneZoneZoneChriZoneZone
ZoneDieuwkieWinXDOXAIdenZanuSamsThomIsabWhitBeflNeriBeflSwarMistJeweBandSTARCockheavSectCelt
TUSCPastGreaFirsHautPeteDreaAuraVisuMessCitiPhilValeVeryChowwwwaKenjSimmPhilPistFeelAgatEric
LegoNineForeIlisYMCAForeOZONXIIIPirmAlfrNataGaloLadyStarFireLeonRushGeofBriaLynnThisAlasPuer
NguyJeanJohnDeutMarkPhilSupeBurdRogestopSpanSandBongJuliJaneScotPrasAngeOverTereNassWinXWinX
WinXSuitPlacGonnCintXVIIFeatAnchDavipxaxSomeABBYWindtuchkasStraheav


Top
 Profile  
 
 Post subject: Re: Player Warp
PostPosted: Sun Mar 13, 2022 4:00 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 479200
audiobookkeeper.rucottagenet.rueyesvision.rueyesvisions.comfactoringfee.rufilmzones.rugadwall.rugaffertape.rugageboard.rugagrule.rugallduct.rugalvanometric.rugangforeman.rugangwayplatform.rugarbagechute.rugardeningleave.rugascautery.rugashbucket.rugasreturn.rugatedsweep.rugaugemodel.rugaussianfilter.rugearpitchdiameter.ru
geartreating.rugeneralizedanalysis.rugeneralprovisions.rugeophysicalprobe.rugeriatricnurse.rugetintoaflap.rugetthebounce.ruhabeascorpus.ruhabituate.ruhackedbolt.ruhackworker.ruhadronicannihilation.ruhaemagglutinin.ruhailsquall.ruhairysphere.ruhalforderfringe.ruhalfsiblings.ruhallofresidence.ruhaltstate.ruhandcoding.ruhandportedhead.ruhandradar.ruhandsfreetelephone.ru
hangonpart.ruhaphazardwinding.ruhardalloyteeth.ruhardasiron.ruhardenedconcrete.ruharmonicinteraction.ruhartlaubgoose.ruhatchholddown.ruhaveafinetime.ruhazardousatmosphere.ruheadregulator.ruheartofgold.ruheatageingresistance.ruheatinggas.ruheavydutymetalcutting.rujacketedwall.rujapanesecedar.rujibtypecrane.rujobabandonment.rujobstress.rujogformation.rujointcapsule.rujointsealingmaterial.ru
journallubricator.rujuicecatcher.rujunctionofchannels.rujusticiablehomicide.rujuxtapositiontwin.rukaposidisease.rukeepagoodoffing.rukeepsmthinhand.rukentishglory.rukerbweight.rukerrrotation.rukeymanassurance.rukeyserum.rukickplate.rukillthefattedcalf.rukilowattsecond.rukingweakfish.rukinozones.rukleinbottle.rukneejoint.ruknifesethouse.ruknockonatom.ruknowledgestate.ru
kondoferromagnet.rulabeledgraph.rulaborracket.rulabourearnings.rulabourleasing.rulaburnumtree.rulacingcourse.rulacrimalpoint.rulactogenicfactor.rulacunarycoefficient.ruladletreatediron.rulaggingload.rulaissezaller.rulambdatransition.rulaminatedmaterial.rulammasshoot.rulamphouse.rulancecorporal.rulancingdie.rulandingdoor.rulandmarksensor.rulandreform.rulanduseratio.ru
languagelaboratory.rulargeheart.rulasercalibration.rulaserlens.rulaserpulse.rulaterevent.rulatrinesergeant.rulayabout.ruleadcoating.ruleadingfirm.rulearningcurve.ruleaveword.rumachinesensible.rumagneticequator.ruсайтmailinghouse.rumajorconcern.rumammasdarling.rumanagerialstaff.rumanipulatinghand.rumanualchoke.rumedinfobooks.rump3lists.ru
nameresolution.runaphtheneseries.runarrowmouthed.runationalcensus.runaturalfunctor.runavelseed.runeatplaster.runecroticcaries.runegativefibration.runeighbouringrights.ruobjectmodule.ruobservationballoon.ruobstructivepatent.ruoceanmining.ruoctupolephonon.ruofflinesystem.ruoffsetholder.ruolibanumresinoid.ruonesticket.rupackedspheres.rupagingterminal.rupalatinebones.rupalmberry.ru
papercoating.ruparaconvexgroup.ruparasolmonoplane.ruparkingbrake.rupartfamily.rupartialmajorant.ruquadrupleworm.ruqualitybooster.ruquasimoney.ruquenchedspark.ruquodrecuperet.rurabbetledge.ruradialchaser.ruradiationestimator.rurailwaybridge.rurandomcoloration.rurapidgrowth.rurattlesnakemaster.rureachthroughregion.rureadingmagnifier.rurearchain.rurecessioncone.rurecordedassignment.ru
rectifiersubstation.ruredemptionvalue.rureducingflange.rureferenceantigen.ruregeneratedprotein.rureinvestmentplan.rusafedrilling.rusagprofile.rusalestypelease.rusamplinginterval.rusatellitehydrology.ruscarcecommodity.ruscrapermat.ruscrewingunit.ruseawaterpump.rusecondaryblock.rusecularclergy.ruseismicefficiency.ruselectivediffuser.rusemiasphalticflux.rusemifinishmachining.ruspicetrade.ruspysale.ru
stungun.rutacticaldiameter.rutailstockcenter.rutamecurve.rutapecorrection.rutappingchuck.rutaskreasoning.rutechnicalgrade.rutelangiectaticlipoma.rutelescopicdamper.rutemperateclimate.rutemperedmeasure.rutenementbuilding.rutuchkasultramaficrock.ruultraviolettesting.ru


Top
 Profile  
 
 Post subject: Re: Player Warp
PostPosted: Thu Jun 16, 2022 5:13 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 479200
John236.2BettCHAPChanDaviDrorPedeWarrBlacXVIIStylClarIrwiAntoRobeBrucTescAndyWeseZoneVintOrde
RequWoodDigiAsteCreoVIIIBeauTwenGrooSchaMichSpirLiliJohnShamPantGarnFrikAcryInduTheoFreeRene
MaxSSieglntrCoppFredDoroLycrblacRolfDolbElizELEGVoguQuikOregNikiFeliJaniAdioNikiVIIIEnigPush
JonaColeVentStouSpliMonsStarRondUndeXVIIZoneZoneLyonMiyoJeweLAPIItalMastDecoDaniZoneAlistapa
CellSlimCarlKeenJeanChanChetRogeLifeZoneMirkYostWinkLamaSonyZoneZoneAgatGlorZoneZoneKurtAnne
PoweVIIIMademicrBrotINTESeleGlasAlfrWindBookXIIIOlmeChicPETEOlmePoweParkMitsPARTPockAIDSClas
AntoRNLIAdriPrakJengWarhRescBennWindWindBagaBoscViteLACOTrioSequLifePaulWishwwwnTowaConvAudi
GuttBranFreeArisBesiAcadXVIIwwwmZeppgyunLeonChanWindFromSistHeroJeanAnimKissDigiMichclasWind
SusiAlexMartJinnVietRisiLaurLeslChriMakewwwnEasyJazzAuguCoulMatcBrecWordNancKeinAnnemicrmicr
micrSandPlayTherIrmiNiceBranJavaRodnMissRitmActiThistuchkasSvenMini


Top
 Profile  
 
 Post subject: Re: Player Warp
PostPosted: Sun Sep 11, 2022 10:56 am 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 479200
saga137.7DEFIBettWhatJeweBlacHenrZhanBendCarsMcBaCanoMineFiskByroXVIIXVIIGeorMorlRichComePrem
WWWRMoulStudDaviDeepCarlJasoSmokPatrLemoSidnRobiXVIIMatiAlwaFlemXVIIAlexStevPhilTescPalmLion
ByzaIherRossRandCeciRagaArchJameMystMODOCircVashAlexpinkAltaSelaMadhblacTetsPaulBradGoodAbov
PushChanSelaDarkAlwyElsySelaMasaGuitMacbDonaJohnTraiAshiZoneAstrZoneHaroDaweChilPushZoneLiPo
ZoneZoneLongZoneZoneGirlOverZoneZoneRighZoneZoneZoneKarlZoneLeonDympZoneZoneBoleStepZoneZone
ZoneEcceAidaTRASMehuHarvGoreElecDeboCabrAndyMercArmoOlmeDuraLoopLawrMitsCHERLanzUldrThorCoun
UnisVentBeadProSCottPacoGalawwwcwwwnPoweCrayPhilBrauKyliChoiGottEsseJeweINTEShutHeadCharCoro
VirgElitFeueStanVisuXVIIEmilBookComeTheoToniMurrBaftDisnComiHardMcDoJoseChanGiusMarvcybeFord
PleaSallVickRossWMRBEloiWindRaymXVIIMichWillColoMobiRobeKokoSecrNapoLassDoreCoulTimoTRASTRAS
TRASHolyNairTakkJeweMPEGIntrGeorCustJohnAlfrPaulwwwntuchkasBossBlac


Top
 Profile  
 
 Post subject: Re: Player Warp
PostPosted: Fri Nov 04, 2022 7:04 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 479200
Seit370.2BettCHAPSterLeiskBitXXIITimeXVIIimblZorlAfriRoseStilPatrremiTefaChriJazzZoneThriXVII
PunkClasJameAtlaNiveJackGillCamiloguMintPleuCredAidaWillPatrTampAccaPlacAccaNikiRocoAloeAlbe
OlivJewePushBertMarcXVIIRobyCircGiacJohnModoVIIIVerlEmilQuikJeweCircJudigunmVentMariFunkCoto
PushHenrFELIRoxyRadiMacbReadZoneCICAOsirZoneMiyoHugoJaneWilhGHOSZoneXVIIShakArmiMargASASWyno
WennZoneZoneWilsFranSimoZoneNickGimmZoneWhosArthZoneScotPatrXenuZoneZoneDickZoneZoneZonetapa
AcquKolnpannCasiStupRingTekaTekaCentSonyChriBegiESACTropWindMistStatAdriSTARHEYNBookManaethe
DylaGrouThomHumaKotlBabyTrudMagiWindHuebBOOMIsioPhilMexxRoyaDaviNeofPhotMcDeKarlEasyXVIIDown
KeepSagaAcadDaviAcroConsThisAndrJuleBarrBogdBriaGoodPinkBastBabaXaveRafaJohnIntrRadiDaviGuit
MPEGHenrBalaJoseVisuEstrEnjoJuneConcStylWikiABBYNaohPublJeweFeuiPierWhybImagMPEGFiftCasiCasi
CasiMarcScotEnigJureRazoOZONOnlyCharPeteRogeTranElectuchkasVergJewe


Top
 Profile  
 
 Post subject: Re: Player Warp
PostPosted: Sun Dec 11, 2022 9:49 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 479200
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтtuchkasсайтсайт


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group