Hello Everybody! I need to get Confiscator Packet at 5165 to be able to do the Redeem/Detain system... Can Some1 help me * Giving me Confiscator packet * xD
Have fun
There is no 'confiscator' packet as far as I know... you calculate a random gear and then remove it from the player and add to a database of items that are detained. Then send the effect using general data subtypes.
There is a general data subtype that displays the text "gear detained" and "Detained gear".
Then setup the npc to show what gears have been detained and calculate how much cp needs to be payed to reclaim them. If the time elapses in which they should have claimed them, give it to the person who killed them.
All it really involves is setting up a database to store things properly, some calculations for random chance and cp calculations and then a time check to determine when the item is given to the person who killed the blackname.
noob dont just ask and ask and ask release something USEFUL lol
Do It Instead of me..
You can't even copy paste one ****, You requested ban system from Fang.. and You didn't thank him cause you Couldn't setup it. Hahahaha
Do It Instead of me..
You can't even copy paste one ****, You requested ban system from Fang.. and You didn't thank him cause you Couldn't setup it. Hahahaha
That is very true, Everyone here in this subforum is C# programmer
Quote:
Originally Posted by _tao4229_
No, I'm an F# programmer.
then you are in the wrong forum. should learn C#.
I work for a while with CoEmuV2 source and was making a version 5165, and had these packages on my source(as said pro4never is a general package). when I have time I will show for the curious to see some interesting things in my code.I worked for 4 months in the code.
That is very true, Everyone here in this subforum is C# programmer
then you are in the wrong forum. should learn C#.
I work for a while with CoEmuV2 source and was making a version 5165, and had these packages on my source(as said pro4never is a general package). when I have time I will show for the curious to see some interesting things in my code.I worked for 4 months in the code.
sorry, my english is not good
Not everyone can be classed as a programmer, people that run a server sometimes don't know the first thing about c# or even programming.
There are only a few people that can be called programmers in this section.
Also don't tell people what to learn... I will tell you right now alot of people will get very much annoyed with you saying things like that.
EDIT
Sorry for the off topic but it had to be said.
Ooh ***, I do love when random ppl come in and don't realize saint knows his ****.
XD
and yes, 99 pct of the pserver community are not programmers in any sense. They MAY have some BASIC knowledge of syntax/editing but that's about it. Hell I'm only barely starting to be anything someone would ever consider a programmer myself. Even that's questionable.
[Request] Packet Structure for CharData Packet 05/16/2011 - Silkroad Online - 4 Replies can someone tell me which structure the CharData packet has? i would really appreciate this, since im still noob in such things. its just too high for me/ too much information for my head. :handsdown:
S->C(3013)...
5165 SendStallItem packet 09/13/2010 - CO2 Private Server - 13 Replies hey guys I was wondering if anyone got the right packet to show the 2nd socket as i tried to edit it in many ways and it never worked...
public static COPacket AddStallItem(Game.Item I, Features.PersonalShops.ItemValue Val, uint StallID)
{
byte Packet = new byte;
COPacket P = new COPacket(Packet);
P.WriteInt16((ushort)(Packet.Length - 8));
P.WriteInt16((ushort)0x454);
P.WriteInt32(I.UID);
...
Possible flower packet conversion for 5165 NCS 02/20/2010 - CO2 Private Server - 19 Replies Hey all,
I believe ImmuneOne released this packet(?)
So give him thanks if he posts here!
I believe I pressed enough buttons to make everything stop underlining in red....
Thing is I don't know how to test if I actually did the packet conversion correctly.
These are the original packets
public static byte FlowerPacket(string Flowers,bool CreateInstance)
[Request] Confiscator 12/26/2009 - CO2 Private Server - 0 Replies Could someone please give me a working Confiscator NPC, He is the blue warrior in the Jail and in Market. Please help on this I can't seem to find any lol.
For a server that's 5165 please.