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

dogbird99

New Member
Joined
Sep 4, 2015
Messages
3
Reaction score
0
심플팔로우



를 마을에 아이템떨구게 설정해놨는데



균열끝나고 나서



쫄이 자꾸 5막에 가버리는데 ...이거 어케 수정할수 없나요?







리더봇은 1막으로 이동후에 균열 열고



균열완료 -> 포탈 -> 1막에서 겜블 및 정비 -> 다음 균열



쫄도 -> 포탈 ->5막으로 순간이동-> 5막에서 템떨구고 겜블 및 정비 하고 다음 균열열때까지 대기





이런식이라 뭔가 안맞는데;;





리더봇을 5막에서 행동하게끔 수정하거나



쫄을 1막에서 행동하게끔 수정할수 없나요?
 
방법 찾았네요 ! 혹시 같은 증상 겪으시는 분은

If you want them to goto Act1 hub instead of Act5 pls change line 324 of SimpleFollow/ProfileBehaviors/FollowTag.cs from


Code:
new Action(ret => ZetaDia.Me.UseWaypoint(49)),to


Code:
new Action(ret => ZetaDia.Me.UseWaypoint(0)),

이거처럼 SimpleFollow/ProfileBehaviors/FollowTag.cs 파일을 메모장으로 열으셔서

컨트롤+f로 ZetaDia.Me.UseWaypoint 이거 찾으셔서 괄호 안을 0으로 바꿔주시면됩니다!

그럼 1막으로 이동해요




아니면

이거 보시면

I am not the person who create that plugin but I am doing whatever I want with it so I can maybe answer your question.

1. Can i use YAR in my situation?
Answer: Yes, I don't see how this will get in conflict with SimpleFollow.

2. Do i have to put lower movement speed on main bot, account (main+3follower) but all on bots.
Answer: No, the follower will follow your leader and fight any monster that get in range on them. So does not matter in any situation I know.

3. The 4 bots are running in 1 computer. Can u tell me how to configure this plugin: http://scr.hu/0ijg/bybqc on main account and 3x followers. Witch option to check?
Answer: On the same computer you keep the setting I you show in your screenshot and change localhost on all your bot for your local IP address. EX. 192.168.1.100

4. http://scr.hu/0ijg/y1y2t im using this from the thread.
Answer: Use the latest plugin publish in this thread. It will offer the best performance.

5. The biggest problem atm is: [...] kill boss guardian.
Answer: Configure properly each Trinity on every bot. There is no other way around all your current issue related to each individual bot behavior.


6. I have to uncheck the questtools? i just load profile: adventurer/nephalm/greater.
Answer: NO NO... on your follower you just need 2 plugin enable to make it viable. Trinity and Questtools.
Questtools is the most important one.

I make a little adaptation to the current SimpleFollow version by removing the action from the follower to always teleport himself to the act 5
and also remove the action of the follower to make a Grift

어떤사람이 수정한 버전이 있던데 이걸로 깔으셔도 됩니다 ..액트5로 웨이타는거 안타게 하는 수정말고도 뭘 수정했다는데 정확히 모르겟네요;; 누가 좀 알려주세요 ㅋ 암튼..

링크가 제대로 될지는 모르겠네요 ㅠ

https://www.thebuddyforum.com/attac...llow_noteloportact5_nofollowermakinggrift-zip
 
Back
Top