[Realease]CO 2.1 Source

03/23/2008 12:21 vDrag0n#91
Just in C:\ and btw Creating items does NOT work, the command should be /item if you say for example /item SouthOfCloud 182905 in chat it will give you a error in World.cs. That means there are more errors. =\
03/23/2008 12:34 Kiyono#92
Quote:
Originally Posted by vDrag0n View Post
Just in C: and btw Creating items does NOT work, the command should be /item if you say for example /item SouthOfCloud 182905 in chat it will give you a error in World.cs. That means there are more errors. =
i can't even login...even though i probably made the same ediys to the source as you did
03/23/2008 12:40 vDrag0n#93
ok my "guide" to login:

Unzip all, add the DB, add your account with empty pass, edit that config.ini in bin->debug to your changes, Open project, Fix Reborn.cs errors, Rebuild, edit your server.dat, put Itemz, GemList, Lottery, ItemType in C:/ folder. The ones that been posted like 2 pages ago (empty txt files didnt work for me) also im using the client 4343 to login not the QOClient (didnt seem to work).

edit: also im not connecting trough my local IP, Im using a program called Hamachi with a virtual IP.

edit: if you still have problems you can add my msn (if you use msn) i try to help
03/23/2008 12:42 Kiyono#94
Quote:
Originally Posted by vDrag0n View Post
ok my "guide" to login:

Unzip all, add the DB, add your account with empty pass, edit that config.ini in bin->debug to your changes, Open project, Fix Reborn.cs errors, Rebuild, edit your server.dat, put Itemz, GemList, Lottery, ItemType in C:/ folder. The ones that been posted like 2 pages ago (empty txt files didnt work for me) also im using the client 4343 to login not the QOClient (didnt seem to work).

edit: also im not connecting trough my local IP, Im using a program called Hamachi with a virtual IP.
im also using Qo client maybe thats the problem cause i made the same edits to the source good thing i still have the 4343 setup^^
[edit] just noticed that my cofuture source isn't working either -.-
[edit]installing is gonne take forever
[edit]what is your msn adres?
03/23/2008 12:53 vDrag0n#95
This Source is completely broken and its just a repost by JoshuaX from ******** forum. Once you fix the Reborn.cs error and put the right items into the C:/ folder you can login yourself but no one else can. On top of that the Item Creation is totally broken. I bet the Threadstarter didn't even get it to work.
03/23/2008 15:11 _Emme_#96
For all you who thinks right now : Omg,now I will make a private server that is better than real CO bla bla bla,you are totally wrong! To make a good private server,make it yourself. Learn coding,learn evrything,from scratch. By downloading complete source's and database backups,it means you are nothing unless n00bs. Just to let you know,this wont be anything big if you think that,because over 100+ people will have exactly the same server as you,I doubt evryone want to play YOURS,so make ur own instead of this crappy source >.>

EDIT: I just downloaded the source,checked it over,and now I see this source totally SUCKS. It was built on a very bad way,and if only ONE error comes up,there comes another 20. For you serious people,that actully want more than 10 people to play at the same time,dont use this >.>
03/23/2008 18:04 tigercek#97
djago and vdragon ... its no use to use this server files....i didnt had any errors now and i connected sucessfully but allmost notthing woork in this server files like walter said it woorks like guild etc...it doesnt woork. you cant even kill phesants.. only hawkings and they dont make drops and dont give you exp... u cant lvl up items.. lottery boxes are fucked bad items getting :D etc... but anyway...if anyone wants to create some god server files etc..and have some knwladge he can add me to msn [Only registered and activated users can see links. Click Here To Register...] and we can try to make one ood server :D ( maybe ) :)

