Register for your free account! | Forgot your password?

You last visited: Today at 16:53

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

Advertisement



RidingCrop Full

Discussion on RidingCrop Full within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 87
Received Thanks: 2
RidingCrop Full

go to #region Riding

Enter the code to another brand

Quote:
#region Riding
case 7001:
{
if (!attacker.Owner.Equipment.Free(12))
{
SpellUse suse = new SpellUse(true);
suse.Attacker = attacker.UID;
suse.SpellID = spell.ID;
suse.SpellLevel = spell.Level;
suse.X = X;
suse.Y = Y;

if (attacker.ContainsFlag(Update.Flags.Ride))
{

attacker.RemoveFlag(Update.Flags.Ride);

}
else
{
if (attacker.Owner.Map.ID == 1039 && attacker.Owner.Equipment.TryGetItem((byte)12).Plus < 6)
break;
if (attacker.Stamina >= 100 && (attacker.Owner.QualifierGroup == null || attacker.Owner.QualifierGroup != null && !attacker.Owner.QualifierGroup.Inside))
{
attacker.AddFlag(Update.Flags.Ride);
attacker.Stamina -= 100;
Network.GamePackets.Vigor vigor = new Network.GamePackets.Vigor(true);
vigor.Amount = attacker.Owner.Vigor;
vigor.Send(attacker.Owner);
}
}
suse.Targets.Add(attacker.UID, 0);
attacker.Owner.Screen.SendScreen(suse, true);
}
break;
}


and go to Handle

and search if (attacker.ContainsFlag(Update.Flags.Ride))

Enter the code to another brand


Quote:
if (attacker.ContainsFlag(Update.Flags.Ride))
{


if (attack.AttackType != Attack.Magic)
if (!attacker.Owner.Equipment.Free(18))
{
}
else
{
attacker.RemoveFlag(Update.Flags.Ride);
}
else
if (!attacker.Owner.Equipment.Free(18))
{
}
else
{
if (!(SpellID == 7003 || SpellID == 7002))
attacker.RemoveFlag(Update.Flags.Ride);
}
}

and search #region Stamina

Quote:
#region Stamina
if (Now > this.StaminaStamp.AddMilliseconds(500))
{
if (Owner.Vigor < Owner.MaxVigor)
{
Owner.Vigor += (ushort)(3 + (Owner.Entity.Action == Game.Enums.ConquerAction.Sit ? 2 : 0));

{
Network.GamePackets.Vigor vigor = new Network.GamePackets.Vigor(true);
vigor.Amount = Owner.Vigor;
vigor.Send(Owner);
}
}
if (!this.ContainsFlag(Network.GamePackets.Update.Fla gs.Fly))
{
int limit = 0;
if (this.HeavenBlessing > 0)
limit = 50;
if (this.Stamina != 100 + limit)
{
if (this.Action == Game.Enums.ConquerAction.Sit)
{
if (this.Stamina <= 93 + limit)
{
this.Stamina += 7;
}
else
{
if (this.Stamina != 100 + limit)
this.Stamina = (byte)(100 + limit);
}
}
else
{
if (this.Stamina <= 97 + limit)
{
this.Stamina += 3;
}
else
{
if (this.Stamina != 100 + limit)
this.Stamina = (byte)(100 + limit);
}
}
}
this.StaminaStamp = Now;
}
}
#endregion
alaa410 is offline  
Old 10/02/2011, 20:54   #2
 
elite*gold: 0
Join Date: Sep 2011
Posts: 40
Received Thanks: 1
i think it is wrong
because i resolve it,but not as u write
it is not working
mohamedmashhot is offline  
Old 10/02/2011, 23:33   #3
 
F i n c h i's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 421
Of course it's wrong, it's not coded properly so it will not work properly.
F i n c h i is offline  
Old 10/08/2011, 08:42   #4
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
His sig is not attacking any member in particular and thefor not against any rule on epvp.

Grow up.


<edit> before someone jumps all over me... Racism is not a great thing but at the same time it's not like anything in his sig is all that offensive and it's not attacking any individual member...


Lets say for a second I posted something about fried chicken and black people... Would I be rude for saying such a thing and mildly inappropriate? Of course! But it's not a moderator's job to step in and babysit everyone's actions unless they break rules.

If it WAS my job to babysit everyone and make sure no one insulted anyone else then I can guarentee you epvp's member count would plummet.
pro4never is offline  
Old 10/08/2011, 22:41   #5
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
#Cleaned

Stop with the complete offtopic spam.
pro4never is offline  
Old 10/10/2011, 13:35   #6
 
m7mdxlife's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 920
Received Thanks: 3,514
dont delete my post again unless you are deleting urs, being a mod doesn't mean you are right
all the time, if you dont like my point of view don't delete every post i make, there are other mods
who are more qualified to judge in such things, yes im talking to you pro4never

Quote:
Originally Posted by pro4never View Post
His sig is not attacking any member in particular and thefor not against any rule on epvp.

Grow up.


<edit> before someone jumps all over me... Racism is not a great thing but at the same time it's not like anything in his sig is all that offensive and it's not attacking any individual member...


Lets say for a second I posted something about fried chicken and black people... Would I be rude for saying such a thing and mildly inappropriate? Of course! But it's not a moderator's job to step in and babysit everyone's actions unless they break rules.

If it WAS my job to babysit everyone and make sure no one insulted anyone else then I can guarentee you epvp's member count would plummet.
this post is off topic and useless, delete it, unless you bring back my comment. just because you
can " delete " comments doesn't mean you have the right to keep yours.
m7mdxlife is offline  
Reply


Similar Threads Similar Threads
Hello i have problem with RidingCrop item Program
10/09/2011 - Conquer Online 2 - 2 Replies
Hello i have problem with RidingCrop item Program , when i equip it and Observe my Equipment i dont find it .... but when observe other account equipment i found it .... its disappear the same account and appear other account
Hello i have problem with RidingCrop item Program
08/31/2011 - CO2 Private Server - 4 Replies
Hello i have problem with RidingCrop item Program , when i equip it and Observe my Equipment i dont find it .... but when observe other account equipment i found it .... its disappear the same account and appear other account....its appear when the game load and after it disappeared
[Reqest]RidingCrop talisman DDS files!
08/29/2011 - CO2 Private Server - 4 Replies
can anyone give me the dds files of riding crop talisman, my client is 5515 version and it doesn't have it...also the place where is set when i right click the talisman its shown grey not the item placed in it. also its possible to add the new garments, School Uniform and Beggar's Rags? Conquer Online - 8th Anniversary - co.91.com EDIT: i added the garments to the game, I added the dbc codes I added the line code in items.txt in source i added it in client too, i can see the garments in...



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


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.