HELP...NewAccountPserver

02/28/2011 07:17 danyunik#1
hey i wanted to know how to make that new registered account will start like with some gear and cps and not just 100 silver like usely.
im using navicat for mysql coproj power source... i know its the olded thing .. but im new in the whoal thing a Pserver so please help .. thansk.
02/28/2011 07:53 Spirited42#2
Quote:
Originally Posted by danyunik View Post
hey i wanted to know how to make that new registered account will start like with some gear and cps and not just 100 silver like usely.
im using navicat for mysql coproj power source... i know its the olded thing .. but im new in the whoal thing a Pserver so please help .. thansk.
Uhm..
well... (1) Why are you making a private server if you can't code something as simple as that? (2) What source are you using? (3) Is this an ILLEGAL TQ Binary?
02/28/2011 08:31 WarpGeorge#3
Quote:
Originally Posted by Spirited View Post
Uhm..
well... (1) Why are you making a private server if you can't code something as simple as that? (2) What source are you using? (3) Is this an ILLEGAL TQ Binary?
No Fang, he's using the old PowerSourceCO source. It's a LOTF v5017 I think.
02/28/2011 09:40 Spirited42#4
Quote:
Originally Posted by WarpGeorge View Post
No Fang, he's using the old PowerSourceCO source. It's a LOTF v5017 I think.
Oh he added the details o.o
._. ... Lotf v5017... That's before my time...
I know hardly anything about it's coding structure.
02/28/2011 09:42 Syst3m_W1z4rd#5
Quote:
Originally Posted by Spirited View Post
._. ... Lotf v5017... That's before my time...
LOTF 5017 is Tanels source also.
Imagine ConquerSx in a worse stability.
In 2008/2009, a lot peoples used it.
02/28/2011 19:02 danyunik#6
so no helpping =/?
02/28/2011 19:10 KraHen#7
Hypocrites.
03/01/2011 06:07 Yup Stigs#8
Just edit the npc that teleports you out of birthvillage, according to the character's class give him/her corresponding items +/or cps. Characters in lotf I think used to spawn in the middle of tc, the spawn point can be edited in the database afaik.. I don't quite recall
03/01/2011 08:25 danyunik#9
i see.. and how can i reader the data base file its an phb file and i dont have condutior in my game its just sending you right away to tc with 100 silvers no heal no drees no nothing..
03/01/2011 11:34 Galactic#10
I'm not pretty sure about this source anymore. But I think it was like in database.cs search for the method createcharacter.

In this method you will see something like mysqlblahblahblah with alot of 'text/strings' after it(like charachtername, positionx, positiony, and so on). in that method you should also see cps, money etc. Just change the value to whatever you want.

Hopefully you'll understand my pretty simple explanation. If you don't get what I'm explaining I'll suggest you to quit Pservers. I haven't done much with this source so it could be a little bit different then I said.

P.S You'll need Visual C# express to.
03/01/2011 11:42 danyunik#11
ahah i got it so now how can i change it like this is waht im seeing
`Level` int(8) unsigned NOT NULL default '0',
`Exp` int(10) unsigned NOT NULL default '0',
`Strength` int(16) unsigned NOT NULL default '0',
`Agility` int(16) unsigned NOT NULL default '0',
`Vitality` int(16) unsigned NOT NULL default '0',
`Spirit` int(16) unsigned NOT NULL default '0',
`Job` int(8) unsigned NOT NULL default '0',
`Model` int(16) unsigned NOT NULL default '0',
`Money` int(10) unsigned NOT NULL default '0',
`CPs` int(10) unsigned NOT NULL default '0',
`CurrentHP` int(16) unsigned NOT NULL default '0',
`StatPoints` int(16) unsigned NOT NULL default '0',
`LocationMap` int(16) unsigned NOT NULL default '0',
`LocationX` int(16) unsigned NOT NULL default '0',
`LocationY` int(16) unsigned NOT NULL default '0',
`UID` int(10) unsigned NOT NULL default '0',
`H

so what i need to exchange here?
03/01/2011 11:45 Galactic#12
Sent me the link of your source, I will take a look at it since I haven looked at powersource yet.
03/01/2011 15:05 danyunik#13
[Only registered and activated users can see links. Click Here To Register...]
im pretty sure this is the file you mean