So i can use reg Smart right
So i can use reg Smart right
Simba Code:+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Home's Mobilising Armies Suicider 0,1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Name : *****
Suicide Trips / Hour : 11
Suicide Trips Done : 15
Worked : 1 Hours, 20 Minutes and 28 Seconds
Time : 01:04:17 PM
-------------------------------------------------------
Ok so first of all thank you for the script Home. To make it more stable I have been making some alterations over the last few days as I have been running it.
First of all I changed the antiban as sometimes it would click on a unit and the script would think the game was over.
Second, I changed the location of the click for walking to the entrance so it walks in front of it instead of beside it as that looked quite bot like.
Third, added log in player lol. Also added a few, if not logged in then log in, failsafes as I found it sometimes randomly logged out for some reason.
Fourth, I changed how it invests credits. This was just personal preference, instead of having it invest X, I just made it click on the box for e.g. 10000 or 1000, which ever one I want to invest.
Bugs:
Sometimes I come back to the computer to find it logged it out with no troops in inventory, I still haven't figured out why that is but think it may be if you log out due to inactivity or something? I dont know but if anybody knows I would love to know.
So thanks for the great script Home
*I have found mind runes to be the best combination of high buy limit on ge(25000) and price but they have just gone up in price so maybe you will find something better. Look it up on this page. What you are looking for is the highest number in the right most column, but really the seeds dont buy and anything 1 or over is good. Good luck![]()
Last edited by kingob; 02-03-2012 at 01:23 PM.
i try it for 6 hours but it log out and it stayed in the lobby , it play like one hour then it log out to the lobby and stayed there lie 5 hrs -______-
Keep all bugs coming. For logout issue, I have no idea why it comes. I will try do some excessive testing this weekend.
Thanks.
~Home
come on to msn home
currently i just messaged you :
<3 ur script will post some nice proggies when i get em!
Edit: when none of your units are hurt it thinks your out of credits and logs out
Last edited by l337murd3r; 02-03-2012 at 03:37 PM.
Oh my, always wanted Imbued rings on my pure, can't wait to try it.
THANKS SO MUCH! Perfect for my pure! thank u thank u thank u!
i find when it exits to the lobby for whatever reason. the script will still run and click on the players profile page repeatedly, opening hundreds of pages. not sure if im the only one who has experianced this. and as some have previously mentioned it walks to the left of the entrance rather than the right, also repeatadly typing the number to invest as apposed to clicking min med max button is abit bot like
Thanks for this I will be testing soon, also if anyone wants a good item to use for creds, buy flatpack construction items, there is a flood of them on the market so you can buy for 10%+ under the price! Also its a good excuse to train your con anyway.
Simba Code:+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Home's Mobilising Armies Suicider 0,1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Name : ******
Suicide Trips / Hour : 10
Suicide Trips Done : 95
Worked : 8 Hours, 44 Minutes and 25 Seconds
Time : 11:00:10 PM
-------------------------------------------------------
Lol epic proggy, I manually logged out after 4 hours for a few mins so thats how I missed the six hour timer!
Damit it only does the second option i never played MA so got to do a game myself and can never get into one lolol
Edit: ok running now says out of credits so i just removed that from script so even if i really am out of credits wont log me out got way more then enough credits about 188k also the more points i gamble or what ever you want to call it is it faster ranking ?
Edit: now when it goes to resupply just logs out any temp fixes to avoid checking if enough credits ?
Last edited by illuminatiswag; 02-04-2012 at 02:28 AM.
trying not to be a noob here but how do I DL and start using this?
Any reason why my script atks castle then just moves camera to water and sits there sometimes till games over and also spams over right corner where it shows time remaining looks very bot like
mind runes, body runes, willow logs and oak shortbow (u). are all cheap and can be bought in bulk easily on ge
Bugs I've experienced so far include:
-Not gained points because it didnt issue enough commands
-Selecting a unit but not attacking wall because the camera has moved to far over and so cannot find the wall.
-Failing to recognize units are depleted / failing to replenish
-Running battle plans outside the battlefield, resulting in a logout
-Clicking repeatedly on the message centre once logged out.
Nice work, I'll have to try it out.
"Everything has its limit - iron ore cannot be educated into gold."
-Mark Twain
Well 1 ties in directly with 2, i'v been watching it run and sometimes it only moves the camera 2 movements towards the wall and therefore cannot find it resulting in it not doing anything for the rest of the game other than looking for the wall. This means it wont have issued enough commands to gain a rank.
I haven't witnessed 3 other than coming back to find myself logged out and my units dead in the inventory.
4 and 5 also tie in together as sometimes it logs out but thinks its still running battle plans so clicks around the log in page looking for the wall etc
Im sitting at entrance with my armies/special units and my character isnt doing anything? It wont fill in my username/pw so I had to do that manually also, any ideas of a fix?
It does not use special units only light infantry.
Are you in world 76?
Have you fully filled out the declare players form?
Do you have fixed screen, safe mode, lowest detail, highest brightness?
Go down to the very bottom of the script and replace your entire main loop with this
Simba Code:begin
Smart_Server := 76;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
SetupSRL;
DeclarePlayers;
ClearDebug;
LogInPlayer;
SDebug('Welcome To Home''s MA!');
MakeCompass('N');
If Not InBattle then SetAngle(SRL_ANGLE_HIGH);
repeat
if not LoggedIn then
begin
LoginPlayer;
ClickNorth(SRL_ANGLE_HIGH);
end;
Walk('Entrance');
GetIn;
WaitRoom;
MobiliseArmy;
WhileInBattle;
If FindLadders then
Inc(Players[CurrentPlayer].Integers[2]);
Walk('ReSupply');
ReSupply;
Walk('Entrance');
ProgressReport;
until(False);
end.
That will log your player in and also walk to the entrance at the start.
There are currently 1 users browsing this thread. (0 members and 1 guests)