Poll

"MetroRP"'s new name?

Keep it MetroRP
5 (50%)
ChipRP
1 (10%)
"Chipr"
3 (30%)
Other (suggest on topic)
1 (10%)

Total Members Voted: 10

Author Topic: {KodX} Kodex: City Roleplay Announced!  (Read 20963 times)

I know c++, HTML, and a lot of torque script elements

Okay, I haven't added all the coding languages, because of the sheer amount of them. I'll add in C++, but before then would you be in HTML or Torque?


Okay, I haven't added all the coding languages, because of the sheer amount of them. I'll add in C++, but before then would you be in HTML or Torque?
Offer classes in java instead :)

I have a few questions.
  • What do you mean by "weapon smiths"?
  • Can you join more than 1 wing?

Also, you should remove "What's a clan tag?" and "None" from the poll. They're not needed. Plus, you need clan tags to show that you're in a clan. Also, does "St. Serena Build Opening July 2012!" mean you're starting the project in July or are you starting it now and then releasing it until then? And since it's a build, doesn't that mean you have a building wing too? If so, you should include that in the clan page.
« Last Edit: December 18, 2011, 11:50:44 AM by Bopizku »

I have a few questions.
  • What do you mean by "weapon smiths"?
  • Can you join more than 1 wing?

Also, you should remove "What's a clan tag?" and "None" from the poll. They're not needed. Plus, you need clan tags to show that you're in a clan. Also, does "St. Serena Build Opening July 2012!" mean you're starting the project in July or are you starting it now and then releasing it until then? And since it's a build, doesn't that mean you have a building wing too? If so, you should include that in the clan page.

Started Today at 10:00ish, finished near August of July.
Weapon Making/Coding
And Building isn't exactly a real Wing, as I'm making the build to change it into a Game from Torque once I get my paycheck.
And Yes, you can have one or more wings.
« Last Edit: December 18, 2011, 04:07:09 PM by Darkness ZXW »

Started Today at 10:00ish, finished near August of July.
Weapon Making/Coding
And Building isn't exactly a real Wing, as I'm making the build to change it into a Game from Torque once I get my paycheck.
And Yes, you can have one or more wings.

You really need to add some of this information to the OP.

It's decided, KodX are the new Clan Tags. KodX<name>(Scripting Language)

EDIT3: Thanks for accepting me Darkness.
« Last Edit: December 19, 2011, 09:52:46 PM by FFSO »

Want me to start working on a clan manager? It can be hooked up to a login system too.

-Edit-

If you don't, to bad. I am already making one. I got really bored. Don't worry it will be cool. Hopefully...
« Last Edit: December 20, 2011, 02:10:16 AM by cciamlazy »

Want me to start working on a clan manager? It can be hooked up to a login system too.

-Edit-

If you don't, to bad. I am already making one. I got really bored. Don't worry it will be cool. Hopefully...
I made a login system a while ago, and I still have the code from DarkLight's auto-join account creator if you would like it I will pm you it.

Source code or not. If not I will code my own. If so save me some time :P

-Edit-

592 lines of code so far. Not even half way done with it.
« Last Edit: December 20, 2011, 01:56:58 PM by cciamlazy »

I'm applying for this.
I do C#, a bit of Scheme, and Torque.
I made a list sorter that works on very large lists (10K items+), Do you want the source code, EXE, or both.
It does have a GUI.

Here it is so far. It is not pretty all the way yet. You can also suggest things. The email system is all the way coded and works. Probably the only thing all the way done besides the save and load system :D



Change the login for only gmail .com to you can select from a list of live.com gmail.com etc. Since I use the email nobelium@pbot.org this would be impossible for my email if you dont add a list sort of thingy.

The problem is I don't know the port and everything for other sites. Here is some of the code

Code: [Select]
Dim SMTP As New SmtpClient("smtp.gmail.com")
        SMTP.EnableSsl = True
        SMTP.Credentials = New System.Net.NetworkCredential(Username1.Text, Password1.Text)
        SMTP.Port = "587"
        SMTP.Send(Mail)

-Edit-

And it is SMTP Simple Mail Transfer Protocol.  I will work on getting it for custom domains. I might be able to get it for huge companys like yahoo and hotmail. But like @pbot.org that will be hard because I don't know the whole mailing system. Sorry about that :/

-Edit-

Alright I am working on live/hotmail right now.

-Edit-

I got it to work. Live and Hotmail have been added to the list. Now to work on yahoo
« Last Edit: December 20, 2011, 02:50:23 PM by cciamlazy »