|
You last visited: Today at 17:04
Advertisement
Quest Loading/Pick-up Bar
Discussion on Quest Loading/Pick-up Bar within the CO2 Private Server forum part of the Conquer Online 2 category.
02/19/2013, 12:08
|
#1
|
elite*gold: 0
Join Date: Jan 2013
Posts: 24
Received Thanks: 0
|
Quest Loading/Pick-up Bar
Does anyone have the codes for the loading bar type thing they have in co now for certain quests like pick flower, release soldier soul, ect Packethandler & effect codes?
Im guessing it works something like:
Click flower npc to pick flower,
Do character kneel action,
Freeze character for like 5 seconds,
Show loading bar effect,
Character stand animation and continue?
|
|
|
02/19/2013, 12:43
|
#2
|
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
|
|
|
|
02/19/2013, 22:55
|
#3
|
elite*gold: 0
Join Date: Jan 2013
Posts: 24
Received Thanks: 0
|
Ahh cool diddnt see that post, How would you go about laying it out from that packet? Never done much like that.
would packethandler be something like this:
Code:
Inside Packethandler case 10010:
{
case Data.Pick:
client.Send(packet);
break;
}
And which number represents the effect?
Code:
public const ushort
Pick = .....
Or am i heading in the wrong direction? lol
|
|
|
02/20/2013, 19:11
|
#4
|
elite*gold: 0
Join Date: Sep 2012
Posts: 775
Received Thanks: 329
|
Quote:
Originally Posted by ajstyles316
Ahh cool diddnt see that post, How would you go about laying it out from that packet? Never done much like that.
would packethandler be something like this:
Code:
Inside Packethandler case 10010:
{
case Data.Pick:
client.Send(packet);
break;
}
And which number represents the effect?
Code:
public const ushort
Pick = .....
Or am i heading in the wrong direction? lol
|
Code:
data2 = new Data(true, 49)
{
ID = 164,
UID = client.Entity.UID,
dwParam = 220,
Facing = Enums.ConquerAngle.West,
EffectTimeOut = 5,
StringCount = 1,
EffectLengthName = 4,
EffectString = "Pick"
};
client.Send(data2);
go thank "{ Angelius }" for the packet structure/effect name and id
|
|
|
02/21/2013, 12:54
|
#5
|
elite*gold: 0
Join Date: Jan 2013
Posts: 24
Received Thanks: 0
|
Ahhh cool thanks, So its just showing an effect then no packethandler ect stuff needed?
|
|
|
02/21/2013, 14:45
|
#6
|
elite*gold: 0
Join Date: Sep 2012
Posts: 775
Received Thanks: 329
|
comon old version works until 5698 and the new version works until now even on the official , why don't you sniff the packets on your own ?
|
|
|
02/21/2013, 15:03
|
#7
|
elite*gold: 0
Join Date: Jan 2013
Posts: 24
Received Thanks: 0
|
Hmmm I last tried comon packet sniffer around 5685 ish but it wasent working on official.
Ok just looked and saw he updated it for the latest one now, lol
Can you tell me what you have as the definitions for:
Facing = Enums.ConquerAngle.West,
EffectTimeOut,
&
EffectLengthName,
The rest i think i have got.
|
|
|
05/07/2015, 18:28
|
#8
|
elite*gold: 0
Join Date: May 2009
Posts: 40
Received Thanks: 1
|
this work on Conquer9 Source 6020 ??? or is there an code for this version
Thanks..!!!
|
|
|
05/09/2015, 05:25
|
#9
|
elite*gold: 12
Join Date: Jul 2011
Posts: 8,284
Received Thanks: 4,195
|
Quote:
Originally Posted by padure
this work on Conquer9 Source 6020 ??? or is there an code for this version
Thanks..!!!
|
What the **** is Conquer9.
What hole did you crawl out of?
|
|
|
05/09/2015, 10:21
|
#10
|
elite*gold: 0
Join Date: May 2009
Posts: 40
Received Thanks: 1
|
Quote:
Originally Posted by Spirited
What the **** is Conquer9.
What hole did you crawl out of?
|
its the source called idk why.... but tell me please do you know effect and action Quest Loading/Pick-up Bar for this version 6020 ??? cuz the code on the description its not for my version i think ....
Thanks for the time..!!
|
|
|
05/09/2015, 14:59
|
#11
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,383
|
You posted in a 3 year old thread complaining it doesn't work in your version...
They explained all the info required to code the feature. It's now up to you to actually implement it into your source.
Aka **** off and stop bumping long dead threads for no reason.
|
|
|
All times are GMT +2. The time now is 17:05.
|
|