Results 1 to 3 of 3

Thread: Bigshot and 312

  1. #1

    Default Bigshot and 312

    Trying to get the charge time with 312 to work properly with Bigshot and having an issue where it's forcing me into defensive stance before the cast goes off. I've tried the following:

    incant 312 target and wait 3, incant 302 target(xx)
    incant 312 target, wait 3, incant 302 target(xx)

    Is there a better way to include a channel with 312 that keeps me in offensive until looting or walking?

  2. #2
    Join Date
    Mar 2008
    Location
    Virginia, USA
    Posts
    287

    Default

    It's likely not bigshot related but Spell.cast related. What happens when you try to just do a ;e Spell[312].cast
    Or something similar. I think I saw you asking about this on lnet the other day, but if's likely going to have to require an update to either spell-list.xml, the Spell function in the main lich.rbw, or a supplemental script could be written that does it for you that you would call

    script use312, incant 302 target (xx)

    and then manually using fputs and other logic write how you want/expect 312 to behave for a single cast (including stance dancing) into a script use312.lic.I'

    Code:
    fput "stance offensive"
    fput "prep 312"
    sleep(0.5)
    waitrt?
    waitcastrt?
    fput "cast"
    fput "stance defensive"
    Or something like that?
    Websites
    Lich Wiki Info
    EO Scripts Github Repository - Collaborative script development by the community.
    EO Lich5 Github Repository - Collaborative Lich Development for GS4 & DR for modern Ruby.
    Elanthia Online Forums Archive

    Player of Tysong

  3. #3

    Default

    Appreciate the reply. Unfortunate it's not some easy fix. The cast itself is a channeled cast with the maximum benefit being give to an open hands, full O, channeled caster who sets the wait time to their discretion. Let me give these options a shot and see what we get.

Similar Threads

  1. Bigshot + MA + Lag
    By cwolff in forum The Lich Project
    Replies: 3
    Last Post: 01-09-2018, 11:35 AM
  2. Run Bigshot Once
    By Loumeer in forum The Lich Project
    Replies: 7
    Last Post: 04-30-2017, 07:28 PM
  3. Bigshot tail without bigshot head?
    By Erez in forum The Lich Project
    Replies: 2
    Last Post: 11-26-2016, 06:15 PM
  4. need some bigshot help, also hi
    By Luftstreitkräfte in forum Gemstone: Shattered
    Replies: 4
    Last Post: 04-12-2014, 01:34 PM
  5. BigShot
    By Kaelozim in forum The Lich Project
    Replies: 2
    Last Post: 09-19-2010, 08:46 PM

Posting Permissions

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