[Guide]Easy Conquer Private Server Set Up.

05/30/2008 07:26 zetsuthepimp#61
meh will you two quit bitching gzz its over a guide for a game not like he stole your idea that u were going to paten lol..Which ever one works im going to use but for future references, its not smart to bitch and moan over stupid stuff :P plus he said in the begining that some of it was yours not not all so dont act like he just copy pasted everything
05/30/2008 08:00 alexbigfoot#62
the problem is...this source was made for pvp(that means player vs player) ...then i belive so is a little harder to do npc`s to talk anyway to add monster`s is a little more EASY!!!!!.
And here we are:
[GUIDE]How to add monsters/monterspawn on server!
1.You will need this file MobStuff.txt(You will find it in the folder named source)
2.Get in Source->TheCoServer->TheCoServer->bin->Debug and find those 2 files:Mobs.txt and MobSpawns.txt .
Adding a new monster
Look in the MobStuff.txt
Code:
Name, Level, Mech, HP
 MONSTER Patrol, 60, 910, 3185
 MONSTER Guard, 200, 900, 49930
 MONSTER CopperGuard, 90, 920, 20000
 MONSTER SilverGuard, 110, 920, 34895
 MONSTER GoldGuard, 120, 920, 60000
 MONSTER Pheasant, 1, 104, 33
 MONSTER WingedSnake, 27, 203, 667
 MONSTER WingedSnakeL28, 28, 603, 1334
 MONSTER WingedSnakeKing, 27, 443, 38512
 MONSTER Bandit, 32, 201, 817
 MONSTER BanditL33, 33, 601, 2451
 MONSTER BanditKing, 32, 241, 45000
 MONSTER Ratling, 37, 202, 999
 MONSTER RatMessenger, 37, 242, 2000
 MONSTER FireRatL38, 38, 602, 2997
 MONSTER MinMacaque, 47, 156, 1759
 MONSTER Macaque, 47, 156, 2199
 MONSTER MonkeyAide, 47, 196, 4400
 MONSTER MonkeyMessenger, 47, 196, 4400
 MONSTER MacaqueL48, 48, 556, 6506
 MONSTER GiantApeL53, 53, 556, 7929
 MONSTER GiantApe, 52, 156, 2643
 MONSTER GiantApeKing, 52, 196, 17809
 MONSTER GiantApeMsgr, 52, 196, 5300
 MONSTER ElfApe, 52, 156, 2114
 MONSTER RoaringApe, 55, 356, 2643
 MONSTER SlowApe, 57, 103, 2036
 MONSTER ThunderApe, 57, 103, 3184
 MONSTER ThunderApeKing, 57, 103, 45000
 MONSTER ThunderApeL58, 58, 503, 9552
 MONSTER ThunderApeAide, 57, 103, 6300
 MONSTER ThunderApeMsgr, 57, 103, 3984
 MONSTER SnowApe, 60, 303, 3184
 MONSTER Snakeman, 62, 204, 4771
 MONSTER SnakeMonster, 62, 204, 3817
 MONSTER SnakemanL63, 63, 604, 14313
 MONSTER SnakemanKing, 62, 244, 45895
 MONSTER SnakemanMsgr, 62, 244, 9500
 MONSTER HeresySnakeman, 62, 404, 4771
 MONSTER SnakemanAide, 62, 244, 9500
 MONSTER HugeApe, 82, 156, 11673
 MONSTER SeniorApe, 88, 103, 9686
 MONSTER AlienApe, 92, 503, 15432
 MONSTER HawkL93, 93, 605, 30864
 MONSTER BanditL97, 97, 201, 20697
 MONSTER RobberKing, 97, 241, 64698
 MONSTER RobberAide, 97, 241, 39672
 MONSTER RobberMessenger, 97, 241, 16338
 MONSTER SeniorSnakeman, 97, 204, 20697
 MONSTER Banditti, 98, 201, 40000
 MONSTER BanditL98, 98, 601, 41394
 MONSTER TombBat, 102, 206, 24472
 MONSTER Serpent, 102, 404, 24472
 MONSTER SeniorBandit, 103, 201, 10812
 MONSTER FlyingBat, 105, 406, 24472
 MONSTER FlyingBat, 105, 406, 24472
 MONSTER SeniorSerpent, 107, 604, 28140
 MONSTER BloodyBat, 107, 148, 28140
 MONSTER VampireBat, 108, 148, 50000
 MONSTER BloodyBatL108, 108, 548, 56280
 MONSTER BloodyBatMsgr, 107, 188, 6637
 MONSTER BloodyBatAide, 107, 188, 45950
 MONSTER BloodyKing, 110, 348, 28140
 MONSTER AlienSerpent, 112, 244, 34624
 MONSTER Basilisk, 117, 244, 14596
 MONSTER RedDevilL117, 117, 197, 6042755
 MONSTER BullMonster, 112, 117, 27309
 MONSTER BullKing, 112, 117, 45893
 MONSTER BullAide, 112, 117, 55000
 MONSTER BullMessenger, 112, 117, 55000
 MONSTER VampireKing, 113, 148, 26965
 MONSTER BullMonsterL113, 113, 517, 65535
 MONSTER BloodyDevil, 118, 197, 60000
 MONSTER DevilKing, 120, 197, 45226
