Page 1 of 1

2 questions := { point on map , HSA client }

Posted: Sat Dec 15, 2012 11:15 am
by atreiu
question[1] := point on map
is it possible to set green point in user's client from server? its possible from client but.

Image

i did try 0x56 packet but there should be item map etc.
so if someone know then please :angel:

question[2] := regard 0xC8 packet

i use HSA client. at fist time server said that unknown packet c8 and character stuck after some steps.
from packet description i should send it back. "If and only if erver "relays" the packet (sending back the same data) range stuff gets activated client side."

i had create receivefunction and do this:
var pol_packet := CreatePacket(0xC8, 2);
pol_packet.SetInt8(1,18); ///packet.GetInt8(1)
pol_packet.SendPacket(character);

after this server dont say that unknown packet but character still stuck and cant move after 8-9 steps.
what i do wrong? or maybe the reason in some another

Re: 2 questions := { point on map , HSA client }

Posted: Sun Dec 16, 2012 11:35 pm
by Voicer
about this c8 packet, I did the same but even without the packethook, I was able to walk and was not freezed as you, so it is probably something else.

Re: 2 questions := { point on map , HSA client }

Posted: Sat Dec 22, 2012 3:05 am
by atreiu
Voicer wrote:about this c8 packet, I did the same but even without the packethook, I was able to walk and was not freezed as you, so it is probably something else.
yep this is solved.

very intersting question[1]

Re: 2 questions := { point on map , HSA client }

Posted: Wed Dec 26, 2012 1:42 pm
by Voicer
this is a feature of enhanced client or you can show this gump in classic one? I know about RUnUO dynamic gumps (with .net 4.0 and vitanexcore) but I guess it's not what you are asking for regarding dynamic in-game gump-map update...

Re: 2 questions := { point on map , HSA client }

Posted: Wed Dec 26, 2012 2:03 pm
by AsYlum
Voicer wrote:this is a feature of enhanced client or you can show this gump in classic one? I know about RUnUO dynamic gumps (with .net 4.0 and vitanexcore) but I guess it's not what you are asking for regarding dynamic in-game gump-map update...
That is from enchanced client.