[Request] Battle for Wayland Keep
-migrated-
[Request] Battle for Wayland Keep Posted on: 05/02/2011 3:01pm
Quote Post
http://armorgames.com/play/11321/battle ... yland-keep

hey guys, im struggling a bit with this game. Im at day 11 and the keeps defenses just arnt good enough. So It would be awesome if someone can get an AoB for indestructible keep walls (or any AoB that will make this game easier to beat). Also if its not too much to ask, could you also say were you found it (it will help me get better at AoB's)

What I did so far:
Resources are 4bytes*1

Code: [Select]
Super fireball
d0 30 d0 d1 49 01 47=>
d0 30 d0 d1 49 09 47
Found here:
battle-for-wayland-k-11321.swf >> Action (14) >> rpg >> fx >> fireball

Also I dont  know why this AoB doesn't work.

Thanks in advance for all the help (broken image removed)
Re: [Request] Battle for Wayland Keep Posted on: 05/03/2011 10:05am
Quote Post
2 fast ones
Abilities has no cd
66 ce 1c 24 00 0d 09 00 00
66 ce 1c 24 00 0d 00 00 00

search for
Code: [Select]
               if (this.cooldowns[_loc_2] <= 0)
                {
                    delete this.cooldowns[_loc_2];
                }

buying stuff gives resource points.
a1 61 e6 04
a0 61 e6 04

search for
Code: [Select]
this.bwkStory.resources = this.bwkStory.resources - _loc_2;



Re: [Request] Battle for Wayland Keep Posted on: 05/04/2011 12:10am
Quote Post
Thanks man, that first AoB is epic.

One more question, is there a way to search for that without having to look though every function? Im using sothink 5.2.
Re: [Request] Battle for Wayland Keep Posted on: 05/04/2011 9:58am
Quote Post
Don't know if there was that function in 5.2 but there is Search all AS. Just search for things you want to find i.e. when you want to reduce cooldows of abilities you search for smth like "cooldowns" "cooldown" "cds" or smth like that. Ppl usually name variables logicaly. Remember to use "Ignore Case"



Re: [Request] Battle for Wayland Keep Posted on: 05/08/2011 8:24pm
Quote Post
the cooldown doesnt work (broken image removed)
Re: [Request] Battle for Wayland Keep Posted on: 05/09/2011 3:52am
Quote Post
( ͡° ͜ʖ ͡°)
Quote from: "dnvemon"
the cooldown doesnt work (broken image removed)

It still does, explain how you're changing the AoB for us to find your mistake please.



Flash .sol locations
Chrome: \AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\WritableRoot\#SharedObjects\
Normal: \AppData\Roaming\Macromedia\Flash Player\#SharedObjects

Re: [Request] Battle for Wayland Keep Posted on: 05/09/2011 10:47am
Quote Post
Quote from: "blahblahman"
Quote from: "dnvemon"
the cooldown doesnt work (broken image removed)

It still does, explain how you're changing the AoB for us to find your mistake please.


i am using cheat engine. when i am playing the game, the cooldown does not work for me. i still have a cool down for my spells. in cheat engine, i clicked "search for aob" and input the code for cooldown. i tried freezing the code but it doesnt work. how did you get it to work, blahblahman?
Re: [Request] Battle for Wayland Keep Posted on: 05/09/2011 3:18pm
Quote Post
cum here
Quote from: "dnvemon"
Quote from: "blahblahman"
Quote from: "dnvemon"
the cooldown doesnt work (broken image removed)

It still does, explain how you're changing the AoB for us to find your mistake please.


i am using cheat engine. when i am playing the game, the cooldown does not work for me. i still have a cool down for my spells. in cheat engine, i clicked "search for aob" and input the code for cooldown. i tried freezing the code but it doesnt work. how did you get it to work, blahblahman?

Instead of freezing the result, did you try changing it?



Re: [Request] Battle for Wayland Keep Posted on: 05/09/2011 5:57pm
Quote Post
Quote from: "VxD"
Quote from: "dnvemon"
Quote from: "blahblahman"
Quote from: "dnvemon"
the cooldown doesnt work (broken image removed)

It still does, explain how you're changing the AoB for us to find your mistake please.


i am using cheat engine. when i am playing the game, the cooldown does not work for me. i still have a cool down for my spells. in cheat engine, i clicked "search for aob" and input the code for cooldown. i tried freezing the code but it doesnt work. how did you get it to work, blahblahman?

Instead of freezing the result, did you try changing it?
Yes I did.
Re: [Request] Battle for Wayland Keep Posted on: 05/10/2011 2:05am
Quote Post
You probably changed the value while the game was running. Change the value before you start playing (so change it in the main menu screen).
Re: [Request] Battle for Wayland Keep Posted on: 05/11/2011 4:33am
Quote Post
Oh thanks for the tip! (broken image removed)