z.B:
währe sehr dankbar für ne anleitung oder erklärungQuote:
-- ; WoW 1.5.1
_WOW_VERSION = "1, 5, 1, 4449"
-- ; NPC HOOK
_npc_hook_addr = "46F676"
-- ; FUNCTIONS
_function_GetPlayerPtr = "45D430"
-- ; PLAYER OFFSETS
_player_unit_struct = "8"
_player_hitpoints = "1E98"
_player_mana = "1E9C"
_player_maxmana = "18"
_player_maxhp = "18"
_player_current_xp = "27B0"
_player_max_xp = "27B4"
-- // _player_alive = "20F5" -- // does not work
-- // _player_form = "2096" -- // does not work
-- // _player_combo = "2FB1" -- // does not work
-- // _player_level = "1EC8" -- // works but not needed
_player_rage = "4"
_player_energy = "8"
_player_facing = "93C"
_player_internal_z = "4"
_player_internal_y = "4"
_player_internal_x = "4"
_player_targetID = "943F58"
_player_playerID = "9393C8"
-- ; NPC OFFSETS
_npc_id = "4C0"
_npc_id2 = "4C4"
_npc_hp = "354"
_npc_level = "548"
_npc_faction = "54C"
_npc_x = "10"
_npc_y = "14"
_npc_z = "18"
_npc_facing = "1C"

wenn eine neue WoW version kommt würde ich die bots gerne selber "updaten" hihi

-------------
soso.. ich hab auch noch einige probs. mit schurken und mage bots... *wer nicht? ;D*
kann mir das bitte einer auch übersetzen ?=)Quote:
_KEY_ATTACK = "7"
_KEY_SS = "1"
_KEY_EVIS = "2"
_KEY_BOWSHOT = "8"
_KEY_RIPOSTE = "4"
-schurken keys
--------------------------------------
_KEY_CONE = "2"
_KEY_NOVA = "3" -frostnova?
_KEY_BLAST = "4"
_KEY_BALL = "5" -feuer/ice ball?
_KEY_MISSLES = "6" -wtf?
_KEY_PRESSENCE = "{F5}"
_KEY_SHIELD = "{F3}" -manaschild?
_KEY_EVOCATION = "{F4}"
_KEY_POTION = "9" - heiltrank oder?!
_KEY_ARMOR = "{F11}" - magische rüstung?
_KEY_SELF = "{F1}"
_KEY_NEAR = "k"
_KEY_DAMPEN = "{F2}" - magierdämpfer?
_KEY_INT = "{F12}" - arkanen inti?
_KEY_AGATE = "0"
_KEY_SAGATE = "{F6}"
-Mage keys
vielen dank
