Author Topic: Bank and move items  (Read 3237 times)

0 Members and 1 Guest are viewing this topic.

Offline CuemifTopic starter

  • Jr. Member
  • **
  • Posts: 41
  • Activity:
    0%
  • Reputation Power: 1
  • Cuemif has no influence.
  • Respect: +5
  • Referrals: 1
    • View Profile
Bank and move items
« on: January 01, 2011, 01:54:39 AM »
0
Ok here is what I am trying to do .. I play on a shard that has bankstone. I want double click the stone and then pull 1000 crossbow bolts from my bank I have a stack of about 50-60k in there at a time. I for the life of me can not figure it out I am newb when it comes to easyuo. Maybe someone can shoot me an idea  Thanks to everyone that helps .

Offline Kalaka

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 2
  • Kalaka has no influence.
  • Respect: +25
  • Referrals: 0
    • View Profile
Re: Bank and move items
« Reply #1 on: January 01, 2011, 09:13:25 AM »
0
Start here.

Janus has a good drag/drop script.
http://www.easyuo.com/forum/viewtopic.php?p=30085&sid=0d0cfb3454ef35b11509f49a39c8a20a

Then try to create something at the beginning that opens the stone using the object id, then checks for the gump being open, and if it is proceeds to the drag/drop. Something like this should work, although I'm admittedly not the best coder myself.. I usually just jack around enough with stuff until it works.

Offline CuemifTopic starter

  • Jr. Member
  • **
  • Posts: 41
  • Activity:
    0%
  • Reputation Power: 1
  • Cuemif has no influence.
  • Respect: +5
  • Referrals: 1
    • View Profile
Re: Bank and move items
« Reply #2 on: January 02, 2011, 03:25:59 PM »
0
Start here.

Janus has a good drag/drop script.
http://www.easyuo.com/forum/viewtopic.php?p=30085&sid=0d0cfb3454ef35b11509f49a39c8a20a

Then try to create something at the beginning that opens the stone using the object id, then checks for the gump being open, and if it is proceeds to the drag/drop. Something like this should work, although I'm admittedly not the best coder myself.. I usually just jack around enough with stuff until it works.

This is kinda what I am looking for but not sure it will work . See I am adding a sub in an existing script and when this script notices that there are 0 bolts it halts so instead of doing that I want it to dclick %bankstone then remove 1000 bolts from bank box.

Offline CuemifTopic starter

  • Jr. Member
  • **
  • Posts: 41
  • Activity:
    0%
  • Reputation Power: 1
  • Cuemif has no influence.
  • Respect: +5
  • Referrals: 1
    • View Profile
Re: Bank and move items
« Reply #3 on: January 03, 2011, 11:58:42 PM »
0
I can not believe I forgot to post the codes of the bank stone and what not sorry haha

Bankstone
Code: [Select]
#FINDID:IPKOYMD
#FINDTYPE:SNF

CrossBow Bolts
Code: [Select]
#FINDID:YIEDSMD
#FINDTYPE:LNK

As stated above I am trying to add a Sub into a current script. Here is a link the the script
http://www.scriptuo.com/index.php?board=78.0

Once again sorry for my nooberness and thanks for the help

Offline CuemifTopic starter

  • Jr. Member
  • **
  • Posts: 41
  • Activity:
    0%
  • Reputation Power: 1
  • Cuemif has no influence.
  • Respect: +5
  • Referrals: 1
    • View Profile
Re: Bank and move items
« Reply #4 on: January 05, 2011, 09:57:32 PM »
0
Anyone have any more ideas?

Tags: