Language:
Lua     Change language:
Pastebin: 65705
Author: Seerah
Subject: Untitled
Created: 2007-06-24 19:01:07
Download and save
Toggle line numbers
1--Player-- 
2{ 
3    name = "Seerah"
4    pbRevision = 41470
5    bars = { 
6        blankSpace = { 
7            hidden = true
8            position = 2 
9        }
10        castBar = { 
11            position = 8 
12        }
13        expBar = { 
14            position = 5 
15        }
16        healthBar = { 
17            height = 5
18            position = 3 
19        }
20        portrait = { 
21            position = 1
22            side = "left" 
23        }
24        powerBar = { 
25            height = 4
26            position = 4 
27        }
28        repBar = { 
29            position = 6 
30        }
31        threatBar = { 
32            position = 7 
33        } 
34    }
35    icons = { 
36        combatIcon = { 
37            position = "frame-edgebottomleft" 
38        }
39        leaderIcon = { 
40            position = "frame-edgetopleft" 
41        }
42        masterIcon = { 
43            position = "frame-edgetopleft" 
44        }
45        pvpIcon = { 
46            position = "frame-edgetopright"
47            size = 1.4 
48        }
49        raidTargetIcon = { 
50            position = "frame-edgetop" 
51        }
52        restIcon = { 
53            position = "frame-edgebottomleft" 
54        } 
55    }
56    texts = { 
57        Class = { 
58            custom = "[Level] [ShortSmartClass:ClassColor] [ShortRace]"
59            position = "frame-outtopright"
60            styleType = "class" 
61        }
62        combatText = { 
63            position = "frame-center" 
64        }
65        Combo = { 
66            position = "frame-outright"
67            style = "Standard"
68            styleType = "combo" 
69        }
70        Experience = { 
71            position = "expBar-center"
72            style = "Standard"
73            styleType = "experience" 
74        }
75        Health = { 
76            custom = "[~Status?FractionalHP:Short] || [Status:PercentHP:Percent]"
77            position = "healthBar-right"
78            style = "Absolute and Percent"
79            styleType = "health" 
80        }
81        Name = { 
82            custom = "[Name]"
83            position = "frame-outtopleft"
84            size = 1.1
85            style = "Standard"
86            styleType = "name" 
87        }
88        Power = { 
89            custom = "[CurMP]/[MaxMP]"
90            position = "powerBar-right"
91            style = "Absolute"
92            styleType = "power" 
93        }
94        Reputation = { 
95            position = "repBar-center"
96            style = "Standard"
97            styleType = "reputation" 
98        }
99        Threat = { 
100            custom = "[Threat]/[MaxThreat]"
101            position = "threatBar-right"
102            style = "Absolute Short"
103            styleType = "threat" 
104        } 
105    } 
106} 
107 
108 
109--Target-- 
110{ 
111    name = "Seerah Target"
112    pbRevision = 41470
113    bars = { 
114        blankSpace = { 
115            height = 5
116            hidden = true
117            position = 2 
118        }
119        castBar = { 
120            position = 8 
121        }
122        expBar = { 
123            position = 5 
124        }
125        healthBar = { 
126            height = 5
127            position = 3 
128        }
129        portrait = { 
130            position = 1
131            side = "right" 
132        }
133        powerBar = { 
134            height = 4
135            position = 4 
136        }
137        repBar = { 
138            position = 6 
139        }
140        threatBar = { 
141            position = 7 
142        } 
143    }
144    icons = { 
145        combatIcon = { 
146            position = "frame-edgebottomleft" 
147        }
148        leaderIcon = { 
149            position = "frame-edgetopleft" 
150        }
151        masterIcon = { 
152            position = "frame-edgetopleft" 
153        }
154        pvpIcon = { 
155            position = "frame-edgetopright"
156            size = 1.4 
157        }
158        raidTargetIcon = { 
159            position = "frame-edgetop" 
160        }
161        restIcon = { 
162            position = "frame-edgebottomleft" 
163        } 
164    }
165    texts = { 
166        Class = { 
167            custom = "[ShortClassification][Level:DifficultyColor] [ShortSmartClass:ClassColor] [DruidForm:Paren] [ShortRace]"
168            position = "frame-outtopright"
169            styleType = "class" 
170        }
171        combatText = { 
172            position = "frame-center" 
173        }
174        Combo = { 
175            position = "frame-outright"
176            style = "Standard"
177            styleType = "combo" 
178        }
179        Experience = { 
180            position = "expBar-center"
181            style = "Standard"
182            styleType = "experience" 
183        }
184        Health = { 
185            custom = "[~Status?FractionalHP:Short] || [Status:PercentHP:Percent]"
186            position = "healthBar-left"
187            style = "Absolute and Percent"
188            styleType = "health" 
189        }
190        Name = { 
191            custom = "[Name]"
192            position = "frame-outtopleft"
193            style = "Standard"
194            styleType = "name" 
195        }
196        Power = { 
197            custom = "[CurMP]/[MaxMP]"
198            position = "powerBar-left"
199            style = "Absolute"
200            styleType = "power" 
201        }
202        Reputation = { 
203            position = "repBar-center"
204            style = "Standard"
205            styleType = "reputation" 
206        }
207        Threat = { 
208            custom = "[Threat]/[MaxThreat]"
209            position = "threatBar-right"
210            style = "Absolute Short"
211            styleType = "threat" 
212        } 
213    } 
214} 
215 
216 
217--Party-- 
218{ 
219    name = "Seerah party"
220    pbRevision = 41470
221    bars = { 
222        blankSpace = { 
223            hidden = true
224            position = 2 
225        }
226        castBar = { 
227            height = 3
228            position = 8 
229        }
230        expBar = { 
231            position = 5 
232        }
233        healthBar = { 
234            height = 5
235            position = 3 
236        }
237        portrait = { 
238            position = 1
239            side = "left" 
240        }
241        powerBar = { 
242            height = 4
243            position = 4 
244        }
245        repBar = { 
246            position = 6 
247        }
248        threatBar = { 
249            position = 7 
250        } 
251    }
252    icons = { 
253        combatIcon = { 
254            position = "frame-edgebottomleft" 
255        }
256        leaderIcon = { 
257            position = "frame-edgetopleft" 
258        }
259        masterIcon = { 
260            position = "frame-edgetopleft" 
261        }
262        pvpIcon = { 
263            position = "frame-edgetopright"
264            size = 1.4 
265        }
266        raidTargetIcon = { 
267            position = "frame-edgetop" 
268        }
269        restIcon = { 
270            position = "frame-edgebottomleft" 
271        } 
272    }
273    texts = { 
274        Class = { 
275            custom = "[Level] [ShortSmartClass:ClassColor] [ShortRace]"
276            position = "frame-outtopright"
277            styleType = "class" 
278        }
279        combatText = { 
280            position = "frame-center" 
281        }
282        Combo = { 
283            position = "frame-outright"
284            style = "Standard"
285            styleType = "combo" 
286        }
287        Experience = { 
288            position = "expBar-center"
289            style = "Standard"
290            styleType = "experience" 
291        }
292        Health = { 
293            custom = "[~Status?FractionalHP:Short] || [Status:PercentHP:Percent]"
294            position = "healthBar-right"
295            style = "Absolute and Percent"
296            styleType = "health" 
297        }
298        Name = { 
299            custom = "[Name]"
300            position = "frame-outtopleft"
301            size = 1.1
302            style = "Standard"
303            styleType = "name" 
304        }
305        Power = { 
306            custom = "[CurMP]/[MaxMP]"
307            position = "powerBar-right"
308            size = 0.95
309            style = "Absolute"
310            styleType = "power" 
311        }
312        Reputation = { 
313            position = "repBar-center"
314            style = "Standard"
315            styleType = "reputation" 
316        }
317        Threat = { 
318            custom = "[Threat]/[MaxThreat]"
319            position = "threatBar-right"
320            style = "Absolute Short"
321            styleType = "threat" 
322        } 
323    } 
324} 
325 
326 
327--Player Pet-- 
328{ 
329    name = "Seerah Pet"
330    pbRevision = 41470
331    bars = { 
332        blankSpace = { 
333            hidden = true
334            position = 2 
335        }
336        castBar = { 
337            position = 8 
338        }
339        expBar = { 
340            position = 5 
341        }
342        healthBar = { 
343            height = 5
344            position = 3 
345        }
346        portrait = { 
347            position = 1
348            side = "left" 
349        }
350        powerBar = { 
351            height = 4
352            position = 4 
353        }
354        repBar = { 
355            position = 6 
356        }
357        threatBar = { 
358            position = 7 
359        } 
360    }
361    icons = { 
362        combatIcon = { 
363            position = "frame-edgebottomleft" 
364        }
365        leaderIcon = { 
366            position = "frame-edgetopleft" 
367        }
368        masterIcon = { 
369            position = "frame-edgetopleft" 
370        }
371        pvpIcon = { 
372            position = "frame-edgetopright"
373            size = 1.4 
374        }
375        raidTargetIcon = { 
376            position = "frame-edgetop" 
377        }
378        restIcon = { 
379            position = "frame-edgebottomleft" 
380        } 
381    }
382    texts = { 
383        combatText = { 
384            position = "frame-center" 
385        }
386        Combo = { 
387            position = "frame-outright"
388            style = "Standard"
389            styleType = "combo" 
390        }
391        Experience = { 
392            position = "expBar-center"
393            style = "Standard"
394            styleType = "experience" 
395        }
396        Health = { 
397            custom = "[~Status?FractionalHP:Short] || [Status:PercentHP:Percent]"
398            position = "healthBar-right"
399            style = "Absolute and Percent"
400            styleType = "health" 
401        }
402        Name = { 
403            custom = "[Name]"
404            position = "frame-outtopleft"
405            size = 1.1
406            style = "Standard"
407            styleType = "name" 
408        }
409        Power = { 
410            custom = "[CurMP]/[MaxMP]"
411            position = "powerBar-right"
412            style = "Absolute"
413            styleType = "power" 
414        }
415        Reputation = { 
416            position = "repBar-center"
417            style = "Standard"
418            styleType = "reputation" 
419        }
420        Threat = { 
421            custom = "[Threat]/[MaxThreat]"
422            position = "threatBar-right"
423            style = "Absolute Short"
424            styleType = "threat" 
425        } 
426    } 
427} 
428 
429 
430--Party Pets and Targets-- 
431{ 
432    name = "Seerah party pet&target"
433    pbRevision = 41470
434    bars = { 
435        blankSpace = { 
436            hidden = true
437            position = 2 
438        }
439        castBar = { 
440            position = 8 
441        }
442        expBar = { 
443            position = 5 
444        }
445        healthBar = { 
446            height = 5
447            position = 3 
448        }
449        portrait = { 
450            position = 1
451            side = "left" 
452        }
453        powerBar = { 
454            height = 4
455            position = 4 
456        }
457        repBar = { 
458            position = 6 
459        }
460        threatBar = { 
461            position = 7 
462        } 
463    }
464    icons = { 
465        combatIcon = { 
466            position = "frame-edgebottomleft" 
467        }
468        leaderIcon = { 
469            position = "frame-edgetopleft" 
470        }
471        masterIcon = { 
472            position = "frame-edgetopleft" 
473        }
474        pvpIcon = { 
475            position = "frame-edgetopright" 
476        }
477        raidTargetIcon = { 
478            position = "frame-edgetop" 
479        }
480        restIcon = { 
481            position = "frame-edgebottomleft" 
482        } 
483    }
484    texts = { 
485        combatText = { 
486            position = "frame-center" 
487        }
488        Combo = { 
489            position = "frame-outright"
490            style = "Standard"
491            styleType = "combo" 
492        }
493        Experience = { 
494            position = "expBar-center"
495            style = "Standard"
496            styleType = "experience" 
497        }
498        Health = { 
499            custom = "[Status:PercentHP:Percent]"
500            position = "healthBar-right"
501            style = "Percent"
502            styleType = "health" 
503        }
504        Name = { 
505            custom = "[Name]"
506            position = "healthBar-left"
507            style = "Standard"
508            styleType = "name" 
509        }
510        Reputation = { 
511            position = "repBar-center"
512            style = "Standard"
513            styleType = "reputation" 
514        } 
515    } 
516} 
517 
518 
519--Target of Target-- 
520{ 
521    name = "Seerah ToT"
522    pbRevision = 41470
523    bars = { 
524        blankSpace = { 
525            hidden = true
526            position = 2 
527        }
528        castBar = { 
529            position = 8 
530        }
531        expBar = { 
532            position = 5 
533        }
534        healthBar = { 
535            height = 5
536            position = 3 
537        }
538        portrait = { 
539            position = 1
540            side = "left" 
541        }
542        powerBar = { 
543            height = 4
544            position = 4 
545        }
546        repBar = { 
547            position = 6 
548        }
549        threatBar = { 
550            position = 7 
551        } 
552    }
553    icons = { 
554        combatIcon = { 
555            position = "frame-edgebottomleft" 
556        }
557        leaderIcon = { 
558            position = "frame-edgetopleft" 
559        }
560        masterIcon = { 
561            position = "frame-edgetopleft" 
562        }
563        pvpIcon = { 
564            position = "frame-edgetopright" 
565        }
566        raidTargetIcon = { 
567            position = "frame-edgetop" 
568        }
569        restIcon = { 
570            position = "frame-edgebottomleft" 
571        } 
572    }
573    texts = { 
574        combatText = { 
575            position = "frame-center" 
576        }
577        Combo = { 
578            position = "frame-outright"
579            style = "Standard"
580            styleType = "combo" 
581        }
582        Experience = { 
583            position = "expBar-center"
584            style = "Standard"
585            styleType = "experience" 
586        }
587        Health = { 
588            custom = "[Status:PercentHP:Percent]"
589            position = "healthBar-right"
590            style = "Percent"
591            styleType = "health" 
592        }
593        Name = { 
594            custom = "[Name]"
595            position = "healthBar-left"
596            style = "Standard"
597            styleType = "name" 
598        }
599        Reputation = { 
600            position = "repBar-center"
601            style = "Standard"
602            styleType = "reputation" 
603        }
604        Threat = { 
605            custom = "[Threat]/[MaxThreat]"
606            position = "threatBar-right"
607            style = "Absolute Short"
608            styleType = "threat" 
609        } 
610    } 
611} 
Download and save
Toggle line numbers
Thread:
[65705] Untitled by Seerah at 2007-06-24 19:01:07
  [70653] Re: Untitled by Anonymous at 2007-07-11 11:19:32 (diff)
    [126026] Re: Untitled by Anonymous at 2009-10-03 10:53:35 (diff)
  [71004] Re: Untitled by Anonymous at 2007-07-18 11:28:51 (diff)
  [71122] Re: Untitled by Anonymous at 2007-07-21 06:48:02 (diff)
  [71254] Re: Untitled by Anonymous at 2007-07-24 13:43:29 (diff)
  [71836] Re: Untitled by Anonymous at 2007-08-05 11:40:22 (diff)
  [75077] Re: Untitled by Anonymous at 2007-10-09 07:09:01 (diff)
  [77504] Re: Untitled by Anonymous at 2007-11-17 16:51:18 (diff)
  [77505] Re: Untitled by Anonymous at 2007-11-17 16:51:19 (diff)
  [77506] Re: Untitled by Anonymous at 2007-11-17 16:54:35 (diff)
  [77757] Re: Untitled by Anonymous at 2007-11-21 09:58:32 (diff)
  [77836] Re: Untitled by Anonymous at 2007-11-23 01:50:12 (diff)
  [81307] Re: Untitled by Anonymous at 2008-01-26 00:17:34 (diff)
  [81463] Re: Untitled by Anonymous at 2008-01-30 04:31:22 (diff)
  [81464] Re: Untitled by Anonymous at 2008-01-30 04:34:27 (diff)
  [81725] Re: Untitled by Anonymous at 2008-02-03 10:48:52 (diff)
  [81726] Re: Untitled by Anonymous at 2008-02-03 10:50:44 (diff)
  [82471] Re: Untitled by Anonymous at 2008-02-17 01:40:24 (diff)
  [83045] Re: Untitled by Anonymous at 2008-02-27 16:45:00 (diff)
  [84649] Re: Untitled by Anonymous at 2008-03-29 14:50:45 (diff)
  [84762] Re: Untitled by Anonymous at 2008-03-30 20:14:42 (diff)
  [85754] Re: Untitled by Anonymous at 2008-04-14 11:36:39 (diff)
  [86117] Re: Untitled by Anonymous at 2008-04-20 15:19:22 (diff)
  [87293] Re: Untitled by Anonymous at 2008-05-05 17:22:33 (diff)
  [88559] Re: Untitled by Anonymous at 2008-05-28 10:41:09 (diff)
  [88652] Re: Untitled by Anonymous at 2008-05-29 16:07:02 (diff)
  [88712] Re: Untitled by Anonymous at 2008-05-30 17:52:53 (diff)
  [89530] Re: Untitled by Anonymous at 2008-06-14 08:59:56 (diff)
  [89870] Re: Untitled by Anonymous at 2008-06-21 22:23:27 (diff)
    [89871] Re: Untitled by Anonymous at 2008-06-21 22:23:58 (diff)
  [91875] Re: Untitled by Anonymous at 2008-07-20 22:07:30 (diff)
  [93939] Re: Untitled by Sancrist at 2008-08-16 04:58:04 (diff)
  [94225] Re: Untitled by Anonymous at 2008-08-20 00:53:24 (diff)
  [94226] Re: Untitled by Anonymous at 2008-08-20 00:53:25 (diff)
  [96604] Re: Untitled by Anonymous at 2008-09-23 03:11:40 (diff)
  [96878] Re: Untitled by Anonymous at 2008-09-27 23:39:24 (diff)
  [104453] Re: Untitled by Anonymous at 2008-12-15 22:43:18 (diff)
  [105755] Re: Untitled by Anonymous at 2009-01-07 11:48:59 (diff)
  [108127] Re: Untitled by Sly at 2009-02-11 15:38:27 (diff)
  [108403] Re: Untitled by Anonymous at 2009-02-16 20:25:26 (diff)
  [108688] Re: Untitled by Anonymous at 2009-02-21 10:41:24 (diff)
  [108761] Re: Untitled by Anonymous at 2009-02-22 07:59:43 (diff)
  [111231] Re: Untitled by Anonymous at 2009-03-30 13:37:08 (diff)
  [114155] Re: Untitled by Anonymous at 2009-05-13 14:52:37 (diff)
  [114317] Re: Untitled by Anonymous at 2009-05-16 06:07:39 (diff)
  [114327] Re: Untitled by Anonymous at 2009-05-16 10:01:32 (diff)
  [116636] Re: Untitled by Anonymous at 2009-06-24 13:10:17 (diff)
  [117226] Re: Untitled by Anonymous at 2009-07-08 11:01:01 (diff)
  [123478] Re: Untitled by Anonymous at 2009-08-27 10:05:07 (diff)
  [124537] Re: Untitled by Anonymous at 2009-09-02 10:59:20 (diff)
  [124698] Re: Untitled by Anonymous at 2009-09-05 16:19:17 (diff)
  [127568] Re: Untitled by Anonymous at 2009-11-04 12:55:17 (diff)
  [128126] Re: Untitled by Anonymous at 2009-11-10 22:58:02 (diff)
  [136405] Re: Untitled by Anonymous at 2010-05-13 01:49:06 (diff)
  [140005] Re: Untitled by Anonymous at 2010-08-25 13:27:08 (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.