Paladog
-migrated-
Paladog Posted on: 05/10/2012 10:45pm
Quote Post
 Link: http://www.kongregate.com/games/fazecat/paladog

 Cash is 4bytes*1
 Food and Mana are double*1
Re: Paladog Posted on: 05/12/2012 7:22am
Quote Post
Unit upgrade levels are 4b*8+6

Edit: The skills gained when leveling are also 4b*8+6

Edit: Oops. Don't max every skill. When you run out of skills, you can't get out of the level up upgrade screen.

Edit: I like this one: mace and ring levels are also 4b*8+6, and it's by slot. Equip any mace in a slot, search, equip another mace with a different bonus, search, and repeat if necessary. There will be two results, change both and repeat. Once you know the slot you can keep using those two addresses to increase any item's bonus. To be safe, I haven't gone any higher than 255.
Re: Paladog Posted on: 05/14/2012 11:47pm
Quote Post
See below for AoBs
Re: Paladog Posted on: 05/16/2012 6:43pm
Quote Post
I was unable to find any of the AOBs you mentioned above, possible update to the game ?
Re: Paladog Posted on: 05/18/2012 3:34pm
Quote Post
I was unable to find any of the AOBs you mentioned above, possible update to the game ?

The first AOB seems to work, others, not. I guess it did got updated, though it says he posted at May 14th, it could be edit.
Re: Paladog Posted on: 05/23/2012 6:30pm
Quote Post
My I request an update for the invincibility AoBs? I'm having some trouble with the waves that use that weird random card draw system (Food and Mana aren't used, therefore aren't helpful.).
Re: Paladog Posted on: 05/23/2012 7:02pm
Quote Post
The dev is either doing a bunch of little shadow updates or there is something I'm missing. I'll see if I can make them update resistant (I can post code if anyone wants to teach me how to do that).

Invincibility (first 1 has 13 addresses)

a2 20 66 ?? ?? 62 0b a1 61 ?? ??
a2 20 66 ?? ?? 62 0b a0 61 ?? ??

66 ?? ?? 66 a2 20 24 0a a3 a1 d1 a2 a1 61 ?? ??
66 ?? ?? 66 a2 20 24 0a a3 a1 d1 a2 a0 61 ?? ??

10 36 00 00 d0 66 ?? ?? 66 ?? 26 61 ?? ??
10 36 00 00 d0 66 ?? ?? 66 ?? 27 61 ?? ??

a1 61 ?? ?? d0 66 ?? ?? 66 ?? ?? 62 04 66 a2 20 26 61 ?? ?? d0
a1 61 ?? ?? d0 66 ?? ?? 66 ?? ?? 62 04 66 a2 20 27 61 ?? ?? d0

No unit cooldown

61 a2 20 d0 66 ?? ?? 66 ?? 66 ?? ?? d1 26 61 a2 20
61 a2 20 d0 66 ?? ?? 66 ?? 66 ?? ?? d1 27 61 a2 20


I'm only going to update these unless someone asks for the others. Like is said above use double*1 for food and mana
for maxing skills I found it easiest to search 4b*1 for your level and lock it at one until you get the last skill then set it to 200 (max level) if you don't set it to 200 you will level again and be stuck in the skill select screen

Edit: Hopefully these are now update resistant
Re: Paladog Posted on: 05/23/2012 7:32pm
Quote Post
let me explain it simply by comparing your two invincibility codes

old one: 66 ed 20 62 0b a1 61 ed 20
new one: 66 ef 20 62 0b a1 61 ef 20


66 ed 20 and 66 ef 20 are both referencing the same thing. in previous version of the game variable X was referenced by "ed 20" current version changes the constant pool and now that variable X is referenced by "ef 20"

unless the dev in question goes for a massive code revamp you can make your codes update proof by using wildcards like "?" as in:
66 ?? ?? 62 0b a1 61 ?? ??

thing is when you use wildcards you usually get more results then intended. so most of the time you'll need to add additional parts of the code to minimize the result number. you'll get the hang of it after trying a couple of times.
Re: Paladog Posted on: 05/24/2012 7:16am
Quote Post
the AOB's aren't working for me ):

Just need to beat lvl 15 (one of the green luck levels - playing on the hardest mode so its kinda extremely difficult)

