Dark Legacy Gamers Gaming Community
Welcome to Dark Legacy Gamers Gaming Community
Please login into Dark Legacy Gamers website.
No account?Register now.
Support and vote for Dark Legacy Gamers Gaming Community.
Please be active.


Thank you
Dark Legacy Gamers Gaming Community
Welcome to Dark Legacy Gamers Gaming Community
Please login into Dark Legacy Gamers website.
No account?Register now.
Support and vote for Dark Legacy Gamers Gaming Community.
Please be active.


Thank you
Dark Legacy Gamers Gaming Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 

 Head Developer.

Go down 
+3
Toshiro
CreativeAutumn
CircuitPhreak
7 posters
AuthorMessage
CircuitPhreak

CircuitPhreak


Posts : 16
Points : 20
Reputation : 0
Join date : 2009-12-07
Age : 31
Location : A series of tubes

Head Developer. Empty
PostSubject: Head Developer.   Head Developer. EmptyTue Dec 08, 2009 11:15 am

This is for iTunes since he wanted to question who I am. For one, I am a well known dev I just wish to keep an alias as in normal curcumstances I woudln't be caught dead dev'ing for a server with a forum forum and no VPS.

Secondly I will list servers I have developed for, and what I have done.

Original LegacyGamers; Setting up the .elu items for items and putting them into man/woman.mrs in addition balancing the zitem.xml and creating an auto shop.xml creator just for LG (Couple years later a public shop.xml creator was released anyway, took kids long enough)

Moved on to a few servers Phail had partook on making, did Database managment/MSSQL scripts creating the first working Lucky Box items.

Dev'd on GameNao GunZ doing ASM and XML/ELU work again, worked on a custom interface layout (No GFX, just the ASM and editing their layout)

Moved onto other servers I won't mention as this is getting closer to letting you figure out who I am.

Did C#, and ASM and again MSSQL/Database managment.


All in all, I'm a jack of all trades and you need me.


So get on the VPS son
Back to top Go down
CreativeAutumn
Game Master
CreativeAutumn


Posts : 214
Points : 240
Reputation : 1
Join date : 2009-10-10
Location : In Dusk

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 08, 2009 11:19 am

-,- good app but i dont see any proof . Mr Unknown silent
Back to top Go down
https://darklegacygamers.forumotion.com
CircuitPhreak

CircuitPhreak


Posts : 16
Points : 20
Reputation : 0
Join date : 2009-12-07
Age : 31
Location : A series of tubes

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 08, 2009 11:24 am

ColoredAutumn wrote:
-,- good app but i dont see any proof . Mr Unknown silent


The proof is in the completed project, as I am on a public PC atm I don't have my source codes. If you really wish once i get done with my coding of a kids website I will go home and post up some source codes to a few of my random projects.
Back to top Go down
CreativeAutumn
Game Master
CreativeAutumn


Posts : 214
Points : 240
Reputation : 1
Join date : 2009-10-10
Location : In Dusk

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 08, 2009 11:26 am

Umm kay .
Back to top Go down
https://darklegacygamers.forumotion.com
CircuitPhreak

CircuitPhreak


Posts : 16
Points : 20
Reputation : 0
Join date : 2009-12-07
Age : 31
Location : A series of tubes

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 09, 2009 12:04 am

