Board index » Present Evidence » Games

Page 120 of 131[ 5218 posts ]
Go to page Previous  1 ... 117, 118, 119, 120, 121, 122, 123 ... 131  Next
 


Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News:
- (PWLib - Mikumo Extension) Ema Skye added to the Mikumo SCS.
- (PWLib - Mikumo Extension) Rhoda Teneiro added to the Mikumo SCS.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Female

Rank: Suspect

Joined: Sun Mar 21, 2010 2:23 am

Posts: 8

I was wondering if there was anyway to use more than 3 evidences in a case.

Thanks guys,
Yukie
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

You can have up to 3 pages of evidence and 3 pages of profiles on PWLib 1.1.

You can create infinite evidences and profiles, but the player can only "hold" 3 pages max of each.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Female

Rank: Suspect

Joined: Sun Mar 21, 2010 2:23 am

Posts: 8

Uh-oh, I think I mistaken 3 evidences for 3 pages. My bad.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

I plan to fix this limitation when possible (because I don't want to delay 1.2 just because of it). Since AIGE 800a finally uses the latest AHLSL Core, it is possible for me to remove this limitation later on (The AIGE 700a on PWLib 1.1 isn't that advanced) and issue and updater via PWLib Updater.

Finally I was able to give AHLSL the features it needed to make PWLib even better, closer to the originals and more stable and easy to use. I'm sure that if I had made AHLSL nice as it is now during 1.1's release, probably things would be a lot different then they are today.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Female

Rank: Suspect

Joined: Sun Mar 21, 2010 2:23 am

Posts: 8

I'm not just used to using it. It's the first time ever I'm trying to make something like that and it takes me time to figure out how it works. I love it tho.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Ksa_tech, help me, please!
I want to do a witness testimony and here you are the code:
Code:
[testimony]
runscript("pw_showwitnessstand");
runscript("pw_orangemessagebox");
runscript("pw_showmessagebox");
runscript("pw_setnameboxtonoone");
runscript("pw_enablelananormal");
messageinstantauto("\n                      --The Crime--");
runscript("pw_whitemessagebox");
loadandplaymp3("music/Contro-interrogatorio Moderato.mp3",0,"");
runscript("pw_showwitnesstestimony");
runscript("pw_showtestimony");
runscript("pw_setnameboxtolana");
message("The crime has been in the airport.");
message("The victim was strangled by\na red muffler.");
message("The victim died on the instant.");
wait(60);
jumptoscript("talk1");


but when I play the game it stops and crashes after the title of the testimony.
How can I resolve this problem?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

PWLib Hayase Series (1.0, 1.0a, 1.0b and 1.1) were based on AHLSL's older revision, so PWLib became harder to use then other options (but more powerful due to its design been based on a more open language and engine instead of a PW-focused engine).

With AIGE 800a powering the new Mio Series (PWLib 1.2), the AHLSL Core gained a lot of new language features that allowed me and DDRKhat to develop the Shinku Language Set. It hides a lot of the complications on setting up certain parts of PWLib, thus making PWLib a lot more acessible. Not as accessible as I wanted, but with a bit of time and some reworks, Shinku will evolve making stuff even easier.

One of example of Shinku is the simple message command made by DDRKhat.

And also do not forget the secret SL Project.

-------------------------------------------
@Andry:
I just tested with PWLib 1.1 clean install and PWLib 1.2. No error appears, so it seems the mp3 you're using is causing Audiere to crash.
Also on a sidenote, after the statements, you will need to put this:
runscript("pw_showmessagebox");
So the message box shows up.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

See my fangame: PWAA:Attorneys at work!
http://forums.court-records.net/games/attorneys-work-the-new-age-t18831.html#p1065363
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News:
- (PWLib - Mikumo Extension) Jacques Portsman added to the Mikumo SCS.
- (PWLib - Mikumo Extension) Zinc Lablanc added to the Mikumo SCS.

-----------------------------------------------
I finally updated the KSA Technology HQ page. Finally made the Kirakishou project official on the page, added missing completed characters to the char list, added new extensions, etc.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Ksa_TEch, pleas, help me again!
How can I stop mp3? I put this:
stopmp3();
but it doesn't stop. How can I stop it??
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

stopmp3(0);
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: None specified

Rank: Suspect

Joined: Thu Feb 25, 2010 8:40 pm

Posts: 5

Is there a way to fade out the mp3, or can it only be stopped?

Also, where can the characters in that List be downloaded from?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

I have returned!

Gender: Male

Rank: Decisive Witness

Joined: Thu Jul 02, 2009 7:53 pm

