[(Awesome)RELEASE] CoEmuv2.Nano(5095) Source Code

06/15/2009 14:27 yuko#781
[info]

when you have a team. and you seach for someone. if you stay on the icone left aboven from the screen you should see a star on the map.
this is the case that would allow that.
i made something else with it
have fun
Code:
case 106:
{
int PointedcharID = ReadLong(Data, 8);

break;
}
default:
{
Console.WriteLine("[GameServer] Unknown 0x3F2 Packet Subtype: " + SubType);
break;
}
06/15/2009 16:56 Zehava333#782
I'm working on trying to code the XP skills to work. Could someone please tell me the offset and/or packet to send the XPList please, or a way to find it? Thanks.
06/15/2009 18:35 YukiXian#783
Quote:
Originally Posted by Zehava333 View Post
I'm working on trying to code the XP skills to work. Could someone please tell me the offset and/or packet to send the XPList please, or a way to find it? Thanks.
It uses a status effect,

Working Xp skills: [Only registered and activated users can see links. Click Here To Register...]
06/15/2009 18:39 Kiyono#784
Quote:
Originally Posted by YukiXian View Post
It uses a status effect,

Working Xp skills: [Only registered and activated users can see links. Click Here To Register...]
Can you tell me which status effect?
//edit it's one of the following right?
Code:
00000000 NULL NULL
00000001 NULL NULL
00000004 NULL NULL
00000008 NULL NULL
00000010 NULL NULL
00000020 NULL NULL
00000400 NULL NULL
00000800 NULL NULL
00004000 NULL NULL
00008000 NULL NULL
00010000 NULL NULL
00200000 NULL NULL
00400000 NULL NULL
01000000 NULL NULL
08000000 NULL NULL
10000000 NULL NULL
06/15/2009 18:59 n0mansland#785
Prolly noob question but what file is skills in and how the heck do you guys add lucky time and crap
06/15/2009 18:59 nTL3fTy#786
Quote:
Originally Posted by Kiyono View Post
Can you tell me which status effect?
//edit it's one of the following right?
Code:
00000000 NULL NULL
00000001 NULL NULL
00000004 NULL NULL
00000008 NULL NULL
00000010 NULL NULL
00000020 NULL NULL
00000400 NULL NULL
00000800 NULL NULL
00004000 NULL NULL
00008000 NULL NULL
00010000 NULL NULL
00200000 NULL NULL
00400000 NULL NULL
01000000 NULL NULL
08000000 NULL NULL
10000000 NULL NULL
Yes. Set the player's status to include the 0x10 flag when the XP list fills up to 100 and the client will display the player's XP skills like normal.

Quote:
Originally Posted by n0mansland View Post
Prolly noob question but what file is skills in and how the heck do you guys add lucky time and crap
All skills are located in MagicType.dat.
06/15/2009 19:19 Kiyono#787
Quote:
Originally Posted by nTL3fTy View Post
Yes. Set the player's status to include the 0x10 flag when the XP list fills up to 100 and the client will display the player's XP skills like normal.



All skills are located in MagicType.dat.
[Only registered and activated users can see links. Click Here To Register...]

Well I got the skills appearing now I need to actually activate the skill when clicked and something to check the XPList progress...
oh well I'll do that later.

//edit Should I use a timer or is there a better way?
06/15/2009 20:32 n0mansland#788
Got three questions

in C# how do i make it so it check if your leaving jail you need less than 99 pkp cause like in lotf it would be like if MyChar.Pkp > 99); or somethin like that

also if im making the botjail npc how do I make it check level less than lvl 14

and last question why do the furniture npcs not show up?
06/15/2009 20:39 Zeroxelli#789
Code:
if (CSocket.Client.PkPoints > 99)
    //Can not leave
Code:
if (CSocket.Client.Level <= 14)
    //Can enter
For the NPC's, add them?
06/15/2009 20:42 n0mansland#790
yeah i figured it out but thanks though

and btw the npcs ARE added... Like i said before but theyre not showing up
06/15/2009 22:23 YukiXian#791
Quote:
Originally Posted by Kiyono View Post
[Only registered and activated users can see links. Click Here To Register...]

Well I got the skills appearing now I need to actually activate the skill when clicked and something to check the XPList progress...
oh well I'll do that later.

//edit Should I use a timer or is there a better way?
There's a better way, Its a subtype in Packet 0x3F2...
06/15/2009 22:28 Kiyono#792
//
06/15/2009 22:32 Xanrry#793
Coemu 5095 not Good=/ !
06/16/2009 00:03 WHITELIONX#794
Does anybody know how to make this Hamachi because I have tried over and over again to open my ports etc didn`t work. I even had Zeroxelli team view to try and sort the problem but shit it just won`t do it.
06/16/2009 00:50 Zeroxelli#795
Yeah, cause I fail at Hamachi. ;[