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

Pages: 1 [2] 3
16
Ok, as I said in the Heartwood thread, I have lost CLAw now. I am not scripter, at all, but I think I found where its hosing up. I looks like its getting into a loop lock type situation at a certain point. That point appears to be in this section....
Code: [Select]
    SetupLoop1:

    str pos !copy $

    if #STRRES <> 0

    {

      set !len #STRRES - 1

      str left !copy !len

      set %name . !i #STRRES ; create %name(!i)
       msg 1$
      set % . #STRRES !i ; this is the name(!i) index number

      set !len !len + 1

      str del !copy 1 !len

      set !copy #STRRES

      set %log . !i #TRUE

      set !i !i + 1

      goto SetupLoop1
     msg 2$

The two 'msg' parts I added myself in a way to track down where its getting hosed up. I know there are probably better ways but it works for me. I think.

So, is something happening in the above that I can fix to at least get CLAw back working for me? Is this somehow related to my Quester issue or something different? If its on my end, and I have no doubts that it is considering the successful people have been having, I hope that I can do something to fix it.

17
Questing / Re: Heartwood Quester feedback thread
« on: September 30, 2008, 05:10:55 AM »
Well, this will be one of those little issues that I'll add to the list of prerequisites.  Hope that was it; started sounding kinda OS related.  heh.

Its something I am sure. What, I don't know, heh. i rebooted and was able to use the organizer again. But, still no Quester. And now the CLAw just does nothing when I click play on it. I am going backwards! Not fun. Is there an older CLAw available that I can try out to see if I can at least get that working again? I can stomach another quest script even though it would be nowhere as helpful as yours. But I have come to rely on the CLAw and losing it makes my tummy not happy.

18
Questing / Re: Heartwood Quester feedback thread
« on: September 29, 2008, 05:00:28 PM »
Are you running EasyUO with a user that has supervisor privileges?  Just a shot in the dark..

Your shot might have hit on something. I tried to run the organizer script that creates a txt file of all your items and it gave me an error saying I didnt have permission to access the drive. It created the file though. The error is new to just now as I have used that script for a long time now. Not sure what could have happened to change permissions though.

19
Questing / Re: Heartwood Quester feedback thread
« on: September 29, 2008, 03:55:45 PM »
No sir. Nothing comes to mind. That's not to say there isn't anything that I could be missing. Something is going on and it seems pretty much confined to me and my little laptop. But everything else seems to work fine. I can use CLAw lite without any problems. I can't run the tool_rail engine thingie directly but I am not sure if you are supposed to be able to. When I open it up and press play it just does nothing. But, the quester closes me out before I even get to that point.

The rail engine is made to be either called or run directly. 

For the purposes of the Quester, the rail engine is Called, so you shouldn't even have it in a tab, but it sounds like you know that already.  ;)

Judging from your first post, did you get a message like:

"Cannot locate tool_railengine30k.txt" ?

You might want to check and see what the system variable #CURPATH says.  Right now I just assume that this is correct, but there might be something strange going on where this is corrupted for you.  Make sure this value matches the value of where your EUO is located.  If not then you might have to change the variable %railsubs to have to whole path to the rail file, i.e.:

Code: [Select]
set %railsubs c:\myeasyuolocation\tool_railengine30k.txt


That's exactly the message I get, yes. If I change it to C:\EasyUO\tool_railengine30k.txt it just changes the error message to say that. So its definitely having some kind of issue with finding the file. With the new quester, I still can't get past the CLAw query though. So, its not seeing either the CLAw or the rail tool. No clue why still. I r confused.


20
Questing / Re: Heartwood Quester feedback thread
« on: September 29, 2008, 02:41:44 PM »
Even stranger.  Normally, some people have issues with Vista and some scripts.  Is there anything else that you might consider "different" about your rig? 



No sir. Nothing comes to mind. That's not to say there isn't anything that I could be missing. Something is going on and it seems pretty much confined to me and my little laptop. But everything else seems to work fine. I can use CLAw lite without any problems. I can't run the tool_rail engine thingie directly but I am not sure if you are supposed to be able to. When I open it up and press play it just does nothing. But, the quester closes me out before I even get to that point.

21
Questing / Re: Heartwood Quester feedback thread
« on: September 29, 2008, 10:34:09 AM »

In the same folder as the other scripts, which is the same folder as my easyuo exe file.

Ok, you got me.  Sounds like there's something really basic wrong, but for the life of me I can't think of what that might be.  What's operating system are you using?

XP. No biggie though. Don't waste any time on it since its really just isolated to me. Not having any problems with any other scripts though, so I guess fate just doesn't want me using this one. heh



22
Questing / Re: Heartwood Quester feedback thread
« on: September 29, 2008, 08:39:49 AM »
Dessin, where did you put the tool_railengine30k.txt file?

In the same folder as the other scripts, which is the same folder as my easyuo exe file.

23
Questing / Re: Heartwood Quester feedback thread
« on: September 29, 2008, 03:21:52 AM »
Are you making sure you are running the CLAw in another tab of the same EasyUO instance?  You can't run the CLAw in it's own EasyUO, it can't communicate with the quester then.

Yes, another tab. But, I am using the claw lite. I assume that would make a difference? If so, where would one get the full claw? Not sure if thats the issue though since I also get the cant find the rail tool error too if I skip over the claw part.

I'm not sure what's wrong otherwise; I was just using this for testing the other day with the CLAw Lite.  You'll just have to be sure to carefully follow the setup instructions; they seem to work OK.  Otherwise you might try and explain anything else you might be doing and your general setup.  Also, have you gotten the older version of the Quester running?

I downloaded the older version to see if I can could it running and I get the same Cannot locate tool_railengine30k.txt error that I get if I comment out the CLAw requirement from the new one. It seems like its just not able to see any of the files that are required. I don't think the issue is with CLAw itself, but something on my end that is keeping the quester from seeing anything for me. The tool_railengine30k.txt file is in the same folder as the script yet the script just refuses to see it.

Like I said, I know this is an issue on my end because everyone else seems to be having nothing close to this problem. I just can't for the life of me figure out what it is. Everything is up to date that I can see.

As for setup, I am not getting very far with it. I open up Easy, load CLAw Lite, load the sampleclawsetup.txt file, save said file, open up quester, hit play, get error saying ClAw isn't set up and do I want to continue with BMEval. Either answer to that question tells me to start up CLAw and wait for it to initialize before restarting.

24
Questing / Re: Heartwood Quester feedback thread
« on: September 28, 2008, 04:13:15 PM »
Are you making sure you are running the CLAw in another tab of the same EasyUO instance?  You can't run the CLAw in it's own EasyUO, it can't communicate with the quester then.

Yes, another tab. But, I am using the claw lite. I assume that would make a difference? If so, where would one get the full claw? Not sure if thats the issue though since I also get the cant find the rail tool error too if I skip over the claw part.

25
Questing / Re: Heartwood Quester feedback thread
« on: September 28, 2008, 02:17:00 PM »
sampleclawsetup.txt is definitely the one you need to use for starters.  Be sure to put it in the same directory as your other scripts.  i.e. no c:\.  (check your spelling, you have it backwards..)

Look at the directions again:

1) Open and run the CLAw
2) Load the sampleclawsetup.txt with the CLAw ("Load Setup" button)
3) Open and run the quester.