For adding a guard u will need to add in Mobs.txt the link below:
Code:
2 Guard 49930 29998 29999 29999 900 200 1

No.monster Name  HP  Min.Atk  Max.Atk Def  Mech  Level And 1 is if to be guard or no.(0 is for monsters)
You need the MobStuff.txt more for mech`s because the mech is the image of monter in game.

The for adding a monster like AlienSerpent the link will be:
Code:
3 AlienSerpent 34624 0 0 3000 244 125 0
You can add all monsters but that is not everything to see the monsters in game xD.

LETS ADD a AlienSerpent SPAWN!
Get in MobSpanws.txt and you will see the link below:
1 1 400 400 500 500 1002 200
No.Spawn No.Monter(from Mobs.txt) x-coord y-coord x-coord y-coord map and how many monsters u wanna be in the spawn .

The first x-coord and y-coord <-> where starts the spawn
The second x-coord and y-coord <-> where ends the spawn

So for an AlienSerpents spown the link will be:
Code:
2 3 450 450 500 500 1002 50
That was an e.g. that means u can do how large u want to do ur spawn.

GOOD LUCK AT ADDING NEW MONSTER AND NEW SPOWNS!

ADD AN +k!
05/30/2008 09:43 poppypop#63
wow....this guide is obviously a repeat of lights. What I seen (cared to seen atleast) is that this guy changed like one thing. Am I only seeing this or what?
05/30/2008 10:24 alexbigfoot#64
Quote:
Originally Posted by poppypop View Post
wow....this guide is obviously a repeat of lights. What I seen (cared to seen atleast) is that this guy changed like one thing. Am I only seeing this or what?
Who......ME?
05/30/2008 10:28 poppypop#65
No, talking about the OP
05/30/2008 20:47 playboy94#66
Quote:
Originally Posted by alexbigfoot View Post
the problem is...this source was made for pvp(that means player vs player) ...then i belive so is a little harder to do npc`s to talk anyway to add monster`s is a little more EASY!!!!!.
And here we are:
[GUIDE]How to add monsters/monterspawn on server!
1.You will need this file MobStuff.txt(You will find it in the folder named source)
2.Get in Source->TheCoServer->TheCoServer->bin->Debug and find those 2 files:Mobs.txt and MobSpawns.txt .
Adding a new monster
Look in the MobStuff.txt
Code:
Name, Level, Mech, HP
 MONSTER Patrol, 60, 910, 3185
 MONSTER Guard, 200, 900, 49930
 MONSTER CopperGuard, 90, 920, 20000
 MONSTER SilverGuard, 110, 920, 34895
 MONSTER GoldGuard, 120, 920, 60000
 MONSTER Pheasant, 1, 104, 33
 MONSTER WingedSnake, 27, 203, 667
 MONSTER WingedSnakeL28, 28, 603, 1334
 MONSTER WingedSnakeKing, 27, 443, 38512
 MONSTER Bandit, 32, 201, 817
 MONSTER BanditL33, 33, 601, 2451
 MONSTER BanditKing, 32, 241, 45000
 MONSTER Ratling, 37, 202, 999
 MONSTER RatMessenger, 37, 242, 2000
 MONSTER FireRatL38, 38, 602, 2997
 MONSTER MinMacaque, 47, 156, 1759
 MONSTER Macaque, 47, 156, 2199
 MONSTER MonkeyAide, 47, 196, 4400
 MONSTER MonkeyMessenger, 47, 196, 4400
 MONSTER MacaqueL48, 48, 556, 6506
 MONSTER GiantApeL53, 53, 556, 7929
 MONSTER GiantApe, 52, 156, 2643
 MONSTER GiantApeKing, 52, 196, 17809
 MONSTER GiantApeMsgr, 52, 196, 5300
 MONSTER ElfApe, 52, 156, 2114
 MONSTER RoaringApe, 55, 356, 2643
 MONSTER SlowApe, 57, 103, 2036
 MONSTER ThunderApe, 57, 103, 3184
 MONSTER ThunderApeKing, 57, 103, 45000
 MONSTER ThunderApeL58, 58, 503, 9552
 MONSTER ThunderApeAide, 57, 103, 6300
 MONSTER ThunderApeMsgr, 57, 103, 3984
 MONSTER SnowApe, 60, 303, 3184
 MONSTER Snakeman, 62, 204, 4771
 MONSTER SnakeMonster, 62, 204, 3817
 MONSTER SnakemanL63, 63, 604, 14313
 MONSTER SnakemanKing, 62, 244, 45895
 MONSTER SnakemanMsgr, 62, 244, 9500
 MONSTER HeresySnakeman, 62, 404, 4771
 MONSTER SnakemanAide, 62, 244, 9500
 MONSTER HugeApe, 82, 156, 11673
 MONSTER SeniorApe, 88, 103, 9686
 MONSTER AlienApe, 92, 503, 15432
 MONSTER HawkL93, 93, 605, 30864
 MONSTER BanditL97, 97, 201, 20697
 MONSTER RobberKing, 97, 241, 64698
 MONSTER RobberAide, 97, 241, 39672
 MONSTER RobberMessenger, 97, 241, 16338
 MONSTER SeniorSnakeman, 97, 204, 20697
 MONSTER Banditti, 98, 201, 40000
 MONSTER BanditL98, 98, 601, 41394
 MONSTER TombBat, 102, 206, 24472
 MONSTER Serpent, 102, 404, 24472
 MONSTER SeniorBandit, 103, 201, 10812
 MONSTER FlyingBat, 105, 406, 24472
 MONSTER FlyingBat, 105, 406, 24472
 MONSTER SeniorSerpent, 107, 604, 28140
 MONSTER BloodyBat, 107, 148, 28140
 MONSTER VampireBat, 108, 148, 50000
 MONSTER BloodyBatL108, 108, 548, 56280
 MONSTER BloodyBatMsgr, 107, 188, 6637
 MONSTER BloodyBatAide, 107, 188, 45950
 MONSTER BloodyKing, 110, 348, 28140
 MONSTER AlienSerpent, 112, 244, 34624
 MONSTER Basilisk, 117, 244, 14596
 MONSTER RedDevilL117, 117, 197, 6042755
 MONSTER BullMonster, 112, 117, 27309
 MONSTER BullKing, 112, 117, 45893
 MONSTER BullAide, 112, 117, 55000
 MONSTER BullMessenger, 112, 117, 55000
 MONSTER VampireKing, 113, 148, 26965
 MONSTER BullMonsterL113, 113, 517, 65535
 MONSTER BloodyDevil, 118, 197, 60000
 MONSTER DevilKing, 120, 197, 45226
For adding a guard u will need to add in Mobs.txt the link below:
Code:
2 Guard 49930 29998 29999 29999 900 200 1

No.monster Name  HP  Min.Atk  Max.Atk Def  Mech  Level And 1 is if to be guard or no.(0 is for monsters)
You need the MobStuff.txt more for mech`s because the mech is the image of monter in game.

