In my source I have Heaven Blessing coded but when the icon appears it stays, but when it passes around a whole day or 2 the icon dissapears.
Also, the character does not get 150 Stamina as they should. I would like to know how to handle the stamina so I can get it to go to 150(YES, I have set it to 150 in the source IF the player has HB -.-) and how to handle the icon dissapearing after a day or 2.
Plus, a little side bug, the other green icon does not appear next to the HB icon as well.
Any thoughts or ideas are accepted along with some help (:.
Icon: You probably don't send the right value, so it's disappear. The param of the MsgUserAttrib (Vitals? I don't have used LOTF since a long time...) is in seconds.
Stamina: You need to indicate to the client, with a bit field, that the user has blessed time. You can easily find the good action of MsgUserAttrib. The only time it was released, it was with NewestCOServer. So take a look. If you don't find it, I will give you the param. BUT search before...
For the rest, if you want to have the full things working. Like Offline TG, you'll need find the things yourself. There is no source with these things coded. (Actually, it's really not that hard.)
Would it be cool if I joined? I'm not French, nor do I know a lot of French, but I think it would help me learn faster if I was apart of a French community.
He fully answered your question. Your main issue being that you aren't sending the blessed status effect flag.
I'm going to go ahead and close this seeing as I don't care to clean the spam that will come in right as soon as people realize it's been cleaned. You guys really need to learn to just shut the hell up sometimes.
5017 Client, Windows 7, and AVG CIDLoader Error Fix! 11/28/2010 - CO2 PServer Guides & Releases - 9 Replies I've been working on my Private server based off of Hybrid's source and ran into a bit of a problem trying to connect to the client for the first time with CIDLoader.
Conquer.exe not found
Make sure Loader.exe is in the conquer folder
Here's a small guide to help others having the same issue. Found hints at a solution and it was kind of unclear in another thread I found searching the forums, Figured I'd put it in and easier place to find.
AVG Anti-Virus finds Conquer.exe to be a...
[Help] 5017 Equips Error. 09/06/2010 - CO2 Private Server - 2 Replies So I'm currently modifying a 5017 source so... I have recently modified it but idk what I added or "did" that now once I equip something I get an error in the console and in da game it takes da item away and doesnt show it in the character status box or in the map(world)...only if I disconnect it will show but still give the error on the console WTF?
System.NullReferenceException: Object reference not set to an instance of an object.
at...
Windows 7 Error - Client Version 5017 04/03/2010 - CO2 Private Server - 10 Replies I'm not one to spam with useless threads, but i've googled the shit out of this and found no valid results.
http://i39.tinypic.com/ev3vh4.png
I am running as administrator, tried compatibility and still not working.
(I use the hidden administrator account on Windows7).
Any ideas?
[help]problem with heavenblessing 08/28/2009 - CO2 Private Server - 0 Replies if (MyChar.BlessEnd != "")
{
string BlessEndSplit = MyChar.BlessEnd.Split('~');
string i = BlessEndSplit;
string Day = i;
string Month = i;
string Year = i;
string Hour = i;