• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Delete Map Mark

Tufte

Active Member
Joined
Nov 19, 2007
Messages
652
Reaction score
25
Location
Norway
I just cant get how this byte-stuff works.. can anyone make a function that delete map marks by pos? its a function in client, just as create map mark, so it is possible.
 
This "byte stuff" is all packets.

Also, it may be a function IN THE CLIENT. That doesnt mean you can tell the client to use it by sending packets.

I know you can set a map mark with packets, as for delete, i'm not sure. These are a few of the packets I havent looked into, useless for me.

__________________
 
Last edited:
well, what im gonna use it to, is:

using mini map to show for instance guild members (in my case, counter-strike team-mates).. every 5 seconds you can update the minimap by adding positions of the players you want to know where are. this will make it possible to see where your guys are via the minimap. you can do it now, but if you dont delete old map-marks, your map will be totally spammed
 
Yeah its a good system there. I was going to do that with my bot for people on NAV Server, but instead I'm just making an external map window.

Honestly though, I dont think you can remove marks server sided, only add em.

__________________
 
Last edited:
Yeah I find that wierd, but if you notice in global tibia, they never delete map marks either, im sure its more of they don't wish to than they can't. But that probably means that haven't added support for doing that. Why should they if they don't need it.
 
Back
Top