Register for your free account! | Forgot your password?

You last visited: Today at 07:17

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

Advertisement



[GUIDE] MeteorBox..

Discussion on [GUIDE] MeteorBox.. within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
UnoAmigos's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 192
Received Thanks: 107
[GUIDE] MeteorBox..

a noob release.... (advance: don't post if you don't like my guide)
also this is the first time to release...

first search for... character.cs and ctrl+f then type
else if (ItemParts[0] == "720010")
the below that group code..add this

Code:
else if (ItemParts[0] == "1088001")//5 mets to MeteorPack
            {
                if (ItemsInInventory < 40)
                {
                    if (InventoryContains(1088001, 5))
                    {
                        AddItem("721510-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemUID);
                    }
                }
            }
next is how to how meteor box turn into 5 mets...
below that code (else if (ItemParts[0] == "1088001")//5 mets to MeteorPack) add this...


Code:
else if (ItemParts[0] == "721510")//MeteorPack to 5 mets 
            {
                if (ItemsInInventory < 36)
                {
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    RemoveItem(ItemUID);
                }


that all...easy... just correction if i'm wrong....
.it's just my own code... remember...
Like: Press +Thanks
Dislike : Don't Post and leave
UnoAmigos is offline  
Thanks
1 User
Old 09/07/2009, 09:29   #2
 
damianpesta's Avatar
 
elite*gold: 0
Join Date: Jan 2007
Posts: 1,034
Received Thanks: 58
Quote:
Originally Posted by UnoAmigos View Post
a noob release.... (advance: don't post if you don't like my guide)
also this is the first time to release...

first search for... character.cs and ctrl+f then type
else if (ItemParts[0] == "720010")
the below that group code..add this

Code:
else if (ItemParts[0] == "1088001")//5 mets to MeteorPack
            {
                if (ItemsInInventory < 40)
                {
                    if (InventoryContains(1088001, 5))
                    {
                        AddItem("721510-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemNext(1088001));
                        RemoveItem(ItemUID);
                    }
                }
            }
next is how to how meteor box turn into 5 mets...
below that code (else if (ItemParts[0] == "1088001")//5 mets to MeteorPack) add this...


Code:
else if (ItemParts[0] == "721510")//MeteorPack to 5 mets 
            {
                if (ItemsInInventory < 36)
                {
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
                    RemoveItem(ItemUID);
                }


that all...easy... just correction if i'm wrong....
.it's just my own code... remember...
Like: Press +Thanks
Dislike : Don't Post and leave
Isnt it better to repeat AddItem 4 times instead of doing same thing 4 times? Just a suggestion.

E.G

Code:
                if (Itemz[0] == "720013")
                {
                    if (ItemsInInventory <= 37)
                    {
                        for (int DB = 0; DB < 3; DB++)
                        {
                            AddItem("1002020-0-0-0-0-0", 0, (uint)General.Rand.Next(57458353));
                            RemoveItem(ItemUID);
                        }
                    }
                }
damianpesta is offline  
Old 09/07/2009, 09:33   #3
 
UnoAmigos's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 192
Received Thanks: 107
Great then.... i see...that's good one..
UnoAmigos is offline  
Reply


Similar Threads Similar Threads
[GUIDE] Einen eigenen Metin2 Hamachi Pserver [EINFACHER GUIDE]
12/08/2010 - Metin2 Guides & Templates - 20 Replies
Mir war ein bisschen Langweilig da dacht ich, ich mach mal einen Metin2 Hamachi Pserver Guide. Ich hoffe er gefällt euch ;) Es ist zwar eine Menge zu Lesen aber der Spaß ist gigantisch. Folgendes Wird Gebraucht: 1. Hamachi 2. ServerFiles (Per Pn natürlich) 3. Einen Pc oder Laptop mit mindestens 2GB Ram 4. Eine Menge Geduld für den ersten Anlauf
[GUIDE] Item Filter Guide | Cabal Crafting & Dungeon Guide by Dewa Gempak.
06/15/2008 - Cabal Guides & Templates - 5 Replies
Since its his work, just SHARING it here, i just gonna link his URL from his work. because i dont like copy and pasting other ppl's guides: http://119.110.98.150:90/ipb/index.php?showtopic= 1145 Q#1: Does it work with CabalRider (PH)? A#1: Yes, it works, i tried it personally myself. Q#2: I'm too dumb to understand it, how to make it work. A#2: Try reading it again and again, if u still don't know how, don't use it then sleep.gif



All times are GMT +2. The time now is 07:17.


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.