Hello There, Guest! Login Register


PROShine 2.0.0.1
#1
Changes since 2.0.0.0:

Quote* Fix a crash happening when the team is received before the map is loaded.

I knew I could rely on the community to find bugs. Big Grin
Do not hesitate to report if crashes are still happening!

Download link: PROShine-2.0.0.1.zip
Size: 721,201 bytes
SHA-256: 98f0ffc931bbdc13cb6dc3e883d71ec374c055389c318bc3e4fa68f3090b0f84
 
Reply
#2
Dayum fast as a lighting Smile
Works fine now no crash after the login Big Grin

Thanks
 
Reply
#3
ty. good!
 
Reply
#4
i can not lua. please help me
 
Reply
#5
I just gotta say, as an Avid programmer, you guys are awesome, ive been delving into your bot and i am extremely impressed!
 
Reply
#6
ty Again Silver Smile
"No blood. No sticky, hot, messy, awful blood; no blood at all. Why hadn't I thought of that? No blood. What a beautiful idea!" ~~ Dexter Morgan
 
Reply
#7
Hi silver senpai.

[11:25:15 AM] error: usePokecenter: could not find the Nurse Joy.
[11:25:15 AM] Bot stopped
[11:26:04 AM] System: You are now AFK!
[11:26:07 AM] Bot started
[11:26:08 AM] System: You are no longer AFK!

BTw thank you so much.
God Karp Trainer loading... *splash*splash Huh

 
Reply
#8
thanks silver, owe you one m
Many Years dying of thirst, and i haven't died yet... I just never follow people,
I infiltrated the system and exploded from within
 
Reply
#9
and it automatically disconnects after a few healing at pc or is it only a server crash. But if I manually connect it , no problem at all in server.
[11:22:18 AM] There you go, take care of them!
[11:22:18 AM] Have a nice evening!
[11:22:38 AM] Disconnected from the server: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
[11:22:38 AM] Bot stopped
[11:22:38 AM] Reconnecting in 284 seconds.
[11:23:43 AM] Connecting to the server...
[11:23:44 AM] Connected, authenticating...
redskhie Hi silver senpai.

[11:25:15 AM] error: usePokecenter: could not find the Nurse Joy.
[11:25:15 AM] Bot stopped
[11:26:04 AM] System: You are now AFK!
[11:26:07 AM] Bot started
[11:26:08 AM] System: You are no longer AFK!

BTw thank you so much.
God Karp Trainer loading... *splash*splash Huh

 
Reply
#10
I updated the zip to add the default scripts inside.
You can also find them on GitHub: https://github.com/Silv3rPRO/proshine-scripts
 
Reply
#11
redskhie Hi silver senpai.

[11:25:15 AM] error: usePokecenter: could not find the Nurse Joy.
[11:25:15 AM] Bot stopped
[11:26:04 AM] System: You are now AFK!
[11:26:07 AM] Bot started
[11:26:08 AM] System: You are no longer AFK!

BTw thank you so much.

I think I know where this bug comes from but it never happened to me.
I will try to fix it nonetheless.
 
Reply
#12
why json removed Sad why why why ?
 
Reply
#13
can we use this to hoenn or not ??
 
Reply
#14
Silv3r
redskhie Hi silver senpai.

[11:25:15 AM] error: usePokecenter: could not find the Nurse Joy.
[11:25:15 AM] Bot stopped
[11:26:04 AM] System: You are now AFK!
[11:26:07 AM] Bot started
[11:26:08 AM] System: You are no longer AFK!

BTw thank you so much.

I think I know where this bug comes from but it never happened to me.
I will try to fix it nonetheless.

I think this bug comes from the server when downloading the map. This happens when first time login. Bot stuck and stop or Couldn't find the nurse joy.
God Karp Trainer loading... *splash*splash Huh

 
Reply
#15
MrShiny can we use this to hoenn or not ??
I think you can, but I haven't tried.
 
Reply
#16
Really fast and great job, i want to ask you if every function like, moveToGrass() or moveToMap("") is gonna work in hoenn
 
Reply
#17
Yes. Very likely.
 
Reply
#18
g0ld Yes. Very likely.


Ok i will make a quick script including these functions and report if all functions work properly in hoenn
 
Reply
#19
hey guys firstly thank you for update btw i have a problem is lua. script cannot like json script to hold my all team leveling and make some business during the battle . Actually i am disappointed about that . Can you find a method support the json script or help me to change this in lua

