Additional Info
|
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 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) |
Additional Info
|
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) 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; |
Additional Info
|
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. |
Additional Info
|
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"
|
Additional Info
|
the cooldown doesnt work (broken image removed)
|
Additional Info
|
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 |
Additional Info
|
Quote from: "blahblahman"
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? |
Additional Info
|
Quote from: "dnvemon"
Instead of freezing the result, did you try changing it? |
Additional Info
|
Quote from: "VxD" Yes I did. |
Additional Info
|
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).
|
Additional Info
|
Oh thanks for the tip! (broken image removed)
|