inanimate targets?

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

inanimate targets?

#1 Post by Braziliano » Fri Oct 02, 2015 6:48 pm

Is it possible to add inanimate targets to your list of things to heal..? , Hmm is there a way to add more stuff to Party HEAL .. i don't want to rely on a seperate monitor script , tryed it in the past and it's not efficient enough.

kenzu38
Posts: 279
Joined: Sun Dec 02, 2012 8:52 am

Re: inanimate targets?

#2 Post by kenzu38 » Fri Oct 02, 2015 7:47 pm

Looked quickly into party.lua. Seems like you can add things manually to the table of things to heal. Have a look at it. In your party.lua file look at PartyTable() function, adding these table.insert() lines after the for loop will probably do the trick:

Code: Select all

	table.insert(partymemberName,#partymemberName+1, "inanimate target's name")
		if player:findNearestNameOrId("inanimate target's name") then
		table.insert(partymemberObj,#partymemberObj+1, player:findNearestNameOrId("inanimate target's name"))
		table.insert(partymemberpawn,#partymemberpawn+1, CPawn(partymemberObj[#partymemberObj].Address))
		end

Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: inanimate targets?

#3 Post by Braziliano » Fri Oct 02, 2015 10:40 pm

kenzu38 wrote:Looked quickly into party.lua. Seems like you can add things manually to the table of things to heal. Have a look at it. In your party.lua file look at PartyTable() function, adding these table.insert() lines after the for loop will probably do the trick:

Code: Select all

	table.insert(partymemberName,#partymemberName+1, "inanimate target's name")
		if player:findNearestNameOrId("inanimate target's name") then
		table.insert(partymemberObj,#partymemberObj+1, player:findNearestNameOrId("inanimate target's name"))
		table.insert(partymemberpawn,#partymemberpawn+1, CPawn(partymemberObj[#partymemberObj].Address))
		end
~
how about friendly targets such as NPCs? for example the honor guard in siege

kenzu38
Posts: 279
Joined: Sun Dec 02, 2012 8:52 am

Re: inanimate targets?

#4 Post by kenzu38 » Sat Oct 03, 2015 12:36 pm

Yeah, I think so. If the game allows you to heal it manually then yeah you can automate it with bot.

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests