Chocolicious Posted March 18, 2016 Share Posted March 18, 2016 Hello, I find it a bit tedious having to select the correct Pokemon, every time I want to dig something. I would like it to be automatically selected, just like when you're cutting down a tree. Is this a possibility? Chocolicious. Link to comment https://pokemonrevolution.net/forum/topic/17517-automatically-choose-right-pokemon-for-dig/ Share on other sites More sharing options...
Eeveelutionist Posted March 18, 2016 Share Posted March 18, 2016 The way the script is coded for the dig spots, it does a check function to see if happiness is above a specific number, and that function cannot run without selecting a specific Pokémon. Link to comment https://pokemonrevolution.net/forum/topic/17517-automatically-choose-right-pokemon-for-dig/#findComment-127920 Share on other sites More sharing options...
Chocolicious Posted March 18, 2016 Author Share Posted March 18, 2016 122930 The way the script is coded for the dig spots, it does a check function to see if happiness is above a specific number, and that function cannot run without selecting a specific Pokémon. I don't pretend to be a good coder or anything, and I have no idea how massive projects like this is managed... But surely you could loop over all Pokemon currently in your inventory that have dig, and run that happiness check. If it passes, automatically dig. If it doesn't, show a message stating that there was not enough happiness? Link to comment https://pokemonrevolution.net/forum/topic/17517-automatically-choose-right-pokemon-for-dig/#findComment-127921 Share on other sites More sharing options...
Godlv Posted March 18, 2016 Share Posted March 18, 2016 i was just complaining about this to some friends, it would be nice if i didnt have to select a poke every time :c ayylmao Link to comment https://pokemonrevolution.net/forum/topic/17517-automatically-choose-right-pokemon-for-dig/#findComment-127922 Share on other sites More sharing options...
Thor Posted March 18, 2016 Share Posted March 18, 2016 the cut tree and dig spots are 2 mechanically different things. Cut is hardcoded into the client, so the client controls the action. Dig spots are NPC objects, and NPCs cannot do anything without prior checks. So what you are asking would be simply impossible. Same goes for Headbutt trees Do not contact staff members for private support. Share the question on the forums due to being of use to others. Please use proper forum. Unsolicited messages will be trashed. Thanks. Link to comment https://pokemonrevolution.net/forum/topic/17517-automatically-choose-right-pokemon-for-dig/#findComment-127923 Share on other sites More sharing options...
Mryoes Posted March 19, 2016 Share Posted March 19, 2016 mhm okay... buuuut ... issnt it possible to implement that u can choose the right pokemon with the number-keys on the keyboard? the only annoying thing -at least for me- is to take the mouse to choose...? :) Link to comment https://pokemonrevolution.net/forum/topic/17517-automatically-choose-right-pokemon-for-dig/#findComment-127924 Share on other sites More sharing options...
Riccatt Posted March 19, 2016 Share Posted March 19, 2016 123204 mhm okay... buuuut ... issnt it possible to implement that u can choose the right pokemon with the number-keys on the keyboard? the only annoying thing -at least for me- is to take the mouse to choose...? :) That's the thing I hoped and I am hoping for a loooong time From 2015: I'm still here Link to comment https://pokemonrevolution.net/forum/topic/17517-automatically-choose-right-pokemon-for-dig/#findComment-127925 Share on other sites More sharing options...
Recommended Posts