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.


Topics - thekidnick

Pages: [1]
1
Scripting Chat / New Smith Script
« on: November 21, 2008, 11:31:31 AM »
Almost done with the v 1 of my new smith script using salvage bag, but I am having one problem.  The script makes a Tinker Tool EVERY I  have narrowed it down to the IF statement I am using, but I have tried it many ways and cannot figure it out.

LOOP:
findItem JTL C_ , %Salvage ; If less than 2 tinker make 1
  set %tinker #findcnt
  if %tinker < 2
  gosub TinkerTool
  else
  continue
findItem OBG C_ , %Salvage ; If less than 1 tinker make 1
  set %tong #findcnt
  if %tong < 2
   gosub Tong
  else 
gosub makelast


If you need the whole script let me know.

2
Scripting Chat / Need Help with my first script
« on: November 20, 2008, 08:49:28 AM »
After reading for a few hours I jumped in head first.  This is what I have so far tell me what you think.

Also if you could point me in the right directions I have a couple of questions:

1.  How do I use tools?  Tinker and Smith
2.  How do I use my Salvage bag?

Here is what i have so far

3
Scripting Chat / noob question
« on: November 19, 2008, 12:56:37 PM »
Just teaching myself how to script as some of you saw I am making a smith script with salvage bag.  I am just starting and trying to figure out how to move ingots from secure to salvage bag will this work?


set %Salvage XFQFGQD ;This is my salvage bag Will add Target Script Later
set %Secure XXXXX ;This is my Secure box Will add Target Script Later

;move ingots from SECURE to Salvage bag
findItem XKB C_, %Secure
  event Drag #findID
  wait 5
  exevent dropc %Salvage
  wait 5



How do I only pick up 2000 ingots?  In the script I am only going to use this this part when my salvage bag has less than 500 ingots.  So I am not worried about having too many ingots in my salvage bag.


Thanks for the help.

4
Scripting Chat / Display Issue
« on: November 18, 2008, 11:48:45 AM »
All scripts I try to run I cannot see the full display all the words are bunch together and i cannot read all the options.

5
Scripting Chat / New Smith Script
« on: November 18, 2008, 09:34:23 AM »
I have been trying to find a script with no luck so I will be creating one soon unless someone can point me in the right directions.

Basically I am going to Create Royal Circlets over and over.

1.  Select a secure box (will have 100k iron ingots)
2.  Select Salvage bag.


What I want is to drag ingots into the salvage bag, then create about 75 circlets, salvage, drag the ingots from my bag back into my salvage bag, and loop.



I am new to UO scripting but I do not think it will be that hard.

6
New member introductions / New Here
« on: November 18, 2008, 09:26:31 AM »
I have been playing MMOs for about 7 years and decided to join a few friends that have been playing UO since it started 11 years ago.  I have only been playing about 6 months but I really like writing code and scripting.


I hope I can help out some.

Pages: [1]