What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

BotBase Help

blayke

New Member
Joined
Nov 7, 2014
Messages
3
Reaction score
0
any botbase devs out there that can tell me the command line to target a npc, say a banker? id like to add a button on AutoAnglers2 Bot config, Force Bank...

already finished the Force Vendor button, just need to finish the bank one.




Edit: couldnt figure out the npc targeting, so i moved on... getting abit irritated :/
 
Last edited:
wait... is it illegal to edit someone elses work on here? :O
nope .. editing is not the problem
publishing the edits (and the base u edited) under your name (without crediting the creator) would be a problem so far.

do u already know the banker? i mean ... are u already in range of the unit? do u have it listed in your ObjectManager?
if yes ... take a look at the HB Documentation or use Visual studio, every unit (or at least 99%) has a Method called Target() (so unit.Target()), to target the unit :)
 
Back
Top