kann man direkt zu einer targetid laufen ? wollte mein punkte bot den schrein anlabern lassen und weis nicht wo man die getnearstnpctocords werte her bekommt und wollte das so machen geht das ?
1. Ja, suche die Id des NPCs. (da gibt es ein paar Programme)Quote:
kann man direkt zu einer targetid laufen ? wollte mein punkte bot den schrein anlabern lassen und weis nicht wo man die getnearstnpctocords werte her bekommt und wollte das so machen geht das ?
While ($CA_GetSpeed,-2) <> 0 Sleep(10) WEnd
Func fight()
$CBVar[0] = 10000
while $CBVar[0] < 5000000
.
.
.
CmdCB ($CA_GetMyDistanceToAgent, -1)
WEnd
EndFunc
Global $tagSKILLLOGSTRUCT = "long AgentId;long MyId;long SkillId;float Activation;byte TeamId;ushort Allegiance;float Distance;long Ping"