Search results

  1. J

    Bug - Not A Bug Edpiece command prevents choice.php from running other choice adventures.

    I had also tried adding wait(2); blocks between the edpiece command and the doTest command but it also didn't have an effect.
  2. J

    Bug - Not A Bug Edpiece command prevents choice.php from running other choice adventures.

    I tried that too, but the issue was still present when letting the maximizer make the edpiece adjustment.
  3. J

    Bug - Not A Bug Edpiece command prevents choice.php from running other choice adventures.

    After some more experimenting, the workaround seems to be the following: cli_execute("edpiece owl"); visit_url("council.php"); doTest(10); This might suggest that the issue would be with the visit_url call within the doTest function, but the doTest function works fine without the extra...
  4. J

    Bug - Not A Bug Edpiece command prevents choice.php from running other choice adventures.

    Tried writing my own script for Community Service where my character is pulling and using the Crown of Ed the Undying, and I've run into a snag. cli_execute("edpiece owl"); doTest(10); Where doTest is pretty similar to how most people use it: void doTest(int which) { print("Undertaking...
  5. J

    New Content - Implemented Folder Holder: August's back to school IotM!

    over-the-shoulder Folder Holder not being counted towards +ML Using the Jackass Plumber folder in an over-the-shoulder Folder Holder isn't properly being accounted for when calculating the Monster Level Adjustment (via getMonsterLevelAdjustment() within the source code). Tried to trace it...
Top