Jump to content

sdfghjklkjhgfds sdfghjiuy

Member
  • Posts

    39
  • Joined

  • Last visited

Reputation

10 Good

About sdfghjklkjhgfds sdfghjiuy

  • Birthday 07/08/1954
  1. you can go through a list and pick the one you want that way (multiple choice) this way i will not be settling on the 1st pid i find a few more seconds of processing could find a better pid for my pokemon besides if everyone uses this app sooner or later there will the duplicate pids generating multiple pids to pick from would help reduce redundant ids glad to hear you did not turn down the multi core processing :biggrin: since we have the cores may as well use them
  2. 1. could you have it when you hit search to run till either all pids are found that meat the requirements or the stop button is pressed instead of stopping on the 1st pid 2. i assume the search used a leaner search method to find the pid would it be to time consuming to have multiple cores/threads each handle a part of the search (most useful for shiny pid searches) eg with quad core (assumed pids must be 9 digits long) core 1 looks through pid 100000000-250000000 core 2 looks through pid 250000001-500000000 core 3 looks through pid 500000001-750000000 core 4 looks through pid 750000001-999999999 // i know the code looks nothing like this but i it supposed to be readable PidSegment=max PID/number of cores for(var i in cores){//i assume i will be 0 1st time core[i+1] process 1*i to PidSegment*i }
  3. It works on Linux via wine http://www.winehq.org/ sine most tablets are linux based it should work
  4. Running Linux and Python 2.6.5 found a issue when receiving a Pokemon it seems it does not look for the Pokemon folder in the right place unless you cd to the folder it is in me@lucid-lynx:~$ sudo ~/Documents/Pokemon/ir-gts-bw/ir-gts-bw.py got a error receiving involving the folder path if i do this first it works me@lucid-lynx:~$ cd ~/Documents/Pokemon/ir-gts-bw/ me@lucid-lynx:~$ sudo ./ir-gts-bw.py After you save the pkm to a file could you have it chown the file to $USER:$USER so that it is not owned by root (chown $USER:$USER ./Pokemon/Pikachu.pkm) anyone know hot to get this working across a router with port forwarding? the only port i see running in it is port 80, i forwarded it and 53 did not work on the other side of my router I like that this is in python for cross platform support EDIT: Port 53 uses UDP not TCP
  5. So i have 2 Magikarp one is 45 inches and another that is 27.7 inches I am curious as to what controls their size it is not a big deal if you are board one weekend you can poke the karps a bit House at Lake of Lage in HG/SS Tiny_Magikarp.pkm Big_Magikarp.pkm
  6. is it at lv 20 and does it learn it at lv 35? in other-words is it too young to have that attack legally?
  7. Using beta 15 I was working with a Platinum pkm was making a Japanese pkm when i switched the language in the met tab location field had a 201 (assuming that means route 201) in it so i changed it back to english and it was on ------ it started as daycare couple game was set on platinum BTW HG/SS has two victory roads in the location list
  8. probably cause it can't learn ice punch http://www.serebii.net/pokedex-dp/395.shtml if you are using migrated pokemon do not forget moves that can be acquired from Colosseum/xd gale of darkness (some moves cant be combined with egg moves (not sure if it will be rejected if you don't))
  9. Was unable to reproduce in beta 15 seems like it is fixed BTW primary dns =192.168.1.101 (local ip) secondary dns=8.8.8.8 (google dns)
  10. you can use a retail game assuming you have made it to the gts you might be able to get desume to work if you use 2 computers (virtual box might work with a bridged network)
  11. good luck i did the same exact thing with beta 12 with out issue latios.pkm
  12. it sends it via the GTS system the GTS puts in in the pc i have done the same thing with my entire party (did not change ball) on beta 12 with out issues I have returned the original PKM and one made with beta 12 with out issues here is a vid showing sendpkm.py http://www.youtube.com/watch?v=RI8gM6j6ffQ NON-party format gives error
  13. open pokegen 3.0b13 options->GH/SS file->load select original latios (you have a copy of this pkm already via Private message) go to met tab change ball to premier ball open Pid finder set Pid finder [pic] file->save from tabs save as 236 byte (non encrypted) *when would we use encrypted?* Linux terminal: sudo python Desktop/sendPKMN/sendpkm.py Desktop/Latios3.pkm go to pc go to move pkms open box 3 view summary of new pkm game freezes Latios3.pkm
  14. I had 6 pokemon in my party and i had sent the file to my ds using sendpkm.py it went to slot 2 in box 3 i made a similar pokemon with beta 12 and it worked fine Should i make another PKM and send it and see if it happens again?
  15. It was sent to a retail game with sendpkm.py the file may not have made it in one piece i was not using an AR i do not even have one edit sent it again it froze when i views the stats (summary) this did not happen when i made it with beta 12
×
×
  • Create New...