Bags in Rorazan / Syrbal

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Bags in Rorazan / Syrbal

#1 Post by Schwertseele » Sat Jul 27, 2013 9:02 pm

Hello!
Is it possible to pick up the Bags, which are dropped in Rorazan and Syrbal? I don't know how the bot can pick up these things - I would like to bot them, since there are a lot of nice stats inside.

Didn't get it to work..Bot walks away and kills Mobs. :/ Any hints?

Best regards

wps
Posts: 74
Joined: Tue Feb 05, 2013 11:11 am

Re: Bags in Rorazan / Syrbal

#2 Post by wps » Sat Jul 27, 2013 9:25 pm

There are some topics about this.

add some code in onLeaveCombat
fill the bag id your self

Code: Select all

	if player:findNearestNameOrId(GetIdName(vBagId)) then
		player:target_Object(GetIdName(vBagId));
		yrest(1000);
		player:target_Object(GetIdName(vBagId));
		yrest(1000);
	end

Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: Bags in Rorazan / Syrbal

#3 Post by Schwertseele » Sat Jul 27, 2013 9:56 pm

Thanks a lot! =)

Best regards

rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: Bags in Rorazan / Syrbal

#4 Post by rambo66 » Tue Dec 24, 2013 6:57 am

hi,

how can i combine the 2 bags, i think there are 2 different bag types

"Mysteri\148ser Beutel"
"Geheimnisvoller Beutel"

something like this ?

Code: Select all

....
player:findNearestNameOrId(GetIdName(vBagId OR vabagID2)) then
      player:target_Object(GetIdName(vBagId OR vabagID2));
....
merry x-mas ;-)

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Bags in Rorazan / Syrbal

#5 Post by rock5 » Tue Dec 24, 2013 7:09 am

Code: Select all

player:target_Object({vBagId, vabagID2})
No need for findNearestNameOrId.
  • 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

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests