You last visited: Today at 13:47
Advertisement
Infinitive stamina
Discussion on Infinitive stamina within the CO2 Private Server forum part of the Conquer Online 2 category.
12/13/2009, 11:14
#1
elite*gold: 0
Join Date: Mar 2008
Posts: 70
Received Thanks: 10
Infinitive stamina
Hi,i want to ask something how can i make infinite stamina on 5165 source,if you know tell me you will help me allot!!
THANKS
12/13/2009, 11:38
#2
elite*gold: 0
Join Date: Jun 2008
Posts: 13
Received Thanks: 11
u can't..and it`s named "infinite stmina" rofl
12/13/2009, 12:46
#3
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Excuse me?
Search for :
Quote:
GC.MyChar.Nobility.Rank = GC.MyChar.Nobility.Rank;
Add beneath
Quote:
GC.MyChar._Stamina = 1000000000;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar._Stamina));
And where an error pops up just add (byte) before _Stamina.
12/13/2009, 16:09
#4
elite*gold: 0
Join Date: Mar 2008
Posts: 70
Received Thanks: 10
Quote:
Originally Posted by
ImmuneOne
Excuse me?
Search for :
Add beneath
And where an error pops up just add (byte) before _Stamina.
i have one error but,if i type (byte) it gives me + 2 errors :S
if you know help me,you will help me ALLOT!
12/13/2009, 16:14
#5
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Quote:
Originally Posted by
mido_mafiaspy
i have one error but,if i type (byte) it gives me + 2 errors :S
if you know help me,you will help me ALLOT!
Post the line that is causing the error and describe the error message.
12/13/2009, 16:23
#6
elite*gold: 0
Join Date: Mar 2008
Posts: 70
Received Thanks: 10
Quote:
Originally Posted by
ImmuneOne
Excuse me?
Search for :
Add beneath
And where an error pops up just add (byte) before _Stamina.
Quote:
Originally Posted by
ImmuneOne
Post the line that is causing the error and describe the error message.
hey add me on msn you will make that whit team viewer oks?
msn:
i will login on my stupid msn right now..
Ty for trying to help me..
Quote:
Originally Posted by
mido_mafiaspy
hey add me on msn you will make that whit team viewer oks?
msn:
i will login on my stupid msn right now..
Ty for trying to help me..
Ok,i cant get on my msn so im gona tell you what`s the problem.. oks i will start now
Quote:
Originally Posted by
ImmuneOne
Post the line that is causing the error and describe the error message.
1st i found this code:
Quote:
GC.MyChar.Nobility.Rank = GC.MyChar.Nobility.Rank;
Then under that i typed
Quote:
GC.MyChar._Stamina = 1000000000;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar._Stamina));
then the program said that i need to delite this " _ " ,
so i delited that shit and the code was like this
Quote:
GC.MyChar.Stamina = 1000000000;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar.Stamina))
After that i got one error on this = 1000000000;
and you said if you have one error add: (byte) before .Stamina
i added that and my code looks like this:
Quote:
GC.MyChar.(byte).Stamina = 1000000000;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar.Stamina))
GC.MyChar.(byte).Stamina = 1000000000; <-- this cant be right?
so thats why im getting that fucking error!
I know that that`s wrong..but if you know tell me
~Thanks
12/13/2009, 17:05
#7
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Cut back a few 0's, its too many.
12/13/2009, 17:15
#8
elite*gold: 0
Join Date: Mar 2008
Posts: 70
Received Thanks: 10
Quote:
Originally Posted by
BERGHUIS1
Cut back a few 0's, its too many.
Uhm let me try
12/13/2009, 18:01
#9
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Clearly,
I gave you the example like this : (byte)GC.MyChar._Stamina and not like GC.My.(byte)._Stamina
12/13/2009, 18:16
#10
elite*gold: 0
Join Date: Mar 2008
Posts: 70
Received Thanks: 10
Quote:
Originally Posted by
BERGHUIS1
Cut back a few 0's, its too many.
Quote:
case 300004:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Stamina"));
GC.AddSend(Packets.NPCLink("Stamina", 1));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
if (Control == 1) GC.MyChar.Stamina = 255;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar.Stamina));
break;
}
I CAN get full stamina from npc,but how can i make to give me always if i FB/SS etc..
12/13/2009, 19:58
#11
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Why would you want it from an npc? Just do it in the actual code.
12/13/2009, 20:59
#12
elite*gold: 0
Join Date: Mar 2008
Posts: 70
Received Thanks: 10
Quote:
Originally Posted by
BERGHUIS1
Why would you want it from an npc? Just do it in the actual code.
Can you help me with that
12/13/2009, 21:25
#13
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
You're clearly an idiot, i gave you an example on how to give stamina on login, u failed at copy+pasting and following an example.
Again, ITS:
(byte)GC.MyChar._Stamina Right one
12/13/2009, 21:42
#14
elite*gold: 0
Join Date: Mar 2008
Posts: 70
Received Thanks: 10
Quote:
Originally Posted by
ImmuneOne
You're clearly an idiot, i gave you an example on how to give stamina on login, u failed at copy+pasting and following an example.
Again, ITS:
(byte)GC.MyChar._Stamina Right one
I dont need at login,i need infinite stamina when i FB/SS etc..
12/13/2009, 21:48
#15
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Then you just add it, where the ping packet is located?
Similar Threads
S4 League Infinitive Ammo CT
07/22/2010 - S4 League Hacks, Bots, Cheats & Exploits - 9 Replies
h,
bin nen bischen zu faul um nen trainer zu machen deswegen setzt ich hier einfach mla ne CT rein oO
Anleitung ;D
1.Ihr öffnet Prozess Explorer
2.Ihr startet S4
3.Ihr freezed den S4 Prozess Öffnet die CT
4. Und und ihr ändert den Text von "magazine_capacity" zu "max_ammo"
WTS Necklance of fortune (Stamina 3) + Flying Ring (Stamina 3) Cyprius
04/02/2009 - Archlord Trading - 0 Replies
Hi all,
WTS Necklance of fortune (Stamina 3) + Flying Ring (Stamina 3)
Each one 20€, i accept only paypal and €,
if someone interesetet pm me thanks!
The items are on Cyprius!
Infinitive ForceRun!!!!!
04/03/2007 - General Gaming Discussion - 3 Replies
Hi guys!
Have a little exploit here.
Infinitive ForceRun!!
You buy a ticket to somewhere, then run to the Ticket Collector and activate Force Run while doing this. Then click on it, run around the Ticket Collection in a circle and while u doing this, doubleclick the City u wanna go to!
Seems like its not working all the time. But the Video shows u that it works! I just made it.
Have fUn!
All times are GMT +2. The time now is 13:48 .