Jump to content

sdfghjklkjhgfds sdfghjiuy

Member
  • Posts

    39
  • Joined

  • Last visited

Everything posted by sdfghjklkjhgfds sdfghjiuy

  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
  16. I edited this PKM with version 3.0b13 i went to look at its stats and it froze the game this is the one acquired with the Enigma Crystal on HG Latios.pkm
  17. sorry was not trying to be irritating i was trying to list every think I could think of that could improve your app
  18. then species should not be editable in the pid finder (change drop down to readonly input field or make it a hidden input field) opening my HG Scyther with 3.0b12 does not work very well that way you could set an exception with an if condition in the current function (talking back end BTW) i would not think this would be hard takes a few seconds in html '<input type="text" value="0" onclick="this.select();"/>' i would not imagine it would be harder than setting an attribute like that Yes i know you are not using html but it cant be that much harder
  19. don't see how it would require a redesign adding "<=",">=" do the drop down then how would you use that feature? feature request: remember target game feature (just a registry key for a setting) select (highlight) on click for IVs and EVs max all pp ups in the attacks tab button (just cause i am lazy) nickname autocomplete when species it picked (not all pokemon have extra stuff in the name even if under 11 characters) or is that auto on save Pid search for X Pids (ex search till 10 Pids are found or until stop is pressed) file association (open pkm files with pokegen (double click the pkm to load in pokegen)) bug: species does not change when clicking ok question: does ability 1 or 2 decide which ability it will have (ex absol's pressure/ super luck) if so the pid finder should set that in the main tab
  20. if the Hidden power is being used as search criteria do you think that the users cares what the hidden power is for the stats they pick? try to make a typhlosion with all ivs over 20 with a water hidden power of 70 then see if you can find one with better IVs you have to keep fixing the hidden power filter the pid finder could use a greater than or equal to for the IVs (a plus that does not loop around to 0)
  21. you select the plus/minus IV settings and use the search and see if anything comes up anything it finds will match that hidden power
  22. excessive border shadow (can be edited down to the pixel) (http://i52.tinypic.com/25f7tsh.png) was not saying to display in 2 places just do not change it if it is being used as pid search criteria when it is unchecked be sure to update the hidden power to math the IVs
  23. purpose being to find stats for a hidden power (hidden power = pid search criteria) having to change it back every time i change an IV number is annoying the IV are set to a flexible range
  24. where you have "Windows XP or newer is required." you can mention that it works in Linux under Wine Running Ubuntu 10.04.1 Wine 1.2 In th Pid finder can you have it not change the hidden power readout if the check box is checked when you edit the IVs Reference Image:
  25. Pid finder's hidden power and the hidden power on the stats tab do not match (attack type) 3.0b12 typhlosion.pkm
×
×
  • Create New...