|
You last visited: Today at 06:18
Advertisement
Help drop item????
Discussion on Help drop item???? within the CO2 Private Server forum part of the Conquer Online 2 category.
10/22/2008, 03:33
|
#1
|
elite*gold: 0
Join Date: Sep 2008
Posts: 7
Received Thanks: 0
|
Help drop item????
How does that pair of shoes for the fall when monter killed?
|
|
|
10/22/2008, 03:58
|
#2
|
elite*gold: 0
Join Date: Feb 2008
Posts: 217
Received Thanks: 26
|
Umm what?
|
|
|
10/22/2008, 04:19
|
#3
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Umm.. lol
Do you mean; How mobs drop Items? Like, how its coded?
If so, look into Entities.cs
|
|
|
10/22/2008, 04:20
|
#4
|
elite*gold: 0
Join Date: Feb 2008
Posts: 217
Received Thanks: 26
|
Lol.. maybe I got lost at pair of shoes :s.. are we talking about conquer here .
|
|
|
10/22/2008, 05:41
|
#5
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Quote:
Originally Posted by demonscim
Lol.. maybe I got lost at pair of shoes :s.. are we talking about conquer here .
|
Haha, I think we're talking about Conquer, but still... maybe in RL he dropped a shoe or something...? =P
|
|
|
10/22/2008, 06:48
|
#6
|
elite*gold: 0
Join Date: Dec 2006
Posts: 7
Received Thanks: 0
|
how i can take the control the drop of the met or some other item?
sorry for my bad english
|
|
|
10/22/2008, 06:55
|
#7
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Quote:
Originally Posted by AIOROSZ
how i can take the control the drop of the met or some other item?
sorry for my bad english
|
Ah, yes.
In Entities.cs search for public bool GetDamage(uint Damage)
Scroll down a bit and you will see stuff like:
Code:
if ((Other.ChanceSuccess(0.05) || (BossMob && Other.ChanceSuccess(20)))
{
string Item = "1088000-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);
}
|
|
|
10/22/2008, 07:18
|
#8
|
elite*gold: 0
Join Date: Dec 2006
Posts: 7
Received Thanks: 0
|
grax man xD now understad XD
|
|
|
10/22/2008, 08:14
|
#9
|
elite*gold: 0
Join Date: Dec 2006
Posts: 7
Received Thanks: 0
|
a sorry i have other question
Code:
for (int i = 0; i < Repeat; i++)
{
string Item = "1088001-0-0-0-0-0";
if (Other.ChanceSuccess(5) || BossMob)
Item = "1088000-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);
}
i have this but,which is the valor i should change?
|
|
|
10/22/2008, 13:25
|
#10
|
elite*gold: 0
Join Date: Nov 2007
Posts: 306
Received Thanks: 75
|
AIO
stop. lern2coding first. after you learn to code, then try again.
Also, type your post properly in your own language in and translate it to English and post that. it will make a lost more sense than you. I don't mean that as an insult, I'm just being honest.
|
|
|
|
Similar Threads
|
Upg item drop
02/15/2011 - Metin2 Private Server - 1 Replies
hi all i have one problem with upgrade items...no1 mob dont want drop upg items..can any1 help ?
|
Upp-item-drop.
05/25/2010 - Metin2 Private Server - 1 Replies
Huhu,
Hat wer rein zufällig eine datei die den upitem-drop runtergedreht hat ?
Es sollten nur noch ein PAAR uppitems fallen, ein wenig höher als auf .de.
Thx im voraus. :)
|
Drop Item
12/10/2009 - Dekaron - 1 Replies
Imageshack - 2222mp
All Defence
Effect :All Resistance+ (1%~10%)
Applicable
Scope :Armor (Armor)
Critical Bijou
Effect :Critical Attack Rate+ (1%~10%)
Applicable
|
Anyone please help how to set item drop only...
09/12/2009 - Dekaron Private Server - 1 Replies
Anyone please help how to set item drop for only Divin item, other item no drop.
i'm try to make by my self like this
http://upic.me/i/yw/itemdrop.jpg
but i got no drop all item, why ?
anyone please help
|
Item drop bug??
06/12/2009 - Archlord - 8 Replies
Hey, guys i want to know if anyone know the bug of item drop//my firend saw a lvl 71 sorcerer grinding in Duriven(blode drop) and he could get drops of them..oO..he ask him how you do that?? and he told him it's a secret...also a lvl 5X hunter was near the sorcerer, (possible party)..:confused::confused:.
|
All times are GMT +1. The time now is 06:18.
|
|