thank you . since the hoenn start i need more money and need to level up with my rattata /_\
{
    "name": "Leveling: Victory Road new",
    "author": "93simon)",
    "path": [
        {
            "condition": ["usablePokemons", ">", 1],
            "actions": [
                {
                    "condition": ["map", "Pokecenter Blackthorn"],
                    "action": ["moveToMap", "Blackthorn City"]
                },
                {
                    "condition": ["map", "Blackthorn City"],
                    "action": ["moveToMap", "Dragons Den Entrance"]
                },
                {
                    "condition": ["map", "Dragons Den Entrance"],
                    "action": ["moveToMap", "Dragons Den"]
                },
                {
                    "condition": ["map", "Dragons Den"],
                    "action": ["moveNearExit", "Dragons Den Entrance"]
                }
            ]
        },
        {
            "actions": [
                {
                    "condition": ["map", "Dragons Den"],
                    "action": ["moveToMap", "Dragons Den Entrance"]
                },
                {
                    "condition": ["map", "Dragons Den Entrance"],
                    "action": ["moveToMap", "Blackthorn City"]
                },
                {
                    "condition": ["map", "Blackthorn City"],
                    "action": ["moveToMap", "Pokecenter Blackthorn"]
                },
                {
                    "condition": ["map", "Pokecenter Blackthorn"],
                    "action": ["usePokecenter"]
                }
            ]
        }
    ],
"battle": [
        {
            "condition": ["isOpponentShiny"],
            "action": ["useItem", "Ultra Ball", "Great Ball", "Pokeball"]
        },
        
        {
            "condition": ["usablePokemons", ">", 1],
            "actions": [
                {
                    "condition": ["activeHealth", ">", 0],
                    "action": ["attack"]
                },
                {
                    "action": ["sendNextPokemon"]
                }
            ]
        },
        {
            "condition": ["usablePokemons", "=", 1],
            "actions": [
                {
                    "condition": ["activeHealth%", ">", 50],
                    "action": ["attack"]
                },
                {
                    "action": ["run"]
                }
            ]
        }
    ]
}
 
Reply
#20
Everything works fine in hoenn , functions moveToMap, moveToGrass , moveToWater works great !
 
Reply
#21
abc123 hey guys firstly thank you for update btw i have a problem is lua. script cannot like json script to hold my all team leveling and make some business during the battle . Actually i am disappointed about that . Can you find a method support the json script or help me to change this in lua

thank you . since the hoenn start i need more money and need to level up with my rattata /_\

[...] (removed)

function onPathAction()
    if isPokemonUsable(1) then
        if getMapName() == "Pokecenter Blackthorn" then
            moveToMap("Blackthorn City")
        elseif getMapName() == "Blackthorn City" then
            moveToMap("Dragons Den Entrance")
        elseif getMapName() == "Dragons Den Entrance" then
            moveToMap("Dragons Den")
        elseif getMapName() == "Dragons Den" then
            moveNearExit("Dragons Den Entrance")
        end
    else
        if getMapName() == "Dragons Den" then
            moveToMap("Dragons Den Entrance")
        elseif getMapName() == "Dragons Den Entrance" then
            moveToMap("Blackthorn City")
        elseif getMapName() == "Blackthorn City" then
            moveToMap("Pokecenter Blackthorn")
        elseif getMapName() == "Pokecenter Blackthorn" then
            usePokecenter()
        end
    end
end

function onBattleAction()
    if isWildBattle() and isOpponentShiny() then
        if useItem("Ultra Ball") or useItem("Great Ball") or useItem("Pokeball") then
            return
        end
    end
    if getActivePokemonNumber() == 1 then
        return attack() or sendUsablePokemon() or run() or sendAnyPokemon()
    else
        return run() or attack() or sendUsablePokemon() or sendAnyPokemon()
    end
end

thats the script to lvl up your first pokemon in Dragons Den, with lua
 
Reply
#22
Can anyone help me? Everytime i start the bot i log out of the game.
If it helps, i was running the script to level up at cinnabar mansion
 
Reply
#23
Evil [...]
thats the script to lvl up your first pokemon in Dragons Den, with lua




Sorry my problem is how can make lua. script to lvl up my team no first pokemon
 
Reply
#24
Hey Silver, first of all great effort you have done here, can't thank you enough.
I have a request, can you please resume support for JSON format? I really appreciate the inclusion of LUA scripts, it is really powerful and has enabled me to write complex scripts which were impossible before but I have a alot of old scripts which are written in JSON but I can't use them anymore, just a request otherwise I will have to convert all of them one by one which is really time consuming. Smile
 
Reply
#25
redskhie Hi silver senpai.

[11:25:15 AM] error: usePokecenter: could not find the Nurse Joy.
[11:25:15 AM] Bot stopped
[11:26:04 AM] System: You are now AFK!
[11:26:07 AM] Bot started
[11:26:08 AM] System: You are no longer AFK!

BTw thank you so much.

Hey, I encountered the same error and managed to solve it by using the talkToNpcOnCell() function instead of usePokecenter(). Just pass the co ordinates of Nurse Joy in the function, most of the time the co ordinates will be (9,15), these ones worked for me. Hope that helps Smile
 
Reply
  


Forum Jump:


Browsing: 1 Guest(s)