PDA

View Full Version : Higher Level Attack/Fortify Buttons


ODragon
07-20-2010, 02:51 PM
Has anyone figured out how to manipulate the URL to be able to 50 stamina attacks, 100 energy fortifies against monsters? I'm working my way slowly up to 500 stamina but I figure it is going to take forever. Being able to do a 300 energy fortify on level up would help me a lot.

kiknchikn
07-20-2010, 02:57 PM
Everything you need to know about Castle Age Links - Castle Age Forums (http://174.37.115.166/cforum/showthread.php?t=14544)

ODragon
07-20-2010, 03:00 PM
Everything you need to know about Castle Age Links - Castle Age Forums (http://174.37.115.166/cforum/showthread.php?t=14544)
As far as I know, that is only for Facebook links. I posted this in the MySpace section of the forum.

kiknchikn
07-20-2010, 03:22 PM
Oh, I just assumed myspace was also php-based and would use the same URL parameters. My bad :)

labalaba
07-20-2010, 06:21 PM
yes, the power attack/fort buttons is different than FB..
it's not bookmarkable, always changing like FB war button,
so no attack links there.. :(

ODragon
07-20-2010, 06:33 PM
yes, the power attack/fort buttons is different than FB..
it's not bookmarkable, always changing like FB war button,
so no attack links there.. :(

That was my fear! :( Well, 221 more stamina to go!

Death of Rats
07-20-2010, 07:50 PM
I did have the links and had them working, but the Devs changed it. Now they only seem to work if you are actually allowed that button.

http://valerianknight.narutorpg.org/monsters-f2/nerfed-t23.htm

Zor
07-26-2010, 01:50 AM
I don't use MS much but this should work ..

For firefox right click on the CA app but not on a link any 'dead' area like the grayish bars at the sides and choose "this frame..." -> "open in new tab" or you can choose new window if you prefer or you might be able to select "show only this frame". The result should be a page that is nothing but the app which is now 'ready'.

Direct links don't exist as far as I can find but instead we are going to use the javascript functionality present in the CA app itself (sneaky to use their own weapons against them :D) and call the built-in javascript functions to load the different pages. To do this the link will take the form of javascript:ajaxLinkSend('globalContainer','PAGE') with PAGE being replace with the php page and all parameters. Once the function-link is created copy and paste into the address of the tab/window the CA app is running in and it should load the page. This should work for all pages present in the CA app.

To find the PAGE just use any of methods describing how a FB link is constructed but remove the "http://apps.facebook.com/castleage/" from the front of the link.

For example, to load the page that shows your own active monsters you would first load just the CA app in a new tab/window. Then copy/paste the following into the address of that tab/window: javascript:ajaxLinkSend('globalContainer','battle_ monster.php') then press enter/return and it should be the same page you would see if you click the monsters link in the normal menu.