if not good luck with those files :P
03/23/2008 18:28 walmartboi#98
I've got it fixed, once I get the items fixed I will edit my first post.
03/23/2008 20:58 Kiyono#99
Quote:
Originally Posted by tigercek View Post
djago and vdragon ... its no use to use this server files....i didnt had any errors now and i connected sucessfully but allmost notthing woork in this server files like walter said it woorks like guild etc...it doesnt woork. you cant even kill phesants.. only hawkings and they dont make drops and dont give you exp... u cant lvl up items.. lottery boxes are fucked bad items getting :D etc... but anyway...if anyone wants to create some god server files etc..and have some knwladge he can add me to msn [Only registered and activated users can see links. Click Here To Register...] and we can try to make one ood server :D ( maybe ) :)

if not good luck with those files :P
i noticed that the source is so fucked up i can't even connect 9 times out of 10 anyway joshua said that he completely screwed the source before release so nuless you are a god damnt good coder you are not getting this to work and walmartboi...if what you say is true then just tell what exactly did he messed up as far as i know the only thing you need to fix to login is reborn.cs but what about the other files
03/23/2008 22:04 tigercek#100
Quote:
Originally Posted by Djago160 View Post
i noticed that the source is so fucked up i can't even connect 9 times out of 10 anyway joshua said that he completely screwed the source before release so nuless you are a god damnt good coder you are not getting this to work and walmartboi...if what you say is true then just tell what exactly did he messed up as far as i know the only thing you need to fix to login is reborn.cs but what about the other files
just dont rebuild reborn.cs ...etc...and you know when you run coserver.exe and u get the new window poped up...the ip wich is in there use everywhere and you will be able to connect.....my router ip si 192.168.0.1 and i had to use 192.168.0.101 so i was able so try checking ip if u have router..and ports if you have firewall
03/23/2008 23:51 masterkos#101
Quote:
Originally Posted by tigercek View Post
just dont rebuild reborn.cs ...etc...and you know when you run coserver.exe and u get the new window poped up...the ip wich is in there use everywhere and you will be able to connect.....my router ip si 192.168.0.1 and i had to use 192.168.0.101 so i was able so try checking ip if u have router..and ports if you have firewall
its easy to fix well idk if its fixed but u dont get the errors in reborn.cs anymore.
The errors has got to do with
#region Archer
if (OldJob == AM && NewJob == ClassType.InternTrojan) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternWarrior) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternArcher) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.WaterTaoist) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.FireTaoist) { Spells == null; }

Remove all those { Spells == null; } and the errors are gone so u can rebuild the reborn.cs
03/24/2008 11:35 Kiyono#102
Quote:
Originally Posted by masterkos View Post
its easy to fix well idk if its fixed but u dont get the errors in reborn.cs anymore.
The errors has got to do with
#region Archer
if (OldJob == AM && NewJob == ClassType.InternTrojan) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternWarrior) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternArcher) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.WaterTaoist) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.FireTaoist) { Spells == null; }

Remove all those { Spells == null; } and the errors are gone so u can rebuild the reborn.cs
well thats one way of fixing it the other way is to change Spells == null; to spells += "null" or was it =+ anyway it works
03/25/2008 07:13 xxnikexx#103
Quote:
Originally Posted by masterkos View Post
its easy to fix well idk if its fixed but u dont get the errors in reborn.cs anymore.
The errors has got to do with
#region Archer
if (OldJob == AM && NewJob == ClassType.InternTrojan) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternWarrior) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternArcher) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.WaterTaoist) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.FireTaoist) { Spells == null; }

Remove all those { Spells == null; } and the errors are gone so u can rebuild the reborn.cs
Better just fix the problem correctly...{ Spells += "SpellID"; }

SpellID is AM to AM got FreezingArrow { Spells += "5000"; }
03/25/2008 15:27 vDrag0n#104
you guys should give up on this Source, the Creator himself said he couldnt fix it thats why he released it.
03/25/2008 15:55 Kiyono#105
Quote:
Originally Posted by vDrag0n View Post
you guys should give up on this Source, the Creator himself said he couldnt fix it thats why he released it.
so you also read it i already deleted 2.1 completly from my pc and im using cofuture again
and walmartboi this proves you were lying