Error after auto-switch character

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Error after auto-switch character

#1 Post by firedice » Sun Jan 15, 2012 12:36 pm

hi, I haven't been using this program for almost 8 months now, well since Ch.4

I'm trying to do the daily quest, in elven Island, it works fine but when the first char finishes all 10 quests, it auto signs out and logs into the next character. upon coming back into the game with the new character i get this error, could anyone tell me why?

any help is much appreciated, thanks everyone.
Attachments
error.jpg

User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: Error after auto-switch character

#2 Post by gloover » Sun Jan 15, 2012 1:04 pm

Show us your WP-File, there must be an error in some tags, based on your screenshot only i cannot help u!

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#3 Post by firedice » Sun Jan 15, 2012 1:49 pm

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<!-- # 1 --><waypoint x="31847" z="4592" tag ='Main'>

local dqCount, dqPerDay = RoMScript("Daily_count()");
if 10 > dqCount then
queststate = getQuestStatus("Helping Them Grow");
if queststate == "complete" then
-- Complete quest
player:target_NPC("Blinsik");
sendMacro("CompleteQuest()"); yrest(2000);
-- Accept quest
player:target_NPC("Blinsik");
sendMacro("AcceptQuest()"); yrest(2000);
--__WPL:setWaypointIndex(__WPL:findWaypointTag("Main"));
else
-- Accept quest
player:target_NPC("Blinsik");
sendMacro("AcceptQuest()"); yrest(2000);
end
else
sendMacro("}LoginNextToon=true;a={");
sendMacro("Logout();"); yrest(1*60*1000);
player = CPlayer.new();
settings.load();
settings.loadProfile("Daily");
yrest (4000)
loadPaths("Daily");
end
</waypoint>
<!-- # 2 --><waypoint x="31812" z="4849"> </waypoint>
<!-- # 3 --><waypoint x="31415" z="5720" tag = "Item">
queststate = getQuestStatus("Helping Them Grow")
if queststate == "incomplete" then
player:target_NPC("Cleansing Crystal");
yrest(3000);
__WPL:setWaypointIndex(__WPL:findWaypointTag("Item"));
end
</waypoint>
<!-- # 4 --><waypoint x="31878" z="4692"> </waypoint>
<!-- # 5 --><waypoint x="31843" z="4593"> </waypoint>
</waypoints>

User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: Error after auto-switch character

#4 Post by gloover » Sun Jan 15, 2012 2:32 pm

corect this line

Code: Select all

<!-- # 1 --><waypoint x="31847" z="4592" tag ='Main'>
into
<!-- # 1 --><waypoint x="31847" z="4592" tag ="Main">

and use waitForLoadingScreen() instead of yrest(1*60*1000);

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#5 Post by firedice » Sun Jan 15, 2012 2:39 pm

Cool thanks! i will try this tomorrow when i can redo the dailies!

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#6 Post by firedice » Mon Jan 16, 2012 9:26 am

Tried it again today, it doesn't seem to have fixed it, i get the same error :(

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Error after auto-switch character

#7 Post by lisa » Mon Jan 16, 2012 9:35 am

The error message says it is an issue with your profile, not your waypoint file.
Test by using the Default profile or post your Daily.xml profile so I can try to work out what is wrong with it.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#8 Post by firedice » Mon Jan 16, 2012 9:42 am

Thanks Lisa, Not sure if this will help, But i stopped playing for like 6-8 months, and when i got back the bot was out of date, so i updated everything, but with the waypoints and the character profiles, i just copied out of the old files, does that make a difference?
Attachments
Daily.xml
(1.41 KiB) Downloaded 314 times

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Error after auto-switch character

#9 Post by rock5 » Mon Jan 16, 2012 9:47 am

She wants your profile. That is your waypoint file. The profiles are in the "profiles" folder.
  • 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

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#10 Post by firedice » Mon Jan 16, 2012 9:56 am

oh oops thanks Rock5

When i was using this like 6-8 months ago, i just copied the wp file into the profile folder and it worked, shrugs
Attachments
Daily.xml
(1.4 KiB) Downloaded 185 times

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Error after auto-switch character

#11 Post by rock5 » Mon Jan 16, 2012 10:02 am

That's still not the profile. It probably has the same name as your character or it might use "userdefault.xml" if it exists or it uses another profile if you specify one. How do you start the bot? What command do you use?
  • 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

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#12 Post by firedice » Mon Jan 16, 2012 10:08 am

I dont use any commands, I double click the "startbot" file, then it pops up, i press Delete, and select my character, and select the waypoint file, "daily"

I do have character profiles, is that what you want to see?
Attachments
Charactername.xml
(9.19 KiB) Downloaded 171 times

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Error after auto-switch character

#13 Post by lisa » Mon Jan 16, 2012 10:10 am

settings.loadProfile("Daily");
It is probably better if you just do everything new. get rid of your old profiles and use the Default profile.

pretty sure there is an elf daily WP posted somewhere, just do a forum search.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#14 Post by firedice » Mon Jan 16, 2012 10:19 am

okay, I'll try to do that Lisa, i'll keep you guys updated in a moment

firedice
Posts: 32
Joined: Wed Dec 15, 2010 12:57 pm

Re: Error after auto-switch character

#15 Post by firedice » Mon Jan 16, 2012 10:38 am

nevermind, i just made a copy of the default file, and named it "daily" it works :Dthanks everyone for their input
Attachments
error2.jpg

kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Error after auto-switch character

#16 Post by kuripot » Mon Jan 16, 2012 9:01 pm

firedice wrote:nevermind, i just made a copy of the default file, and named it "daily" it works :Dthanks everyone for their input

this is elf daily from LIZA.. i cant remember the exact thread i found this...
Attachments
Charactername.xml
rename this as your's charactername and
copy to micromacro\scripts\rom\profiles
(6.4 KiB) Downloaded 194 times
userfunction_QuestByName.lua
copy to micromacro\scripts\rom\userfunctions
(5.91 KiB) Downloaded 194 times
elf2.xml
i try to edit and put speedhack from MRC_optimized

copy to micromacro\scripts\rom\waypionts
(3.57 KiB) Downloaded 160 times

kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Error after auto-switch character

#17 Post by kuripot » Mon Jan 16, 2012 9:11 pm

lisa wrote:
settings.loadProfile("Daily");
It is probably better if you just do everything new. get rid of your old profiles and use the Default profile.

pretty sure there is an elf daily WP posted somewhere, just do a forum search.


LIZA i have no idea about

Code: Select all

settings.loadProfile("Daily");
i this mean i don't need to make a 8 copy of profile in 1 acct and rename as my charactername???

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 10 guests