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: 178
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  
Old 02-09-2010, 02:19   #2
Senior Member
 
DragonStar's Avatar
 
Join Date: Jun 2007
Posts: 286
Received Thanks: 364
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  
Old 02-09-2010, 02:29   #3
Banned
 
Join Date: Feb 2010
Posts: 480
Received Thanks: 178
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  
Old 02-09-2010, 02:51   #4
Infamous efg



 
.Arco's Avatar
 
Join Date: Oct 2009
Posts: 7,873
Received Thanks: 4,084
Blog Entries: 9
Go to the skill.cs and do something somwhere like.
if (SkillID > 0 && SkillID < 9999)
{
C.Stamina -= 0;
}
.Arco is offline  
Old 02-09-2010, 04:06   #5
Member
 
a7x.'s Avatar
 
Join Date: Jan 2010
Posts: 43
Received Thanks: 4
"do something somwhere like"

gives a good direction ^^
a7x. is offline  
The Following User Says Thank You to a7x. For This Useful Post:
.Arco (06-03-2010)
Old 02-09-2010, 04:08   #6
Infamous efg



 
.Arco's Avatar
 
Join Date: Oct 2009
Posts: 7,873
Received Thanks: 4,084
Blog Entries: 9
Quote:
Originally Posted by a7x. View Post
"do something somwhere like"

gives a good direction ^^
>.<
Lol you know what I meant.
.Arco is offline  
Old 02-09-2010, 22:55   #7
Banned
 
Join Date: Feb 2010
Posts: 480
Received Thanks: 178
Anyone?
Please tell me how to get infinite stamina!!!
Decker_ is offline  
Old 02-09-2010, 22:58   #8
I Can Transform Yah,
 
-Shunsui-'s Avatar
 
Join Date: Apr 2008
Posts: 817
Received Thanks: 228
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  
Old 02-09-2010, 23:39   #9
Infamous efg



 
.Arco's Avatar
 
Join Date: Oct 2009
Posts: 7,873
Received Thanks: 4,084
Blog Entries: 9
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  
Old 02-09-2010, 23:42   #10
Banned
 
Join Date: Feb 2010
Posts: 480
Received Thanks: 178
I searched everywhere can couldn't find "C.Stamina"
Decker_ is offline  
Reply

Thread Tools




All times are GMT +2. The time now is 11:53.


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