The for adding a monster like AlienSerpent the link will be:
Code:
3 AlienSerpent 34624 0 0 3000 244 125 0
You can add all monsters but that is not everything to see the monsters in game xD.

LETS ADD a AlienSerpent SPAWN!
Get in MobSpanws.txt and you will see the link below:
1 1 400 400 500 500 1002 200
No.Spawn No.Monter(from Mobs.txt) x-coord y-coord x-coord y-coord map and how many monsters u wanna be in the spawn .

The first x-coord and y-coord <-> where starts the spawn
The second x-coord and y-coord <-> where ends the spawn

So for an AlienSerpents spown the link will be:
Code:
2 3 450 450 500 500 1002 50
That was an e.g. that means u can do how large u want to do ur spawn.

GOOD LUCK AT ADDING NEW MONSTER AND NEW SPOWNS!

ADD AN +k!
Nice Guide!

Quote:
Originally Posted by poppypop View Post
wow....this guide is obviously a repeat of lights. What I seen (cared to seen atleast) is that this guy changed like one thing. Am I only seeing this or what?
It is not fuck, read my guide and read his crappy one....
05/31/2008 08:26 brybry021587#67
Quote:
Originally Posted by playboy94 View Post
I have never seen that before but it looks like you don't have all the files in that folder try to delete everything and fallow the guide again....
Quote:
Originally Posted by NoFusion View Post
i think it just my computer... cuz it didnt do it to my friend computer....

