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

[Trank des Gl?cks]

schreib dir nen Plugin was guckt ob die Potion of Luck up ist.

so kanns aussehen, aber brauchst du ja nur alle xx minuten checken ;)
Code:
public void usepotion()
        {
            if (StyxWoW.Me.ActiveAuras.ContainsKey("Potion of Luck") == true) //
            {
                Logging.Write("Potion of luck is on");
            }
            else
            {
                Logging.Write("Used Potion");
                Lua.DoString("UseItemByName(\"Potion of Luck\")");
            }
        }
 
Super nett von dir Danke :-)

Abeeeer ich suche ja er ein komplettes Profil zum farmen, genauso wie im Video. Habe leider noch null Ahnung davon wei? nur das ich das Hotspot machen muss die er aufliegt aber wie stelle ich es ein das er diese Ziegen angreift usw.

Eine kleine weitere Hilfestellung w?re toll Hehe :-)
 
Super nett von dir Danke :-)

Abeeeer ich suche ja er ein komplettes Profil zum farmen, genauso wie im Video. Habe leider noch null Ahnung davon wei? nur das ich das Hotspot machen muss die er aufliegt aber wie stelle ich es ein das er diese Ziegen angreift usw.

Eine kleine weitere Hilfestellung w?re toll Hehe :-)

wie ich das verstehe geht der Trank bei jeden Mob in MoP oder?

da fallen mir bessere gebiete ein als die Ziegen :P

zu not such dir auf wowhead den ENG namen und gib den mal hier im forum ein vllt gibt es son profil schon (zwecks k?rschnerei)
 
<!-- Use Potion of luck if available 93351 -->
<If Condition="((HasItem(93351)))" >
<If Condition="(!Me.HasAura(&quot;Potion of Luck&quot;))">
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(93351)" WaitTime="10" />
<CustomBehavior File="Message" Text="Using Potion of Luck if we have one" LogColor="Blue" />
</If>
</If>

das klappt bei mir, einfach profil saugen oder erstellen.
mit Notepad ?ffnen.
Alt + F Dr?cken und nach "SetGrindArea" suchen
?ber "SetGrindArea" und ?ber dem letzen "costem behaiver" einsetzen.
Denk dran ein "befehl" f?ngt immer mit <Besispiel> an und h?rt mit </Beispiel> auf, also acht geben wo du das einf?gst

und hier findest du alles zum erstellen eines Profils

http://www.thebuddyforum.com/forum-...-profil-zum-grinden-ruf-farmen-erstellen.html
viel spa
 
Hey Hey,


danke f?r eure Hilfe daf?r :)
Aber jetzt mal f?r mich zum Verst?ndnis, ich lade das Default Template [Kick].xml herrunter - lade es dann mit Notepad und sol dann nach SetGrindArea suchem mit Alt+F ?
Also ich kann Alt+F dr?cken da passiert nix, SetGrindArea finde ich genauso wenig.

Also ich stehe da gerade echt auf dem Schlauch, wei? nicht wie ich das von dir beschriebene umsetzten soll :)

MFg
 
sie haben post

ach musst das mit der Questing botbase benutzen grind bot funzt nicht :) da ist der fehler ... sry f?r deine verplemperte Zeit jedoch kennste dich nun etwas mit profile erstellen aus :)





<HBProfile>
<!--
This is my first profile. I wanted to farm skyshards but all the other skyshard profiles I found didn't work after the 5.4 changes and I seen a few people looking too so I wanted to share.

This profile will grind the Shao-Tien mobs in Valley of the Four Winds.
Mainly for Skyshards, got mine in 2 nights and a day. Should also get lots of greens, cloth, motes of harmony, BOE blues and even 476 BOE Epics.

It uses a fairly large path, tries to avoid the Sha mobs.
It will fly to the proper area, and fly to venders and back.
It will vender Greys only and mail Whites Blue and Epic. Keeps Skyshards, Motes, Cloth, Lockboxes

You should be able to handle fighting 4-5 Sho-Tien mobs at a time when using this to avoid deaths.
496+ ilvl, depending on the class.

It will use Potion of Luck if it's in your bags. If you don't want this then don't leave it in your bags.

Use QuestBuddy for this profile not Grindbot. Start it anywhere in Pandaria


[*] rev 01 Changed to smaller route and avoid Sha mobs
[*] rev 02 Beta testing with other users
[*] rev 03 Added potion of luck and tweaked a few things
[*] rev 04 Updated route to make it less jerky, added Potion of Luck message, set pull distance to 25 yards
[*] rev 05 Updated a few hotspots, fixed mail bug, now uses proper venders, removed Skyshard notification. Changed to mail whites, greens, blues and epics, vender only greys. Added Alliance version. Adjusted pulldistance and maxdistance.


Let me know of any problems,

-->
<Name>QB SkyShard 5.4 Farm - Zeaks</Name>

<MinLevel>85</MinLevel>
<MaxLevel>91</MaxLevel>

<TargetElites>False</TargetElites>

<MinDurability>0.1</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<!-- Change this to keep, sell or mail -->
<SellGrey>True</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>

<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<!-- Add protected items to this list -->
<ProtectedItems>
<Item Name="Hearthstone" Entry="6948" />
<Item Name="Skyshard" Entry="86547" />
<Item Name="Mote of Harmony" Entry="89112" />
<Item Name="Windwool Cloth" Entry="72988" />
<Item Name="Ghost Iron Lockbox" Entry="88567" />
</ProtectedItems>

<AvoidMobs>
<!--<Mob Name="Thundermaw" Entry="58456" />-->
</AvoidMobs>

<Mailboxes>
<Mailbox X="1699.929" Y="913.725" Z="470.9366" />
</Mailboxes>

<Vendors>
<Vendor Name="Joan Tremblay" Entry="59341" Type="Repair" X="1700.997" Y="915.9247" Z="470.9366" />
</Vendors>

<QuestOrder>

<While Condition="true" >

<If Condition="(Me.FreeBagSlots &gt; 4) || (Me.LowestDurabilityPercent &gt; 20.0)" >
<CustomBehavior File="FlyTo" X="1387.385" Y="1972.792" Z="334.7864" DestName="Profile Start" />
<CustomBehavior File="ForcedDismount" />
<!-- Use Potion of luck if available 93351 -->
<If Condition="((HasItem(93351)))" >
<If Condition="(!Me.HasAura(&quot;Potion of Luck&quot;))">
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(93351)" WaitTime="02" />
<CustomBehavior File="Message" Text="Using Potion of Luck if we have one" LogColor="Blue" />
</If>
</If>
<CustomBehavior File="UserSettings" LootMobs="True" UseFlightPaths="True" PullDistance="35" GroundMountFarmingMode="False" KillBetweenHotspots="True" />

<SetGrindArea>
<GrindArea>
<TargetMinLevel>85</TargetMinLevel>
<TargetMaxLevel>90</TargetMaxLevel>
<Factions>2479</Factions>
<LootRadius>15</LootRadius>

<!-- New Route for 1.0.4 Less jerky hopefully -->
<Hotspots>
<Hotspot X="1376.077" Y="1970.651" Z="336.6409" />
<Hotspot X="1363.502" Y="1943.714" Z="341.1734" />
<Hotspot X="1356.879" Y="1914.61" Z="345.0587" />
<Hotspot X="1347.344" Y="1885.858" Z="345.0603" />
<Hotspot X="1318.866" Y="1895.489" Z="348.4159" />
<Hotspot X="1290.26" Y="1905.485" Z="351.7499" />
<Hotspot X="1260.688" Y="1897.817" Z="348.8984" />
<Hotspot X="1235.176" Y="1880.528" Z="350.5652" />
<Hotspot X="1231.462" Y="1850.33" Z="347.5893" />
<Hotspot X="1230.887" Y="1819.791" Z="344.776" />
<Hotspot X="1258.305" Y="1806.038" Z="344.9756" />
<Hotspot X="1288.789" Y="1810.764" Z="344.7771" />
<Hotspot X="1302.877" Y="1837.578" Z="346.3409" />
<Hotspot X="1313.876" Y="1809.51" Z="344.8252" />
<Hotspot X="1325.79" Y="1781.205" Z="344.424" />
<Hotspot X="1347.272" Y="1760.26" Z="342.4233" />
<Hotspot X="1374.043" Y="1749.716" Z="333.3603" />
<Hotspot X="1379.617" Y="1720.962" Z="340.4384" />
<Hotspot X="1377.007" Y="1690.209" Z="340.6518" />
<Hotspot X="1378.824" Y="1659.991" Z="340.6518" />
<Hotspot X="1404.988" Y="1675.243" Z="344.2362" />
<Hotspot X="1423.129" Y="1650.603" Z="347.0889" />
<Hotspot X="1427.016" Y="1680.687" Z="344.2371" />
<Hotspot X="1446.308" Y="1703.799" Z="347.2801" />
<Hotspot X="1475.751" Y="1699.441" Z="353.5255" />
<Hotspot X="1483.264" Y="1670.984" Z="361.5234" />
<Hotspot X="1512.783" Y="1679.277" Z="362.8499" />
<Hotspot X="1523.686" Y="1706.915" Z="367.6894" />
<Hotspot X="1525.001" Y="1736.982" Z="370.8762" />
<Hotspot X="1533.257" Y="1707.571" Z="369.0241" />
<Hotspot X="1543.962" Y="1679.308" Z="374.3784" />
<Hotspot X="1565.499" Y="1659.967" Z="385.4211" />
<Hotspot X="1594.801" Y="1657.887" Z="393.5726" />
<Hotspot X="1619.947" Y="1674.033" Z="401.4656" />
<Hotspot X="1636.203" Y="1699.101" Z="409.1744" />
<Hotspot X="1628.632" Y="1727.585" Z="415.248" />
<Hotspot X="1656.124" Y="1729.274" Z="427.3308" />
<Hotspot X="1667.382" Y="1701.273" Z="428.7496" />
<Hotspot X="1659.44" Y="1673.664" Z="429.5901" />
<Hotspot X="1663.329" Y="1731.171" Z="426.8983" />
<Hotspot X="1672.645" Y="1759.556" Z="430.9574" />
<Hotspot X="1661.663" Y="1787.612" Z="432.8742" />
<Hotspot X="1631.753" Y="1785.773" Z="427.9879" />
<Hotspot X="1608.242" Y="1805.44" Z="427.9879" />
<Hotspot X="1632.715" Y="1787.714" Z="427.9867" />
<Hotspot X="1642.506" Y="1759.201" Z="427.3261" />
<Hotspot X="1628.375" Y="1734.774" Z="416.9855" />
<Hotspot X="1609.409" Y="1712.921" Z="406.983" />
<Hotspot X="1627.972" Y="1688.945" Z="405.2689" />
<Hotspot X="1608.175" Y="1666.254" Z="398.9444" />
<Hotspot X="1581.152" Y="1656.027" Z="390.1139" />
<Hotspot X="1553.33" Y="1665.181" Z="380.7912" />
<Hotspot X="1534.193" Y="1683.423" Z="366.1989" />
<Hotspot X="1506.371" Y="1694.513" Z="358.8827" />
<Hotspot X="1476.759" Y="1699.309" Z="353.5908" />
<Hotspot X="1447.161" Y="1703.927" Z="347.3664" />
<Hotspot X="1423.448" Y="1722.243" Z="342.8655" />
<Hotspot X="1405.694" Y="1745.009" Z="334.505" />
<Hotspot X="1382.23" Y="1763.557" Z="327.5542" />
<Hotspot X="1364.866" Y="1786.776" Z="318.3076" />
<Hotspot X="1366.21" Y="1816.435" Z="311.2356" />
<Hotspot X="1380.172" Y="1842.871" Z="308.026" />
<Hotspot X="1398.449" Y="1866.622" Z="302.1058" />
<Hotspot X="1427.36" Y="1863.776" Z="294.3365" />
<Hotspot X="1453.449" Y="1849.276" Z="300.5229" />
<Hotspot X="1447.27" Y="1819.853" Z="302.3654" />
<Hotspot X="1476.178" Y="1810.48" Z="304.6819" />
<Hotspot X="1479.71" Y="1840.541" Z="305.0157" />
<Hotspot X="1476.82" Y="1870.288" Z="301.596" />
<Hotspot X="1468.338" Y="1899.044" Z="295.8369" />
<Hotspot X="1450.785" Y="1923.23" Z="298.9396" />
<Hotspot X="1479.285" Y="1931.626" Z="303.1513" />
<Hotspot X="1463.494" Y="1955.291" Z="312.9894" />
<Hotspot X="1449.259" Y="1981.709" Z="317.5679" />
<Hotspot X="1439.892" Y="2009.994" Z="324.4471" />
<Hotspot X="1415.153" Y="1992.59" Z="321.0744" />
<Hotspot X="1392.207" Y="1976.761" Z="332.3777" />
<Hotspot X="1365.574" Y="1963.34" Z="339.8208" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Condition="(Me.FreeBagSlots &lt;= 4) || (Me.LowestDurabilityPercent &lt; 0.20)" GoalText="Farming" />
</If>

<If Condition="(Me.FreeBagSlots &lt;= 4) || (Me.LowestDurabilityPercent &lt;= 20.0)" >

<CustomBehavior File="Message" Text="Doing a vendor run at Shrine of Two Moons" LogColor="Red" />
<CustomBehavior File="FlyTo" DestName="Repair Run" X="1627.694" Y="923.9457" Z="471.1838" />
<CustomBehavior File="ForcedDismount" />
<CustomBehavior File="ForceSetVendor" DoMail="True" DoSell="True" DoRepair="True" DoTrain="False" />

</If>

</While>

<!-- xyz first hotspot: -->
<CustomBehavior File="FlyTo" X="1387.385" Y="1972.792" Z="334.7864" Name="Profile Start" />

<!-- land at coords for repair -->
<CustomBehavior File="FlyTo" X="1627.694" Y="923.9457" Z="471.1838" Name="Repair Run" />
<CustomBehavior File="ForcedDismount" />

</QuestOrder>
</HBProfile>

das ist das original file einfach alles ?ndern was man braucht
 
ok das ist auch nicht schlecht , hab das eben mal getestet , jedoch trinkt der mir alle Dunkelmond Feuerwasser weg. Trank des Gl?cks h?lt der schon auf CD und den anderen Trinkt der wie Wasser ...
 
Ich frag einfach mal hier hat noch jemand nen spot der sich lohnt zu farmen? finde irgendwie nix derzeit
 
Da es nach dem Prinzip "wenn Aura Nummer X fehlt, benutze Gegenstand Y" funktioniert w?rde ich sagen dass du bei der Aura f?r Dunkelmond Feuerwasser einen Tippfehler drin hast
 
Werd dann mal eine mail hinschreiben :D

Ne ich flieg dann mal rum und schau ob ich was finde...irgendwie wird alles runter gesetzt so kommt es mir vor.
 
so hab stelle gefunden .... muss sagen 3k die stunde derzeit mehr schafft man ne und mach bald 400 kills....

und trank hab ich selber geschrieben ging alles
 
Back
Top