Unsticking player?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
jätkä
Posts: 23
Joined: Sun Oct 25, 2009 1:03 am

Unsticking player?

#1 Post by jätkä » Thu Nov 26, 2009 12:04 pm

When I leave the bot to grind mobs, it just logs out in about 20 minutes. And no It doesn't log out when it dies.
This has happened over 10 times!
Before it logs out it leaves this to the MM window.

Oh, and I forgot to mention that I've done SVN update, rom\bot.lua update and rom\update.lua.
Attachments
aaaaaaa.jpg

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Unsticking player?

#2 Post by Administrator » Thu Nov 26, 2009 12:51 pm

Another user has mentioned a bug in the game where your character stops moving entirely (even when trying manually) and will not be allowed to move until you mount. Perhaps that's what's causing the sticking?

jätkä
Posts: 23
Joined: Sun Oct 25, 2009 1:03 am

Re: Unsticking player?

#3 Post by jätkä » Thu Nov 26, 2009 1:22 pm

Perhaps. But is there a way to fix it?
It may sound weird, but I don't get the "Unsticking player" while Im using my pc, but while im afk.
I don't know if its just a coincidence or does being AFK relate to the "unsticking player" bug.

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Unsticking player?

#4 Post by Administrator » Thu Nov 26, 2009 1:27 pm

If the unsticking is caused by the problem I mentioned before, then it is unlikely to be fixed soon (as it would certainly be a bug in the game; not the bot). Since you were not watching at the time, I cannot say what caused it. It certainly looks like something was prevent your character from moving at all, though.

j_schlott
Posts: 119
Joined: Tue Aug 18, 2009 11:42 pm

Re: Unsticking player?

#5 Post by j_schlott » Thu Nov 26, 2009 10:12 pm

my movement keys lose function sometimes

while im using WASD to move and Mouseclicks to rotate camera, i can still move with mouseclicks, but WASD keys,
or the functions they control go missing

pressing escape to open the game option menu seems to fix it


i guess if bot rotates camera while using movement would cause the same thing, maybe one of the unstick attempts can open and close the game option menus?

jätkä
Posts: 23
Joined: Sun Oct 25, 2009 1:03 am

Re: Unsticking player?

#6 Post by jätkä » Sun Nov 29, 2009 4:33 am

The same thing has happened only while im not on my computer so far. I could bot overnight before, but now after I got a new screen it goes to sleepmode.. and the bot goes crazy whitin a couple of minutes.
I can bot while im on my pc, but if I leave it be it crashes.

Now I will adjust my monitor not to go to sleepmode and see what happens, and find out if there is any relation between this bug and my screen.
Last edited by jätkä on Sun Nov 29, 2009 9:09 am, edited 1 time in total.

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Unsticking player?

#7 Post by Administrator » Sun Nov 29, 2009 4:39 am

Which OSs are you guys using? I think it could be Vista related...

jätkä
Posts: 23
Joined: Sun Oct 25, 2009 1:03 am

Re: Unsticking player?

#8 Post by jätkä » Sun Nov 29, 2009 6:17 am

yes, I use vista

j_schlott
Posts: 119
Joined: Tue Aug 18, 2009 11:42 pm

Re: Unsticking player?

#9 Post by j_schlott » Tue Dec 01, 2009 3:17 pm

windows 7

User avatar
droppen
Posts: 179
Joined: Mon Aug 03, 2009 10:32 pm

Re: Unsticking player?

#10 Post by droppen » Tue Dec 01, 2009 9:36 pm

i use XP, i have a hunch, that it might be related to the way rombot clears target, by writing zeros in memory, or am i mistaken?

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Unsticking player?

#11 Post by Administrator » Tue Dec 01, 2009 11:03 pm

You could modify CPlayer:clearTarget() to press key.VK_ESCAPE instead and see if that resolves the issue.

darkjack
Posts: 19
Joined: Tue Dec 29, 2009 1:44 pm

Re: Unsticking player?

#12 Post by darkjack » Tue Dec 29, 2009 2:48 pm

Administrator wrote:You could modify CPlayer:clearTarget() to press key.VK_ESCAPE instead and see if that resolves the issue.
In which file i must serch this ^ because i have this problem to.

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Unsticking player?

#13 Post by Administrator » Tue Dec 29, 2009 4:25 pm

darkjack wrote:
Administrator wrote:You could modify CPlayer:clearTarget() to press key.VK_ESCAPE instead and see if that resolves the issue.
In which file i must serch this ^ because i have this problem to.
rom/classes/player.lua

darkjack
Posts: 19
Joined: Tue Dec 29, 2009 1:44 pm

Re: Unsticking player?

#14 Post by darkjack » Wed Dec 30, 2009 1:23 am

function CPlayer:clearTarget()
cprintf(cli.green, language[33]);
memoryWriteInt(getProc(), self.Address + addresses.pawnTargetPtr_offset, 0);
self.TargetPtr = 0;
self.Cast_to_target = 0;
end

Ok were i must write this key. VK_ESCAPE ? Sorry for spaming but i`m not so smart like you^^thx

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Unsticking player?

#15 Post by Administrator » Wed Dec 30, 2009 4:51 am

Remove the whole memoryWriteInt line, and put this instead:

Code: Select all

keyboardPress(key.VK_ESCAPE);

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 3 guests