Stone Story RPG

Stone Story RPG

Ver estadísticas:
Fernya Galley 21 ABR 2020 a las 12:34
Best Place to farm Stuns?
Farming stuns for the event is very annoying and difficult, especially since I no longer have access to that huge, regenerating ice wall in one of the early Ice areas. The event shield is really time expensive to upgrade, so anyone have a good location to sit back and press activated abilities from?
< >
Mostrando 1-11 de 11 comentarios
SpaceLobster 21 ABR 2020 a las 12:54 
You can automate the active ability. I've been farming resources I'm low on while getting those stuns in for the event.
Fernya Galley 21 ABR 2020 a las 12:57 
That so? What's the command for it, it looks like the best place I've found so far is the Cliffs for locations to farm Stuns in.
SpaceLobster 21 ABR 2020 a las 13:01 
activate R
Funreaver 21 ABR 2020 a las 13:15 
Personally i use 3* mushroom forest and just switch a couple loadouts around, but one is a buffed quarterstaff with armour enchant that activates R when in range of an enemy.

The _ are just to keep the spacing (replace with blanks)

?loc = mushroom
__?foe.distance < 13 & foe.distance > 9
____loadout 3 // high star shield and quest stone
__?foe.name = hill | foe.name = snail
____loadout 2 // Quarterstaff
__?foe.distance > 12
____loadout 4 // high star shield and triskelion stone
__?foe.distance < 7
____loadout 2 // Quarterstaff
____activate R

Could be better but it works and my attempts to optimize worked less effective.

1x loop is around 1m5s and gives me 7-8 stuns.
Última edición por Funreaver; 21 ABR 2020 a las 17:29
Fernya Galley 21 ABR 2020 a las 13:42 
I keep trying all these suggestions and my staff won't activate it's ability frequently. Am I doing it wrong?
SpaceLobster 21 ABR 2020 a las 13:49 
I use this for farming caves of fear, just equip the staff and afk. The activation does have a small delay or down time before the automation activates it again but so far the coding I'm using works fine and I don't plan on changing it.

?loc = Caves of Fear
?foe.distance < 7
activate R
?foe.distance > 5
activate R
Rex  [desarrollador] 23 ABR 2020 a las 0:39 
@Gilly Did you manage to get the "activate R" working?
The weapon cooldown is 5 seconds. If your script is complex and doing other things, it may override the Quarterstaff.
Última edición por Rex; 23 ABR 2020 a las 0:40
bubucaos 23 ABR 2020 a las 11:12 
activate R command works strange.
I succeeded loocking at cooldown 150 in game time. But was difficult to find where inicializate variables
Rex  [desarrollador] 24 ABR 2020 a las 0:59 
Hi @bubucaos if you are looking for a place to initialize variables at the beginning of each location, try something like:
var i ?loc.begin | loc.loop i = 0
Check out the manual, there are lots of useful ideas in there. The Discord server also has a Stonescript channel where you can post your scripts and get help
https://stonestoryrpg.com/stonescript/
https://discord.gg/StoneStoryRPG
bubucaos 24 ABR 2020 a las 3:10 
Thx I did.
It's a maximun number of lvl ?
The maximun of stuns are 720 per hour. I'm getting around 620 per hour
it will take me more than 1 day to reach lvl 13 with 20k stuns.
Funreaver 24 ABR 2020 a las 5:33 
It seems level 13 is the maximum as it shows 20000/20000 for me if i do any more stun attacks with the quarterstaff.
< >
Mostrando 1-11 de 11 comentarios
Por página: 1530 50

Publicado el: 21 ABR 2020 a las 12:34
Mensajes: 11