Scrapman
Tentacle Monster
- Joined
- Jul 26, 2014
- Messages
- 454
- Reputation score
- 77
No offense but isn't pirating in Brazil as natural as it gets?
Well...yeah.
Doesn't mean I like doing it. I just do it out of necessity.
No offense but isn't pirating in Brazil as natural as it gets?
In the last dungeon shop, I believe there's an accessory that resists all abnormal effect, green one and cost 1500G. I only had heart debuff throughout the fight. As for TP reduction I just spammed TP recovery items.
There was a dude who uploaded scripts that would skip the text repeats. He made one for SHRIFT for example. Maybe he will return for this?
You can already skip the text in this game by holding right ctrl though? I managed to beat the final boss with the green item at level 18, just used a tp potion every 2 two turns, I never died as long as I didn't get chain stunned which never happened. The true final boss was a bit harder in truth.
all we really need is someone who understands RegEX to make a code for it
var IgnoreRegExtextbloc = [/^\d\d:\d\d($|.$|。$)/,/(^([,.\d]+)([,.]\d+)?)(\uFF27($|。$)|G($|。$)|$|。$)/,/^(\uFF27($|。$)|G($|。$))/,/^スライム/,/^スライム[0-9]{0,9}%/,/^ワーバット/,/^ワーバット[0-9]{0,9}%/,/^コボルト/,/^コボルト[0-9]{0,9}%/,/^ゴースト/,/^ゴースト[0-9]{0,9}%/,/^アベリィ/,/^アベリィ[0-9]{0,9}%/,/^スラッグ/,/^スラッグ[0-9]{0,9}%/,/^ハーピー/,/^ハーピー[0-9]{0,9}%/,/^フェアリー/,/^フェアリー[0-9]{0,9}%/,/^エルフ/,/^エルフ[0-9]{0,9}%/,/^オリヴィア/,/^オリヴィア[0-9]{0,9}%/,/^ウィッチ/,/^ウィッチ[0-9]{0,9}%/,/^ソーサレス/,/^ソーサレス[0-9]{0,9}%/,/^ファミリア/,/^ファミリア[0-9]{0,9}%/,/^サキュバス/,/^サキュバス[0-9]{0,9}%/,/^魔導人形/,/^魔導人形[0-9]{0,9}%/,/^アビゲイル/,/^アビゲイル[0-9]{0,9}%/,/^ウォールミミック/,/^ウォールミミック[0-9]{0,9}%/,/^乳魔/,/^乳魔[0-9]{0,9}%/,/^ブロブスライム/,/^ブロブスライム[0-9]{0,9}%/,/^ティットオクトパス/,/^ティットオクトパス[0-9]{0,9}%/,/^肉巨人/,/^肉巨人[0-9]{0,9}%/,/^ゴーレム/,/^ゴーレム[0-9]{0,9}%/,/^ゲイザー/,/^ゲイザー[0-9]{0,9}%/,/^ガーゴイル/,/^ガーゴイル[0-9]{0,9}%/,/^ガーディアン/,/^ガーディアン[0-9]{0,9}%/,/^デュラハン/,/^デュラハン[0-9]{0,9}%/,/^クロエ/,/^クロエ[0-9]{0,9}%/,/^エヴァ/,/^エヴァ[0-9]{0,9}%/,/^アメリア/,/^アメリア[0-9]{0,9}%/,/^オーム/,/^オーム[0-9]{0,9}%/];
I've been using 「.*[0-9]+%」, which works fine with the delay time I had set.
「[^「]*「[^」]*[0-9]+%」should be safer for shorter/longer delay times, but I haven't tested it. There is still some spam that this won't catch during the xp/item drops text.
If you use the hook patcher you can open up the file \www\js\plugins\Clipboard_llule.js in notepad and put this in over the "var IgnoreRegExtextBloc" line that already exists. It will remove all garbage from getting hooked in the battles and shouldn't cause any other oddities.
I really enjoyed this game. I'd share my save, but unfortunately, it's far from complete. I have all the enemies in the game to battle, but I have very few of the game over CG's. I was hoping someone would put up a 100% save at some point here. But yeah, I'm really liking this game.