ExarchCoercer

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 48 total)
  • Author
    Posts
  • in reply to: Error Randomly When Teleporting #4703

    ExarchCoercer
    Participant
    0

    Thanks for the update and quick resolution! You guys rock!

    in reply to: Error Randomly When Teleporting #4678

    ExarchCoercer
    Participant
    0

    Sorry I was using teleport not teleportIf going to try and change to teleportIf and see if that helps fix the issue

    • This reply was modified 6 years, 10 months ago by  ExarchCoercer.
    in reply to: Error Randomly When Teleporting #4673

    ExarchCoercer
    Participant
    0

    Happened again this morning with a different location here is the exert from the scenario I am using TeleportIf

    afkUntil(18:05et)
    teleportIf(Castrum Oriens)
    unstealth()
    changeJob(Botanist)

    (9:18:54 AM) Woot-woot!
    (9:18:54 AM) I got loads of sparkles in my pockets!
    (9:18:54 AM) Guess it’s time to rest for a bit πŸ™‚
    (9:18:54 AM) Everything is gathered!
    (9:18:55 AM) Teleporting to: ‘Castrum Oriens’
    (9:18:56 AM) Sorry, I don’t see a teleport to ‘Castrum Oriens’ :/

    in reply to: Materia Transmutation thoughts #3789

    ExarchCoercer
    Participant
    0

    I was experimenting with this last night. I think the main problem is there isn’t anyway to ensure your cursor is always at the first inventory position. If we could do that than you would just need to set up the materia in your first 5 slots and use keybinds to select and turn in. Also selecting the right number might be tricky as well.

    in reply to: Stormblood – Upgrade Stage 1 #3617

    ExarchCoercer
    Participant
    0

    Bug:

    It looks like some of the Gathering Abilities need to be updated for the GP usage. My regular rotation is telling me that it only requires 500 GP when it really requires 600GP and thus is getting stuck. It looks like the likely problem is Utmost Cation. Miqo thinks this ability is only 100GP but it has since been changed to 200GP.

    in reply to: Crafting [Scenario Generator] #3528

    ExarchCoercer
    Participant
    0

    I’ve also encountered it with Luminous Fiber and Gold Ingot.

    in reply to: Crafting [Scenario Generator] #3525

    ExarchCoercer
    Participant
    0

    The only problem that I’ve been able to find is that the recopies assume that they are the only recipe matching in the list for instance something like Camphor will try and Craft Camphor Lumber instead of Camphor because it comes first in the list. I’ve been thinking of how to solve this but without a large list of potential duplicates I’m not sure how to solve it

    in reply to: Crafting [Scenario Generator] #3453

    ExarchCoercer
    Participant
    0

    Wow this is awesome way to go Lyfox!

    in reply to: [Beta] Scenario Scripting Engine #3370

    ExarchCoercer
    Participant
    0

    Request:

    Do you think we could please get the option to restart the scenario if a death occurs? I have quite a few scenarios that start with teleport and they would all run smoothly if a death occurred to restart at chapter one. There are so many times a simple mob walks in the wrong path and I die and it kills the whole thing.

    Thanks!

    in reply to: Take care #3366

    ExarchCoercer
    Participant
    0

    I think switching between games especially with how many people are playing mini games right now is causing unwanted attention. I think its much less obvious if you stay at one game for a long period. If you are at one game people don’t know if you are AFK or playing. I’ve seen FC mates fall asleep at the keyboard playing mini games and non thought the wiser but seeing someone move on the same path every 10 minutes at 3am well…

    in reply to: Take care #3362

    ExarchCoercer
    Participant
    0

    That sucks, I’m curious though how were you farming MGP?

    in reply to: [Beta] Scenario Scripting Engine #3279

    ExarchCoercer
    Participant
    0

    Can confirm, it doesnt work. Just tried it and it doesnt do anything. It says:
    Adventure calls! I have to jump into wormhole. (Angle: 2.87)

    And skips the function.

    Well until it gets fixed, i guess you can do this:

    holdKey(w, 5.0)
    afkFor(0:0:30)

    Another option is to click the Aetheryte and using keyboard commands to select zone you want in Idyllshire

    in reply to: [Beta] Scenario Scripting Engine #3278

    ExarchCoercer
    Participant
    0

    While we are on the idea train I think it it would be really cool if we were able to retrieve items from a retainer. Something like retrieve(retainer_name,item, item_amount).

    in reply to: [Beta] Scenario Scripting Engine #3208

    ExarchCoercer
    Participant
    2+

    Fantastic, thank you so much! A question, though, since I don’t see it on the list (or I missed it); can we also set it up to buy from NPCs? (for desynthing grinds)

    Not at the moment, this is one of the next functions in our todo list πŸ™‚
    We apologize for inconvenience.

    You are actually able to buy from NPCs using key commands for example

    key(num12) //select the closest NPC
    key(num0) //activate the npc
    key(num2) //scroll down through npc until you find the item repeat as needed
    key(num0) //buy the item
    key(esc) //close out of menus
    desynth

    The idea is that you can treat it as you would if you use a controller. Because vendor items don’t change order this should be safe to use over and over again.

    Happy times. This gives us sooo much power now to come up with custom scenarios.

    • This reply was modified 6 years, 11 months ago by  ExarchCoercer.
    • This reply was modified 6 years, 11 months ago by  ExarchCoercer.
    in reply to: [Beta] Scenario Scripting Engine #3196

    ExarchCoercer
    Participant
    0

    This looks awesome thanks so much for all of your hard work!

Viewing 15 posts - 31 through 45 (of 48 total)