Search found 15 matches

by Xith
Sun Aug 25, 2013 2:31 am
Forum: Help Forum
Topic: My Upload
Replies: 3
Views: 3221

Re: My Upload

On that subject, could you perhaps walk me through each step for sharing triggers/folders, and then the steps my friend should follow to download.

I've been having trouble even with her trying to import them.

ME:
1. Export items
2. Compress/zip desired items
3. Rename Archive.zip
4. Upload/send ...
by Xith
Sun Aug 25, 2013 1:18 am
Forum: Help Forum
Topic: My Upload
Replies: 3
Views: 3221

My Upload

Having difficulty sharing xml's so I need to put things here, since it's all I know that works.
by Xith
Sat Dec 22, 2012 10:05 am
Forum: Help Forum
Topic: Retrieving Profiles
Replies: 2
Views: 3172

Re: Retrieving Profiles

Or where should that config information be?
by Xith
Sat Dec 22, 2012 9:53 am
Forum: Help Forum
Topic: Retrieving Profiles
Replies: 2
Views: 3172

Retrieving Profiles

My MacBook Pro broke down a couple months ago, and I've just got it fixed. I had to back up my data on an external drive, which was done via data recovery software.

Among the retrieved info (pretty much everything) was:
- All applications, and their contents packages
- a 'config' folder in my home ...
by Xith
Fri Apr 27, 2012 5:12 am
Forum: Scripts & Packages
Topic: [Achaea] Party Class Checker (for everyone!)
Replies: 1
Views: 3481

Re: [Achaea] Party Class Checker (for everyone!)

3 versions later.... I got it right.
Thanks to beta testers. :P
by Xith
Fri Apr 27, 2012 3:56 am
Forum: Scripts & Packages
Topic: [Achaea] Party Class Checker (for everyone!)
Replies: 1
Views: 3481

[Achaea] Party Class Checker (for everyone!)

Good for raids, team spars, and any party situation!

When everyone in your party has Class Checker installed, any person within the party will be able to use the alias 'classcheck' to prompt everyone for their instant feedback and report the count moments later.
All Achaeans are free to use the ...
by Xith
Wed Feb 15, 2012 7:55 am
Forum: Scripts & Packages
Topic: [Achaea] Gag smileys from weed
Replies: 2
Views: 5149

[Achaea] Gag smileys from weed

..o@@@@@@@@@@@@@o..
..@@@@@@@@@@@@@@@@@@@@@@@@@..
.@@@@@@@@@@@"'@@@@@@@@@"'@@@@@@@@@@@.
.@@@@@@@@@@@@@ @@@@@@@ @@@@@@@@@@@@@.
@@@@@@@@@@@@@@0 0@@@@@0 0@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@0 0@@@@@0 0 ...
by Xith
Mon Nov 07, 2011 11:25 pm
Forum: Scripts & Packages
Topic: [Achaea] CWHO Class Filter (w/ Alchemist)
Replies: 2
Views: 4738

Re: [Achaea] CWHO Class Filter (w/ Alchemist)

-- UPDATED to include Alchemist class as well as the new group 'Refiller' --
CWHO REFILL will highlight forestals and alchemists, whether your city contains both or not.
CWHO REZ highlights grove users, devotionists, and alchemists.
________
by Xith
Mon Sep 12, 2011 6:47 pm
Forum: Scripts & Packages
Topic: [Achaea] Roulette Counter
Replies: 14
Views: 19928

Re: [Achaea] Roulette Counter

xecho is a personal echo function of mine. Should have been regular echo.
by Xith
Sun Sep 11, 2011 12:01 am
Forum: Scripts & Packages
Topic: [Achaea] Roulette Counter
Replies: 14
Views: 19928

Re: [Achaea] Roulette Counter

Also, found another error.

In the 'roulettebet' trigger, the top line should be changed from

Code: Select all

if rbetting==true then
to

Code: Select all

if rbetting==true or rbetting==nil then



And the rstop alias

Code: Select all

rbetting=nil
should have been

Code: Select all

rbetting=false