Danger Dungeon
-migrated-
Danger Dungeon Posted on: 11/06/2011 7:08pm
Quote Post
http://www.kongregate.com/games/fightcl ... er-dungeon

Just started playing, looks quite decent, has API, and is on the front page. Good contender for badges?

Ability Points, Exp are 4b*1

Abilities themselves are Double*1, as is player health.
Re: Danger Dungeon Posted on: 11/07/2011 3:09pm
Quote Post
xp 56x
Code: [Select]
12 07 00 00 62 08 82 10 06 00 00 62 08 2f 06 =>
12 07 00 00 02 02 02 02 02 02 02 62 08 2f 22
xp 600x
Code: [Select]
12 07 00 00 62 08 82 10 06 00 00 62 08 2f 06 =>
12 07 00 00 02 02 02 02 02 02 02 62 08 2f 27
These 2 codes is same except the multiplier (last modified byte), 1st is 56x, 2nd is 600x.

This game does not expected a player character to be level more than 30. By using 600x aob, the characters may continue level up after lv30, which may cause bug, but so far no issue known yet.

**WARNING**
By passing lv30, the level will be continuously upping automatically,ie. 1 level per some seconds. It is still playable until...then (on my play) it is error after killing Necromancer(lv8 boss?) and cannot be finishing the game.

bye~



No +karma or thanks post please,
we shall exchange appreciation via telepathy ;)
 

Re: Danger Dungeon Posted on: 11/08/2011 12:37pm
Quote Post
Game updated.
combat xp 4x
Code: [Select]
12 07 00 00 62 ?? 82 10 06 00 00 62 ?? 2f 06 =>
12 07 00 00 02 02 02 02 02 02 02 62 ?? 2f 12
There are 2 instances, don't change them in a row, but one by one.
Change last byte to 1a for 600x, 1e for 56x.
**WARNING** (if you use a higher multiplier in above aob)
By passing lv30, the level will be continuously upping automatically,ie. 1 level per some seconds. It is still playable until...then (on my play) it is error after killing Necromancer(lv8 boss?) and cannot be finishing the game.

Spend upgrade pt to add upgrade pt (infinte upgrade for main char)
Code: [Select]
66 ?? ?? 60 30 d2 46 ?? ?? 01 a1 =>
66 ?? ?? 60 30 d2 46 ?? ?? 01 a0
120 upgrade pts per level (Also work for NPC chars)
Code: [Select]
D1 12 ?? 00 00 10 ?? FF FF 09 5e ?? ?? 24 02 68 =>
D1 12 ?? 00 00 10 ?? FF FF 09 5e ?? ?? 24 78 68
**This code MUST entered before title screen (you may need to CE SPEEDHACK , eg. 0.01, just after the loading screen)**

bye~



No +karma or thanks post please,
we shall exchange appreciation via telepathy ;)