Results 1 to 8 of 8

Thread: Run Bigshot Once

  1. Default Run Bigshot Once

    Hello everybody,

    Since I like to kill bigshot after every hunt in order to talk and be with the people in town while I rest is it possible to just run Bigshot Once and then exit? How would I go about making this possible?

    Thank you.

  2. #2

    Default

    Around line 1581 you could do something like this, which I believe will run your resting scripts and then exit.

    @followers.add_event(:RESTING_SCRIPTS_START)
    run_scripts( @RESTING_SCRIPTS, true )
    Script.self.kill
    ~ Peppwyn

  3. Default

    I made that change and going to test it out.
    Without changing code - in bigshot there are scripts that it will run. Is it possible to add some command at the end of resting scripts to kill bigshot?

  4. #4

    Default

    kill_script('bigshot')

    save that in a file named whateveryouwant.lic in your scripts directory

    add whatever name you pick to resting scripts in bigshot (last). Should do it.

    If you're more worried about unintentionally AFK scripting in general, look up ;watchdog on the repo.
    Mithrilschlong, 2015-03-10 to slightly later on 2015-03-10. You will not be forgotten!
    usable Meteor Swarm, late 2020-12-30 to early 2020-12-31. You will also not be forgotten!

  5. #5
    Join Date
    Jul 2009
    Posts
    4,798
    Blog Entries
    1

    Default

    Wasn't there a Bigshot Quick command or something?


    >forage for snapdragon stalk
    d100(Open): -251
    You stumble about in a fruitless attempt at foraging.

    1/6/2014: Setheve completes the promotion ritual and says, "Congratulations, Whirlin, for achieving Guild Master status! We trust you'll serve your guild well."
    1/11/2014: Grandmaster Alchemist
    1/14/2014: Capped, and got Loralaii killed by a GM.
    7/11/2016: Founded the Hand of the Arkati
    9/20/2016: T5 on my bow (Thanks to Isola)... Managed as far as T4 myself.

  6. #6

    Default

    Quote Originally Posted by Whirlin View Post
    Wasn't there a Bigshot Quick command or something?
    Yes. ;bigshot quick will clear the room then stop, if I remember correctly.
    Last edited by Viekn; 02-28-2017 at 04:51 PM.

  7. #7

    Default

    You could do something stupid like:

    Code:
    ;alias set --global onebighunt = ;e start_script('bigshot');nodecount = 0;until (nodecount  > 2) or !(running? 'bigshot');sleep 60;if Room.current.tags.include? 'node';nodecount += 1;else;nodecount = 0;end;end;kill_script('bigshot')
    assuming you're resting in a room that's tagged as a node (which you fucking should be, also supernodes are also tagged as "node" so it is inclusive afaik). alias will start bigshot, once you're sitting in a node for >= 3 minutes it will exit. lazy but should work.
    Mithrilschlong, 2015-03-10 to slightly later on 2015-03-10. You will not be forgotten!
    usable Meteor Swarm, late 2020-12-30 to early 2020-12-31. You will also not be forgotten!

  8. #8

    Default

    Old thread but in resting scripts...k big as your last option should work
    Last edited by n0551n3n0m1n3; 04-30-2017 at 08:29 PM.
    W3 4R3 4N0NYM0U5.
    W3 4R3 L3610N.
    W3 D0 N07 F0R61V3.
    W3 D0 N07 F0R637.

Similar Threads

  1. 320 & Bigshot?
    By Remo in forum Cleric
    Replies: 7
    Last Post: 02-23-2020, 11:31 AM
  2. Bigshot + MA + Lag
    By cwolff in forum The Lich Project
    Replies: 3
    Last Post: 01-09-2018, 12:35 PM
  3. Bigshot tail without bigshot head?
    By Erez in forum The Lich Project
    Replies: 2
    Last Post: 11-26-2016, 07:15 PM
  4. need some bigshot help, also hi
    By Luftstreitkräfte in forum Gemstone: Shattered
    Replies: 4
    Last Post: 04-12-2014, 02:34 PM
  5. BigShot
    By Kaelozim in forum The Lich Project
    Replies: 2
    Last Post: 09-19-2010, 09:46 PM

Tags for this Thread

Posting Permissions

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