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

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm

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

Post 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
Voicer
Neophyte Poster
Posts: 30
Joined: Fri Oct 06, 2006 8:30 am

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

Post 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.
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm

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

Post 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]
Voicer
Neophyte Poster
Posts: 30
Joined: Fri Oct 06, 2006 8:30 am

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

Post 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...
User avatar
AsYlum
Grandmaster Poster
Posts: 115
Joined: Sun Feb 05, 2006 5:24 am

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

Post 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.
Post Reply