Results 1 to 15 of 15

Thread: Programmed Awakening Simulator

  1. #1
    Senior Member Spheresome's Avatar
    Join Date
    Dec 2016
    Posts
    1,479
    Thanks Thanks Given 
    600
    Thanks Thanks Received 
    553
    Thanked in
    265 Posts

    Default Programmed Awakening Simulator

    I was bored and in a spur of the moment, I decided to program a simulator in C++ of the awakening system of AL. Knowing I love to gamble with awakening gems I decided to take the liberty and program my own awakening gem simulator so I could gamble without cost lol. While this design is not free of issues (For Instance, the weapons can awaken 50% Gold loot and sporadic random std logic errors lol) it does seem to produce awakens in a pattern similar to that of the game. Obviously these awakens are not 100% equal to STS stats as my awakening system was created under the assumption that all of the awakenings have an equal chance of being selected.

    I enjoyed making some of it and playing around with it and hope some of you may also

    -Best Regards

    Barometric



    Note: This doesn't include Enhanced Awakenings, However, depending on the feedback I may be inclined to add it :3
    Also, Its Bootleg AF

    For anyone interested in using the simulator here it is: https://onlinegdb.com/HyDpEacyL
    Error Patched Version: https://onlinegdb.com/HyIlpkjkL
    Simply Hit Run And The "Simulator" Will Show Up Within The Console.
    Last edited by Spheresome; 01-01-2020 at 11:09 PM.

  2. The Following 4 Users Say Thank You to Spheresome For This Useful Post:


  3. #2
    Forum Adept
    Join Date
    Jan 2019
    Posts
    391
    Thanks Thanks Given 
    37
    Thanks Thanks Received 
    6
    Thanked in
    6 Posts

    Default

    good job bro, i believe that in the future this will work

    Sent from my Redmi Note 7 using Tapatalk

  4. The Following User Says Thank You to Clugan For This Useful Post:


  5. #3
    Luminary Poster Encryptions's Avatar
    Join Date
    Jul 2018
    Location
    Many places.
    Posts
    5,369
    Thanks Thanks Given 
    103
    Thanks Thanks Received 
    2,206
    Thanked in
    1,064 Posts

    Default

    Look what I got on my Purple Sword!

    Name:  s.JPG
Views: 641
Size:  89.1 KB

  6. #4
    Senior Member Spheresome's Avatar
    Join Date
    Dec 2016
    Posts
    1,479
    Thanks Thanks Given 
    600
    Thanks Thanks Received 
    553
    Thanked in
    265 Posts

    Default

    Quote Originally Posted by Encryptions View Post
    Look what I got on my Purple Sword!

    Name:  s.JPG
Views: 641
Size:  89.1 KB
    I knew I should have made that code unforkable with you running around forums . Jk XD Haha funny
    Last edited by Spheresome; 01-01-2020 at 09:58 PM.

  7. #5
    Member
    Join Date
    Aug 2015
    Posts
    82
    Thanks Thanks Given 
    34
    Thanks Thanks Received 
    4
    Thanked in
    3 Posts

    Default

    This is rly cool hope u add enhanced awakes


    Sent from my iPhone using Tapatalk

  8. #6
    Blogger QuaseT's Avatar
    Join Date
    Oct 2015
    Location
    England
    Posts
    2,583
    Thanks Thanks Given 
    1,396
    Thanks Thanks Received 
    1,072
    Thanked in
    527 Posts

    Default

    This is a really cool idea. However i get a return null but it seems like its declared a string causing a logic error at my screen. The message you awoke a weapon still displays.

  9. The Following User Says Thank You to QuaseT For This Useful Post:


  10. #7
    Senior Member Spheresome's Avatar
    Join Date
    Dec 2016
    Posts
    1,479
    Thanks Thanks Given 
    600
    Thanks Thanks Received 
    553
    Thanked in
    265 Posts

    Default

    Quote Originally Posted by QuaseT View Post
    This is a really cool idea. However i get a return null but it seems like its declared a string causing a logic error at my screen. The message you awoke a weapon still displays.
    The inputs are all case sensitive so that seems like a potential reason for why that error could have showed up.

  11. #8
    Senior Member
    Join Date
    Feb 2018
    Location
    Discord
    Posts
    643
    Thanks Thanks Given 
    96
    Thanks Thanks Received 
    143
    Thanked in
    67 Posts

    Default

    This is actually quite neat! As a user who has blown vast amounts of gold on awakes due to my awakening addiction, this is nice to have! Free gambling @.@ I love it

  12. The Following User Says Thank You to Snowdager For This Useful Post:


  13. #9
    Senior Member Shocan's Avatar
    Join Date
    Sep 2016
    Posts
    1,813
    Thanks Thanks Given 
    28
    Thanks Thanks Received 
    223
    Thanked in
    151 Posts

    Default

    That was actually really fun, excellent idea ^-^ Now to get that 300% gl arc weapon into the game... XD

  14. #10
    Member Kyptix's Avatar
    Join Date
    Mar 2019
    Posts
    145
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    33
    Thanked in
    24 Posts

    Default

    This is so satisfying lol

  15. #11
    Senior Member
    Join Date
    Jul 2019
    Location
    you are now breathing manually
    Posts
    1,501
    Thanks Thanks Given 
    241
    Thanks Thanks Received 
    55
    Thanked in
    35 Posts

    Default

    This is really cool, thanks for this!

  16. #12
    Senior Member
    Join Date
    Jul 2019
    Location
    you are now breathing manually
    Posts
    1,501
    Thanks Thanks Given 
    241
    Thanks Thanks Received 
    55
    Thanked in
    35 Posts

    Default

    I wish haha
    Attached Images Attached Images  

  17. #13
    Senior Member Azerothraven's Avatar
    Join Date
    Aug 2016
    Location
    Melbourne, Australia
    Posts
    3,211
    Thanks Thanks Given 
    365
    Thanks Thanks Received 
    652
    Thanked in
    366 Posts

    Default

    bro that is a crazy amount of work. You could like make your own app and sell on app store

  18. #14
    Senior Member
    Join Date
    Oct 2019
    Posts
    592
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    4
    Thanked in
    2 Posts

    Default

    So cool!!!!!!

  19. #15
    Senior Member Spheresome's Avatar
    Join Date
    Dec 2016
    Posts
    1,479
    Thanks Thanks Given 
    600
    Thanks Thanks Received 
    553
    Thanked in
    265 Posts

    Default

    Quote Originally Posted by Azerothraven View Post
    bro that is a crazy amount of work. You could like make your own app and sell on app store
    It didn't take that long Only about 3 hours and most of that time was spent copying the awakenings. This probably could have been done in merely an hour had I been more intellectual with the methods in which I programmed (i.e. creating an array as opposed to copying 170 different if-else statements). This was, however, merely something I did in my free time purely for fun as well as my own entertainment and is something I never intended on publishing officially. Additionally, my knowledge of swift is very limited, so I probably couldn't release it as an app even if I wanted to . Thank you for the kind words though :3
    Last edited by Spheresome; 01-06-2020 at 02:48 PM.

Similar Threads

  1. Farming Simulator 2019
    By Encryptions in forum AL General Discussion
    Replies: 5
    Last Post: 09-28-2019, 01:59 AM
  2. Programmed the Vampire Slayer
    By Hook in forum PL General Discussion
    Replies: 13
    Last Post: 05-21-2014, 12:25 PM
  3. Bugged?or programmed to work like this?
    By Hoardseeker in forum AL Technical Issues and Bugs
    Replies: 3
    Last Post: 02-04-2014, 02:44 PM
  4. Combat Simulator & Challenges
    By Draco Mikato in forum SL Suggestions and Feedback
    Replies: 2
    Last Post: 09-22-2011, 11:56 AM

Bookmarks

Posting Permissions

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