Register for your free account! | Forgot your password?

You last visited: Today at 20:09

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

Advertisement



[Release]Save Haloes

Discussion on [Release]Save Haloes within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 02/20/2010, 04:02   #16
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
Quote:
Originally Posted by memo1340 View Post
where me search
database.cs
Arcо is offline  
Thanks
3 Users
Old 02/20/2010, 16:49   #17
 
elite*gold: 0
Join Date: Sep 2008
Posts: 26
Received Thanks: 2
man plz where i can add this code

#region Tops
if (C.Top == 1)
{
C.StatEff.Add(StatusEffectEn.TopGuildLeader);
}
if (C.Top == 2)
{
C.StatEff.Add(StatusEffectEn.TopDeputyLeader);
}
if (C.Top == 3)
{
C.StatEff.Add(StatusEffectEn.TopNinja);
}
if (C.Top == 4)
{
C.StatEff.Add(StatusEffectEn.TopTrojan);
}
if (C.Top == 5)
{
C.StatEff.Add(StatusEffectEn.TopArcher);
}
if (C.Top == 6)
{
C.StatEff.Add(StatusEffectEn.TopWarrior);
}
if (C.Top == 7)
{
C.StatEff.Add(StatusEffectEn.TopFireTaoist);
}
if (C.Top == 8)
{
C.StatEff.Add(StatusEffectEn.TopWaterTaoist);
}
if (C.Top == 9)
{
C.StatEff.Add(StatusEffectEn.MonthlyPKChampion);
}
if (C.Top == 10)
{
C.StatEff.Add(StatusEffectEn.WeeklyPKChampion);
}
#endregion
memo1340 is offline  
Old 02/20/2010, 18:59   #18
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
Quote:
Originally Posted by memo1340 View Post
man plz where i can add this code

#region Tops
if (C.Top == 1)
{
C.StatEff.Add(StatusEffectEn.TopGuildLeader);
}
if (C.Top == 2)
{
C.StatEff.Add(StatusEffectEn.TopDeputyLeader);
}
if (C.Top == 3)
{
C.StatEff.Add(StatusEffectEn.TopNinja);
}
if (C.Top == 4)
{
C.StatEff.Add(StatusEffectEn.TopTrojan);
}
if (C.Top == 5)
{
C.StatEff.Add(StatusEffectEn.TopArcher);
}
if (C.Top == 6)
{
C.StatEff.Add(StatusEffectEn.TopWarrior);
}
if (C.Top == 7)
{
C.StatEff.Add(StatusEffectEn.TopFireTaoist);
}
if (C.Top == 8)
{
C.StatEff.Add(StatusEffectEn.TopWaterTaoist);
}
if (C.Top == 9)
{
C.StatEff.Add(StatusEffectEn.MonthlyPKChampion);
}
if (C.Top == 10)
{
C.StatEff.Add(StatusEffectEn.WeeklyPKChampion);
}
#endregion
Look for C.Loaded = true; in database.cs and place it under there.
Arcо is offline  
Thanks
4 Users
Old 02/20/2010, 20:36   #19
 
elite*gold: 0
Join Date: Sep 2008
Posts: 26
Received Thanks: 2
Plz man send your file database.cs for me
memo1340 is offline  
Old 07/20/2010, 01:26   #20
 
elite*gold: 0
Join Date: Aug 2007
Posts: 22
Received Thanks: 0
I'm sure this one is alot better than your previous one. But it also sure is alot more confusing. Ha. Maybe this is a little far fetched but do you think you could just send me your database.cs and character.cs over msn or something as I can not get this at all. I have error after error, Accumulating up to 49 errors.... My msn is . If you could send it via email or im that would be more than wonderful.
liljon50 is offline  
Old 07/20/2010, 04:24   #21
 
.Beatz's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 1,190
Received Thanks: 516
Quote:
Originally Posted by memo1340 View Post
Plz man send your file database.cs for me
seriously if you cant add that code in the right place by following instructions give up on making a server. No one will give your their database.cs and more than likely wouldnt work with your source anyway. Just follow the instructions and you will be able to add it.

Quote:
Originally Posted by liljon50 View Post
I'm sure this one is alot better than your previous one. But it also sure is alot more confusing. Ha. Maybe this is a little far fetched but do you think you could just send me your database.cs and character.cs over msn or something as I can not get this at all. I have error after error, Accumulating up to 49 errors.... My msn is . If you could send it via email or im that would be more than wonderful.
Did you add his old one to your source. If you didnt follow that one you will get some errors. Take a screenshot of the errors and post on here.

@.Arco Great release updated your old one with this one and works beautifully.
.Beatz is offline  
Old 07/20/2010, 05:09   #22
 
elite*gold: 0
Join Date: Aug 2007
Posts: 22
Received Thanks: 0
Well I got it in without errors but I havent actually tested it yet with pk tournaments and such. I tried adding a halo effect with the but that didnt add them for me, seems it adds them for other people tho so im guessing there must still be some error in the code somewhere

Gah this is so frustrating. Because now there is no "errors" in the code but yet it doesn't work.
liljon50 is offline  
Old 06/27/2011, 17:04   #23
 
winpro's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 11
Received Thanks: 4
I know this is an old thread but I'm using 5165 source and I've added Arco's Halo saver and everything works except that the halos don't load on server start. The halo won't be there when the characters logs in, but after the character dies the halo appears. I'm not sure what's wrong with the code.. :/
winpro is offline  
Old 09/15/2011, 12:03   #24
 
elite*gold: 0
Join Date: Aug 2011
Posts: 26
Received Thanks: 0
hello people i did every thing and every thing k but when i get top any thing and then /break or exit and open again there's nothing it mean there no save
molley is offline  
Old 09/17/2011, 14:39   #25
 
.Beatz's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 1,190
Received Thanks: 516
Quote:
Originally Posted by liljon50 View Post
Well I got it in without errors but I havent actually tested it yet with pk tournaments and such. I tried adding a halo effect with the but that didnt add them for me, seems it adds them for other people tho so im guessing there must still be some error in the code somewhere

Gah this is so frustrating. Because now there is no "errors" in the code but yet it doesn't work.
Re-Add the whole code and try again, you must have missed something

Quote:
Originally Posted by winpro View Post
I know this is an old thread but I'm using 5165 source and I've added Arco's Halo saver and everything works except that the halos don't load on server start. The halo won't be there when the characters logs in, but after the character dies the halo appears. I'm not sure what's wrong with the code.. :/
Re-Add the whole code and try again, you must have missed something

Quote:
Originally Posted by molley View Post
hello people i did every thing and every thing k but when i get top any thing and then /break or exit and open again there's nothing it mean there no save
Huh?! Sorry don't quite understand what you are trying to say?
Is the code right for when the character saves? Sounds like when the character saves you are not saving the halos as well... does the character save? (e.g can you level up... type /break or exit (w/e your code is) and it saves the level and everything else?)

Try doing what I said and reply here with the answer.
.Beatz is offline  
Old 05/04/2013, 23:46   #26
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
why it is not working it worked first then my source bugged so i got out the backup without that system and it is not working some one help me please !!
datumfire12 is offline  
Reply


Similar Threads Similar Threads
[Release]INI save system for 12tail's flowers!
11/14/2010 - CO2 PServer Guides & Releases - 37 Replies
OK, this save system works, but you have to get the actually flower system working(like me). First in your C:\OldCODB\ folder, make a NEW FOLDER called "Flowers" (without the quotes) Then... Find in Database.cs: public static Game.Character LoadCharacter(string Name, ref string Account) and above that add:
[RELEASE]Great Save!
06/15/2010 - CO2 PServer Guides & Releases - 17 Replies
This is for tanels source :) Is just a autosave. Go to Program.cs. Search for: public static System.Timers.Timer DropEventTimer = null; user it put: public static System.Timers.Timer Thetimer;
[RELEASE][GC All Version] Macro & Save Files a.k.a BOT + Tutorials
04/02/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 411 Replies
THIS IS AN EXPLOIT IN GRANDCHASE USING MACRO TOOLS FOR MANUAL BOT.AND WITH TUTORIAL LINK AND VIDEO SO YOU CAN UNDERSTAND IT FASTER..YOU CAN CREATE UR OWN SCRIPT AND SHARE IT TO OTHERS JUST POST IT HERE TO AVOID SPAMMING PLEASE ^^ AND DONT FORGET TO PUT WHAT PROGRAM YOU USE LIKE AXIFE OR GRASsSOFT.... IT IS FOR THOSE PEOPLE THAT NEED TIME TO RELAX OR NEED TO DO SOME OTHER CHORES. AND MAYBE IT CAN BE USE IN OTHER ONLINE GAMES TOO :):cool::) NEEDED: Brian~ SD Hack...
[Release]CoEmu Save CPs
08/10/2009 - CO2 PServer Guides & Releases - 3 Replies
People gettin tired of CP's not saving? Stop asking ... its a freakin noob change Go to Database>Database Search for public static void SaveCharacter(Character Client) Replace the whole void with public static void SaveCharacter(Character Client)
[Release]Auto Save!!
11/05/2008 - CO2 PServer Guides & Releases - 16 Replies
open client.cs search for if (World.AllChars.Contains(MyChar.UID)) World.AllChars.Remove(MyChar.UID); } catch (Exception Exc) { General.WriteLine(Exc.ToString()); } Add below



All times are GMT +1. The time now is 20:11.


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.