You last visited: Today at 16:59
Advertisement
i need help
Discussion on i need help within the CO2 Private Server forum part of the Conquer Online 2 category.
08/05/2009, 20:37
#1
elite*gold: 0
Join Date: Mar 2009
Posts: 43
Received Thanks: 4
i need help
salvation, i have a bug in my source, the xp ball not work ; I wish someone gave me the ball xp coding plz
08/05/2009, 20:46
#2
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
Source?
08/05/2009, 20:52
#3
elite*gold: 0
Join Date: Mar 2009
Posts: 43
Received Thanks: 4
pazeco
08/05/2009, 20:56
#4
elite*gold: 0
Join Date: Aug 2006
Posts: 129
Received Thanks: 15
That's not a source ...
08/05/2009, 22:14
#5
elite*gold: 0
Join Date: Mar 2009
Posts: 43
Received Thanks: 4
pazeco source 5017
08/05/2009, 22:44
#6
elite*gold: 20
Join Date: Jul 2007
Posts: 856
Received Thanks: 124
lmao
08/05/2009, 23:06
#7
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
lmao isnt that lotf?
08/06/2009, 01:43
#8
elite*gold: 80
Join Date: Sep 2007
Posts: 642
Received Thanks: 168
Quote:
Originally Posted by
samehvan
Source?
Honestly??
Quote:
Originally Posted by
Kital82
That's not a source ...
Sure it is. Its PazeCo, you know the source. Sorry forgot you dont have brains.
Quote:
Originally Posted by
rgaguena
pazeco source 5017
OBVIOUSLY LOTF, I MEAN COME ON
How do you not know that it is lotf???? OMG.
08/06/2009, 02:24
#9
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
lmao i was being sarcastic nub
08/06/2009, 06:00
#10
elite*gold: 80
Join Date: Sep 2007
Posts: 642
Received Thanks: 168
jOO es the nub jOO nub. Gotta talk on msn remember...those people JustChillin and Acrotemple got banned for this....tanelipe
08/06/2009, 06:55
#11
elite*gold: 0
Join Date: Mar 2009
Posts: 43
Received Thanks: 4
yes pazeco it is a lotf source
08/06/2009, 07:24
#12
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
In character.cs under
Code:
if (ItemsInInventory <= 30)
{
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));
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);
}
}
Code:
else if (ItemParts[0] == "723700")
{
if (Level < 100)
AddExp((ulong)(1295000 + Level * 50000), false);
else if (Level < 110)
AddExp((ulong)(1395000 + Level * 80000), false);
else if (Level < 115)
AddExp((ulong)(1595000 + Level * 100000), false);
else if (Level < 120)
AddExp((ulong)(1895000 + Level * 120000), false);
else if (Level < 125)
AddExp((ulong)(2095000 + Level * 150000), false);
else if (Level < 130)
AddExp((ulong)(2395000 + Level * 180000), false);
else if (Level < 135)
AddExp((ulong)(2895000 + Level * 200000), false);
RemoveItem(ItemUID);
}
Thats what I have. I lowered the multiplying number on the end alot though so you'll need to put that back up
08/06/2009, 07:53
#13
elite*gold: 0
Join Date: Mar 2009
Posts: 43
Received Thanks: 4
thx
08/06/2009, 10:59
#14
elite*gold: 0
Join Date: Aug 2006
Posts: 129
Received Thanks: 15
Quote:
Originally Posted by
StarBucks
Sure it is. Its PazeCo, you know the source. Sorry forgot you dont have brains.
One thing:
If you had seen this thread a lil moment ago. He had written "5017" and edited to "pazeco" ,
STFU, you should be the one that don't have brain to say that to other people...
08/07/2009, 23:48
#15
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
[quote=StarBucks;2710100]Honestly??
????
what is wrong with my reply ,i wanted to know what source he uses is that something strange to ask ?
Quote:
Originally Posted by
rgaguena
salvation, i have a bug in my source, the xp ball not work ; I wish someone gave me the ball xp coding plz
u need to know where is ur itemuse class then under the ExpBall case add this to calculate the exp to give the player
Code:
int ExpToAdd = (int)Math.Floor(600000 * (1 + ((CSocket.Client.Level - 1) * 0.4)));
All times are GMT +2. The time now is 16:59 .