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

Pages: 1 ... 8 9 [10] 11 12 13
136
Scripting Chat / Re: Another Question
« on: October 26, 2013, 11:24:27 AM »
Thanks for the example lol clear as Mud :) Makes sense thanks for showing me how it works.

137
Scripting Chat / Re: Another Question
« on: October 26, 2013, 07:58:09 AM »
Nice Right to left or left to right. After looking at several scripts I have either missed the . seems to be most work from left to right is this just because it's the way most people read?

138
Resource Farming / Decorative Plants to Clippings
« on: October 26, 2013, 02:17:04 AM »
Okay for those that do massive plants for Seeds of Renewal and Or Dyes

Make sure you have you Clippers set to  Clippings before you start!!!!


Updated the ID# for the Clippers.

Actually Fixed it this time. It Depended on Which way the clippers were facing.

139
Scripting Chat / Another Question
« on: October 26, 2013, 01:44:33 AM »
Okay I have scoured both sites this one and EUO and cannot find the answer to my question so I'll ask.

I have figured out that C_ is a container but what is c_  and is the a page to look at more items like this :)

140
Scripting Chat / Re: Where can I post so folks can test?
« on: October 25, 2013, 12:43:36 PM »
Yeah the charID will need to go. As the original had the Axe in the pack or on the person.

141
General UO Chat / Re: what is quickest way to get queen loyalty ?
« on: October 25, 2013, 06:29:03 AM »
I did the mini champs in the underworld I think lol it's been a while. Plus the you can farm the imbuing mats.

142
Scripting Chat / Re: Where can I post so folks can test?
« on: October 24, 2013, 02:16:51 AM »
Okay original script came from EUO

http://www.easyuo.com/forum/viewtopic.php?p=352262#352262


Then here is what I have done which is just basically change ID's and sub names with the exception of  the dragstack that someone added in another thread for me


Code: [Select]
set %clipper JFF
set %plant QLI_OLI_BCF_VWE_BWE_UAF_JWE_IWE_EXE_UWE_ICF_BXE_YVE_CCF_NWE_MWE_DXE_TCF_NXE_BKP_ZJP_MKP_AKP_CKP_OKP_NKP_LKP_TXE_ZBF_AIF_GWE_VWE_WTE_ZBF_BWE_BCF_CCF_SVE_IWE_MWE_YVE_REK_QVE_BFK_WTE_FWE_NXE_CYE_JDF_WWE_ISN
set %clipping KKY


finditem %clipper JFF, #BACKPACKID
if #FINDKIND = -1
{
  finditem %clipper JFF , #CHARID
  if #FINDKIND = -1
  {
    display OK No clippers found in backpack !
    halt
  }
}
set %clipper #FINDID
display OK Click on the container holding the plants
set #TARGCURS 1
while #TARGCURS = 1
{
}
set %secureID #LTARGETID
set #LOBJECTID %secureID
event macro 17 0
wait 2s

getmoreplant:
finditem %plant  C_ , %secureID
if #FINDKIND = -1
{
  display OK Completed!
  halt
}
set %dragStack 1
exevent drag #FINDID %dragStack 1
exevent dropc #BACKPACKID
wait 2s

retryUseClipper:
finditem %plant  C_ , #BACKPACKID
if #FINDKIND = -1
{
  goto getmoreplant
}
set #LOBJECTID %clipper
set #LTARGETID #FINDID
event macro 17 0
target 2s
event macro 22 0
wait 2s
finditem %clipping  C_ , #BACKPACKID
if #FINDKIND = -1
{
  goto retryUseClipper
}
exevent drag #FINDID #FINDSTACK
exevent dropc %secureID
wait 2s

goto getmoreplant


143
Scripting Chat / Re: Where can I post so folks can test?
« on: October 23, 2013, 12:26:42 PM »
Well I thought of that as i was modding the script. I haven't heard back from the Author nor has the Author been active for  over the years which put me in a pickle I guess. So what do I do in that case :)

144
Scripting Chat / Where can I post so folks can test?
« on: October 23, 2013, 11:56:30 AM »
Title says it all. Of course being a mod job from another script I can't really take any credit but at the same time it sure makes clipping all the plants easier lol

145
Scripting Chat / Re: Well here we go But a few questions
« on: October 23, 2013, 11:49:14 AM »
Yeah It's hit or miss. I'll change the dragstck and see if that helps if nothing else it will clean it up some.

146
Off Topic / Re: First peek at my post-operation
« on: October 19, 2013, 12:23:30 AM »
Just glad the story didn't start with I said Hey guys watch this lol. 




edited for typo lol

147
Off Topic / Re: First peek at my post-operation
« on: October 17, 2013, 09:19:18 PM »
Lets hope your not left handed eh. Doesn't look comfy at all hope ya got some good pain meds. good thing chicks digs scars huh. BTW I guess I missed the story but hope you have a fast recovery,

148
12TimesOvers' Script Library / Re: XIIxOveR's Miner For Dummies 3.0
« on: October 17, 2013, 12:20:19 PM »
Any chances of a Multi rune book version? Love the script but  I seem to be cycling through a bit fast.

149
Television/Movies / Re: Walking Dead Series still on AMC
« on: October 14, 2013, 09:06:15 PM »
Zombie Swine flu lol

150
Television/Movies / Re: Walking Dead Series still on AMC
« on: October 13, 2013, 11:52:15 PM »
Yeah the new one was okay. looking like a new twist is coming but I'll watch it until they go nuts trying to change things up.

Pages: 1 ... 8 9 [10] 11 12 13