Relic
-migrated-
Relic Posted on: 03/03/2012 4:50am
Quote Post
Here's the game
http://www.bubblebox.com/play/adventure/20133871.htm

According to others this may be added to Kongregate at some point, so I went ahead and got an AoB for money and exp.

Plug these in when the newgrounds play button is visible.  Not sure if it makes a difference but I do it out of habit. (since the game is fully loaded but not running)

Multiply rooks (currency) instead of spending them on items (10 hits, works best with potion seller at the beginning):
Code: [Select]
96 02 00 08 06 4e 0b 4f 96 04 00 04 03 08 04
Code: [Select]
96 02 00 08 06 4e 0c 4f 96 04 00 04 03 08 04
Custom Exp gained per monster (47 hits, change all):
Code: [Select]
1c 96 07 00 08 01 07 ?? ?? 00 00
Code: [Select]
1c 96 07 00 08 01 07 XX XX 00 00WHERE XX XX = a hexadecimal number corresponding to your exp amount
(ex./ E8 03 = 1000, 0A 00 = 10, FF F0 = Incredibly large)
WARNING: Don't make this too large, or you will never apply all the skill points to your characters lol.  I recommend E8 03, but I don't know how many times you will have to click a stat until you are out of points.

I tried mana, but it's per character obviously and that can wait until either someone is interested or the game is added to Kongregate.

~XxArachitexX

EDIT: spellchecked  :0