Search found 8 matches

by Trickster
Tue Mar 01, 2005 8:44 pm
Forum: GamingTools Members::Inner Space
Topic: I'm a lost newb...go figure
Replies: 18
Views: 21588

The function of the Cosmos piece is to make you cast a line when you have a fishing pole equipped and right-click on a non-UI portion of the screen. The script is supposed to handle right-clicking, using the bobber when it twitches, and looting the result. (Depending on which script you use) All you...
by Trickster
Tue Mar 01, 2005 3:11 pm
Forum: GamingTools Members::Inner Space
Topic: Problem with "Return"
Replies: 12
Views: 11521

Yeah, just saw that on another thread. That deserves a specific mention in the Wiki if it's not already there, I'll go put something in there in a bit.
by Trickster
Tue Mar 01, 2005 3:05 pm
Forum: GamingTools Members::Inner Space
Topic: I'm a lost newb...go figure
Replies: 18
Views: 21588

The tacklebox thing works by having your mouse pointer over a non-UI portion of the screen. Make sure it's not over a button or it'll spam that button. I had it over the mana regen fish stew once and ate over a stack before I noticed. :(
by Trickster
Tue Mar 01, 2005 3:02 pm
Forum: GamingTools Members::Inner Space
Topic: Problem with "Return"
Replies: 12
Views: 11521

Code: Select all

echo ${Target(bool)}

Without Target:
NULL

With Target:
Unknown  type 'bool)t'
NULL
${Target.Name.NotEqual[NULL]} got predictable results

Here's another fun one:

Code: Select all

if 1 > 2
echo "1 greater 2"
if 2 > 1
echo "2 greater 1"
I get both echoes.
by Trickster
Tue Mar 01, 2005 2:17 pm
Forum: GamingTools Members::Inner Space
Topic: Problem with "Return"
Replies: 12
Views: 11521

echo "Target.Name: " ${Target.Name} echo "Bool: " ${Bool[${Target.Name}]} echo "Equal: " ${Target.Name.Equal[NULL]} Without a target I'd get: Target.Name: NULL Bool: FALSE Equal: NULL With a target: Target.Name: Prairie Stalker Bool: FALSE Equal: FALSE Regard...
by Trickster
Tue Mar 01, 2005 5:35 am
Forum: GamingTools Members::Inner Space
Topic: Problem with "Return"
Replies: 12
Views: 11521

Now that I've patched, NULL seems to equal TRUE.
by Trickster
Tue Mar 01, 2005 2:59 am
Forum: GamingTools Members::Inner Space
Topic: Problem with "Return"
Replies: 12
Views: 11521

Problem with "Return"

Anyone having problems with the Return command being cranky? ... echo "Current Distance 1: " ${Math.Distance[${Me.X},${Me.Y},${Target.X},${Target.Y}]} call GetCurrentDistanceToTarget echo "Return: " ${Float[${Return}]} varset Curr...
by Trickster
Tue Mar 01, 2005 2:54 am
Forum: GamingTools Members::Inner Space
Topic: I'm a lost newb...go figure
Replies: 18
Views: 21588

I had this happen a few times in WoW. Generally if I close the game and restart, it'll work once more.