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
Bags in Rorazan / Syrbal
Re: Bags in Rorazan / Syrbal
There are some topics about this.
add some code in onLeaveCombat
fill the bag id your self
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
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: Bags in Rorazan / Syrbal
Thanks a lot! =)
Best regards
Best regards
Re: Bags in Rorazan / Syrbal
hi,
how can i combine the 2 bags, i think there are 2 different bag types
"Mysteri\148ser Beutel"
"Geheimnisvoller Beutel"
something like this ?
merry x-mas
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));
....
Re: Bags in Rorazan / Syrbal
Code: Select all
player:target_Object({vBagId, vabagID2})
- 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
Who is online
Users browsing this forum: Ahrefs [Bot] and 7 guests