Register for your free account! | Forgot your password?

You last visited: Today at 10:43

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

Advertisement



[RELEASE] Revive Command

Discussion on [RELEASE] Revive Command within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 49
Received Thanks: 10
[RELEASE] Revive Command

Press thanks and I hope you enjoy.

In Client.cs add:
Quote:
if (Splitter[0] == "/revive")
{
MyChar.CurHP = MyChar.MaxHP;
MyChar.Alive = true;
MyChar.MyClient.SendPacket(General.MyPackets.Statu s1(MyChar.UID, 0));
MyChar.MyClient.SendPacket(General.MyPackets.Statu s3(MyChar.UID));
MyChar.MyClient.SendPacket(General.MyPackets.Vital (MyChar.UID, 26, MyChar.GetStat()));
MyChar.MyClient.SendPacket(General.MyPackets.Chara cterInfo(MyChar));
MyChar.SendEquips(false);
MyChar.BlueName = false;
MyChar.MyClient.SendPacket(General.MyPackets.Vital (MyChar.UID, 26, MyChar.GetStat()));
MyChar.Stamina = 100;
MyChar.MyClient.SendPacket(General.MyPackets.Vital (MyChar.UID, 9, MyChar.Stamina));
MyChar.MyClient.SendPacket(General.MyPackets.Strin g(MyChar.UID, 10, "born3"));
World.UpdateSpawn(MyChar);
}
SaMuRaI D is offline  
Thanks
1 User
Old 10/05/2009, 23:42   #2
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Good job.
I hoping this isn't being copied from a next source and being released for the sake of a thanks.
Zion~ is offline  
Old 10/06/2009, 00:32   #3
 
-Shunsui-'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
Already been released cant remmeber by who but it was in a thread, And obiusly hes copying he has no Skills in C# Coding, obius from the first day he showed him self in this forums.
-Shunsui- is offline  
Old 10/06/2009, 00:52   #4
 
elite*gold: 0
Join Date: Oct 2009
Posts: 49
Received Thanks: 10
First of all flako, you don't know what I have skills at or not so shut up. Second, I can C# code so eat me.
SaMuRaI D is offline  
Old 10/06/2009, 01:18   #5
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
Quote:
Originally Posted by flako27 View Post
Already been released cant remmeber by who but it was in a thread, And obiusly hes copying he has no Skills in C# Coding, obius from the first day he showed him self in this forums.
And by the way???
Almost all LOTF and C# codes look like each other, so really if he have made this it can be very simular to another code
ex.
When coding NPC's they are almost same all
They dont look different at coding
Fish* is offline  
Old 10/06/2009, 01:48   #6
 
-Shunsui-'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
@ Your Signuture

CLOSED!!!
I love DDBillsFan ---He is so funny

Wat is this? Another blade noob? . dont reply to my posts


thanks.
-Shunsui- is offline  
Old 10/06/2009, 01:51   #7
 
elite*gold: 0
Join Date: May 2006
Posts: 828
Received Thanks: 235
Quote:
Originally Posted by flako27 View Post
@ Your Signuture

CLOSED!!!
I love DDBillsFan ---He is so funny

Wat is this? Another blade noob? . dont reply to my posts


thanks.

Wtf? I haven't even said anything in this thread until now and you mention my name? And no that is not me you ******. Go ask for more help on how to translate TQ Binaries. Yeah that's right, it's me.
blade911 is offline  
Old 10/06/2009, 01:55   #8
 
UnoAmigos's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 192
Received Thanks: 107
UnoAmigos is offline  
Old 10/06/2009, 02:08   #9
 
CurseOfExcalibur's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 151
Received Thanks: 28
Quote:
Originally Posted by grillmad View Post
And by the way???
Almost all LOTF and C# codes look like each other, so really if he have made this it can be very simular to another code
ex.
When coding NPC's they are almost same all
They dont look different at coding
Totally wrong >_>, same event/action can be done using different codes.
Let me say something like hello what is your name.. ( always the first tut in all languages XD )
Someone can do it like this:

Console.Write("Hi! What is your name?: ");
string Inp = Console.ReadLine();
Console.WriteLine("Hi, " + Inp);
---------------------------------------------------------
Another one:
Console.Write("Hi! What is your name?: ");
Console.WriteLine("Hi! {0}", Console.ReadLine());
Did the same job, different code.
CurseOfExcalibur is offline  
Thanks
2 Users
Old 10/06/2009, 16:23   #10
 
elite*gold: 0
Join Date: Aug 2008
Posts: 889
Received Thanks: 199
@CurseOfExcalibur agree
zbest is offline  
Old 10/06/2009, 16:46   #11
 
raidenx123's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 438
he has been digging up old threads and re-releasing them just like bills, just look at all the other threads.
raidenx123 is offline  
Old 10/06/2009, 17:00   #12
 
elite*gold: 0
Join Date: Aug 2008
Posts: 889
Received Thanks: 199
Samuraid D is bills lawl )=))
zbest is offline  
Old 10/06/2009, 17:59   #13
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
This has been released before, and it's not complete.

@Samurai,
I'm pretty sure you can't code. People tempt to call themselves a "coder" if they're able to make small edits to LOTF or any other source. Just a few people on this forum can code, not sure how many and who can.

~Bas.
Basser is offline  
Old 10/06/2009, 19:53   #14
 
elite*gold: 20
Join Date: Aug 2005
Posts: 1,734
Received Thanks: 1,000
#Closed - Threadstarter is banned.
tanelipe is offline  
Closed Thread


Similar Threads Similar Threads
[Release] Revive Command
08/02/2010 - CO2 PServer Guides & Releases - 2 Replies
This is a perfect revive command to my knowledge I've tested it multiple times in my server and had no problems. I'm currently working on remaking all commands and releasing them sometime in the near future. This is for a 5165 source. Hope you guys like it :D Command: /revive /revive (players name) #region Revive if (Cmd == "/Revive" || Cmd == "/revive")
[Release] Revive Potion
07/24/2010 - EO PServer Guides & Releases - 9 Replies
This is a simple release from me.. this potion use to revive all the dead eudemon in your eudemon bag.Can be use anywhere except legion land. Screenshot http://i37.servimg.com/u/f37/12/57/38/57/111.jpg http://i37.servimg.com/u/f37/12/57/38/57/211.jpg
[Release]How to FIX stamina at revive[CoEmu]
08/13/2009 - CO2 PServer Guides & Releases - 3 Replies
If work +thanks (Use Ctrl+F for find the codes cited) File: PacketProcessor.cs Below it: CSocket.Client.CurrentHP = CSocket.Client.MaxHP; Add: CSocket.Client.CurrentStam = 100; Below it: CSocket.Send(ConquerPacket.Status(CSocket, 2, CSocket.Client.CurrentHP, Struct.StatusTypes.Hp)); Add:
@revive command
02/07/2009 - CO2 Private Server - 12 Replies
hi im pete, this is not a release just a question , and i dont even know if this code works never tested ( ye its for LOTF , if you have a problem dont post xD ) if (Splitter == "@revive") { foreach (DictionaryEntry DE in World.AllChars) { if (MyChar.Alive = false) ...



All times are GMT +2. The time now is 10:43.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.