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

Pages: [1] 2
1
Scripting Chat / Re: New Smith Script
« on: November 21, 2008, 11:51:50 AM »
hmm ok will work on that tonight at work.

Thanks again

2
Scripting Chat / Re: New Smith Script
« on: November 21, 2008, 11:40:44 AM »
here is the script

3
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.

4
Scripting Chat / Re: Need Help with my first script
« on: November 20, 2008, 10:37:52 PM »
Well I figured out how to use the salvage bag but its not pretty.  If anyone can help me figure out how to do this without tieing up my computer it would be great.

sub Salvage 
  wait 10
  event macro 8 7 ; opens backpack
  wait 10
  set #CONTPOSX 0
  set #CONTPOSY 0
  set %clickx #contposx + 67
  set %clicky #contposx + 138
  wait 10
  click %clickx %clicky mc
  set %clickx #contposx + 108
  set %clicky #contposx + 160
  wait 20
  click %clickx %clicky mc
  return


PS.  Your salvage bag must be in the bottom right corner in order for this to work.

5
Scripting Chat / Re: Need Help with my first script
« on: November 20, 2008, 08:36:06 PM »
lol crap  Go figure  All this just to save 1 ingot per royal circlet.

***EDIT***
Could I get this to work with moving my backpack and my salvage bag to a certain place then using the click method?  It sounds it would be hard to make the script work for everyone but it might get it working for me until I figure this out more.
***END EDIT***

I do have another simple question.  I thought in reading one the wiki it said try not to use the click method when scripting because it can error out. 

With that being said how can i script to use a tool.  I understand I can use contPos to move the tinker gump and click, but will this cause my mouse to be inactive?  I am wanting this script to be minized while I work on tweaking this script.


6
Scripting Chat / Re: Need Help with my first script
« on: November 20, 2008, 06:41:04 PM »
I dont know I am at work right now.

I think its just 3:

Salvage All
Salvage Iron
Salvage Cloth



I just always use salvage all

7
Scripting Chat / Re: Need Help with my first script
« on: November 20, 2008, 06:36:28 PM »
Salvage bag is a single click then options pop up.


8
Scripting Chat / Re: Need Help with my first script
« on: November 20, 2008, 10:56:00 AM »
Thanks for the pointers.  I actually just used notepad while at work.

What about how to use a tool and how to use salvage bag?

9
Off Topic / Re: Best Scores in Minesweeper
« on: November 20, 2008, 10:53:04 AM »
Easy - 7
Med - 107
Hard - havent playing on this PC

10
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

11
Off Topic / Re: Letter/Email sent to Jeremy D.
« on: November 19, 2008, 06:23:04 PM »
I like the idea or having a Port/Gate you can go to and get to a different shard.  Same as DAOC (I played from start untill 6 months ago)

The only thing I would do it put a timer on jumping around Shard to Shard.  Maybe have a 30 minute cooldown timer.  I would want this mainly bc people porting around Spawn to Spawn trying to gank people.  If they had to wait 30 minutes before porting to the next server it would be cool.

Also this would allow Larger groups to get together for a larger raid.

12
New member introductions / Re: Greetings
« on: November 19, 2008, 05:27:38 PM »
This is very funny!!!

I love the thief and never thought of this.  One question?  Do you have to be in the persons guild to steal from them or is the Elven City open game to thieves?

13
Scripting Chat / Re: New Smith Script
« on: November 19, 2008, 05:22:10 PM »
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?

14
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.

15
Questing / Re: Heartwood Quester feedback thread
« on: November 19, 2008, 06:03:53 AM »
I didnt have enough time to read all 14 pages sorry.

My question is I didnt see in the CLAw script anything about runic kits.  Now I am sure it would just throw away runics but I want to make sure before I run this for a few hours.

Pages: [1] 2