Posts: 264

BAPACop wrote:
Is there a way to fade out the mp3, or can it only be stopped?

Also, where can the characters in that List be downloaded from?


Fading music and sounds is not supported in 1.1, it IS supported in 1.2 though.

You're going to have to find them, thats what i did when i needed a character.
1.2 will ship with all completed characters from Ace Attorney. Maybe AAI.
Image
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Thanks, Ksa_tech!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Criticus Maximus

Gender: Male

Location: Australia

Rank: Medium-in-training

Joined: Sun May 17, 2009 5:44 am

Posts: 389

Maybe I should sign up for the beta too... :lana:
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: None specified

Rank: Suspect

Joined: Thu Feb 25, 2010 8:40 pm

Posts: 5

Will the typos in the functions be corrected in 1.2?
For example:

[pw_slideattoneytoprosecutor] and [pw_slideattoneytoprosecutor]
It doesn't work if you spell attorney right.

Also:
setcharacterrepeations

Sould either be setcharacterrepeats or setcharacterrepetitions since repeations is not a word.

I think there's at least one more, but I don't remember it right now...
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

BAPACop wrote:
Will the typos in the functions be corrected in 1.2?
For example:

[pw_slideattoneytoprosecutor] and [pw_slideattoneytoprosecutor]
It doesn't work if you spell attorney right.

Also:
setcharacterrepeations

Sould either be setcharacterrepeats or setcharacterrepetitions since repeations is not a word.

I think there's at least one more, but I don't remember it right now...

I noticed those as well, they kinda piss me off.
And what does that setcharacterrepeations do?
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The attorney typo was fixed already.

And it isn't setcharacterrepeations, but setanimationrepeations. I'll add an alternative name for it (repetitions), but keeping the old one for compatibility.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Humph.

Gender: Male

Rank: Prosecutor

Joined: Fri Jun 19, 2009 6:18 pm

Posts: 659

Can someone reupload the loops for all the GS titles? My computer crashed, the data erased, and the links are all broken.
Ace Attorney MIDI rips!

Please visit my forum!

Engaged to P!ATD.
Bought an apartment at the Otaku.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: None specified

Rank: Suspect

Joined: Thu Feb 25, 2010 8:40 pm

Posts: 5

KSA_Tech wrote:
And it isn't setcharacterrepeations, but setanimationrepeations.

Whoops! That was a dumb mistake... I spend an hour programming in animations, but I can't remember the command five minutes later on this site.

Anyways...
How do you do the Psyche-Locks? I have the PWLib In a Nutshell tutorial, but it doesn't go into detail "because of a lack of good chains." There do appear to be chains in the graphics folder, so how would I go about using them?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Originally the was an idea for the psyche locks graphics was to use the composite chains and locks (due to a bug on AIGE 700a's animation core). But when the person working on the gfx vanished, the idea was put a bit on hold. Before someone else took her place, I fixed the issue on AIGE 800a and made the 1.2 p-lock gfx system (a lot better, very customizable, etc).

But the only missing thing on 1.1 are the graphics (already added to 1.2). The logic is pretty simple. Just a simple conversation with some presents.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News
- (AIGE) Added Lang to the Mikumo SCS.
- (AIGE) Added Calisto Yew to the Mikumo SCS.

A part of the new AHLSL Compiler for AIGE has been completed.

-------------------------------------------------------------------
Information regarding the not availability of the KSA Technology HQ site:
My server pc finally decided to fail (Windows Vista got registry-corrupted) so I'll need to reinstall it. But as well the HDD is pretty damaged, so I bought a new one (to arrive tomorrow). As soon as I install windows again, the site (if nothing was lost) will be up.
If anyone needs PWLib 1.1 core package. send me a PM. I'll be able to send it via MSN.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

If Lauren hasn't been added yet...someone make it happen.

Please.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

I'll add her to tge character creation priority list.

News
- (PWLib) Added AAI Meekins to the Mikumo SCS.
- (PWLib) Added AAI Oldbag to the Mikumo SCS.
- (PWLib - Extra Characters Extension) Reworked internal folder organization to separate spriters. Now each spriter sprites sets will be on a folder named after the spriter.


Auraion's front-facing sprites will be added.
LadyK sprites will be added to the Extra Characters Extension.

About the site:
Nothing of the old site was lost, but I'm unable to set the server pc up since I miss an SATA cable for the DVD drive. I'm planning to run the site temporarely from my notebook.

