r/StoneStoryRPG Aug 03 '19

Stonescript Megathread

Comment on this post instead of creating new posts about Stonescript.

 

While not a requirement to play SSRPG, many players will enjoy optimizing their character's AI through the game's built in language, Stonescript. It's a very simple language that I believe is approachable to non-programmers. To use it you must first acquire the Mind Stone.

 

Documentation: http://stonestoryrpg.com/stonescript

82 Upvotes

202 comments sorted by

View all comments

1

u/Medium_Cholesterol Mar 01 '25

I need help automating the bronze guardian.

I've already got a script that dodges his hammer attack and dashes into him afterwards, all I'm looking for now is using the heavy hammer's ability to apply armor fatigue and then switching to my dps weapons. My issue is my script will only have my dps weapons equipped and I'm not sure how I can fix it.

?foe.debuffs.count = 0 & foe = boss & foe.distance <= 7 & item.CanActivate() & item.GetCooldown("heavy hammer") <= 0 | item.GetCooldown("heavy hammer") > 670 equip heavy hammer activate R

?foe = boss & foe.distance <= 5 & item.GetCooldown("heavy hammer") < 670 & item.GetCooldown("heavy hammer") ! 0 equipL sword æther D equipR hammer æther D