Castle Age Super Leveling Machine

Monday, March 29, 2010

Guide To Other Good Castle Age Scripts.

Castle Age - Battle Master ~~~ http://userscripts.org/scripts/show/64941
this script can be put in the sidebar under CAAP and it displays info for whatever monster you are currently fighting similar to the output of the monster display. it also offers construction logging which automatically puts your assist information into the chat log for siege assists. you can enter a link for them to return the favor in the options menu, as well as a group/clan tag. also has a critical hit logger that displays your critical hits in the chat log.

Castle Age News Summary ~~~ http://userscripts.org/scripts/show/63068
go to your home page battle newsfeed and now it will have a paragraph summarizing all your battles. this includes total wins/losses, battle points won/lost, gold won/lost, net experience gain/lost. (very cool.)

Arena Guard Builder ~~~ http://userscripts.org/scripts/show/72362
when you go to view army page it adds links to join arena guard as well as a mass random add at the top of every page to fill your arena guard.

Elite Guard Builder ~~~ http://userscripts.org/scripts/show/61078
when you go to view army page it adds links to join elite guard as well as a mass random add at the top of every page to fill your elite guard.

Uber Gifter & Auto Alchemy ~~~ http://userscripts.org/scripts/show/65227
this script is activated by right clicking on grease monkey, click on user script commands, then clicking 'uber gifter' or 'auto alchemy'. a small window will popup in the upper left corner with a pull down menu that allows you to send out gifts randomly, or choose an item to perform alchemy of and it will attempt to send out gifts until you run out of requests or perform alchemy of whichever item you choose until you run out of ingredients.

Requests autoaccept/autoignore ~~~ http://userscripts.org/scripts/show/59960
this script stopped working recently but an update should be along soon. this categorizes all your gift requests and 2 clicks will give you a status screen showing friends accepted and all gifts accepted. CAAP's gift feature works pretty good, this is usually faster. i will update this thread when a new working version is up.

Rycochet's Castle Age Golem ~~~ http://userscripts.org/scripts/show/67412
This script is similar to CAAP but also supports different settings for multiple accounts. this comes in super handy if using the below addon iMacros to automate multiple accounts within a single browser. here are some of the features taken from the userscripts site:
---Features: --- (remember, this is still beta)
- Income General & Banking
- Questing
- Arena (while it's up at least...)
- Monster and Raid Battling (remembers assists too)
- Battle (with target cache)
- Healing (by health and stamina)
- Banking
- Alchemy (optionally use Battle Hearts)
- Town Auto-buy (not working yet)
- Blessing
- Gifting (note: currently receive only, doesn't use the facebook requests page)
- Upgrade
- Elite (fill your elite guard)
- Idle General
- Page Retry and Reload (within the script only)

Dashboard (With *loads* of info...)
- Battle - shows target list and various stats
- Generals - shows total attack and defense, sortable
- Monsters - shows estimated time to kill and other useful bits
- Quest - shows all quests and rewards (per energy point) etc
- Town - shows used equipment in "power" order

THIS IS NOT A GREASEMONKEY SCRIPT, THIS IS WHAT IS CALLED A 'BOOKMARKLET'
JGrabAll Gifts ~~~ http://joshmiller.com/JMWTools.html
This is a java script bookmark that will accept all gifts including Castle Age, Mafia Wars, and many others.
watch the video on how to use http://www.facebook.com/video/video.php?v=267039713010
If for some reason you cannot find JGrabAll Gifts on the homepage listed above you can make it by from scratch by following these steps:
1) Bookmark any webpage
2) Right click on that bookmark and select 'properties'
3) Change the Name: box to - JGrabAll
4) Delete the location box contents and replace with this java script:
Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://joshmiller.com/JGrabAllGifts.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();
5) To use, go to your gift requests page ( http://www.facebook.com/reqs.php )
6) Click your newly created bookmarklet to start the java script.

THIS IS NOT A GREASEMONKEY SCRIPT, THIS IS AN ADDON FOR FIREFOX

iMacros ~~~ https://addons.mozilla.org/en-US/firefox/addon/3863
there are a ton of uses for iMacros, the coolest in relation to castle age is the ability to automate the facebook login process allowing you to have one firefox browser cycle through as many castle age accounts as you want playing each one for a predetermined amount of time. IT IS BEST TO FAMILIARIZE YOURSELF WITH iMacros AND CREATE YOUR OWN MACROS, im including a macro you can use or base your own on.
here is the 'script' you can use with your own login details:

---------------------------------------------------------------------------------

SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT:Logout


VERSION BUILD=6500125 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://login.facebook.com/login.php?login_attempt=1 ATTR=ID:email CONTENT=YOUR-1ST-EMAIL-ADDRESS-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://login.facebook.com/login.php?login_attempt=1 ATTR=ID:pass CONTENT=YOUR-1ST-PASSWORD-HERE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:login_form ATTR=VALUE:Login
URL GOTO=http://apps.facebook.com/castle_age/keep.php
WAIT SECONDS=360
TAG POS=1 TYPE=A ATTR=TXT:Logout


VERSION BUILD=6500125 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://login.facebook.com/login.php?login_attempt=1 ATTR=ID:email CONTENT=YOUR-2ND-EMAIL-ADDRESS-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://login.facebook.com/login.php?login_attempt=1 ATTR=ID:pass CONTENT=YOUR-2ND-PASSWORD-HERE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:login_form ATTR=VALUE:Login
URL GOTO=http://apps.facebook.com/castle_age/keep.php
WAIT SECONDS=360
TAG POS=1 TYPE=A ATTR=TXT:Logout


VERSION BUILD=6500125 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://login.facebook.com/login.php?login_attempt=1 ATTR=ID:email CONTENT=YOUR-3RD-EMAIL-ADDRESS-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://login.facebook.com/login.php?login_attempt=1 ATTR=ID:pass CONTENT=YOUR-3RD-PASSWORD-HERE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:login_form ATTR=VALUE:Login
URL GOTO=http://apps.facebook.com/castle_age/keep.php
WAIT SECONDS=360
TAG POS=1 TYPE=A ATTR=TXT:Logout

---------------------------------------------------------------------------------

All you do is edit and rename an existing demo macro with above information, or record a new one and edit it with above information. the red parts you fill in with your email and password, the line in blue determines how long it will let CAAP play each account. (360 seconds is 6 minutes) there are some drawbacks to using this method but the ability to automate up to 20 accounts in one browser is a huge plus. also by only having one account active at a time you save bandwidth on your net connection and cpu processor load.

you can also use iMacros to login to each account and mass add friends by email, its pretty easy script to write but ill add it here later if any of you want to see it.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any feedback, questions or comments and ill be happy to help.

Castle Age Leveling Machine ~ "Stallion's Pyramid"

Followers