Well im wondering if its possible to make new jobs to conquer. like u start at L1 without a job. and then when ur lvl 15 u can go to promotion center and get a job. the job will be something like Murder,DrugDealer,MedicMan,MagicMan, etc.
is it only to make a client that have one job instead of the 3-5 jobs?
i know but it shouldn't be so hard to do that? i mean, i think clienside is more easy than the serverside is.. some1 agree with me or eny suggestion?
It's very easy to do. Basically there is a job list in the ini folder. You can edit, change or add to those to make different job numbers have different text. Then modify it server side and you're basically good to go.
Simply start everyone off with lets say job id #1 which could be "None" or "Trainee" or something like that and then change the job id based on what the player chooses.
As for the character creation I can think of a few ways to do it.
#1 You can do some fairly serious client editing to change the char creation window + some server side editing so that only one class is available or w/e. Fairly in depth editing and would be a pain for people playing.
#2: Make your registration script when people make an account simply create the character. Quite simple to do really... Just ask the player what they want the character name, gender and size to be and run a check to see if it's valid. if so create the account and character in your sql database (or flatfile if that's what you are using)
As for item permissions, simply re-write the itemtype.dat client side to change job descriptions and such. Then server side run all your checks to see if an item can be equipped by a certain class.
It's all simple stuff but it's a TON of legwork to completely change classes because there are thousands of entries in the itemtype plus all the other client editing and server side work... Still, if you wanna do and have the time it it's quite simple
pro4never is right. its VERY simple to do.
it just takes time to actually do it right. I would recommend the registration idea of pro4nevers'. it's easy to do, and it works. you don't have to learn a lot and it makes it easier on the players.
if you need any help, I like your idea and would like to help out.
pro4never is right. its VERY simple to do.
it just takes time to actually do it right. I would recommend the registration idea of pro4nevers'. it's easy to do, and it works. you don't have to learn a lot and it makes it easier on the players.
if you need any help, I like your idea and would like to help out.
Quote:
Originally Posted by pro4never
It's very easy to do. Basically there is a job list in the ini folder. You can edit, change or add to those to make different job numbers have different text. Then modify it server side and you're basically good to go.
Simply start everyone off with lets say job id #1 which could be "None" or "Trainee" or something like that and then change the job id based on what the player chooses.
As for the character creation I can think of a few ways to do it.
#1 You can do some fairly serious client editing to change the char creation window + some server side editing so that only one class is available or w/e. Fairly in depth editing and would be a pain for people playing.
#2: Make your registration script when people make an account simply create the character. Quite simple to do really... Just ask the player what they want the character name, gender and size to be and run a check to see if it's valid. if so create the account and character in your sql database (or flatfile if that's what you are using)
As for item permissions, simply re-write the itemtype.dat client side to change job descriptions and such. Then server side run all your checks to see if an item can be equipped by a certain class.
It's all simple stuff but it's a TON of legwork to completely change classes because there are thousands of entries in the itemtype plus all the other client editing and server side work... Still, if you wanna do and have the time it it's quite simple
going to try out my idea when i come home in about 2 hourds i can msg here again when im back and i hope the idea works
I'm not the greatest with modern web design (never got into php/flash/java much) but couldn't you do a full proper character creation system right on the website rather than ingame? I mean the client one is made in flash... hell you could probably steal most of the assets from the game (yay for lawsuits!) and then you wouldn't end up with some stupid bland php form
yeah, totally. you could actually even make the whole thing on the website. i know PHP and HTML but I dont know about flash. if you knew it, you could definitely make a whole character creation there. it would be a lot more exciting than just another form to fill out.
yeah, totally. you could actually even make the whole thing on the website. i know PHP and HTML but I dont know about flash. if you knew it, you could definitely make a whole character creation there. it would be a lot more exciting than just another form to fill out.
that would be freakin' tight.
I'm extremely shocked that with all the templates and registration scripts made that no one has made something like that before... I mean from a coding standpoint it's nothing complicated.. a few extra sql queries to create the character and as for the graphics assets you could just take the flash files already in the client and modify them <_<...
I'm extremely shocked that with all the templates and registration scripts made that no one has made something like that before... I mean from a coding standpoint it's nothing complicated.. a few extra sql queries to create the character and as for the graphics assets you could just take the flash files already in the client and modify them <_<...
Quote:
Originally Posted by DePredaTe
yeah, totally. you could actually even make the whole thing on the website. i know PHP and HTML but I dont know about flash. if you knew it, you could definitely make a whole character creation there. it would be a lot more exciting than just another form to fill out.
that would be freakin' tight.
well im learning all days on making sites. i can give a try to make a flashsite to make the character creation. i think it would be awsome if it works going to start my project now
Edit: i changed the proffesionalIds in ini folder of conquer and now i cant even connect to co-.- i have try to reinstall the server and the client but still not working:/
If he want to make a new class like in real co, where you chosoe it from character creation, then is pretty hard, because he will need to edit the whole exe file. wich i dont think alot are skilled enough to
you still need to edit the exe.
to make it run the new class.
with the ini files.
also if you knew you would need more then 7 ini files.
Actually he's kinda right... the character creation window graphics and text are all controled by some flash files in the client and a few ini's. The job text ingame is all controlled by ini's and everything else can be done server side.
But you are right in that you can't completely redo the char creation process just in flash because it does still do all it's checks and packets through the. Exe
There is no reason he can't do what he wants in the client though... personally i like the idea of web creation more and more though.
Klassen Jobs 05/03/2010 - Metin2 Private Server - 6 Replies Hi,
Kennt jemand zufällig alle klassen "Job"s. ?
Mfg D4nT3
2 jobs 01/07/2009 - Kal Online - 0 Replies is two jobs fixed at all server with packets?
or is there another way to do it
[HELP] 2 jobs + xiu 07/23/2008 - Kal Online - 11 Replies ok so i tried to do what u guys answered me in my question topic
so when i do all these steps u can see what i get.. no it's not cause i didn't freeze it , cause i freezed it first time and then i got the same , and it's also not cause i edit both the values i think.. well lemme know ^^ :
...