• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Not a bug few bugs i have encountered

Status
Not open for further replies.

The-amazing-blackstar

Fisherman
Donator
so far i have encountered a few bugs
dragonite cant fly
qualot berry cannot be used only lets me click on give
fire pokemon like charmander and cindyquil cant learn flash
unlimited use of tms
youngsters in the grass start flickering
the move thunder wave does damage
the move confuse confuses the user as well
teacher in violets text make absolutely no sense
and thats all i found so far
 

Darkfire

Administrator
Administrator
P3D Developer
so far i have encountered a few bugs
dragonite cant fly
qualot berry cannot be used only lets me click on give
fire pokemon like charmander and cindyquil cant learn flash
unlimited use of tms
youngsters in the grass start flickering
the move thunder wave does damage
the move confuse confuses the user as well
teacher in violets text make absolutely no sense
and thats all i found so far
1) he can learn fly. Is that what you meant?
2) lots of items don't work right now........
3) Those 2 cannot learn flash(infact in all 5 gens only grass types can learn flash)
4) This is onpurpose if you have the difficulty set to '0'
5-7) duplicate we are working on it
8) He is a foreigner ;) he has bad english on purpose.
 

The-amazing-blackstar

Fisherman
Donator
so far i have encountered a few bugs
dragonite cant fly
qualot berry cannot be used only lets me click on give
fire pokemon like charmander and cindyquil cant learn flash
unlimited use of tms
youngsters in the grass start flickering
the move thunder wave does damage
the move confuse confuses the user as well
teacher in violets text make absolutely no sense
and thats all i found so far
1) he can learn fly. Is that what you meant?
2) lots of items don't work right now........
3) Those 2 cannot learn flash(infact in all 5 gens only grass types can learn flash)
4) This is onpurpose if you have the difficulty set to '0'
5-7) duplicate we are working on it
8) He is a foreigner ;) he has bad english on purpose.
for number one what i meant is that on the dat file for dragonite it says he cant learn fly and fly from place to place
other than that thank you
 

Darkfire

Administrator
Administrator
P3D Developer
Code:
CanFly|0
Are you talking about that?
that does the sprite placement when battling
CanFly raises the pokemon up
CanSwim lowers it down

What you should look at to decide if a Pokem can learn Fly or Surf is this:
Code:
Machines|15,19,46,53,57,58,59,63,70,85,86,87,89,92,104,113,126,127,156,157,164,182,201,207,213,216,218,219,237,240,241,249,258,263,280,291,317,332,337,374,411,416,444,468,496,507,510,523,525,210,29,189,9,7,8
Fly is 19 and Surf is 57

each TM/HM is listed here by the index of the move it teaches
 

The-amazing-blackstar

Fisherman
Donator
Code:
CanFly|0
Are you talking about that?
that does the sprite placement when battling
CanFly raises the pokemon up
CanSwim lowers it down

What you should look at to decide if a Pokem can learn Fly or Surf is this:
Code:
Machines|15,19,46,53,57,58,59,63,70,85,86,87,89,92,104,113,126,127,156,157,164,182,201,207,213,216,218,219,237,240,241,249,258,263,280,291,317,332,337,374,411,416,444,468,496,507,510,523,525,210,29,189,9,7,8
Fly is 19 and Surf is 57

each TM/HM is listed here by the index of the move it teaches
thank you that makes total sense
 
Status
Not open for further replies.
Top