Okay so I was running the Elf Daily, and it did all 8 chrs on one acct, but then when I logged into another I immediately got this error. What would cause it to work fine with one acct and not with another? How can I fix this?
Edit: Oh and I have for some reason all my rom stuff under a secondary folder stack that's why you see the double "rom/rom/" but that is not stopping it from working on the other account, I just need to be sore to type in the full path of the file.
Works with one account, not with another....
Re: Works with one account, not with another....
Does it always happen at the same time? If you restart the script with the new account, does it work? Are the races and classes the same on both accounts? Do they all have the skills you are trying to level up?
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Works with one account, not with another....
Does it always happen at the same time?
Yes it does, right at the start of the first char on the second acct, before accepting the quest.
If you restart the script with the new account, does it work?
No.
Are the races and classes the same on both accounts?
No, on the account that works, I have:
Mage/Rogue
Mage/Rogue
Rogue/Warrior
Mage/Warden
Rogue/Druid
Warden/Druid
Warrior/Druid
Warden/Rogue
On the account that does not work, I have:
Rogue/Druid
Scout/Druid
Warrior/Druid
Scout/Druid
Warrior/Druid
Rogue/Druid
Warden/Druid
Druid/Warden
So I really do not think class has much to do with it, as it works fine on an account that's pretty random already.
Do they all have the skills you are trying to level up?
What do you mean? I wasn't trying to level any skills with these, just repeat the daily.
Yes it does, right at the start of the first char on the second acct, before accepting the quest.
If you restart the script with the new account, does it work?
No.
Are the races and classes the same on both accounts?
No, on the account that works, I have:
Mage/Rogue
Mage/Rogue
Rogue/Warrior
Mage/Warden
Rogue/Druid
Warden/Druid
Warrior/Druid
Warden/Rogue
On the account that does not work, I have:
Rogue/Druid
Scout/Druid
Warrior/Druid
Scout/Druid
Warrior/Druid
Rogue/Druid
Warden/Druid
Druid/Warden
So I really do not think class has much to do with it, as it works fine on an account that's pretty random already.
Do they all have the skills you are trying to level up?
What do you mean? I wasn't trying to level any skills with these, just repeat the daily.
Re: Works with one account, not with another....
The error has something to do with leveling skills. Probably your using the "l1-10.xml" profile or you created a profile based on it. In the "onLevelUp" section it has "levelupSkills1To10()". If you're not using it then just delete that line and see if it works. Or if you are using someone elses elf daily quest, it is possible they added it in the waypoint file.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Works with one account, not with another....
I'm using the same profile and waypoint that I listed in this post.
http://solarstrike.net/phpBB3/viewtopic ... 40d#p20126
http://solarstrike.net/phpBB3/viewtopic ... 40d#p20126
Re: Works with one account, not with another....
Yep, there it is at the top of the waypoint file. Just delete
Code: Select all
levelupSkills1To10();- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Works with one account, not with another....
Hah!! I cannot believe I missed that line!! Thanks!!
Re: Works with one account, not with another....
Finally got to test it with that line deleted and it works!! Thanks again!!