Is it possible to unrandomize the green levels  - as in make an aob so that there's no waiting time for new 'cards' (ie hold down 1 and allies just keep popping up)

Sorry its hard to explain :/

Or can you just update the invincibility aob again?

Thanks
Re: Paladog Posted on: 05/24/2012 9:29am
Quote Post
( ͡° ͜ʖ ͡°)
Couldn't find most of this, so I updated them.

Invincibility (first 1 has 13 addresses)
66 ?? ?? 62 0b a1 61 ?? ?? d0
66 ?? ?? 62 0b a0 61 ?? ?? d0

66 ?? ?? 66 ?? ?? 24 0a a3 a1 d1 a2 a1 61 ?? ??
66 ?? ?? 66 ?? ?? 24 0a a3 a1 d1 a2 a0 61 ?? ??

10 36 00 00 d0 66 ?? ?? 66 ?? 26 61 ?? ??
10 36 00 00 d0 66 ?? ?? 66 ?? 27 61 ?? ??

a1 61 ?? ?? d0 66 ?? ?? 66 ?? ?? 62 04 66 ?? ?? 26 61 ?? ?? d0
a1 61 ?? ?? d0 66 ?? ?? 66 ?? ?? 62 04 66 ?? ?? 27 61 ?? ?? d0

No unit cooldown
61 ?? 20 d0 66 ?? ?? 66 ?? 66 ?? ?? d1 26 61 ?? ??
61 ?? 20 d0 66 ?? ?? 66 ?? 66 ?? ?? d1 27 61 ?? ??



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: Paladog Posted on: 06/05/2012 10:07pm
Quote Post
Foreign Fanservice
Badged.
  • Wagon wheel (Easy)
    • Level 1-6 Completed
  • I Like Tortoises Badge (Medium)
    • 5 Units Unlocked
  • Undead Menace Badge (Hard)
    • Level 4-24 Completed
  • Perfectionist Pooch Badge (Hard)
    • 360 Stars Collected

No wait for destiny icons

d1 a3 0f ?? ?? 00 d0 66
d1 a3 0f 00 00 00 d0 66

For those levels where you get given stuff to cast/summon. There's no waiting for a new card you just get spammed with them. Every time one is used it's instantly replaced.

Mana & food always capped

0f 0d 00 00 d0 66 ?? d0 66 ?? 46
0f 00 00 00 d0 66 ?? d0 66 ?? 46

EDIT: Added in a sol. Submits 9 units unlocked 120 levels complete (i.e the whole game) and 360 stars. There won't be an actual save file as it's a separate .sol that deals with stat submissions. Badges should be awarded by the time it reaches the main menu.
Location on the sol is gamez/0014/4458/live/PaladogWeb.swf



Survival of the fittest? Then why are there so many idiots around...
Point proven.
Listen to many, speak to a few.

Re: Paladog Posted on: 06/05/2012 10:15pm
Quote Post
does anyone have a completed sol file for this?  For some reason paladog refuses to work on my computer, causes shockwave to lock up and crash
Re: Paladog Posted on: 06/05/2012 11:59pm
Quote Post
61 ?? ?? d0 66 ?? ?? 66 ?? 66 ?? ?? d1 26 61 ?? ?? d0
61 ?? ?? d0 66 ?? ?? 66 ?? 66 ?? ?? d1 27 61 ?? ?? d0

couldn't find no unit cool down so I updated

Edit: Win = 3 stars (3 addresses) Shows on level and kong achieve progress but not on level complete screen  Hope it helps

60 ?? 66 ?? ?? a2 a0 24 ?? 61 ?? ??
60 ?? 66 ?? ?? a2 a0 24 03 61 ?? ??
Re: Paladog Posted on: 06/06/2012 1:50am
Quote Post
does anyone have a completed sol file for this?  For some reason paladog refuses to work on my computer, causes shockwave to lock up and crash

You still need to load the game to get the badges, and at least complete a level, but I'm not sure because I've gotten no badges with the game about half finished.
Re: Paladog Posted on: 06/07/2012 9:25pm
Quote Post
Quote
Mana & food always capped

0f 0d 00 00 d0 66 ?? d0 66 ?? 46
0f 00 00 00 d0 66 ?? d0 66 ?? 46


Thanks for this. I got tired of playing it for 3 days straight after this AOB I was able to do the rest in 1 hour! Thanks sooo much (broken image removed)