|
You last visited: Today at 07:09
Advertisement
[Release] Steed Walking
Discussion on [Release] Steed Walking within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
05/02/2011, 23:58
|
#1
|
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
|
[Release] Steed Walking
removed
|
|
|
05/03/2011, 00:07
|
#2
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
nothing new just leeched stuff ha ha and like i said Too Late  )
Ps. Type Name
0 Walking
1 Running
9 Riding
0 Riding + walking while riding a horse
|
|
|
05/03/2011, 00:09
|
#3
|
elite*gold: 0
Join Date: Mar 2009
Posts: 228
Received Thanks: 47
|
Removed
|
|
|
05/03/2011, 00:13
|
#4
|
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
|
Quote:
Originally Posted by dego4ever
Why did not release it before Angelius release it.
any way thanks to both
|
His is really inefficient. Mine actually has support behind it (which I have provided).
Quote:
Originally Posted by { Angelius }
Ps. Type Name
0 Walking
1 Running
9 Riding
0 Riding + walking while riding a horse
|
Walking and walking with a steed is the same speed. That's why I released it like that...
EDIT: here, I'll change it to it's real name.
|
|
|
05/03/2011, 00:14
|
#5
|
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
|
People could learn something if they looked through the leaked EO source sometime.
Code:
DeltaMountX = new sbyte[] { 0, -2, -2, -2, 0, 2, 2, 2, 1, 0, -2, 0, 1, 0, 2, 0, 0, -2, 0, -1, 0, 2, 0, 1, 0 };
DeltaMountY = new sbyte[] { 2, 2, 0, -2, -2, -2, 0, 2, 2, 0, -1, 0, -2, 0, 1, 0, 0, 1, 0, -2, 0, -1, 0, 2, 0 };
Example usage:
Code:
dir = packet.Direction % 24;
newX = client.PositionX + Kernel.DeltaMountX[dir];
newY = client.PositionY + Kernel.DeltaMountY[dir];
|
|
|
05/03/2011, 00:18
|
#6
|
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
|
Quote:
Originally Posted by nTL3fTy
People could learn something if they looked through the leaked EO source sometime.
Code:
DeltaMountX = new sbyte[] { 0, -2, -2, -2, 0, 2, 2, 2, 1, 0, -2, 0, 1, 0, 2, 0, 0, -2, 0, -1, 0, 2, 0, 1, 0 };
DeltaMountY = new sbyte[] { 2, 2, 0, -2, -2, -2, 0, 2, 2, 0, -1, 0, -2, 0, 1, 0, 0, 1, 0, -2, 0, -1, 0, 2, 0 };
Example usage:
Code:
dir = packet.Direction % 24;
newX = client.PositionX + Kernel.DeltaMountX[dir];
newY = client.PositionY + Kernel.DeltaMountY[dir];
|
Wow! I never thought of doing it like that.
That's actually really cool.
|
|
|
05/03/2011, 00:59
|
#7
|
elite*gold: 0
Join Date: Aug 2004
Posts: 26
Received Thanks: 4
|
Could someone tell me the update enum for vigor please i cant seem to find it.
Thanks in advanced.
|
|
|
05/03/2011, 03:18
|
#8
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
|
Quote:
Originally Posted by Spirited
Wow! I never thought of doing it like that.
That's actually really cool.
|
That's how new hellmouth has been working.
yayyy dev for awesome ideas from official tq sources lol.
|
|
|
05/03/2011, 07:01
|
#9
|
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
|
Quote:
Originally Posted by pro4never
That's how new hellmouth has been working.
yayyy dev for awesome ideas from official tq sources lol.
|
What original sources? o.o For EO? We have those?!
|
|
|
05/03/2011, 07:43
|
#10
|
elite*gold: 0
Join Date: Dec 2009
Posts: 583
Received Thanks: 119
|
Quote:
Originally Posted by Spirited
What original sources? o.o For EO? We have those?!
|
So much for quitting and never helping the community ever again....
Good job tho <.<....
|
|
|
05/03/2011, 08:09
|
#11
|
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
|
Quote:
Originally Posted by .Ryu
So much for quitting and never helping the community ever again....
Good job tho <.<....
|
Someone told me something in a PM and it really helped me out. And when I decided that, I was going through really hard times. Still kinda am but I'm really happy with how it's turning out and how my life is starting to shape itself- so I wanna share what I can do with the world and try to help them see that they can do the same. Sorry if that's cheesy.
Edit: btw- I didn't and have never leeched anything (@ { Angelius }). I had this working more than a month ago.
|
|
|
05/03/2011, 12:00
|
#12
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
|
Quote:
Originally Posted by Spirited
What original sources? o.o For EO? We have those?!
|
Sure do. The eo c++ source was leaked years ago. Iirc it's what all eo bins are based off (although few if any still use the source i think i remember the first sets were ppl compiling/editing the source).
Then again i could be full of ****. I do know the source for both the server AND the client are out though.
|
|
|
05/03/2011, 14:40
|
#13
|
elite*gold: 0
Join Date: Mar 2011
Posts: 165
Received Thanks: 17
|
#edit
Nevermind got this working. Thank you Gareth.
|
|
|
05/03/2011, 15:00
|
#14
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
Quote:
Originally Posted by nTL3fTy
People could learn something if they looked through the leaked EO source sometime.
Code:
DeltaMountX = new sbyte[] { 0, -2, -2, -2, 0, 2, 2, 2, 1, 0, -2, 0, 1, 0, 2, 0, 0, -2, 0, -1, 0, 2, 0, 1, 0 };
DeltaMountY = new sbyte[] { 2, 2, 0, -2, -2, -2, 0, 2, 2, 0, -1, 0, -2, 0, 1, 0, 0, 1, 0, -2, 0, -1, 0, 2, 0 };
Example usage:
Code:
dir = packet.Direction % 24;
newX = client.PositionX + Kernel.DeltaMountX[dir];
newY = client.PositionY + Kernel.DeltaMountY[dir];
|
COUPS uses this method aswell for movement aswell and has done for a very long time, good to see people keep upto date with these sorts of improvements!
|
|
|
05/03/2011, 17:21
|
#15
|
elite*gold: 28
Join Date: Jun 2010
Posts: 2,226
Received Thanks: 868
|
Quote:
Originally Posted by iStefan
WTF This makes no sense. What is xi and what is yi?
|
like
xi = x2
yi = y2
Cant make it more simple then that, its just naming.
Good job spirited, Big difference to Angulius's(?) release.
Thanks mate, glad to see you back. As you know if you ever need help hit me up on msn.
|
|
|
 |
