Author Topic: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support  (Read 434361 times)

0 Members and 4 Guests are viewing this topic.

hurricane

  • Guest
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #885 on: December 29, 2013, 04:43:14 PM »
0
Nice work

Post Merge: December 29, 2013, 05:03:00 PM
It's been some time for me and UO and after 6 years of not playing I need to re build my scripts... if this is the same script i used for the runic kits years ago then my hat is off to you sir.
« Last Edit: December 29, 2013, 05:03:00 PM by hurricane »

Offline mariete

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 0
  • mariete has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #886 on: January 05, 2014, 09:57:14 AM »
0

Offline andrechaves

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • andrechaves has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #887 on: February 23, 2014, 07:27:08 AM »
0

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #888 on: February 23, 2014, 10:37:11 AM »
0
If you read the first post, first requirement, this script is for OSI shards and not for free shards.  People have gotten it to work on their own freeshard, but that's completely up to them.  Your freeshard probably has the screen coords different for the click locations, so you'll have to pretty much work that problem out yourself.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline andrechaves

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • andrechaves has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #889 on: February 23, 2014, 02:03:27 PM »
0

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #890 on: February 25, 2014, 07:54:30 AM »
0
Really you need to go through where the subroutines are called for "OffsetClick" and validate the locations.  Using a tool like ScriptUO, you can easily surf through the code and find the locations.  Here's a cut/paste from the Find/Replace gump:

Code: [Select]
720:     gosub OffsetClick 233 68 r
823:       gosub OffsetClick %make_last_x %make_last_y dmc ; make last
837:     gosub OffsetClick 234 130 r ; close it, request complete.
844: sub OffsetClick
1014:     gosub OffsetClick 131 464 dmc
1016:     gosub OffsetClick 131 464 dmc

You'll just have to get to understand the flow of the code and perhaps even "pause" and single step through the code to see how it functions.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Grandewd

  • Full Member
  • ***
  • Posts: 239
  • Activity:
    0%
  • Reputation Power: 3
  • Grandewd has no influence.
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #891 on: March 20, 2014, 03:05:38 PM »
0
Curious as to whether anyone has modified this to work with a gargoyle that has a beetle but can't ride it?  My crafter is gargoyle and I'm trying to avoid raising carpentry on another char just to do the carpenter quests.....

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #892 on: March 20, 2014, 03:11:20 PM »
0
Curious as to whether anyone has modified this to work with a gargoyle that has a beetle but can't ride it?  My crafter is gargoyle and I'm trying to avoid raising carpentry on another char just to do the carpenter quests.....

soulstone tinkering+carp to dif chr.



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline Grandewd

  • Full Member
  • ***
  • Posts: 239
  • Activity:
    0%
  • Reputation Power: 3
  • Grandewd has no influence.
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #893 on: March 21, 2014, 12:16:15 PM »
0
Sorry, I'm on Siege.... can't do that.

Offline kaos91

  • Jr. Member
  • **
  • Posts: 26
  • Activity:
    0%
  • Reputation Power: 0
  • kaos91 has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #894 on: March 22, 2014, 03:39:09 AM »
0
someone managed to modify it to FS? or DEMISE? O.o
Ty all!

Offline kaos91

  • Jr. Member
  • **
  • Posts: 26
  • Activity:
    0%
  • Reputation Power: 0
  • kaos91 has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #895 on: March 22, 2014, 11:13:55 AM »
0

Offline Skootah

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • Skootah has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #896 on: March 31, 2014, 06:02:45 AM »
0
hey trail. im having trouble with running this whole setup... trying to do the bowcrafting one...  ill explain my setup and maybe u can tell me what im doing wrong.

First: i open EUO(as admin) and get all the scripts i need(or so i think) (Quester 129, HM_Bowcraft, HM_Trinket, SampireClawSetup, and Tool_RailEngine30k)

Then, i open up a regular UO window(No razor or uoa. and yes in 2d)

i turn on all the scripts except for the quester after im logged in.

once i press play on the Quester Script.... two popups come up.
One says "No default configuration found on this Character" and the other says "Cannot Locate 'Tool_Railengine30k.text"

i have all the scripts in a folder named HWQUESTER on my desktop....  I cant figure out what im doing wrong....  any pointers?  thank you

(ive spent 8 hours trying to figure this out with absolutely no luck

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #897 on: March 31, 2014, 08:07:21 AM »
0
Did you put all the files in your EasyUO directory?  If you want to put everything in a separate directory, then be sure you move or run a copy of EasyUO from that directory.

The no configuration is normal and should go away once you get a chance to save your config.  

Follow the check list closely on the 1st post.  Just about everything possible that can go wrong, HAS gone wrong and has been captured in that list.
« Last Edit: March 31, 2014, 08:12:24 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline brokensaber

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 1
  • brokensaber has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #898 on: April 14, 2014, 12:34:57 PM »
0
I've tried and tried (OSI) It just doesn't work.  All files in same directory.  Is it updated to the current client?

Is there a simpler script without all the recall/rail support?  I can haul my own resources in, just want to save some clicking.

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 3016
  • Activity:
    3.6%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +206
  • Referrals: 2
    • View Profile
Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« Reply #899 on: April 14, 2014, 12:39:19 PM »
0
I've tried and tried (OSI) It just doesn't work.  All files in same directory.  Is it updated to the current client?

Is there a simpler script without all the recall/rail support?  I can haul my own resources in, just want to save some clicking.

What does it do before stopping? I ran this just a couple of months ago and it ran like a champ. I got a bunch of runic fletching tools and saws with this in just a few hours including a heartwood fletcher's kit.