Register for your free account! | Forgot your password?

You last visited: Today at 05:59

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

Advertisement



Help Boss P6Soul

Discussion on Help Boss P6Soul within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2008
Posts: 16
Received Thanks: 0
Unhappy Help Boss P6Soul

HELP ME FIXE THIS THING GUYS IT WONT GIVE P6 ITEMS WHEN I KILL IT



#region Terato
if (Name == "TeratoDragon")
{
byte times = (byte)Kernel.Random.Next(1, 10);
byte ref_times = (byte)Kernel.Random.Next(1, 15);
for (byte i = 0; i < times; i++)
{
uint Uid = 0;
byte type = (byte)Kernel.Random.Next(1, 21);
switch (type)
{
case 1:
Uid = 800214;
break;

case 2:
Uid = 800616;
break;

case 3:
Uid = 800320;
break;

case 4:
Uid = 800513;
break;

case 5:
Uid = 800421;
break;

case 6:
Uid = 800017;
break;

case 7:
Uid = 800722;
break;

case 8:
Uid = 800110;
break;

case 9:
Uid = 800804;
break;

case 10:
Uid = 800000;
break;

case 11:
Uid = 800916;
break;

case 12:
Uid = 800254;
break;

case 13:
Uid = 824017;
break;

case 14:
Uid = 823056;
break;

case 15:
Uid = 822055;
break;

case 16:
Uid = 823055;
break;

case 17:
Uid = 823057;
break;

case 18:
Uid = 820071;
break;

case 19:
Uid = 822053;
break;

case 20:
Uid = 820072;
break;

case 21:
Uid = 821032;
break;

}

if (Uid != 0)
{
killer.Owner.Inventory.Add(Uid, 0, 1);
Conquer_Online_Server.Kernel.SendWorldMessage(new Conquer_Online_Server.Network.GamePackets.Message( "Congratulations! " + killer.Name + " Has Defeated " + Name + " and dropped! " + Database.ConquerItemInformation.BaseInformations[Uid].Name + "!", System.Drawing.Color.White, 2011), Program.GamePool);
return;
}
}
}
#endregion
Kan3_22 is offline  
Old 02/22/2014, 18:43   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,283
Received Thanks: 4,192
Moved to the right section.
Spirited is offline  
Old 02/23/2014, 05:19   #3
 
