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.
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.
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
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?
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!
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.
You could do something stupid like:
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.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')
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!
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.