taultunleashed logoCarpal Tunnel Syndrome Problems : General & Trouble Shooting
newtopic  postreply
 [ 8 posts ] 
blue large dot

Carpal Tunnel Syndrome Problems : General & Trouble Shooting

Posted: July 12th, 2005, 8:11 pm
 
agentlaw
agentlaw's Reps:
User avatar
My Log:

[2005-07-12 20:30:15] CTS script session starting...
[2005-07-12 20:30:15] Loading library utils...
[2005-07-12 20:30:15] Attempting to create an instance of CUtils...
[2005-07-12 20:30:15] CUtils successfully loaded!
[2005-07-12 20:30:16] Loading library events...
[2005-07-12 20:30:16] Attempting to create an instance of CEvents...
[2005-07-12 20:30:16] CEvents successfully loaded!
[2005-07-12 20:30:16] Loading library screen...
[2005-07-12 20:30:16] Attempting to create an instance of CScreen...
[2005-07-12 20:30:16] CScreen successfully loaded!
[2005-07-12 20:30:16] Loading library ffxiService...
[2005-07-12 20:30:17] Attempting to create an instance of CffxiService...
[2005-07-12 20:30:19] ffxiService successfully loaded!
[2005-07-12 20:30:19] Loading library logParser...
[2005-07-12 20:30:19] Attempting to create an instance of CLogParser...
[2005-07-12 20:30:19] Log parser searching for last zone change.
[2005-07-12 20:30:19] Log parser successfully loaded!
[2005-07-12 20:30:19] Loading library scriptWindow...
[2005-07-12 20:30:20] Attempting to create an instance of CScriptWindow...
[2005-07-12 20:30:20] Loading file...
[2005-07-12 20:30:20] File loaded...
[2005-07-12 20:30:20] Loading scriptWindow...
[2005-07-12 20:30:20] Done loading scriptWindow!
[2005-07-12 20:30:20] Script Window successfully loaded!
[2005-07-12 20:30:20] Loading library synthesis...
[2005-07-12 20:30:20] Attempting to create an instance of CSynthesis...
[2005-07-12 20:30:22] Synthesizer successfully loaded!
[2005-07-12 20:30:22] Entering main loop...
[2005-07-12 20:30:34] Earth Crystal
[2005-07-12 20:30:34] Tarutaru Rice,1,Distilled Water,1,Black Sole,1,Ground Wasabi,1,Rice Vinegar,1
[2005-07-12 20:30:40] Failed to find ingredient slot!
[2005-07-12 20:30:45] Exiting script, close button pressed.



1. Using compact keyboard

2. Nothing else running. Tried at start up of computer. Also tried rebooting.

3. Using laptop. Keyboard is fine.

4. Service pack is installed.

I looked for other posts but didnt see anything. If this problem has been addressed I apologize ahead of time. Just point me into the right direction. Thanks.


Reply with quote
Posted: July 12th, 2005, 10:05 pm
 
asl18fs

Total Posts: 2707
Joined: May 1st, 2004, 4:00 am
asl18fs's Reps: 1
User avatar
Lifetime Member (Scripting)
premium
Have you updated to CTS 1.2?


Reply with quote
Posted: July 12th, 2005, 10:18 pm
 
agentlaw
agentlaw's Reps:
User avatar
Sorry, yes I have. I had it working before (pre v1.2) and loved it but then decided to restore my computer to factory settings and just download everything again. This is the only XU program I am having probs with.


Reply with quote
Posted: July 13th, 2005, 12:33 am
 
asl18fs

Total Posts: 2707
Joined: May 1st, 2004, 4:00 am
asl18fs's Reps: 1
User avatar
Lifetime Member (Scripting)
premium
agentlaw (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Sorry, yes I have. I had it working before (pre v1.2) and loved it but then decided to restore my computer to factory settings and just download everything again. This is the only XU program I am having probs with.
Hmmmm... Can you try changing this in synthesis.js:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
      case 7:
        // Verify that we selected an empty ingredient slot
        if (this.common.ffxiService.updateData()) {
          targetItem = this.common.ffxiService.getTargetItem();
          if (targetItem.valid == false) {
            this.syntherStage = 8;
          } else {
            this.common.updateStatus('Failed to find ingredient slot!');
            this.syntherStage = -100;
          }
        } else {
          this.common.updateStatus('ffxiService.updateData() failed!');
          this.syntherStage = -100;
        }
        break;
to
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
      case 7:
        Sleep(1000);
        // Verify that we selected an empty ingredient slot
        if (this.common.ffxiService.updateData()) {
          targetItem = this.common.ffxiService.getTargetItem();
          if (targetItem.valid == false) {
            this.syntherStage = 8;
          } else {
            this.common.updateStatus('Failed to find ingredient slot!');
            this.syntherStage = -100;
          }
        } else {
          this.common.updateStatus('ffxiService.updateData() failed!');
          this.syntherStage = -100;
        }
        break;

_________________
How To Ask Questions The Smart Way
Translation: Read the documentation and don't PM me about your problems. I AM NOT AN ADMIN!!!


Reply with quote
Posted: July 13th, 2005, 7:55 am
 
agentlaw
agentlaw's Reps:
User avatar
Still no good =( I can see the delay that was added. It scrolls down to the item and selects it but then just stops. Its a stackable item so it stops where I would choose how many I want for the synth if I was doing it manually. I even cleared out my scripts file and just extracted both versions and tried a synth that was already available but same problem.


Reply with quote
Posted: July 23rd, 2005, 7:46 pm
 
agentlaw
agentlaw's Reps:
User avatar
So the script seems to work ok when it selects single items but has problems when the items are stacked even though it can select stacked crystals. Any help would be great. Also if this problem is being addressed in a different post could someone please give me the link so I dont have to keep posting here. Thank you.


Reply with quote
Posted: July 25th, 2005, 4:02 pm
 
carrion21
carrion21's Reps:
User avatar
I'm having the same issues with it but mine just quit working with stacked ingredients today 7-25-05. and I havent seen any posts addressing this yet in any other forums


Reply with quote
Posted: July 26th, 2005, 1:11 am
 
asl18fs

Total Posts: 2707
Joined: May 1st, 2004, 4:00 am
asl18fs's Reps: 1
User avatar
Lifetime Member (Scripting)
premium
1.2.2 works fine for me.

_________________
How To Ask Questions The Smart Way
Translation: Read the documentation and don't PM me about your problems. I AM NOT AN ADMIN!!!


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 80 guests

cron
Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of General & Trouble Shooting RSS Feed 
Sitemap of General & Trouble Shooting Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?