Posts: 30
Threads: 13
Joined: Feb 2011
Reputation:
0
i got duel hotos for switch bo on my barb but he still uses norm weps to bo....any way i can fix this so he bo and tele with hoto then swtich over to main to kill bosses..........is there anyway i can do this on my barbs
Posts: 452
Threads: 30
Joined: Jun 2005
Reputation:
0
i'll look into it for you,can't promise anything though,because I don't use a barb to bot with.
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Posts: 30
Threads: 13
Joined: Feb 2011
Reputation:
0
k thanks for looking into it....yeah i was trying to look into it but havent really found anything and figured someone else might know something that i dont...so thanks jammer and anyone else that has looked at it and tryed to figure it out for me
Posts: 452
Threads: 30
Joined: Jun 2005
Reputation:
0
Ok I did find out what to do,You have to modify every bot script your barb runs. The bot scripts are located in D2NT\scripts\NTBot\bots.Also make sure your battle weapons are in slot 1 and your bo and teleport weapons are in slot 2. Next open up any of the bots and ctrl f this line
Code:
NTP_DoPrecast(true);
,now insert this next line right above it so that it looks like this
Code:
[COLOR=red]NTC_SwapWeapons(1)[/COLOR]
NTP_DoPrecast(true);
Next scroll down further in the bot until you see this text and then add the red
Code:
if(!NTM_TakeWaypoint(101))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTM_TakeWaypoint()");
return;
}
[COLOR=red]NTC_SwapWeapons(1)[/COLOR]
NTP_DoPrecast(true);
Also look for this next bit of text to add the red to
Code:
[COLOR=red]NTC_SwapWeapons(0)[/COLOR]
if(!NTA_KillMonster(242))
{
NTC_SendMsgToScript("NTBotGame.ntj", "NTA_KillMonster()");
return;
}
doing it this way may be time consuming but it will get you the results you are looking for, ie. switching to hotos to precast and tele and switching back to kill monsters.
Credit goes to
Evram
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Posts: 30
Threads: 13
Joined: Feb 2011
Reputation:
0
wow thanks so much....going to make my barb so much faster getting to count, andy, ect....