Search found 152 matches

by bobdole
Sun Aug 21, 2011 9:22 pm
Forum: Runes of Magic
Topic: Question: Why does the bot sometimes go haywire?
Replies: 2
Views: 1015

Re: Question: Why does the bot sometimes go haywire?

That's odd as I only use the one waypoint and sometimes its great for almost an hour.
by bobdole
Sun Aug 21, 2011 11:33 am
Forum: Runes of Magic
Topic: Question: Why does the bot sometimes go haywire?
Replies: 2
Views: 1015

Question: Why does the bot sometimes go haywire?

Why does the bot sometimes go haywire? Every now and then the bot just goes off course and stays off course for some time. Am I doing something wrong?
by bobdole
Fri Aug 19, 2011 6:48 pm
Forum: Runes of Magic
Topic: Patch 4.0.1.2433
Replies: 44
Views: 11130

Re: Patch 4.0.1.2433

I had this same problem and as directed I reverted back to rev 637, I then looked to see what files changed in the next 2 updates and I saved a copy of them and then updated back to rev 639 then by process of elimination I found by overwriting both the bot.lua and memorytable.lua from rev 637 everyt...
by bobdole
Mon Jul 25, 2011 9:22 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: New Dailies in Xaveria
Replies: 101
Views: 27410

Re: New Dailies in Xaveria

The suicide code is:

Code: Select all

/script SetCameraPosition (0,0,1000000);
. You may need try with other values, for example (0,0,100000); (0,0,1000000000);. I just need to know how I would make that code work in a waypoint.
by bobdole
Mon Jul 25, 2011 3:01 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: New Dailies in Xaveria
Replies: 101
Views: 27410

Re: New Dailies in Xaveria

Last question for the night. how would I have the waypoint check my current class level? I want to make it so when I hit 67 I get auto logged out.
by bobdole
Mon Jul 25, 2011 12:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: New Dailies in Xaveria
Replies: 101
Views: 27410

Re: New Dailies in Xaveria

Someone doing the butterfly daily just talked about a kill your self macro that takes you back to the spawn just next to the NPC to turn the quest in. Any one try to convert the waypoint to do that?
by bobdole
Sun Jul 24, 2011 8:55 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: New Dailies in Xaveria
Replies: 101
Views: 27410

Re: New Dailies in Xaveria

This is all new to me so sorry for stupid questions. How would I put a delay at:

Code: Select all

	</waypoint>
	<!-- # 31 --><waypoint x="7584" z="2532" y="168" tag="checkpoint">
I want it to stop at this spot for about 15 seconds.
by bobdole
Sun Jul 24, 2011 8:52 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: New Dailies in Xaveria
Replies: 101
Views: 27410

Re: New Dailies in Xaveria

Tweaked it to work smother and mount. Now I just want to disable: "Aggro wait time out" on some waypoint spots and not all can that be done?
by bobdole
Sat Jul 23, 2011 7:13 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: New Dailies in Xaveria
Replies: 101
Views: 27410

Re: New Dailies in Xaveria

Wish I had a waypoint that mounted and went to the butterflies and then mounted and returned.
by bobdole
Tue May 31, 2011 3:34 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 224864

Re: Rock5's Millers Ranch Scripts

The speed gets reset when you teleport out of the ranch although I haven't tried it with slow speed. My problem is getting out of the ranch when the speed is set to 1, the character is so slow it would take forever. Thats why I wanted to know another simple way to reset speed. What exactly is it yo...
by bobdole
Mon May 30, 2011 9:44 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 224864

Re: Rock5's Millers Ranch Scripts

I been having problems with several bots always ending up going off the path and either constantly running in to side of walls or getting stuck between fences and houses (pretty sure its due to lag from running so many versions of the game). I changed the players movement speed to 1 which now makes ...
by bobdole
Thu May 26, 2011 6:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 224864

Re: Rock5's Millers Ranch Scripts

So I been running 8 bots on my laptop and they run pretty good most of the time. Sometimes though they seem to take a bad turn (I assume due to lag) and get stuck. I was coming back to a lot of clients auto logging off. I think I fixed that by changing the settings in each profile but I thought of a...