Register for your free account! | Forgot your password?

You last visited: Today at 06:52

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

Advertisement



Mob Drop

Discussion on Mob Drop within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Mob Drop

is this how its to be built?
Quote:
if (Name == "WhiteGhost")//SkyToken
{
if (Other.ChanceSuccess(2))
{
string Item = "721537-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721534-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721535-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721536-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721533-0-0-0-0-0";
DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops);
World.ItemDrops(item);
}
Arcotemple:) is offline  
Old 07/05/2009, 09:45   #2
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
no its

Code:
if (Name == "WhiteGhost")//SkyToken
{
if (Other.ChanceSuccess(2))
{
string Item = "721537-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721534-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721535-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721536-0-0-0-0-0";
if (Other.ChanceSuccess(2))
Item = "721533-0-0-0-0-0";
DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops);
World.ItemDrops(item);
}
}
PeTe Ninja is offline  
Old 07/05/2009, 09:47   #3
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
pete mind getting on msn for one sec?
Arcotemple:) is offline  
Old 07/05/2009, 09:59   #4
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
just talk through fail.. anyway here he told me to post this

Code:
 public bool GetDamage(uint Damage)
        {
            if (CurHP > Damage)
            {
                CurHP -= Damage;

                return false;
            }
            else
            {
                CurHP = 0;
                Alive = false;
                Revive = false;

                uint MoneyDrops = 0;

                if (Other.ChanceSuccess(30))
                {
                    int DropTimes = 1;
                    if (Other.ChanceSuccess(15))
                    {
                        DropTimes = General.Rand.Next(1, 6);
                    }
                    for (int i = 0; i < DropTimes; i++)
                    {
                        MoneyDrops = (uint)General.Rand.Next(1, 10);

                        if (Other.ChanceSuccess(15))
                            MoneyDrops = (uint)General.Rand.Next(1000, 15000);
                        if (Other.ChanceSuccess(30))
                            MoneyDrops = (uint)General.Rand.Next(500, 5000);
                        if (Other.ChanceSuccess(50))
                            MoneyDrops = (uint)General.Rand.Next(100, 1000);
                        if (Other.ChanceSuccess(70))
                            MoneyDrops = (uint)General.Rand.Next(30, 500);
                        if (Other.ChanceSuccess(90))
                            MoneyDrops = (uint)General.Rand.Next(1, 200);

                        MoneyDrops = MoneyDrops / (136 - (uint)Level) * 10;
                        if (MoneyDrops < 1)
                            MoneyDrops = 1;
                        string Item = "";

                        if (MoneyDrops < 10000)
                            Item = "1090000-0-0-0-0-0";
                        else if (MoneyDrops < 3000)
                            Item = "1090010-0-0-0-0-0";
                        else if (MoneyDrops < 1000)
                            Item = "1090020-0-0-0-0-0";
                        else if (MoneyDrops < 100)
                            Item = "1091000-0-0-0-0-0";
                        else if (MoneyDrops < 10)
                            Item = "1091010-0-0-0-0-0";
                        else
                            Item = "1091020-0-0-0-0-0";

                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops);
                        World.ItemDrops(item);
                    }
                }
                else
PeTe Ninja is offline  
Reply


Similar Threads Similar Threads
Euer bester Drop/ Your best Drop
09/14/2010 - Allods - 1 Replies
Schreibt hier einfach, was euer bester Dropp war Write here, what was your best Drop. Mine: Compounds xD
Drop´s von der Sensi Truhe mit Doppel drop chance beeinflussbar?
12/28/2009 - Metin2 - 11 Replies
Allso ich hatte eine kleine diskusion mit meinem "Spielpartner". Er möchte do gerne Noch ein Giftschwert haben und meinte das er die Sensenmann Truhe öffnen möchte, weil er ja Doppel drop chance aus dem 90ger Metin bekommen habe... Ich hab dem nätürlich erklärt das es totaler unsinn ist, doch nun bin ich mir selber nicht mehr ganz sicher. Ist es wirklich möglich mit dem zusatz Item (egal aus dem Item-Shop oder gedropt) Doppel drop chance, die Rate zu erhöhe was "Gutes" Wie 75ger Waffen raus...
DOPPEL DROP YANG DROP WIE
10/30/2009 - Metin2 Private Server - 9 Replies
Hi Leute bei p servern gibt es Doppel Drop und yang Drop füt ka wie viel tagen wie geht das bei own p server was soll Da in Der DB geändert werden lg. Peq
Can Anyone Help me to increase the money drop and CPs drop for CoV2 source??
05/06/2009 - CO2 Private Server - 9 Replies
Firstly i would like to thanks CoV2 and ahmedandkhalid for the source if it happen you all read.But now I do have 1 problem. How can I increase the gold drop rate and the Cpsbag amount drop????
ScriptVessel pickup 1 drop, Drop instantly....
01/01/2007 - Conquer Online 2 - 10 Replies
ScriptVessel pickup 1 drop, Drop instantly.... Then dosnt pickup anymore items for ages.... How to make it Drop after inventory full like old CoPartner? anyone??



All times are GMT +1. The time now is 06:53.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.