|
Similar Threads
|
[Release]Steed Combination's -- Always Updated
02/23/2012 - CO2 Exploits, Hacks & Tools - 78 Replies
Last Updated: 2/25/2010
Confirmed: 25/46
Keep an eye on this thread as I will update it when new combo's are discovered. All of these combo's came from a program I made so no need to give reps to someone else even if they have the same combo. Why? Well my program finds the absolute shortest path to get said steed closest to the pure steeds found in the MountType.dll file. So if someone else found the shortest already it's not going to be changed. That said have fun and show off your horses...
|
Steed walking... and deadlocks.
02/05/2011 - CO2 Private Server - 10 Replies
Has anyone found out how steed walking works?
If so please let me know. I simply can't find out.
For those who have C# sources and have thread/memory usage problems...
Use profilers to see what's your problem...
For big amounts of threads, if you are not using a thread for a player, your problem might be deadlocks. Lately I had about 600 threads at the same time and with dotTrace profiler, I found out that most of them were in a deadlock state as there were no function called on...
|
[Release]Mount/Demound steed Impulse's source
05/25/2010 - CO2 PServer Guides & Releases - 13 Replies
Goto PacketHandler.cs and find
#region Fastblade
Under that whole region add
#region RideSteed
if (SpellID == 7001)
{
if (client.Spells.ContainsKey(SpellID))
|
[Release]The Steed System Mount Lineage 5165
02/28/2010 - CO2 PServer Guides & Releases - 3 Replies
- Hi all - i changed my name from alfaone to conquer-sx and will back make thread again in 4botters and dvd4arab and elitepvpers no more
now let start with the first thread
1- Go to Packets.cs in Main and search about :
public static COPacket Packet1025()
{
|
All times are GMT +1. The time now is 07:10.
|
|