What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Request - Instancebuddy/BG

xn3t0x

New Member
Joined
Jan 15, 2010
Messages
187
Reaction score
0
IB has some instances that are blacklisted.
If the bot joins one of them it will automaticly leave and get the debuff.

A plugin to switch to random BG until the debuff is gone then switch back to random dungeon

Yes I know you can change the settings of IB so it only joins the "good" ones but I rather do random for more XP/Loot
 
Why not just do the specific instances and be on the safe side? It would be a pain trying to program a recognition pluging simply for the fact of detecting whether or not you dropped out of an instance due to it being blacklisted..
 
I didn't think it would be that hard.
I mean when I get the debuff HB says "waiting for debuff to expire" already, whether it be dungeon or pvp
 
I haven't done much of plugin's before but I'm not sure if it's as easy as something like

if que=0 and debuff =0
then que instance
else
que Random BG

Shitty format but I don't feel like going through and typing something out :P. Just a jagged/rough edge guess on that potentially being the format. /shrug
 
It'd be like,
getlvl();
Dundebuffcheck();
BGdebuffcheck();
if Ddebuff == true && Bdebuff == true
wait();
if Ddebuff == false
quedungeon();
else
quebg();
The getlvl would do obviously just that. It would check for Both debuffs. If present it would wait. Then it would check Dungeon one first, cause its more important, or it would enter BG que.
Wow it's been a long time since I've coded, but something to those lines.
 
Back
Top