[RELEASE] Revive Command

10/05/2009 23:21 SaMuRaI D#1
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);
}
10/05/2009 23:42 Zion~#2
Good job.
I hoping this isn't being copied from a next source and being released for the sake of a thanks.
10/06/2009 00:32 -Shunsui-#3
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.
10/06/2009 00:52 SaMuRaI D#4
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.
10/06/2009 01:18 Fish*#5
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:mofo::handsdown:
10/06/2009 01:48 -Shunsui-#6
@ Your Signuture

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

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


thanks.
10/06/2009 01:51 blade911#7
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 retard. Go ask for more help on how to translate TQ Binaries. Yeah that's right, it's me.
10/06/2009 01:55 UnoAmigos#8
:D
10/06/2009 02:08 CurseOfExcalibur#9
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:mofo::handsdown:
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.
10/06/2009 16:23 zbest#10
@CurseOfExcalibur agree
10/06/2009 16:46 raidenx123#11
he has been digging up old threads and re-releasing them just like bills, just look at all the other threads.
10/06/2009 17:00 zbest#12
Samuraid D is bills lawl :))=))
10/06/2009 17:59 Basser#13
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.
10/06/2009 19:53 tanelipe#14
#Closed - Threadstarter is banned.