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 didQuote:
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. =
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^^Quote:
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.
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 filesQuote:
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
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 firewallQuote:
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
its easy to fix well idk if its fixed but u dont get the errors in reborn.cs anymore.Quote:
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
well thats one way of fixing it the other way is to change Spells == null; to spells += "null" or was it =+ anyway it worksQuote:
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"; }Quote:
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