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

God I'm bad at this.. [HELP!!!!!] [Please read]

Nedun

Member
Joined
Mar 31, 2013
Messages
33
Reaction score
0
Hello! I think most of you guys have heard of the new afk farming that gives you around 5 legendaries/hour, I tested it and I got 8 legendaries first hour, 4 second, 6 third. BUT!

Whenever I tab down, I get dc'd after a while, like 10 minutes ish, You basically need to type something in chat or something in order not to get dc'd if you want to tab down and watch a movie..

SO! Please help me, how do I create an profile / combat routine that stands 100% still, doesnt pick up items, doesnt leave game, doesn't do any of that stuff, just a profile that stands 100% still and makes me unable to get dc'd!?

Thanks in advance, (quick responses are highly appreciated"
 
Hello! I think most of you guys have heard of the new afk farming that gives you around 5 legendaries/hour, I tested it and I got 8 legendaries first hour, 4 second, 6 third. BUT!

Whenever I tab down, I get dc'd after a while, like 10 minutes ish, You basically need to type something in chat or something in order not to get dc'd if you want to tab down and watch a movie..

SO! Please help me, how do I create an profile / combat routine that stands 100% still, doesnt pick up items, doesnt leave game, doesn't do any of that stuff, just a profile that stands 100% still and makes me unable to get dc'd!?

Thanks in advance, (quick responses are highly appreciated"

Force town runs repeatedly.
 
Force town runs repeatedly.

I don't really understand what you mean, I click the "force townrun" button, but then it just kills everything, goes to town, leaves game! I'm using the legendary road profile beacuse, i'm 100% new at this and don't understand a shit :/
 
You said you wanted a profile that stops you being disconnected.

Make a profile with a couple of moveto and waits or a town run inside a while loop.
Code:
<Profile>
  <Name>AFK</Name>
  <GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1"/>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <Order>
    <While condition="True">
      <WaitTimer questId="1" stepId="1" waitTime="50000"/>
      <ForceTownRun questId="1" reason="" />  
    </While>
  </Order>
</Profile>

Every 50 seconds it does a town run, why do you want it to stand still?
 
Last edited:
dude what afk profile? how do you sit perfectly still and get legendaries? you make no sense man lol. and dont TAB down....run it in a window mode
 
[video=youtube;nM4Dhj6bewQ]https://www.youtube.com/watch?v=nM4Dhj6bewQ[/video]

He's talking about this I'm guessing
 
I don't really understand what you mean, I click the "force townrun" button, but then it just kills everything (stops running the profile), goes to town, leaves game! I'm using the legendary road profile because, i'm 100% new at this and don't understand a shit :/

wait guys his using legendary road profile...but which one lol. His profile works, just problem of dcing....id say if you minimize bot u prob screw it up (havnt tested). What you mean TAB down? do you Minimize it?
 
Back
Top