Hey,
So I'm in the middle of a bit of a research project, building a 5095 server from andyd123's C# base, I'm a C dev irl (embedded) and wanted to expand my language repo to include C#.
Anyways, no issues getting the server running, implemented loads of features already, PK system, Items, upgrading, spells, drop mechanics, just generally tidying up the base source as its a bit messy and fixing some appalling bugs, no offence to Andy.
But I've hit a bit of a head scratcher that I can't seem the figure out.
I'm implementing Pray (revive), and client side I'm not able to target another character with revive, client side simply says 'Wrong target' as if the char I'm targeting is an NPC.
I've got Char targeting working fine with attack spells, white magic, AOF magic (Fire circle, scatter etc), but for some reason Pray won't send any packets (1022'21....0x3FE'0x15) to the server.
Any experienced guys around know what the issue may be? - I presume its some sort of mesh issue/model issue in my handshake.
So I'm in the middle of a bit of a research project, building a 5095 server from andyd123's C# base, I'm a C dev irl (embedded) and wanted to expand my language repo to include C#.
Anyways, no issues getting the server running, implemented loads of features already, PK system, Items, upgrading, spells, drop mechanics, just generally tidying up the base source as its a bit messy and fixing some appalling bugs, no offence to Andy.
But I've hit a bit of a head scratcher that I can't seem the figure out.
I'm implementing Pray (revive), and client side I'm not able to target another character with revive, client side simply says 'Wrong target' as if the char I'm targeting is an NPC.
I've got Char targeting working fine with attack spells, white magic, AOF magic (Fire circle, scatter etc), but for some reason Pray won't send any packets (1022'21....0x3FE'0x15) to the server.
Any experienced guys around know what the issue may be? - I presume its some sort of mesh issue/model issue in my handshake.