Quote:
Originally Posted by skiz22285
yea Dude I been Reading Pro4never C# for dummies book and am not connecting it to CO at all so i got exicted lol
But Im still not able to log in with it loader tried 7 time! but thanks for the work man maybe you can help bridge the differnce between C# for dummies and CO?
-------------------------------------------------------------------------------------------------
Have Tried 25 times now with no luck lol Do we need to change port configs or anything like that? Does it have to be a certain version of loader cuz im running v5?
|
What error are you getting if any? If it's an issue where it's saying login server down then you are using wrong login port.
@ other post... you download conquer loader and put in this ip address and port information. Then login like normal. Simple enough to understand isn't it?
@ Connecting C# for dummies with conquer... How are you wanting to connect the two? You need to understand basic concepts like data types/variables, operators, boolean math and then move on towards things like methods, scopes and return types. Once you get that kind of stuff understood you can cost most basic things for conquer (talking about editing source code here)
After you have that knowledge you can work on things like threads, other types of collections (queues and stuff), database connectivity, accessors and things like sockets, packets and stuff.
Really all programming is is learning one concept at a time in a GENERIC WAY, that way you can apply it to any situation you come across. The more things you learn the better and more varied your coding comes.
IE: When you first learn there are lots of times where you are like "ok well I can use a dictionary to store all my data!" and then you start to use it for EVERYTHING... but once you start to add in other knowledge like lists, arrays, queues, etc you have more tools to do the job and if you have a general understanding of them you can apply them effectively.