I must be an idiot. I have tried to run this thing about 100 times and it keeps telling me that CLAw is not running. And whether I press yes or no on the error window it tells me to press start again when CLAw starts. The sampleclawsetup has been deleted and downloaded just to be sure I didn't hose it up somehow. I downloaded the TrailMyx's Advanced CLAw script and it opens up fine for me. But anytime I try to run the quester I get the same error message.

If I comment out that part of it I then get the error message that it can't find the tool_railengine30k.txt script. If I comment that out it then tells me it can't find N/A. Obviously I am doing something wrong but I just can't figure out what. I have gone over the instructions several times and it seems as if I am following them correctly, so I don't know what my problem is.

26
UO Reference Information / Re: recipe of HW quest
« on: September 28, 2008, 01:01:51 PM »
Hi all :D

I heared the requency of appearance of recipes of HW bowcraft from my friend.

----------------------------------
recipe name                 count
----------------------------------
Blight Gripped Longbow      2
Faerie Fire                       2
Silvani's Feywood Bow       2
Mischief Maker                 1
The Night Reaper              2
barbed longbow               37
slayer longbow                32
frozen longbow                23
longbow of might             27
ranger's shortbow            32
lightweight shortbow        40
mystical shortbow            25
assassin's shortbow          26
nothing  :-[                     249
----------------------------------
total                             500
----------------------------------
Also, the tester gets one Oak of Runic tool.  :-\

What do you think about this?  Is this correct?
I'd like to have your opinion on this.

---
I am studying English hard, my English is not great yet, and
I may make many mistakes. So, please be patient with me.

Just noticed this. Thank you very much for sharing this information. And your English seems fine to me. Better than most of the english language speakers on Stratics these days for sure. heh

27
General UO Chat / Re: Script Heartwood
« on: September 28, 2008, 12:58:46 PM »

28
General UO Chat / Re: Forgot about this UO fan site
« on: September 28, 2008, 09:55:26 AM »
Yeah probably is hawkeye pike running that site. He loves his pirates

Yeah, Hawkeye is a pretty ok guy. He has a lot of views I don't really agree with but that's his right. He does make an effort to support the game though. Which, in this day and age, doesn't happen as much as it used to.

29
General UO Chat / Re: Player Greifing
« on: September 28, 2008, 09:53:03 AM »
Misery loves company. Their goal is to make everyone else as miserable as they are . I pay the same ammount as they do to play the game. and i'll be damn i'm going to play it it the way i want. if I get banned oh well. It's just like the people that try to control the price of items. i Know for a fact that one auction Runs Team Speak. and If it is one of their items being bid on they sit there with freinds and jack the price up. You tell me which is cheating more the guy that scripts alittle or the ones that want to control the game.

Agreed. I get warned all the time because I speak out in my support of scripting. Anyone that spends their game time hunting down people just so they can report them need to find a better hobby.

30
New member introductions / Re: Bonjour
« on: September 28, 2008, 09:47:34 AM »
Hi xv88,

Where in France to you reside?  During one of my Germany trips, I always wanted to visit.

You just need a few posts here to get to the heartwood quester; I see you were asking about that at winuo.org.  It's not a big thing to ask, but with the quester basically free before, the site was extra dead because they would just come and grab the scripts and disappear.  People are too used to getting things for free.  Few people realize how much time and effort goes into a script like that.

Well, it's still free, but I'm just asking for just a little participation is all. 

A valid desire to be sure. I know that spend a lot of time reading posts and such on boards but don't post a lot. I do try to contribute when I can by giving feedback on any scripts that I might use because I think that helps those that provide these scripts (for free and with no real reward for doing so) and try to show that I appreciate the effort they put into them.

Pages: 1 [2] 3