else if (szMessage.ToLower().StartsWith("/Dev "))
{
string szUser = szMessage.Substring(szMessage.IndexOf(' ') + 1);
ProxyConnection pClient = Envy.Core.Envy.FindClient(szUser);
if (pClient != null)
{
return null;
if (pClient.Rank && client.m_nUGradeID != 255)
{
return null;
}
Database.getNonQuery(string.Format("UPDATE Account SET UGradeID=254 WHERE AID={0}", pClient.m_nAID));
pClient.Notify("Re-Login after D/C", 1);
pClient.Disconnect();
client.Notify("Player added to developer usergrade.", 1);
return null;
}

Simple addition to the Envy matchserver add-on done at Trinity which I wrote up.

Since some people are skeptical.
Back to top Go down
Toshiro
DLG Noob



Posts : 59
Points : 72
Reputation : 3
Join date : 2009-12-03
Age : 33
Location : Mars

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 09, 2009 4:55 am

CircuitPhreak wrote:
else if (szMessage.ToLower().StartsWith("/Dev "))
{
string szUser = szMessage.Substring(szMessage.IndexOf(' ') + 1);
ProxyConnection pClient = Envy.Core.Envy.FindClient(szUser);
if (pClient != null)
{
return null;
if (pClient.Rank && client.m_nUGradeID != 255)
{
return null;
}
Database.getNonQuery(string.Format("UPDATE Account SET UGradeID=254 WHERE AID={0}", pClient.m_nAID));
pClient.Notify("Re-Login after D/C", 1);
pClient.Disconnect();
client.Notify("Player added to developer usergrade.", 1);
return null;
}

Simple addition to the Envy matchserver add-on done at Trinity which I wrote up.

Since some people are skeptical.
What the hell is that Code for? Datebase?
Back to top Go down
https://darklegacygamers.forumotion.com
vexrz
DLG Noob
vexrz


Posts : 48
Points : 63
Reputation : 3
Join date : 2009-12-03

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 09, 2009 5:38 am

he sounds pretty legit,and no1 here really knows anything about coding so dont bother. baha
Back to top Go down
CreativeAutumn
Game Master
CreativeAutumn


Posts : 214
Points : 240
Reputation : 1
Join date : 2009-10-10
Location : In Dusk

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 09, 2009 6:38 am

...... o.O
Back to top Go down
https://darklegacygamers.forumotion.com
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 09, 2009 8:51 am

Nice application.
Back to top Go down
https://www.youtube.com
CircuitPhreak

CircuitPhreak


Posts : 16
Points : 20
Reputation : 0
Join date : 2009-12-07
Age : 31
Location : A series of tubes

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 09, 2009 11:34 am

Toshiro wrote:

What the hell is that Code for? Datebase?

No, It's an additon to the matchserver add-on "Envy" which is used at Trinity, it allows you to upgrade somones ugrade to 254 (Developer) from ingame by typing /dev

What envy does is packet watch all incoming packets and is then able to tell if it's a command, a hack, whatever. Envy is pretty much a proxy interpreting all packets coming in from gunz.
Back to top Go down
vexrz
DLG Noob
vexrz


Posts : 48
Points : 63
Reputation : 3
Join date : 2009-12-03

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 09, 2009 10:59 pm

hire him. He actually sounds legit and has skills in coding/ dont let go of some1 hu can code, u need ppl like him badly


Last edited by vexrz on Thu Dec 10, 2009 11:03 pm; edited 1 time in total
Back to top Go down
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyThu Dec 10, 2009 4:39 am

Hm.. hired? What do you mean?
Back to top Go down
https://www.youtube.com
Ryswick
DLG Noob
Ryswick


Posts : 66
Points : 81
Reputation : -1
Join date : 2009-07-30
Age : 27
Location : florida,usa

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyMon Dec 14, 2009 1:42 pm

u guise shoulndt have banned curcuitfreak and he shuldnt be messing around with our server and he shouldnt have mad fun of mr12lol12 he should have said sorry or sum but u didnt have to bann him?
Back to top Go down
Lightkeiz
DLG Noob
Lightkeiz


Posts : 56
Points : 103
Reputation : 0
Join date : 2008-11-30

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyMon Dec 14, 2009 10:20 pm

Actually CircuitPhreak is a good person ... i think ...

He jus wan to tell us tat "kids" jus messing around doing nothing , only noe how to talk dun noe how to do right ?


Only noe how to wait for the server and play ....

Is this ur meaning , CircuitPhreak?




P/S : i jus wanted to know the truth
Back to top Go down
http://darklegacygamers.kuchinglive.com
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 15, 2009 4:14 am

Circuit bad kid. :3
Back to top Go down
https://www.youtube.com
Ryswick
DLG Noob
Ryswick


Posts : 66
Points : 81
Reputation : -1
Join date : 2009-07-30
Age : 27
Location : florida,usa

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 15, 2009 6:22 am

shura dont say that
Back to top Go down
CreativeAutumn
Game Master
CreativeAutumn


Posts : 214
Points : 240
Reputation : 1
Join date : 2009-10-10
Location : In Dusk

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 15, 2009 6:54 am

If he want he says ....
Back to top Go down
https://darklegacygamers.forumotion.com
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 15, 2009 7:30 am

CreativeAutumn wrote:
If he want he says ....







Yeah. I am me, I am not a robot. Ty Autumn.

<333
Back to top Go down
https://www.youtube.com
CreativeAutumn
Game Master
CreativeAutumn


Posts : 214
Points : 240
Reputation : 1
Join date : 2009-10-10
Location : In Dusk

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 15, 2009 10:01 am

Razz Np
Back to top Go down
https://darklegacygamers.forumotion.com
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 15, 2009 12:47 pm

Friendly!!! xDD
Back to top Go down
https://www.youtube.com
Ryswick
DLG Noob
Ryswick


Posts : 66
Points : 81
Reputation : -1
Join date : 2009-07-30
Age : 27
Location : florida,usa

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyTue Dec 15, 2009 1:52 pm

I JUST Got One M@THA F@C%ING Thing TO SAY


HOW do i change my name?
Back to top Go down
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 16, 2009 5:18 am

o.o Go to ''Profile'' then you can find there change the name.
Back to top Go down
https://www.youtube.com
Ryswick
DLG Noob
Ryswick


Posts : 66
Points : 81
Reputation : -1
Join date : 2009-07-30
Age : 27
Location : florida,usa

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 16, 2009 6:18 am

oh thanks lol
Back to top Go down
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. EmptyWed Dec 16, 2009 7:34 am

No problem and wrong section... :3
Back to top Go down
https://www.youtube.com
Sponsored content





Head Developer. Empty
PostSubject: Re: Head Developer.   Head Developer. Empty

Back to top Go down
 
Head Developer.
Back to top 
Page 1 of 1
 Similar topics
-
» Kelly's Developer App
» Great verxz on becoming Developer :P
» Sora Applying for GunZ Developer and Runescape admin
» Im trying to get my friend JLedge he is a developer to join but he loves combat arms

Permissions in this forum:You cannot reply to topics in this forum
Dark Legacy Gamers Gaming Community :: Applications :: Application-
Jump to: