In-Depth Strategy Guide for Von Leon

Discussion in 'Guides' started by Donn1e, Jun 10, 2023.

  1. Donn1e
    Offline

    Donn1e Donator

    Joined:
    Jan 12, 2020
    Messages:
    1,424
    Likes Received:
    6,738
    Gender:
    Female
    Guide updated:
    • Added alternative Shadower jail method, thanks @GreedyTW
    • Added another loot/bonus option for larger parties
    • Changed some minor stuff like the new partyinvite command and some grammar mistakes
     
    Graciela likes this.
  2. Sylafia
    Offline

    Sylafia Donator

    Joined:
    Jan 2, 2022
    Messages:
    1,661
    Likes Received:
    6,670
    Gender:
    Female
    Country Flag:
    IGN:
    Sylafia
    Level:
    200
    Guild:
    FlatEarth
    Made a quick belt chaosing simulator, and calculated what it takes to hit a target WA on a belt.

    This is assuming you're WS + CSing until it's impossible to hit your target WA, and once you hit the target (or above), you stop.

    2 WA belt is guaranteed (100% chance, 0 cs need to pass)
    3 WA belt is achieved in ~58.7% of belts, taking around 2.8 passed chaos scrolls (4.7 total parchments)
    4 WA belt is achieved in ~43.5% of belts, taking around 4.8 passed chaos scrolls (8 total)
    5 WA belt is achieved in ~25.7% of belts, taking around 9.9 passed chaos scrolls (16.5 total)
    6 WA belt is achieved in ~14.5% of belts, taking around 17 passed chaos scrolls (28 total)
    7 WA belt is achieved in ~6.7% of belts, taking around 35 passed chaos scrolls (58 total)
    8 WA belt is achieved in ~2.7% of belts, taking around 70 passed chaos scrolls (116 total)
    9 WA belt is achieved in ~0.8% of belts, taking around 190 passed chaos scrolls (316 total)
    10 WA (perfect) belt is achieved in ~0.16% of belts (1/625), taking around 800 passed chaos scrolls (1333 total)

    Hopefully this helps people decide what WA belt they want to settle at! For pro VL runners this makes 8 WA seem... kind of achievable? If you run 2/week that's a bit over a year, assuming you can always loot belt. But past that you'll need some incredible grinding, or amazing luck, with 10 wa taking >10 years on average


    Code:
    const makeBelt = () => ({ wa: 2, slots: 5})
    const chaos = (belt) => ({ wa: Math.max(0, belt.wa + Math.floor(Math.random()*5-2)), slots: belt.slots - 1})
    
    const domath = (target) => {
       let successes = 0, scrolls = 0;
       for (let i = 0; i < 1000000; i++) {
           let belt = makeBelt();
           belt.slots--;
           while (belt.wa > 0 && belt.wa + 2*belt.slots >= target && belt.wa < target) {
               belt = chaos(belt);
               scrolls++;
           }
           if (belt.wa >= target) {
               successes++;
           }
       }
       console.log("Successes:", successes, " (% =", successes/1000000*100, ")")
       console.log("Scrolls:", scrolls, "(per belt =", scrolls/successes, ")")
    }
    for (let i = 1; i <= 10; i++) {
        console.log("WA Goal=", i)
        domath(i)
        console.log("")
    }
    
     
    yang135135, Kenny and Donn1e like this.
  3. Donn1e
    Offline

    Donn1e Donator

    Joined:
    Jan 12, 2020
    Messages:
    1,424
    Likes Received:
    6,738
    Gender:
    Female
    Changed the recommended party sizes, as well as the HP values and some other things to be in line with current patch.
    In case of a fix/revert/buff, I will be changing them again.
     
    Sylafia and pogdog like this.
  4. Donn1e
    Offline

    Donn1e Donator

    Joined:
    Jan 12, 2020
    Messages:
    1,424
    Likes Received:
    6,738
    Gender:
    Female
    Revamped large outdated parts of this guide.
    This should be more in line with the current meta/patch (also I might've not given enough love to Sair/Pally originally).
     
    Sylafia, pogdog and PinaColadaPirate like this.
  5. JuliusOmega
    Offline

    JuliusOmega Donator

    Joined:
    Aug 14, 2014
    Messages:
    708
    Likes Received:
    852
    Gender:
    Male
    Location:
    Guayaquil/Ecuador
    Country Flag:
    IGN:
    OmegaArrows
    Level:
    200
    Guild:
    Create
    pro guide 0/
     
    Donn1e likes this.
  6. Donn1e
    Offline

    Donn1e Donator

    Joined:
    Jan 12, 2020
    Messages:
    1,424
    Likes Received:
    6,738
    Gender:
    Female
    Revamped the guide once again, some parts were still very outdated.
    This should be very relevant to today's meta now.
     
    EivenOwo likes this.
  7. Sylafia
    Offline

    Sylafia Donator

    Joined:
    Jan 2, 2022
    Messages:
    1,661
    Likes Received:
    6,670
    Gender:
    Female
    Country Flag:
    IGN:
    Sylafia
    Level:
    200
    Guild:
    FlatEarth
    Mechanic note: while new bodies have teleport immediately of cool down, VL can't teleport until he's below 99% HP.

    This normally doesn't make a difference at all but sometimes if he summons gargoyles at the end of a body and a bishop goes left to grab aggro (to prevent rock spam) they'll notice he won't teleport until everyone else runs back over to attack.
     
    EivenOwo and Donn1e like this.
  8. Donn1e
    Offline

    Donn1e Donator

    Joined:
    Jan 12, 2020
    Messages:
    1,424
    Likes Received:
    6,738
    Gender:
    Female
    - Updated the thread to fit the current meta even better.
    - Made adjustments to the Buccaneer and Dark Knight sections to simplify things.
     
  9. veen11
    Offline

    veen11 Donator

    Joined:
    Oct 24, 2017
    Messages:
    505
    Likes Received:
    525
    Gender:
    Male
    Country Flag:
    IGN:
    Mandikana
    Level:
    200
    Do u have the approximate job attack range-list for 12man?
     
  10. Donn1e
    Offline

    Donn1e Donator

    Joined:
    Jan 12, 2020
    Messages:
    1,424
    Likes Received:
    6,738
    Gender:
    Female
    No, sorry but i dont believe in range requirements for any party size
     
    nomade likes this.
  11. Donn1e
    Offline

    Donn1e Donator

    Joined:
    Jan 12, 2020
    Messages:
    1,424
    Likes Received:
    6,738
    Gender:
    Female
    updated some of the videos that got nuked together with my youtube
    still have some left to restore, but the guide should be ok now
     

Share This Page