Error after auto-switch character
Error after auto-switch character
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.
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.
Re: Error after auto-switch character
Show us your WP-File, there must be an error in some tags, based on your screenshot only i cannot help u!
Re: Error after auto-switch character
<?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>
<!-- # 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>
Re: Error after auto-switch character
corect this line
into
<!-- # 1 --><waypoint x="31847" z="4592" tag ="Main">
and use waitForLoadingScreen() instead of yrest(1*60*1000);
Code: Select all
<!-- # 1 --><waypoint x="31847" z="4592" tag ='Main'>
<!-- # 1 --><waypoint x="31847" z="4592" tag ="Main">
and use waitForLoadingScreen() instead of yrest(1*60*1000);
Re: Error after auto-switch character
Cool thanks! i will try this tomorrow when i can redo the dailies!
Re: Error after auto-switch character
Tried it again today, it doesn't seem to have fixed it, i get the same error 

Re: Error after auto-switch character
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.
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Error after auto-switch character
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
Re: Error after auto-switch character
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
Re: Error after auto-switch character
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
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
Re: Error after auto-switch character
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
Re: Error after auto-switch character
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?
I do have character profiles, is that what you want to see?
- Attachments
-
- Charactername.xml
- (9.19 KiB) Downloaded 171 times
Re: Error after auto-switch character
It is probably better if you just do everything new. get rid of your old profiles and use the Default profile.settings.loadProfile("Daily");
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Error after auto-switch character
okay, I'll try to do that Lisa, i'll keep you guys updated in a moment
Re: Error after auto-switch character
nevermind, i just made a copy of the default file, and named it "daily" it works
thanks everyone for their input

Re: Error after auto-switch character
firedice wrote:nevermind, i just made a copy of the default file, and named it "daily" it worksthanks 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
Re: Error after auto-switch character
lisa wrote:It is probably better if you just do everything new. get rid of your old profiles and use the Default profile.settings.loadProfile("Daily");
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");
Who is online
Users browsing this forum: Ahrefs [Bot] and 2 guests