Catch-22's Update v1
Edit: Guys, please ignore this and see
here. It's currently much better than the changes I have made, clearly I should lurk more

I will, however, post any changes I make to this script that I think others might find useful.
Given that Harry Crimboween put in a fair mount of effort on this script (nearly 3000 lines!), I've taken some time out to patch it up a little.
The script should now at least run...
Please note, I've only been testing this on a Pastamancer so far. Aside from showstoppers, I've only made changes that affect
my character (for example, I have added support for "navel ring of navel gazing" and "Bag o' Tricks", but I haven't added support for "tiny plastic Naughty Sorceress"). Basically no new bonus damage items since NS13 will be affecting the calculations, as I don't really have the time to go through them all.
I may or may not continue to update this script. My next run is going to be a moxie run, so I'll probably tweak it a bit more then, but I make no promises.
What really needs to be done is something a bit more modular and not so much item specific stuff. Having said that, I can see a lot of good work has gone into this script and I think it just needed a little TLC for it to be restored to an at least usable state.
Here's the changes I've made:
Code:
// Catch-22's Update v1
// - adjusted all the pastamancer skills to their new names and formulas.
// - changed the formula for working out capped spell damage.
// - changed "Crossbow Fever" to "Disco Fever" and capped damage bonus at 15.
// - "plexiglass pike pike" is now known as "plexiglass pikestaff".
// - replaced "Gnollish nunchaku" with "Third-hand nunchaku" and adjusted damage bonus.
// - "can of hair spray" is now known as "Hair spray".
// - fixed ranged_weapon_equipped, credit to an old post by slyz.
// - added "navel ring of navel gazing" and "Bag o' Tricks" to equipment_spell_percentage_bonus.
// - made a change so that if no strategy is found, it will continue with the next CCS action instead of throwing an error.
Edit: I didn't notice
this. Looks like some good changes have already been made. It may be worthwhile at some stage for someone to mash those changes together with mine, or I will probably do it later.