Language:
Lua     Change language:
Pastebin: 86365
Author: p3lim
Subject: pBindings
Created: 2008-04-23 19:42:30
Download and save
Toggle line numbers
1_G.oBindings.keys = { 
2    base = { 
3        W = "c|MOVEFORWARD"
4        A = "c|TURNLEFT"
5        S = "c|MOVEBACKWARD"
6        D = "c|TURNRIGHT"
7        B = "c|OPENALLBAGS"
8    }
9 
10    DRUID = { 
11        feral = { 
12            [1] = "s|Lifebloom"
13            [2] = "s|Regrowth"
14            [3] = "s|Rejuvenation"
15            [4] = "s|Moonfire"
16            [5] = "s|Innervate"
17            [6] = "s|Healing Touch"
18            [7] = "s|Rebirth"
19            [8] = "s|Gift of the Wild"
20 
21            -- Catform 
22            [73] = "m|/cast [stealth] Ravage; Shred\n/startattack [nostealth, harm]"
23            [74] = "m|/cast [stealth] Pounce; Mangle (Cat)()\n/startattack [nostealth, harm]"
24            [75] = "s|Rip"
25            [76] = "s|Ferocious Bite"
26            [77] = "s|Maim"
27            [78] = "s|Rake"
28            [79] = "s|Tiger's Fury"
29            [80] = "s|Cower"
30 
31            -- Bearform 
32            [97] = "s|Lacerate"
33            [98] = "m|/cast Mangle (Bear)()\n/startattack [harm]"
34            [99] = "s|Swipe"
35            [100] = "s|Bash"
36            [101] = "s|Maul"
37            [102] = "s|Challenging Roar"
38 
39            ["S-1"] = "m|/cast [stance:1] Growl; Nature's Grasp"
40            ["S-2"] = "m|/cast [stance:1] Demoralizing Roar; [stance:3] Dash; Entangling Roots"
41            ["S-3"] = "m|/cast [stance:1] Feral Charge; Cyclone"
42            ["S-4"] = "m|/cast [stance:1] Frenzied Regeneration; Hibernate"
43            ["S-5"] = "s|Abolish Poison"
44            ["S-6"] = "s|Remove Curse"
45            ["S-7"] = "s|Tranquility"
46            ["S-L"] = "s|Leatherworking"
47            ["S-BUTTON5"] = "m|/use 13"
48            ["S-BUTTON3"] = "s|Barkskin"
49 
50            ["^-1"] = "s|Dire Bear Form"
51            ["^-2"] = "s|Cat Form"
52            ["^-3"] = "m|/cast [swimming] Aquatic Form; [flyable,nocombat] Flight Form; Travel Form"
53            ["^-BUTTON3"] = "m|/use Reins of the Swift Frostsaber"
54 
55            BUTTON5 = "m|/cast [nostance] Faerie Fire; Faerie Fire (Feral)()"
56            BUTTON3 = "m|/cast [stance:1] Enrage; [stance:3] Prowl; Shadowmeld"
57        }
58    }
59 
60    ROGUE = { 
61        sliten = { 
62            [1] = "s|Gouge"
63            [2] = "m|/use Bloodlust Brooch\n/cast Hemorrhage\n/startattack [harm]"
64            [3] = "s|Kidney Shot"
65            [4] = "s|Eviscerate"
66            [5] = "s|Rupture"
67            [6] = "m|/ihml"
68 
69            -- Stealth 
70            [73] = "s|Ambush"
71            [74] = "s|Cheap Shot"
72            [75] = "s|Garrote"
73            [76] = "m|/cast Sap\n/focus"
74            [77] = "s|Premeditation"
75 
76            ["S-1"] = "s|Vanish"
77            ["S-2"] = "s|Cloak of Shadows"
78            ["S-3"] = "s|Evasion"
79            ["S-4"] = "s|Sprint"
80            ["S-5"] = "s|Shadowstep"
81            ["S-F"] = "s|Slice and Dice"
82            ["S-G"] = "m|/use 13"
83            ["S-BUTTON3"] = "s|Shadowmeld"
84            ["S-BUTTON5"] = "s|Distract"
85 
86            ["^-1"] = "s|Shiv"
87            ["^-2"] = "s|Blind"
88            ["^-3"] = "s|Preperation"
89            ["^-4"] = "m|/cast Deadly Throw\n/cast Throw"
90            ["^-5"] = "s|Feint"
91            ["^-F"] = "s|Envenom"
92            ["^-V"] = "m|/use Heavy Netherweave Bandage"
93            ["^-BUTTON3"] = "m|/use Snowy Gryphon\n/use Swift Gray Ram"
94 
95            BUTTON5 = "m|/cast [stance:1] Distract; Kick"
96            BUTTON3 = "s|Stealth"
97 
98            F10 = "s|Pick Lock"
99        }
100    }
101 
102    SHAMAN = { 
103        enhance = { 
104            [1] = "s|Earth Shock"
105            [2] = "m|/startattack [harm]\n/cast Stormstrike"
106            [3] = "s|Frost Shock"
107            [4] = "s|Flame Shock"
108            [5] = "s|Heroism"
109            [6] = "s|Grounding Totem"
110            [7] = "s|Ghost Wolf"
111 
112            ["S-1"] = "s|Nature's Swiftness"
113            ["S-2"] = "s|Purge"
114            ["S-3"] = "s|Gift of the Naaru"
115            ["S-4"] = "s|Totemic Call"
116            ["S-5"] = "s|Healing Wave"
117            ["S-6"] = "s|Lesser Healing Wave"
118            ["S-7"] = "s|Ancestral Spirit"
119            ["S-G"] = "m|/use 13"
120            ["S-BUTTON3"] = "s|Lightning Totem"
121 
122            ["^-1"] = "s|Earthbind Totem"
123            ["^-2"] = "s|Tremor Totem"
124            ["^-3"] = "m|/cast Magma Totem(Rank 1)"
125            ["^-4"] = "s|Poison Cleansing Totem"
126            ["^-5"] = "s|Fire Elemental Totem"
127            ["^-BUTTON3"] = "m|/use Silver Riding Nether Ray\n/use Swift Brown Ram"
128 
129            ["A-1"] = "s|Grace of Air Totem"
130            ["A-2"] = "s|Strength of Earth Totem"
131            ["A-3"] = "s|Searing Totem"
132            ["A-4"] = "s|Mana Spring Totem"
133            ["A-5"] = "s|Earth Elemental Totem"
134            ["A-BUTTON3"] = "s|Windfury Weapon"
135 
136            BUTTON3 = "s|Water Shield"
137        }
138    }
139} 
Download and save
Toggle line numbers
Thread:
[86365] pBindings by p3lim at 2008-04-23 19:42:30
  [89356] tiqcjse lyaqnvsz by yltokz gatfr at 2008-06-10 20:12:05 (diff)
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.