|
You last visited: Today at 17:06
Advertisement
[Coding] I'll code for ya
Discussion on [Coding] I'll code for ya within the CO2 Private Server forum part of the Conquer Online 2 category.
11/08/2008, 05:22
|
#31
|
elite*gold: 0
Join Date: Jan 2007
Posts: 72
Received Thanks: 7
|
np O.o
Im just tired of all the servers being imperfect in many ways.
Im also sure alot of people are frustrated as well
so i wanna.. you no, make everyone happy..
|
|
|
11/08/2008, 05:29
|
#32
|
elite*gold: 0
Join Date: Jun 2006
Posts: 11
Received Thanks: 0
|
a bot for the new patch
|
|
|
11/08/2008, 07:50
|
#33
|
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
|
I will not make a source with all releases in there,then everyone will just press F5, and run it, and they havent even seen a thing of how it was coded,and that is not my goal. My goal is to get people to understand atleast something at coding,else I see no meaning to have an server,do you?
No,I dont need a host,thank you. Besides,I got an awesome team with an dedicated host,so I pass,I would do too if I didnt got a team either,sorry.
This is a private-server section for CO2, please suggest bots at bots/hacks section.Thank you.
Emme
|
|
|
11/08/2008, 19:19
|
#34
|
elite*gold: 0
Join Date: Sep 2008
Posts: 43
Received Thanks: 5
|
I need code for skills in my server include monster if possible?
|
|
|
11/08/2008, 22:58
|
#35
|
elite*gold: 0
Join Date: Jan 2007
Posts: 1,034
Received Thanks: 58
|
I Learned A Lot From Your Realeases But Using none Of Them
|
|
|
11/09/2008, 10:17
|
#36
|
elite*gold: 0
Join Date: Mar 2007
Posts: 13
Received Thanks: 0
|
hey Emme can u please code me a 2nd rb code n also can u code me a guild one too please thanks
|
|
|
11/09/2008, 18:11
|
#37
|
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
|
Quote:
Originally Posted by EmmeTheCoder
I will not make a source with all releases in there,then everyone will just press F5, and run it, and they havent even seen a thing of how it was coded,and that is not my goal. My goal is to get people to understand atleast something at coding,else I see no meaning to have an server,do you?
No,I dont need a host,thank you. Besides,I got an awesome team with an dedicated host,so I pass,I would do too if I didnt got a team either,sorry.
This is a private-server section for CO2, please suggest bots at bots/hacks section.Thank you.
Emme
|
Understandable. Giving a source accomplishes nothing more then having 100's of servers running the same, and never changing. However, just tossing partial code doesn't help much either. I think if anyone truly wishes to help the majority learn, give a detailed example. Provide a code, one that's asked for often, but give a line by line description, what each lines purpose is in the code, how it interacts with others, blah blah blah.
It would help people learn at a faster rate, they'd see how the code worked, be able to alter it and use in different manners, and eventually create something usefull. I'm a noob coder, been at this barely over a week, but that's how I learn best. Unfortunatly, due to a lack of understanding on most the codes, I'm messing up a lot of stuff, constantly backing everything up and trying again. Sure, I can cpy and paste code, but if I don't understand what it's doing, it's pointless. Right now I'm mainly reading over all the cs files in the source I'm playing with, trying to make as much sense of it. Going to use the 1st RB and meteortear quest as examples later today to try and build a 2nd RB code with a basic quest for it. From there I'll try new things with the quest, see what I can do, etc...
But... If you could add just one code, that's detailed on how, and why it works the way it does (who cares what code, as long as it's one that works)... It could be a tool for helping people better their own skills. After all, not everyone has as much patience as me, and if they can't understand/learn it easy, they'll just leech forever.
|
|
|
11/09/2008, 18:44
|
#38
|
elite*gold: 0
Join Date: Jan 2007
Posts: 1,034
Received Thanks: 58
|
Quote:
Originally Posted by muffin13
hey Emme can u please code me a 2nd rb code n also can u code me a guild one too please thanks
|
DONT TRY IT IF U HAZ NO BRAIN!!!!!!
find the NPC ID 127
And Change There if (MyChar.RbCount == 1)
to
if(MyCharRbcount == 2)
2nd way
Or If U Got The Other RB Script (cause i quessed u use LOTF)
Do if(MyChar.RbCount > 2)
So Its Gonna Allow You To Reborn Twice So RBCount Will be 2 = 2nd rb
Then Code Some Skills For 2nd Rb Or Else Delete
Skills.Clear();
Skill_Exps.Clear();
From Character.cs So You Wont Lose All Skills When You 2nd Rb.
Hope It helped
making quest is a bit more complicated thing but w/e 1st Rb Quest Should Be Easy To Get Done But 2nd rb Quest Would Be Hard For Some ppls (cause 50% of ppls Didnt Finish 2nd rb Quest)
So Dont ASk Me For Any rb quests or something just learn basics of c#
|
|
|
11/09/2008, 19:14
|
#39
|
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
|
Quote:
Originally Posted by Incariuz
Understandable. Giving a source accomplishes nothing more then having 100's of servers running the same, and never changing. However, just tossing partial code doesn't help much either. I think if anyone truly wishes to help the majority learn, give a detailed example. Provide a code, one that's asked for often, but give a line by line description, what each lines purpose is in the code, how it interacts with others, blah blah blah.
It would help people learn at a faster rate, they'd see how the code worked, be able to alter it and use in different manners, and eventually create something usefull. I'm a noob coder, been at this barely over a week, but that's how I learn best. Unfortunatly, due to a lack of understanding on most the codes, I'm messing up a lot of stuff, constantly backing everything up and trying again. Sure, I can cpy and paste code, but if I don't understand what it's doing, it's pointless. Right now I'm mainly reading over all the cs files in the source I'm playing with, trying to make as much sense of it. Going to use the 1st RB and meteortear quest as examples later today to try and build a 2nd RB code with a basic quest for it. From there I'll try new things with the quest, see what I can do, etc...
But... If you could add just one code, that's detailed on how, and why it works the way it does (who cares what code, as long as it's one that works)... It could be a tool for helping people better their own skills. After all, not everyone has as much patience as me, and if they can't understand/learn it easy, they'll just leech forever.
|
If just everyone in e*pvp section was like you..
You know,people dont care about learning these days,even if you place a gun at their head, they arent willing to learn. I know,there are a few people like you left on epvp,thats what encouriging me to keep helping / releasing.
Emme
|
|
|
11/09/2008, 19:25
|
#40
|
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
|
lol, pointless running a server if you know nothing about it, not much more can be said. I'm using the ShadowCO source, simply to learn though. Once I grasp enough of it, I'll use what I've learned to build an ini source of my own. Probably be a few months before that happens though.
I'll probably ask you a few questions from time to time though if you don't mind. Only thing I can think of right now is... Arrows and Durability. Right now arrows don't get used, and durability doesn't get drained, I'm sure it's simple to do, but I no clue where to start. If you can point me in the right direction, I'd appreciate it. In the mean time, I'm going to continue working on adding the rest of the skills, and trying to get magic to use mana. It's set up for stamina right now which is rather annoying, lol.
|
|
|
11/09/2008, 19:32
|
#41
|
elite*gold: 0
Join Date: May 2008
Posts: 256
Received Thanks: 21
|
Many people are gonna hate me for saying this, but to really see who the leachers are (im not saying im not one of them, i just havent had time to learn how to code [blame school  ] ) someone should make a source with a huge hidden bug. LOL. then we'll start getting many post on EPVP asking how to fix it.
LOL, don't ask me why i posted this, i was just bored and wanted to type something
To all coder's: Press thanks if i gave you any ideas LOL
To Mods: Please dont ban my account just because i decided to make a stupid post.
|
|
|
11/09/2008, 19:37
|
#42
|
elite*gold: 0
Join Date: Jan 2007
Posts: 1,034
Received Thanks: 58
|
Same There Learning From Epvp And Guides (learned much Alrdy) Books Sucks I Find Practice Way More effective
|
|
|
11/09/2008, 19:54
|
#43
|
elite*gold: 20
Join Date: Aug 2005
Posts: 1,734
Received Thanks: 1,001
|
I was actually thinking the opposite, make a bug FREE server that handles really the basic stuff (Login and maybe movement/chat). This way it'd be alot easier to tell people where what goes ;_;
|
|
|
11/09/2008, 20:10
|
#44
|
elite*gold: 0
Join Date: Jan 2007
Posts: 1,034
Received Thanks: 58
|
Quote:
Originally Posted by tanelipe
I was actually thinking the opposite, make a bug FREE server that handles really the basic stuff (Login and maybe movement/chat). This way it'd be alot easier to tell people where what goes ;_;
|
seems like ur reading my minds o.o Great Idea
/AGREED IN 200%
|
|
|
11/09/2008, 20:13
|
#45
|
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
|
Quote:
Originally Posted by Incariuz
lol, pointless running a server if you know nothing about it, not much more can be said. I'm using the ShadowCO source, simply to learn though. Once I grasp enough of it, I'll use what I've learned to build an ini source of my own. Probably be a few months before that happens though.
I'll probably ask you a few questions from time to time though if you don't mind. Only thing I can think of right now is... Arrows and Durability. Right now arrows don't get used, and durability doesn't get drained, I'm sure it's simple to do, but I no clue where to start. If you can point me in the right direction, I'd appreciate it. In the mean time, I'm going to continue working on adding the rest of the skills, and trying to get magic to use mana. It's set up for stamina right now which is rather annoying, lol.
|
tao4229 <3 incariuz
And about arrows/dura, I don't really know, but they're in the same spot in the add item packet(As in, if it's arrows, you replace the dura spot with the arrows, else its dura).
And as for mana, it's pretty easy to do if you know the basics. You just need to set a variable for current mana and then remove it as you go(Packet 0x3F9 type 2 for mana(vital packet))... and save it to mysql :>
|
|
|
All times are GMT +1. The time now is 17:08.
|
|