forked from brycole/gemstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrgvars.lic
More file actions
104 lines (81 loc) · 4.36 KB
/
grgvars.lic
File metadata and controls
104 lines (81 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
=begin
grgvars.lic, tag-along script for storing personal preferences for grguild.lic
for grguild.lic versions 7-28-10 and later
this script will autorun when grguild.lic is run.
This script must be trusted.
This script must be manually modified in order to set personal preferences.
Yes, that involves opening a file and changing code. Sorry fuckers, no GUI here.
LINES TO MODIFY, 23, 41-46, 55, 66, 67. ALL OTHER LINES ARE COMMENTS
author: Gibreficul
tags: rogue, utility, guild, awesome
=end
### The script was started before go2 was fully compatible with your guild password ###
### that said, some of the movement logic is based on being inside or outside of the guilds ###
### this script was created with the intention to never require go2 to enter your password for you ###
### this script will error if you do not manually change the password in the below array ###
### it should have exactly 5-7 commands in it, no more, no less ###
###### Custom settings #####
#################### GUILD PASSWORD #############################
### Make sure you change that for YOUR character. The script KNOWS if you don't change it. ##
#############################################################
$rgpassword = ["pull","knock","slap","kiss","turn","kiss", "kick"]
####################################################
##
### The following are the toggles for ignoring or not ignoring certain tasks ###
### grguild will default any skill you have mastered to false automatically and ignore lockmastery if you have under 30 picking ranks ###
###
#################################################################################
###### SKILL TOGGLES ########
# The script is an endless loop of stunmans until you can't do stunmans anymore.
# Set any of the following to false to stop it from attempting tasks in that skill.
# If a promotion is available, and you must diversify, the script will set that skill to false.
# That setting will remain until the next running of grgvars.lic.
################################
$do_cheapshots = false
$do_stunmans = true
$do_gambits = false
$do_lfm = false
$do_sweep = false
$do_subdue = false
##################################
## SET $wait_for_windows to true to wait for windows in towns where multi-town hoppins isn't possible.
## Otherwise, the script returns the rag to the rack and exits.
##
######## WAIT FOR WINDOWS VARIABLE ####
$wait_for_windows = false
##################################
###### STUN MANEUVERS, STUNMAN ATTACK #######
##
## Required variables for stunman attack...
#************************** ATTENTION $stun_move_room is your default resting room because I'm fucking lazy.
$stun_attack_person = ["Nameone","Nametwo", "Ectectect"]
$stun_move_room = 20
## THE ABOVE CAN BE A GO2 ALIAS OR BUILT-IN TARGET, OR A ROOM #, such as, $stun_move_room = 410
##
## THE $stun_move_room should be a non-sancted room where you expect to find the person or people you specify in the $stun_attack_person array, it MUST be an array.
########################################################################
# The above are custom settings subject to updates in the future
# updates will not be to the script repository, however, they will be posted on the pc for you to add manually.
# this is possibly going to be how I drive the scripting of partner reps, as that will be fairly character specific, and may only effect PRIME rogues.
# my thoughts are that I never ever want you to overwrite the custom information you have after this update... and I never use Lich settings, I'm not starting today.
########################################################################
###### CHECK OUT BELOW #######
# Below is a version of this script, commented out of course.
# Updates to the PC will be in THAT form, and in its entirety.
# The mess of comments within this script was for you, not me.
if Char.name == 'Blanks'
$rgpassword = ['pull', 'knock', 'tap', 'pull', 'turn', 'turn', 'slap']
$stun_move_room = 'town'
end
# $rgpassword = ["kick","pull","kick","knock","pull","pull"]
# $do_cheapshots = true
# $do_stunmans = true
# $do_gambits = true
# $do_lfm = true
# $do_sweep = true
# $do_subdue = true
#$wait_for_windows = false
# $stun_attack_person = ["Nameone","Nametwo", "Ectectect"]
# $stun_move_room = 410
# $grgird = "ready ranged"
# $grsto = "store ranged"