Hallo alle zusammen,
Hab mich heute mal hingesetzt und versucht ein Profil zu erstellen....nicht böse sein ist mein erstes.
Hab auch bisl was kopiert von anderen um zu testen ob es geht. Aber krieg immer paar Fehler so wie diese hier.
Cannot load profile!
Name cannot begin with the '\' character, hexadecimal value 0x5C. Line 57, position 53.
Starting the bot!
Currently Using BotBase : Grind Bot
Cannot start the bot because the profile cannot be loaded.
'<' is an unexpected token. The expected token is '>'. Line 48, position 9.
Hoffe mir kann jemand mal helfen....hier noch das script
Hab mich heute mal hingesetzt und versucht ein Profil zu erstellen....nicht böse sein ist mein erstes.
Hab auch bisl was kopiert von anderen um zu testen ob es geht. Aber krieg immer paar Fehler so wie diese hier.
Cannot load profile!
Name cannot begin with the '\' character, hexadecimal value 0x5C. Line 57, position 53.
Starting the bot!
Currently Using BotBase : Grind Bot
Cannot start the bot because the profile cannot be loaded.
'<' is an unexpected token. The expected token is '>'. Line 48, position 9.
Hoffe mir kann jemand mal helfen....hier noch das script
<Name>First Profile</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" />
</ProtectedItems>
<Mailboxes>
<Mailbox X="-9413,739" Y="-936,2292" Z="113,3585" \>
</Mailboxes>
<Vendors>
<Vendor Name="Abasi" Entry="59341" Type="Repair" " X="-9404.68" Y="-906.438" Z="112.5403" />
</Vendors>
<QuestOrder>
<While Condition="true" >
<If Condition="(Me.FreeBagSlots > 4) || (Me.LowestDurabilityPercent > 20.0)" >
<CustomBehavior File="FlyTo" X="-8576.914" Y="-120.1434" Z="231.2648" DestName="Profile Start" />
<CustomBehavior File="ForcedDismount" />
<!-- Use Potion of luck if available 93351 -->
<If Condition="((HasItem(93351)))" >
<If Condition="(!Me.HasAura("Potion of Luck")">
<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>
<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="-8576.914" Y="-120.1434" Z="231.2648" />
<Hotspot X="-8559.586" Y="-81.37502" Z="229.7276" />
<Hotspot X="-8520.35" Y="-45.31364" Z="243.6828" />
<Hotspot X="-8525.269" Y="-7.124428" Z="257.589" />
<Hotspot X="-8542.674" Y="46.67384" Z="276.9048" />
<Hotspot X="-8578.039" Y="40.3519" Z="293.5337" />
<Hotspot X="-8615.423" Y="51.04351" Z="299.9039" />
<Hotspot X="-8588.594" Y="-18.49171" Z="283.923" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Condition="(Me.FreeBagSlots <= 4) || (Me.LowestDurabilityPercent < 0.20)" GoalText="Farming" />
</If>
<If Condition="(Me.FreeBagSlots <= 4) || (Me.LowestDurabilityPercent <= 20.0)" >
<CustomBehavior File="Message" Text="Doing a vendor run at RAMKAHEN" LogColor="Red" />
<CustomBehavior File="FlyTo" DestName="Repair Run" X="-9404.68" Y="-906.438" Z="112.5403" />
<CustomBehavior File="ForcedDismount" />
<CustomBehavior File="ForceSetVendor" DoMail="True" DoSell="True" DoRepair="True" DoTrain="False" />
</If>
</While>
<!-- xyz first hotspot: -->
<CustomBehavior File="FlyTo" X="-8576.914" Y="-120.1434" Z="231.2648" Name="Profile Start" />
<!-- land at coords for repair -->
<CustomBehavior File="FlyTo" X="-9404.68" Y="-906.438" Z="112.5403" Name="Repair Run" />
<CustomBehavior File="ForcedDismount" />
</QuestOrder>
</HBProfile>






