Results 1 to 5 of 5

Thread: Stuck Pet Question!

  1. #1

    Dr. Acula's Avatar
    Joined
    May 2019
    Posts
    42
    Userbars
    1
    Thanks
    21
    Thanked
    27/8
    DL/UL
    13/0
    Mentioned
    4 times
    Time Online
    3d 6h 31m
    Avg. Time Online
    2m

    Stuck Pet Question!

    Is there a way to determine whether or not your pet would get stuck in the pound? I'm out of transfers and am an impatient turd. Was hoping I could transfer it earlier without fear of it getting petnapped.

    Thanks!

  2. #2
    overthink.exe
    kittyray's Avatar
    Joined
    Sep 2013
    Posts
    5,646
    Pronouns
    she/they
    Userbars
    118
    Thanks
    13,460
    Thanked
    18,862/5,272
    DL/UL
    40/0
    Mentioned
    1,167 times
    Time Online
    558d 1h 43m
    Avg. Time Online
    3h 27m
    If you look at stuck pet guides there are certain string prefixes that tend to get stuck, but I heard recently that some may be slightly incorrect now?

    This is the list I have, but the third char is the lexicographical starting point. So for the first one 'ANG' is stuck, but so is 'ANH', 'ANI', et cetera.


    Code:
    stuck_prefixes = ['ang', 'arg', 'ash', 'aus', 'ava', 'azu', 'a_b', 'bel', 'big', 'bla', 'bob', 'bra', 'bub', 'che', 'cin', 'cla', 'coc', 'cra', 'cud', 'cyn', 'din', 'dol', 'dra', 'dud', 'fli', 'fof', 'fra', 'fui', 'gor', 'gra', 'gui', 'hot', 'hun', 'jor', 'jub', 'key', 'kik', 'kok', 'krb', 'kuk', 'kyl-', 'leo', 'lig', 'lla', 'loc', 'luc', 'lyn', 'l_x', 'mar', 'mee', 'mic', 'moe', 'mrl', 'mug', 'mye', 'nin', 'nog', 'nun', 'pin', 'plu', 'pok', 'pre', 'pte', 'puf', 'rey', 'rik', 'rob', 'rub', 'ryh', 'sco', 'seb', 'sha', 'sil', 'ske', 'sli', 'sme', 'sni', 'sof', 'spa', 'squ', 'sta', 'sug', 'swe', 'syn', 'tig', 'toc', 'tra', 'tuf', 'twe', 'tyl', '_sm', '_to', '__g']
    If your pet's name fits those it should get stuck as far as I know.

  3. The Following User Says Thank You to kittyray For This Useful Post:

    ApertureScience (02-26-2020)

  4. #3
    ApertureScience's Avatar
    Joined
    Jun 2014
    Posts
    102
    Userbars
    2
    Thanks
    477
    Thanked
    805/83
    DL/UL
    5/0
    Mentioned
    4 times
    Time Online
    15d 2h 33m
    Avg. Time Online
    6m
    strings that get stuck to the best of my knowledge (sorry about the apostrophes!):

    Code:
    STUCK = ['_L', '_M', '_P', '_R', '_S', '_T', '__', 'TH', 'TI', 'TO', 'TR', 'TU', 'TW', 'TY', 'T_', 'SC', 'SE', 'SH', 'SI', 'SK', 'SL', 'SM', 'SN', 'SO', 'SP', 'SQ', 'SS', 'ST', 'SU', 'SW', 'SY', 'S_', 'RE', 'RI', 'RO', 'RU', 'RY', 'PI', 'PL', 'PO', 'PR', 'PT', 'PU', 'PY', 'NI', 'NO', 'NU', 'NY', 'MA', 'ME', 'MI', 'MO', 'MR', 'MS', 'MU', 'MY', 'LE', 'LI', 'LL', 'LO', 'LU', 'LY', 'L_', 'KE', 'KI', 'KO', 'KR', 'KU', 'KY', 'JO', 'JU', 'HO', 'HU', 'GL', 'GO', 'GP', 'GR', 'GU', 'FL', 'FO', 'FR', 'FU', 'CH', 'CI', 'CL', 'CO', 'CR', 'CU', 'CY', 'C_', 'DI', 'DO', 'DR', 'DU', 'AN', 'AR', 'AS', 'AT', 'AU', 'AV', 'AZ', 'A_', 'BE', 'BI', 'BL', 'BO', 'BR', 'BU', 'B_']

  5. The Following User Says Thank You to ApertureScience For This Useful Post:

    kittyray (02-26-2020)

  6. #4
    overthink.exe
    kittyray's Avatar
    Joined
    Sep 2013
    Posts
    5,646
    Pronouns
    she/they
    Userbars
    118
    Thanks
    13,460
    Thanked
    18,862/5,272
    DL/UL
    40/0
    Mentioned
    1,167 times
    Time Online
    558d 1h 43m
    Avg. Time Online
    3h 27m
    Looks about the same, but that mine is missing a few that @(you need an account to see links) has.

    Code:
    {'c_', 'th', 'py', 'ms', '_l', '_p', 'gl', '_r', 's_', '_m', 'ny', 'b_', 'ss', 'gp', 't_', 'at'}

  7. The Following User Says Thank You to kittyray For This Useful Post:

    ApertureScience (02-26-2020)

  8. #5
    ApertureScience's Avatar
    Joined
    Jun 2014
    Posts
    102
    Userbars
    2
    Thanks
    477
    Thanked
    805/83
    DL/UL
    5/0
    Mentioned
    4 times
    Time Online
    15d 2h 33m
    Avg. Time Online
    6m
    Also, just for reference, here are a few that are NOT in my list (or in @(you need an account to see links) 's as far as I can tell). They used to get stuck but no longer do!

    Al, Am, Ap, Aq, De, Dy, All of the Es, Fi, Ge, Gh, Gi, He, Hi, Je, Jh, Ji, Kl, Ne, Pe, Wo

  9. The Following 2 Users Say Thank You to ApertureScience For This Useful Post:

    Finches (02-27-2020),kittyray (02-26-2020)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •