Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jiggy

Pages: [1]
1
Scripting Chat / Re: Help please
« on: February 28, 2012, 11:43:49 PM »
Let me check where, i made some years ago an Player an Tot Stone Alert via party\Guildchat for abcuo. Hope i didnt deleted it yet;)

Thanks

2
Scripting Chat / Re: Help please
« on: February 27, 2012, 01:48:44 PM »
This is what i got its not working if some one can help i stand in my house were i see the stone i dont have to move or recall i just say if stone is red or Green every 10 minutes

set %TotID   LXWRJMD
set %TotTypes PFT
set %TotGreenColor  67
SUO:
repeat

if #TotGreenColor = #true
     display \ Stone is Green
if #TotGreenColor = #false
     display \ Stone is Red
until #CharGhost = YES
while #CharGhost = YES
  wait 1
GoTo SUO


sub CheckTot
  finditem  %TotTypes
  if #findcnt > 0
    {
    For #findindex 1 #findcnt
       set %TotGreen %TotGreen || #findcol = %TotGreenColor
    }
return %TotGreen



Thanks first time scripting

3
Scripting Chat / Re: Help please
« on: February 26, 2012, 09:05:06 PM »
Yes it Pandora ABCUO has it to. I know there is one some were. Some one on abcuo made it just hoping there was one. Thanks every one for responding.

4
Scripting Chat / Help please
« on: February 26, 2012, 03:23:57 PM »
Where would i get s script that tells my guild when the tot stone is green?

5
New member introductions / Hello every one
« on: February 24, 2012, 06:17:08 PM »
Hello every one,

   I am 36 and live in Las Vegas NV USA. Started playing OSI UO in 1997 hard for a few years. Then in 2001 went to the military and started playing part time. Now i started playing on free shards and now i found my love of UO again. I didn't get in to scripting until the past couple of years.
Never got in to PVP always have been a PVM Player. found your site from a friends suggestion a why'll back. would like to check out some of your scripts.
Thanks
Gary

Pages: [1]