Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 10:27

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Monster Drops (CoEmuV2 Help)

Discussion on Monster Drops (CoEmuV2 Help) within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2007
Posts: 69
Received Thanks: 3
Monster Drops (CoEmuV2 Help)

Im having trouble finding a reference to a code to modify monsters item drops for dbs or special quest items and such. Anyone happen to know one so i can continue my work. Thanks.
Illustria is offline  
Old 01/28/2010, 13:25   #2
 
QuickCo's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 139
Received Thanks: 45
try that Go to dmonsterplayer.cs and add

Quote:
if (AttackedMob.Info.Name == "Pheasant")
{

CSocket.Client.CPs += 12;
CSocket.Send(ConquerPacket.Status(CSocket, 2, CSocket.Client.CPs, Struct.StatusTypes.InvCPoints));
CSocket.Send(ConquerPacket.Chat(0, "SYSTEM", CSocket.Client.Name, "You've 12 cps for kill pheasant", Struct.ChatType.Top));

}
QuickCo is offline  
Thanks
1 User
Old 01/28/2010, 15:29   #3
 
elite*gold: 0
Join Date: Jan 2010
Posts: 116
Received Thanks: 33
#wrong section
#request move
Jedex is offline  
Thanks
1 User
Old 01/28/2010, 15:47   #4


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Moved.
Korvacs is offline  
Thanks
1 User
Old 01/28/2010, 16:25   #5
 
elite*gold: 0
Join Date: Jan 2010
Posts: 116
Received Thanks: 33
Thank you Korvacs!
Jedex is offline  
Old 01/28/2010, 21:07   #6
 
QuickCo's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 139
Received Thanks: 45
lol:| why moved? Illustria request a monster drops CoEmuV2 and I code that for it . I don't post that in wrong section !
QuickCo is offline  
Old 01/28/2010, 21:38   #7
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
It's still not a release thread, it's a question/discussion thread.

Note the link in my siggy for auto cp system. If not there are other guides on specific drops for mobs/maps posted. Good luck
pro4never is offline  
Old 01/29/2010, 00:35   #8
 
elite*gold: 0
Join Date: Apr 2007
Posts: 69
Received Thanks: 3
Quote:
Originally Posted by QuickCo View Post
try that Go to dmonsterplayer.cs and add
Hey i appreciate the assistance but i was moreso looking for how to make it a drop. For instance if im trying to restore things like met zone to its original luster or if i wanted a dbscroll to be a possible drop from certain monsters and such.
Illustria is offline  
Old 01/29/2010, 00:45   #9
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Search meteor or dragon ball id #, it should bring you to where it's already coded in the source. Create a similar thing using a monster or map if statement to control your drops.

In the long run you may want to combine drops into larger structures such as normal maps (to control normal drop rates such as tc/bird/ape) and a separate section to control special drops such as metzone, bosses, special event maps, quests etc.

It helps make things alot more structured.
pro4never is offline  
Old 01/29/2010, 00:53   #10
 
elite*gold: 0
Join Date: Jan 2010
Posts: 116
Received Thanks: 33
*** pro I wish I knew most of the stuff you were talking about.
Jedex is offline  
Old 01/29/2010, 01:10   #11
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Jedex View Post
*** pro I wish I knew most of the stuff you were talking about.
Read up on some C# guides.
Takes all of but a few months to at least grasp it.
Arcо is offline  
Old 01/29/2010, 02:15   #12
 
elite*gold: 0
Join Date: Apr 2007
Posts: 69
Received Thanks: 3
Quote:
Originally Posted by QuickCo View Post
try that Go to dmonsterplayer.cs and add
Quote:
Originally Posted by pro4never View Post
Search meteor or dragon ball id #, it should bring you to where it's already coded in the source. Create a similar thing using a monster or map if statement to control your drops.

In the long run you may want to combine drops into larger structures such as normal maps (to control normal drop rates such as tc/bird/ape) and a separate section to control special drops such as metzone, bosses, special event maps, quests etc.

It helps make things alot more structured.
Thanks, i had one last favor to ask and it may seem kinda... lazy, but im having trouble tracking down a good database sql backup for 5095. I kinda wanna jump right to the coding of npcs and such however the source i have has no npcs, no monsters.
Illustria is offline  
Old 01/29/2010, 02:33   #13
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
There is one in the original release thread for coemu that has all npcs and monster spawns added already.

You will still have to code the individual npcs but it at least has them placed in the game.
pro4never is offline  
Old 01/29/2010, 03:20   #14
 
elite*gold: 0
Join Date: Apr 2007
Posts: 69
Received Thanks: 3
Quote:
Originally Posted by pro4never View Post
There is one in the original release thread for coemu that has all npcs and monster spawns added already.

You will still have to code the individual npcs but it at least has them placed in the game.
**** i was hoping to avoid having to recode all the bugs in it such as equipment saving, exp *****, socketing talismans. etc etc
Illustria is offline  
Old 01/29/2010, 03:28   #15
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
none of that is coded in coemu although most of it has been released by now.

Main things that have to be added to CoEmu to 'finish' it is Guilds, gw, trade, friend, enemy, vending, exp *****, socketing, item lock, free items, and some other random stuff.
pro4never is offline  
Reply


Similar Threads Similar Threads
[Request]Sro map with monster drops
05/10/2014 - Silkroad Online - 4 Replies
Hey , Long time ago I had a link to a site where I could see the monster`s possible drops.I really need it now but i cant find it anymore.Can anyone share the link or the thread in which i can find it? Thanks in advance.
Monster Drops
07/25/2010 - Last Chaos - 6 Replies
Hi Leute, wollte mal frage, ob es ne möglichkeit gibt durch monster zu gucken um zu sehn ob die jetzt nach dem kill etwas dropen würden und evt. auch was ;D
% of monster drops
10/17/2009 - Nostale - 2 Replies
its posible to know whats the % of drop rate of any item??
Question On Monster drops
11/05/2008 - Dekaron - 1 Replies
I'm vaccing in Frozen Valley behind the mountain(behind wall) only vc drop is there a way to make items drop? If its possible can sum1 tell me wat i need to edit or do to make the monster drop item beside vc... thnx
monster drops
01/24/2006 - Conquer Online 2 - 3 Replies
i m complete noob in programming ....i was juss wondering if it is possible to chnage the drops of a certain monster to another....i mean like changing the drops of phesants in tc to the drop of metdove or other mobs...if not possible dont say dumb *** n other stuff to me ok?



All times are GMT +2. The time now is 10:27.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.