The site when back will contain a project system with issue/feature request tracking.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News
- (PWLib) Added Ernest Amano to the Mikumo SCS.
- (PWLib) Added Lauren Paups to the Mikumo SCS.
- (PWLib) Added Young Kay Faraday to the Mikumo SCS.
- (PWLib) Added Manfred von Karma to the Mikumo SCS.

We are getting closer on having the whole AAI cast available on the Mikumo Extension. So far, the missing ones are:

- The Judge
- Detective Tyrell Badd
- Quercus Alba
- Colias Palaeno
- Larry Butz
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

KSA_Tech wrote:
News
- (PWLib) Added Ernest Amano to the Mikumo SCS.
- (PWLib) Added Lauren Paups to the Mikumo SCS.
- (PWLib) Added Young Kay Faraday to the Mikumo SCS.
- (PWLib) Added Manfred von Karma to the Mikumo SCS.

We are getting closer on having the whole AAI cast available on the Mikumo Extension. So far, the missing ones are:

- The Judge
- Detective Tyrell Badd
- Quercus Alba
- Colias Palaeno
- Larry Butz

Shouldn't that be spoilers or something...? :udgy:
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Some are, but considering that two other cameos were mentioned already...

---------------------------------
I'm letting the site up a bit.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

What is my liiiife?!?

Gender: Male

Location: UK

Rank: Admin

Joined: Tue Feb 27, 2007 11:02 am

Posts: 2504

No, their existance not a spoiler. Only their sprites are.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Someone. Isn't that enough for you?

Gender: Male

Location: Somewhere

Rank: Suspect

Joined: Sat Sep 06, 2008 5:42 pm

Posts: 49

Wow, a lot has changed since 1.1. Shouldn't this be called 2.0 at least, since the changes are so radical?
Image
Image
Awesome sig done by Caelestis!
Avatar from Croik!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Criticus Maximus

Gender: Male

Location: Australia

Rank: Medium-in-training

Joined: Sun May 17, 2009 5:44 am

Posts: 389

It seems like a complete overhaul to me, so it does feel more like a 2.0.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

Gerkuman wrote:
No, their existance not a spoiler. Only their sprites are.

I don't see the point in that. :sadshoe:
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

What is my liiiife?!?

Gender: Male

Location: UK

Rank: Admin

Joined: Tue Feb 27, 2007 11:02 am

Posts: 2504

Because the sprites can tell you, at a glance, if they're evil or not. Names can't.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

I have returned!

Gender: Male

Rank: Decisive Witness

Joined: Thu Jul 02, 2009 7:53 pm

Posts: 264

Tell me something...
How would I animate...

THIS
Spoiler: Maybe AAI-5 Spoiler
ImageImage


I have like, 10 sheets, and the method Demat pointed out is not going to work here.

BTW, this is the LAST pose I have to do before I give to KSA to quality check.
Image
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News
- (PWLib) Added Detective Badd to the Mikumo SCS.
- (PWLib) Added The Judge to the Mikumo SCS.

I decided to keep the version as 1.2 since most of the new features are implemented on extensions.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

Attorneyatlawl wrote:
Tell me something...
How would I animate...

THIS
Spoiler: Maybe AAI-5 Spoiler
ImageImage


I have like, 10 sheets, and the method Demat pointed out is not going to work here.

BTW, this is the LAST pose I have to do before I give to KSA to quality check.

The talking one is fairly easy, you should be able to cut out a chunk of it there... The first one is outta my hands. :sadshoe:
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Where can I find Engarde's sprites?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Engarde? Right here.

http://www.mediafire.com/?mwjjazmjgvo

EDIT: (Make sure to read the readme on this one. There's a bit of a trick to combining the existing Engarde poses on 1.1 with his evil poses in this file, as explained in the documentation.)
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

We are finally reaching the so coveted 100% AAI Characters on PWLib.

News
- (PWLib) Added Quercus Alba to the Mikumo SCS.
- (PWLib) Added Larry Buts to the Mikumo SCS.

We are only Colias Palaeno short of the 100% mark.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

I have returned!

Gender: Male

Rank: Decisive Witness

Joined: Thu Jul 02, 2009 7:53 pm

Posts: 264

KSA_Tech wrote:
We are finally reaching the so coveted 100% AAI Characters on PWLib.

News
- (PWLib) Added Quercus Alba to the Mikumo SCS.
- (PWLib) Added Larry Buts to the Mikumo SCS.

We are only Colias Palaeno short of the 100% mark.


literally almost done

EDIT:
Colias is done, 100% AAI characters huh? :phoenix:
Image
Image
Page 120 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 117, 118, 119, 120, 121, 122, 123 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: Majestic-12 [Bot] and 2 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
Jump to:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO