Page 1 of 1

Works with one account, not with another....

Posted: Tue Jul 03, 2012 9:19 am
by Tamyra
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.

Re: Works with one account, not with another....

Posted: Tue Jul 03, 2012 9:32 am
by rock5
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?

Re: Works with one account, not with another....

Posted: Tue Jul 03, 2012 10:39 am
by Tamyra
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.

Re: Works with one account, not with another....

Posted: Tue Jul 03, 2012 10:59 am
by rock5
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.

Re: Works with one account, not with another....

Posted: Tue Jul 03, 2012 11:06 am
by Tamyra
I'm using the same profile and waypoint that I listed in this post.

http://solarstrike.net/phpBB3/viewtopic ... 40d#p20126

Re: Works with one account, not with another....

Posted: Tue Jul 03, 2012 11:17 am
by rock5
Yep, there it is at the top of the waypoint file. Just delete

Code: Select all

levelupSkills1To10();

Re: Works with one account, not with another....

Posted: Tue Jul 03, 2012 11:32 am
by Tamyra
Hah!! I cannot believe I missed that line!! Thanks!!

Re: Works with one account, not with another....

Posted: Tue Jul 03, 2012 8:53 pm
by Tamyra
Finally got to test it with that line deleted and it works!! Thanks again!!