Problem with botting with melees

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Jengoso
Posts: 20
Joined: Sun Oct 24, 2010 5:05 am

Problem with botting with melees

#1 Post by Jengoso » Sun Nov 21, 2010 10:24 am

I have a question about botting with melee characters, for example I can have my ranged units botting all night, but my rogue will almost always have been killed during such a long session. At first I didnt know why he perished, he has yellow stats on almost everything and 2-3 hit enemies. And he uses pots as he should. Now I have seen that sometimes he gets stuck with "must face target to attack". He doesnt do anything excpet taking hits. If I manually move him a little bit he will start to attack once again, but if I dont he will just stand still there using pots until he goes down...Could certain mobs cause this problem? Because it is not always this happens...But for exaple the water elements in Weeping coast is totally ungrindable for my rogue (but not my ranged) he gets stuck with "must face target" like once in an hour

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

Re: Problem with botting with melees

#2 Post by Administrator » Sun Nov 21, 2010 11:36 am

And in your profile, what did you set your MAX_FIGHT_TIME to?

User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: Problem with botting with melees

#3 Post by botje » Sun Nov 21, 2010 11:44 am

i have this too sometimes.

fight time is default.

Botje

checkii
Posts: 50
Joined: Sat Oct 09, 2010 8:50 pm

Re: Problem with botting with melees

#4 Post by checkii » Sun Nov 21, 2010 2:50 pm

Try this on your <onSkillCast>

Code: Select all

	if player.Fighting then
    		if( os.difftime(os.time(), player.lastHitTime) > 5 ) then -- more than 5 sec without damaging target
        	player:unstick();
        	yrest(1000);
    		end
	end

Post Reply

Who is online

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