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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Question about Protected.xml and profile Hotspots and Mobs

pindleskin

Community Developer
Joined
Oct 24, 2012
Messages
1,124
1. If I set higher rules for selling will the bot vendor datacrons and crafting mats? Or must I add them to Protected.xml?

2. Are the profile Hotspots priority based like in combat routine or how does the order there work. Because I see bot running in chaos and checking the hotspots he already kill though he has other hotspots to check where mobs are still alive but he is running through empty ones. Are Mobs tags necessary in the profile? What do they acctually do? I have some profiles without it and haven't noticed anything special.
 
1. If I set higher rules for selling will the bot vendor datacrons and crafting mats? Or must I add them to Protected.xml?

2. Are the profile Hotspots priority based like in combat routine or how does the order there work. Because I see bot running in chaos and checking the hotspots he already kill though he has other hotspots to check where mobs are still alive but he is running through empty ones. Are Mobs tags necessary in the profile? What do they acctually do? I have some profiles without it and haven't noticed anything special.

Need to add them to Protected.xml

No idea on the 2nd question.
 
Ive also seen Hotspots not being taken by the list, but more, which ever is closest.
Its chaos sometimes yeah, but if you want to do something about it, get the devs involved...
Mob tags are not necessary, when you take them out, bot will kill what ever is on that hotspot.

Taken from Kicks profile guide
Code:
        <GrindArea Name="Flesh Raiders">
            <MinLevel>1</MinLevel>
            <MaxLevel>9</MaxLevel>
            <Hotspots>
                <Hotspot Name="Flesh Raider Stalker" X="21.9674" Y="0.5871694" Z="-28" />
                <Hotspot Name="Flesh Raider Pillager" X="23.55397" Y="0.8520655" Z="-27.82022" />
                <Hotspot Name="Flesh Raider Loreseeker" X="26.38745" Y="-3.514936" Z="-12.54061" />
                <Hotspot Name="Flesh Raider Tech Salvager" X="31.58759" Y="-3.607875" Z="-11.78759" />
                <Hotspot Name="Flesh Raider Salvager" X="33.17172" Y="-3.076517" Z="-14.54137" />
                <Hotspot Name="Flesh Raider Stalker" X="36.38931" Y="-3.647701" Z="-12.75494" />
                <Hotspot Name="Flesh Raider Beast Handler" X="40.95205" Y="-1.460363" Z="-14.7401" />
                <Hotspot Name="Flesh Raider Shaman" X="38.4" Y="-1.180024" Z="-6.4" />
                <Hotspot Name="My Location" X="38.47871" Y="-1.202698" Z="-16.99549" />
                <Hotspot Name="Flesh Raider Tech Salvager" X="46.24964" Y="-1.318422" Z="-16.43253" />
                <Hotspot Name="My Location" X="47.25857" Y="-1.373355" Z="-19.98298" />
                <Hotspot Name="Flesh Raider Loreseeker" X="46.34" Y="-0.2165156" Z="-12.08" />
                <Hotspot Name="Flesh Raider Loreseeker" X="44.1" Y="1.015183" Z="-9.200001" />
                <Hotspot Name="Flesh Raider Chief Shaman" X="44.02" Y="1.338866" Z="-4.62" />
            </Hotspots>
        </GrindArea>
 
Back
Top