PDA

View Full Version : just want to ask


igidnatao
2nd January 2006, 17:32
How do you make a bot double strafe only one monster in the field, w/in the farthest range? I have already written the unwanted monsters in the mon_control....

i don't know the max distance of the archer.. is it 10? example is when i want my archer to double strafe the monster greatest general within the range that it will not be able to hit me or use a spell on me( because sometimes it can spell fire bolt[?] on me when i am in a small distance.) and i also want to ask how to make it attack normally when there is no more sp for DS...

---THANKSSS----------------

Hunt3r
3rd January 2006, 00:10
yupp its 10, and you can change it to 10 on the


attackAuto 2
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 1.5<--change to 10 aswell
attackDistanceAuto 0
attackMaxDistance 2.5
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 1
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0
attackLooters 0

rozen09
3rd January 2006, 06:21
if u want to attack only greatest general and nothing else on the field, try this one!

runFromTarget 1
runFromTarget_dist <--------- put the distance (1-10)

then just put in ur "mon_control" the monster u dont want to attack

AntonJade
4th January 2006, 14:34
No dude the max distance is 13 i use this in my bot.......... Try to put..................


attackDistance 13

rozen09
4th January 2006, 15:03
@antonjade
ook! i just put max attack distance = 10 because the previous post said so!

PinoyBigCousin
4th January 2006, 15:23
attackDistance is just for normal attack..

rozen09
4th January 2006, 15:33
@pinoybigcousin
yeah i know!! i just want to make clearance between me and antonjade