Not a member yet? Register for your free account!

 

Go Back   elitepvpers > Conquer Online 2 > CO2 PServer - Discussions / Questions

How can I keep the blue bar always full?

This is a discussion on How can I keep the blue bar always full? within the CO2 PServer - Discussions / Questions forum part of the Conquer Online 2 category; Hello I can't think what its called but the blue bar between mana and health, how can I always keep ...


Reply
 
LinkBack Thread Tools
Old 02-09-2010, 01:51   #1
Banned
 
Join Date: Feb 2010
Posts: 480
Received Thanks: 144
How can I keep the blue bar always full?

Hello
I can't think what its called but the blue bar between mana and health, how can I always keep that full?
Thanks!



Decker_ is offline   Reply With Quote
 
Old 02-09-2010, 02:19   #2
Senior Member
 
DragonStar's Avatar
 
Join Date: Jun 2007
Posts: 286
Received Thanks: 316
its called stamina, search ur source for it. not going to look how i did it but it wasnt hard
to modify it. Just by looking at it you should be able to get an idea how to modify it to the
way you want
DragonStar is offline   Reply With Quote
Old 02-09-2010, 02:29   #3
Banned
 
Join Date: Feb 2010
Posts: 480
Received Thanks: 144
Is this it:
Code:
set
            {
                _Stamina = value;
                if (_Stamina > 100 && BlessingLasts == 0) _Stamina = 100;
                if (_Stamina > 150 && BlessingLasts > 0) _Stamina = 150;
                if (Loaded)
                    MyClient.AddSend(Packets.Status(EntityID, Status.Stamina, _Stamina));
            }
        }

Last edited by Decker_; 02-09-2010 at 02:45.
Decker_ is offline   Reply With Quote
Old 02-09-2010, 02:51   #4
PremGuardCaster


 
.Arco's Avatar
 
Join Date: Oct 2009
Posts: 3,766
Received Thanks: 1,322
Go to the skill.cs and do something somwhere like.
if (SkillID > 0 && SkillID < 9999)
{
C.Stamina -= 0;
}
.Arco is offline   Reply With Quote
Old 02-09-2010, 04:06   #5
Member
 
a7x.'s Avatar
 
Join Date: Jan 2010
Posts: 41
Received Thanks: 3
"do something somwhere like"

gives a good direction ^^
a7x. is offline   Reply With Quote
Old 02-09-2010, 04:08   #6
PremGuardCaster


 
.Arco's Avatar
 
Join Date: Oct 2009
Posts: 3,766
Received Thanks: 1,322
Quote:
Originally Posted by a7x. View Post
"do something somwhere like"

gives a good direction ^^
>.<
Lol you know what I meant.
.Arco is offline   Reply With Quote
Old 02-09-2010, 22:55   #7
Banned
 
Join Date: Feb 2010
Posts: 480
Received Thanks: 144
Anyone?
Please tell me how to get infinite stamina!!!
Decker_ is offline   Reply With Quote
Old 02-09-2010, 22:58   #8
I Can Transform Yah,
 
-Shunsui-'s Avatar
 
Join Date: Apr 2008
Posts: 721
Received Thanks: 181
Quote:
Originally Posted by _Decker View Post
Anyone?
Please tell me how to get infinite stamina!!!
lol, hep just told you an example on how to not get - stam when you use a skill,
-Shunsui- is offline   Reply With Quote
Old 02-09-2010, 23:39   #9
PremGuardCaster


 
.Arco's Avatar
 
Join Date: Oct 2009
Posts: 3,766
Received Thanks: 1,322
Quote:
Originally Posted by _Decker View Post
Anyone?
Please tell me how to get infinite stamina!!!
I already told you how.
the C.Stamina -= 0;
.Arco is offline   Reply With Quote
Old 02-09-2010, 23:42   #10
Banned
 
Join Date: Feb 2010
Posts: 480
Received Thanks: 144
I searched everywhere can couldn't find "C.Stamina"
Decker_ is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:09.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0

Contact | FAQ | Impressum | Advertising
Copyright ©2010 Heroic Studios UG (haftungsbeschränkt) All Rights Reserved.