@playboy94- ur guide isnt going to help him fix his problem = ) sorry to say...he has all the files downloaded

@NoFusion- i had the same problem i recently reinstalled windows on my computer and i had the programs running perfect..i also had a problem with the AccountCreator.exe Error message like this popped up "
"The application failed to initialize properly (0xc0000135). Click on OK to termniate the application."
fixed it with this download: [Only registered and activated users can see links. Click Here To Register...]

and for the TheCOServer.exe you can go here and look at which is more likely to be your problem:
[Only registered and activated users can see links. Click Here To Register...]
or here:
[Only registered and activated users can see links. Click Here To Register...]
HOPE THIS HELPS BETTER THAN REPEATING DOWNLOADING AND STARING AT HIS GUIDE
05/31/2008 13:54 england#68
thenks but npc is not working can u help me?:(:(:(:(:(:(
05/31/2008 14:09 england#69
npc is not working
05/31/2008 16:48 YukiXian#70
Make them work, Code it !
06/01/2008 02:54 ~LightRuler~#71
@ playboy94: LOL!!!!! YOU SAID YOU NEED TO CODE THE ARROWS XD!!!! YOU CANT CODE CUZ IF U CAN CODE YOU ALREADY KNEW THAT THE COMMAND IS /item SpeedArrow 1 0 0 0 0 0 AND FOR SOCKET ARROWS /item SpeedArrow 1 9 7 255 13 13

HAHAAHHAA BIGGEST NOOB FROM EPVP IS PLAYBOY94!!!!!!!!!!!!!!!!!!!!
GRATZ PLAYBOY94!!!!!!!
06/02/2008 02:02 playboy94#72
Quote:
Originally Posted by ~LightRuler~ View Post
@ playboy94: LOL!!!!! YOU SAID YOU NEED TO CODE THE ARROWS XD!!!! YOU CANT CODE CUZ IF U CAN CODE YOU ALREADY KNEW THAT THE COMMAND IS /item SpeedArrow 1 0 0 0 0 0 AND FOR SOCKET ARROWS /item SpeedArrow 1 9 7 255 13 13

HAHAAHHAA BIGGEST NOOB FROM EPVP IS PLAYBOY94!!!!!!!!!!!!!!!!!!!!
GRATZ PLAYBOY94!!!!!!!
Wow, your a faggot you copied my guide and put it in your post, your a dumb ass and you call me a copier. Nice job you just made yourself look like a complete idiot.... Now go fuck yourself.


NOTE: Don't Download From ~LightRulers~ Guide He Has Hacks In His Downloads So He Can Get Your Login And Pass Words!! And he copies other peoples posts cause he is a noob.
06/02/2008 02:22 ~LightRuler~#73
Quote:
Originally Posted by playboy94 View Post
Wow, your a faggot you copied my guide and put it in your post, your a dumb ass and you call me a copier. Nice job you just made yourself look like a complete idiot.... Now go fuck yourself motherfucker.


NOTE: Don't Download From ~LightRulers~ Guide He Has Hacks In His Downloads So He Can Get Your Login And Pass Words!! And he copies other peoples posts cause he is a noob.
yeah ride i have hacks in my guide thats why more then 60 people have thx me and thats why everyone is saying good job and that things hhahhahahahahahaha xD!!!!!!!!!!!!
YOUR ARE STUPID AND I HOPE YOU GET BANNED FOR FLAMING
06/02/2008 02:45 playboy94#74
Quote:
Originally Posted by ~LightRuler~ View Post
yeah ride i have hacks in my guide thats why more then 60 people have thx me and thats why everyone is saying good job and that things hhahhahahahahahaha xD!!!!!!!!!!!!
YOUR ARE STUPID AND I HOPE YOU GET BANNED FOR FLAMING
First of all you didn't even make the CoServer Database. Second Your the one who started flaming me first. Third you stole my guide and stuck it at the bottom of yours so I hope you get banned. Fourth I hate faggots like you.
06/02/2008 06:07 leavemealone#75
I have more reason to believe this is stolen and not yours due to the fact you posted it at a later date.

#Closed