ExpPot - The real way.

11/06/2008 15:57 _Emme_#16
The reason why you get those errors,is because e*pvp forum shit is gay. It automaticlly makes a space in the mittle of the code. To fix:


You see : MyCl ient.MessageId

Make it : MyClient.MessageId

You see: refill!", e2000));

Make it : refill!", 2000));


Emme
11/13/2008 09:14 tidus2005#17
I got This error.. Does it support PowerSource CO???? HOw to fixed this im noob....
Quote:
Error 3 The name 'DataBase' does not exist in the current context C:\PowerSource CO\COServerProject1\COServerProject\Character.cs 1785 41 COServerProject
11/13/2008 09:18 damianpesta#18
Quote:
Originally Posted by tidus2005 View Post
I got This error.. Does it support PowerSource CO???? HOw to fixed this im noob....
GEEZ stop using this powerco shit just use some other source .... powerco gets a lot of errors with those releases
11/13/2008 09:28 tidus2005#19
@damianpesta

SO what source u suggest then????
11/19/2008 21:34 Exia13#20
it's because you're using powersource. I can't code, but atleast i know how to fix this. Simply change "DataBase" to "ExternalDatabase" or "InternalDatabase". im not too sure which one it's supposed to be.

I Helped :D lol.
11/22/2008 09:29 Outcast12#21
Quote:
Originally Posted by Exia13 View Post
it's because you're using powersource. I can't code, but atleast i know how to fix this. Simply change "DataBase" to "ExternalDatabase" or "InternalDatabase". im not too sure which one it's supposed to be.

I Helped :D lol.

As Exia says, here is an example of my code.

Code:
if (CountMisc && !EPot)
                Exp += (ulong)(Amount * ExternalDatabase.ExpRate * AddExpPc * (Convert.ToDouble(Potency) / 100 + 1));
            else if (EPot)
                Exp += (ulong)((Amount * ExternalDatabase.ExpRate * AddExpPc * (Convert.ToDouble(Potency) / 100 + 1)) * 2);
Problem solved?

Thanks Emme.
01/09/2009 23:48 abra123#22
Help
Quote:
Error 1 The name 'e2000' does not exist in the current context C:\Documents and Settings\abra\Desktop\ShadowCO\COServerProject\Cha racter.cs 3446 139 COServerProject
01/10/2009 08:00 TruthCo#23
hey go to e2000 and take out the e and it should work =]
04/20/2009 04:13 auraboreal#24
(MyCl ient.MessageId, = (MyClient.MessageId,

(Amount * DataBase.ExpRate = (Amount * ExternalDatabase.ExpRate


How to show icon of expdouble?????

thanks..
04/20/2009 04:43 kinshi88#25
Code:
SendPacket(General.MyPackets.Vital([B]<UID VALUE>[/B], 19, [B]<TIME VALUE>[/B]));
Sends the exp icon for Lotf.
05/03/2009 14:12 imalittleboy#26
yea powersource gets a lot of errors with blessing and expot codes....
@Emme or @damianbesta whats the bestest source to use ..?
thought to move on to binaries but cant get em work
05/03/2009 14:49 w00tare#27
can some1 help me?

My Error :
Error 1 'COServer_Project.Character.AddExp(ulong, bool)': not all code paths return a value


The Rednamed words isthe error
Code:
public bool [color=red]AddExp[/color](ulong Amount,bool CountMisc)
Any Solutions?
07/02/2009 11:28 duffman125#28
is this for powersource??
07/02/2009 12:58 _Emme_#29
Old thread, don't bump it.
#closed