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 - manwinc

Pages: 1 ... 103 104 [105]
1561
Scripting Chat / Re: Ultimate Pot Drinking Sub
« on: April 30, 2009, 07:52:18 PM »
Hmm.... Interesting. Definitely Liking this site!!! Lots of little Tricks.

1562
New member introductions / Re: Well Hello Everyone!
« on: April 30, 2009, 11:47:28 AM »
Hahahaha Good To know! Now I'll have to actually put some effort into my Scripts I just use for myself so I can post them here. Lets DO THIS!!!!

1563
Scripting Chat / Re: Ultimate Pot Drinking Sub
« on: April 30, 2009, 10:55:42 AM »
Hahahahahahaha, That Is A Funny Script! Figured i'd post something similar to your chugger that I use in a Pet player script scenario, also comes in handy when not using a pet player though. Havent added a disarm Function yet though. It just reacts to certain scenarios.

If your poisoned
Cure
If Your health is below a certain point
Heal
If Stamina is below A certain point
refresh
if Dex Timer is up
Agility
if Str timer is up
Strength


Code: [Select]
Sub Pots
Finditem %2Handed_Weapons C_ , #Charid
if #Findcnt > 0
return
finditem %Weapons C_ , #charid  ; shields is included in weapons
if #findcnt > 1
Return
if #findtype in %Bow
{
event property #findid
if Balanced Notin #property
return
}
if %LLiftedid <> #lliftedid
{
set %Lobject_Timer #scnt2 + 10
set %Lliftedid #lliftedid
}
if %lobjectid <> #lobjectid
{
set %Lobject_Timer #scnt2 + 10
set %Lobjectid #lobjectid
}
if *Man_Whore_Army_Heal_Cure = -1
   {
   if C in #charstatus
      {
      Finditem %Cure_Pot C_ , #backpackid
      if #findcnt > 0 && %Lobject_Timer < #Scnt2
          {
          set #Lobjectid #findid
          event macro 17 0
          set %Lobject_Timer #scnt2 + 10
          set %Lobjectid #lobjectid
          }
      }
   set %Lowest_Health #Maxhits / 2
   if #hits < %Lowest_Health
      {
      finditem %Heal_Pot C_ , #Backpackid
      if #findcnt > 0 && %Heal_Pot_Timer < #Scnt && %Lobject_Timer < #Scnt2
         {
         set #Lobjectid #findid
         event macro 17 0
         set %Lobject_Timer #Scnt2 + 10
         set %Heal_Pot_Timer #Scnt + 12
         set %Lobjectid #lobjectid
         }
      }
}
if *Man_Whore_Army_Dex_Str = -1
   {
   if %Str_Timer < #scnt
      {
      Finditem %Str_Pot C_ , #Backpackid
      if #findcnt > 0 && %Lobject_Timer < #Scnt2
         {
         set #lobjectid #findid
         event macro 17 0
         set %Lobject_Timer #Scnt2 + 10
         set %Str_Timer #Scnt + 115
         set %Lobjectid #lobjectid
         }
      }
   If %Dex_Timer < #Scnt
      {
      Finditem %Dex_Pot C_ , #Backpackid
      if #findcnt > 0 && %Lobject_Timer < #Scnt2
         {
         set #Lobjectid #findid
         event macro 17 0
         set %Lobject_Timer #Scnt2 + 10
         set %Dex_Timer #Scnt + 115
         set %Lobjectid #lobjectid
         }
      }
   }
If *Man_Whore_Army_Refresh = -1
   {
   Finditem %Refresh_Pot C_ , #Backpackid
   if #findcnt > 0 && %Lobject_Timer < #scnt2
      {
      set #lobjectid #findid
      event macro 17 0
      set %Lobject_Timer #scnt2 + 10
      set %Lobjectid #lobjectid
      }
   }
Return

1564
New member introductions / Re: Well Hello Everyone!
« on: April 30, 2009, 10:45:06 AM »
Hee hee, Very Greatful For the Auto Heartwood Script. Wrote one Ages ago, but after about 500 quests something bugs up.... and i've been too lazy to fix it.

1565
New member introductions / Re: Well Hello Everyone!
« on: April 29, 2009, 10:49:50 PM »
Oh I already Do, Now the question is what to share with the Public!

1566
Gold Farming / Re: TrailMyx's WarpSpeed Logs to Boards converter
« on: April 29, 2009, 10:47:38 PM »
Never thought about that technique..... And I even use it all the time at other things.... Jeez....

1567
New member introductions / Well Hello Everyone!
« on: April 29, 2009, 10:41:37 PM »
Never actually Visited the ScriptUO Site! A friend suggested it So here I am! Time To Post the Scripts I can't Post On other Sites :)

Pages: 1 ... 103 104 [105]