I've alwase been really interesting in Co, and making a server is really fun. I get to do whatever I want, unlike ANY other server I would have to abide by the rules. xD This is mostly for fun, but I want some help. If im lucky it might go public =D
Well, I need some help with the following things. Keep in mind im using PowerSource Co source.
I want a 3rd rebirth. How exactly do I code that? I know what your thinking, thats easy. I know it is, i just have a question. For the RB command the bottom line is ReBorn. something or w/e. I could easily make a command for the 2nd rb, but I dont know what I have to put down. 2NDReBorn? Lol, Ill show you what I mean
Also, with the third reborn I want to assosiate it with LuckAbsorb. I have all the things, like the effect code and all that, but I dont know how to give 3rd rb that effect even if I could figure out how to code the ACTUAL 3rd rb.. I hope you understand my problems so far xD
Erm, I need an /mm code. If someone has free time maybe they could Copy + Paste yours? =P I was thinking of changing all the / to @. Would that work? Like, is it possible for me to do that without screwing anything up?
LAST THING. The map 1601 (180 180) Sanctuary. Or even 1767 (50 50)
My server is missing these maps, .. its hard to tell without an mm code but i cant even make portals to these places. =( What section would I use to code these maps? If i look at the coding of a map I could probobly figure it out easy. I just started this =)
Well im a noob, and any help would be appretiated. Ill help you guys out in the future =P
Well, I need some help with the following things. Keep in mind im using PowerSource Co source.
I want a 3rd rebirth. How exactly do I code that? I know what your thinking, thats easy. I know it is, i just have a question. For the RB command the bottom line is ReBorn. something or w/e. I could easily make a command for the 2nd rb, but I dont know what I have to put down. 2NDReBorn? Lol, Ill show you what I mean
Like should I make it MyChar.ReBorn2? because really if I just change /rb to /rb2 it will just change the command will it not? =XQuote:
if (Splitter[0] == "/rb")
{
MyChar.ReBorn(byte.Parse(Splitter[1]));
}
Also, with the third reborn I want to assosiate it with LuckAbsorb. I have all the things, like the effect code and all that, but I dont know how to give 3rd rb that effect even if I could figure out how to code the ACTUAL 3rd rb.. I hope you understand my problems so far xD
Erm, I need an /mm code. If someone has free time maybe they could Copy + Paste yours? =P I was thinking of changing all the / to @. Would that work? Like, is it possible for me to do that without screwing anything up?
LAST THING. The map 1601 (180 180) Sanctuary. Or even 1767 (50 50)
My server is missing these maps, .. its hard to tell without an mm code but i cant even make portals to these places. =( What section would I use to code these maps? If i look at the coding of a map I could probobly figure it out easy. I just started this =)
Well im a noob, and any help would be appretiated. Ill help you guys out in the future =P