marcbacor6666's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 557
Received Thanks: 76
Code:
if (Kernel.Rate(100))
            {
                if (Name == "TeratoDragon" || Name == "SwordMaster" || Name == "SnowBanshee" || Name == "lavaBeast" || Name == "ThrillingSpook")
                {
                    byte times = (byte)Kernel.Random.Next(1, 3);
                    byte ref_times = (byte)Kernel.Random.Next(1, 6);
                    for (byte i = 0; i < times; i++)
                    {
                        uint Uid = 0;
                        byte type = (byte)Kernel.Random.Next(1, 50);
                        switch (type)
                        {
                            case 1:
                                Uid = 800320;
                                break;

                            case 2:
                                Uid = 822054;
                                break;

                            case 3:
                                Uid = 800110;
                                break;

                            case 4:
                                Uid = 820056;
                                break;

                            case 5:
                                Uid = 822056;
                                break;

                            case 6:
                                Uid = 822057;
                                break;

                            case 7:
                                Uid = 822053;
                                break;

                            case 8:
                                Uid = 800019;
                                break;

                            case 9:
                                Uid = 800050;
                                break;

                            case 10:
                                Uid = 800015;
                                break;

                            case 11:
                                Uid = 800090;
                                break;

                            case 12:
                                Uid = 800513;
                                break;

                            case 13:
                                Uid = 800017;
                                break;

                            case 14:
                                Uid = 800071;
                                break;

                            case 15:
                                Uid = 800016;
                                break;

                            case 16:
                                Uid = 823051;
                                break;

                            case 17:
                                Uid = 800130;
                                break;

                            case 18:
                                Uid = 800140;
                                break;

                            case 19:
                                Uid = 800141;
                                break;

                            case 20:
                                Uid = 800200;
                                break;

                            case 21:
                                Uid = 800310;
                                break;

                            case 22:
                                Uid = 800014;
                                break;

                            case 23:
                                Uid = 800214;
                                break;

                            case 24:
                                Uid = 800230;
                                break;

                            case 25:
                                Uid = 800414;
                                break;

                            case 26:
                                Uid = 822052;
                                break;

                            case 27:
                                Uid = 800420;
                                break;

                            case 28:
                                Uid = 800401;
                                break;

                            case 29:
                                Uid = 800512;
                                break;

                            case 30:
                                Uid = 823043;
                                break;

                            case 31:
                                Uid = 800514;
                                break;

                            case 32:
                                Uid = 800520;
                                break;

                            case 33:
                                Uid = 800521;
                                break;

                            case 34:
                                Uid = 800613;
                                break;

                            case 35:
                                Uid = 800614;
                                break;

                            case 36:
                                Uid = 800615;
                                break;

                            case 37:
                                Uid = 824001;
                                break;

                            case 38:
                                Uid = 800617;
                                break;

                            case 39:
                                Uid = 800720;
                                break;

                            case 40:
                                Uid = 800721;
                                break;

                            case 41:
                                Uid = 800070;
                                break;

                            case 42:
                                Uid = 800723;
                                break;

                            case 43:
                                Uid = 800724;
                                break;

                            case 44:
                                Uid = 800018;
                                break;

                            case 45:
                                Uid = 820001;
                                break;

                            case 46:
                                Uid = 820052;
                                break;

                            case 47:
                                Uid = 820053;
                                break;

                            case 48:
                                Uid = 820054;
                                break;

                            case 49:
                                Uid = 820055;
                                break;

                            case 50:
                                Uid = 800722;
                                break;
                            case 51:
                                Uid = 821028;
                                break;

                            case 52:
                                Uid = 824015;
                                break;

                            case 53:
                                Uid = 824016;
                                break;

                        }

                        if (Uid != 0)
                        {
                           killer.Owner.Inventory.Add(Uid, 0, 1);
                            Conquer_Online_Server.Kernel.SendWorldMessage(new Conquer_Online_Server.Network.GamePackets.Message("Congratulations! " + killer.Name + " Has Defeated " + Name + " and looted " + Database.ConquerItemInformation.BaseInformations[Uid].Name + "  !", System.Drawing.Color.White, 2011), Program.GamePool);
                            return;
                        }
                    }
                }
            }
marcbacor6666 is offline  
Reply


Similar Threads Similar Threads
Spawn Coor for boss and mini boss.
07/24/2018 - EO Guides & Templates - 62 Replies
Behemoth Boss LVL 71: 500,772 Dark Marsh Ice Demon Boss (Forgot the lvl): 344, 621 Icyland FourTeeth Boss LVL 93: 1107, 962 Volcano Green Devil: Misty Marsh 700,400 811 ,664 darknight 66 darkmash
RELAY DUNGEON - BATTLE BOSS AFTER BOSS! [WILL UPDATED EVERY WEEK FOR THE EVENTS]
12/05/2010 - Grand Chase Philippines - 4 Replies
http://images.levelupgames.ph/gc/adrotator%20copy% 20relay%20dungeon.jpg Event 1: Relay Dungeon Period: Nov 30 ~ Dec 7 before maintenance time http://images.levelupgames.ph/gc/Relay%20Dungeon% 201.JPG
[Easy Boss+Achievemnt] Azjol-Nerub 2nd Boss
02/27/2009 - WoW Exploits, Hacks, Tools & Macros - 4 Replies
http://i708.photobucket.com/albums/ww81/onlythegre edy/unachieve.png What you need: -Mage/Rogue/Hunter -Good DPS How it works: After you kill the first boss, you should walk down a ramp to a platform, surrounded you should be alot of webs, the platform is the only rock and its circular. Further down the hill there are mobs, and below the web is the boss. What you do is you have the Mage attack the mobs (while everyone else stays on the Platform ) Then when they start coming towards...



All times are GMT +1. The time now is 05:59.


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.