-
Posts
1887 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by BetterSister
-
no idea what i did but it works now
-
i've been working on 1-15 orc profile using easy quests editor but now it throws this error when i tried to test part of it [E] 15:06:53 - Compilator Error : c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(280,22) : error CS1001: Identifier expected c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(282,12) : error CS1031: Type expected c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(282,12) : error CS1519: Invalid token '(' in class, struct, or interface member declaration c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(284,14) : error CS1519: Invalid token '=' in class, struct, or interface member declaration c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(286,25) : error CS1519: Invalid token '(' in class, struct, or interface member declaration c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(286,29) : error CS1031: Type expected c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(286,29) : error CS1519: Invalid token '[' in class, struct, or interface member declaration c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(286,30) : error CS1001: Identifier expected c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(286,32) : error CS1031: Type expected c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(286,32) : error CS1519: Invalid token '{' in class, struct, or interface member declaration c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(286,37) : error CS0116: A namespace cannot directly contain members such as fields or methods c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(288,20) : error CS1518: Expected class, delegate, enum, interface, or struct c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(290,29) : error CS1518: Expected class, delegate, enum, interface, or struct c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(290,30) : error CS1001: Identifier expected c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(290,32) : error CS1518: Expected class, delegate, enum, interface, or struct c:\Users\ \AppData\Local\Temp\1vphlfog.0.cs(290,68) : error CS1022: Type or namespace definition, or end-of-file expected [E] 15:06:54 - [Quester] Cannot found QuestClass: YourPlaceInTheWorld [E] 15:06:54 - [Quester] Cannot found QuestClass: YourPlaceInTheWorld [E] 15:06:54 - [Quester] Cannot found QuestClass: CuttingTeeth [E] 15:06:54 - [Quester] Cannot found QuestClass: CuttingTeeth [E] 15:06:54 - [Quester] Cannot found QuestClass: VileFamiliars [E] 15:06:54 - [Quester] Cannot found QuestClass: CuttingTeeth [E] 15:06:54 - [Quester] Cannot found QuestClass: StingoftheScorpid [E] 15:06:54 - [Quester] Cannot found QuestClass: TaintedParchment [E] 15:06:54 - [Quester] Cannot found QuestClass: TaintedParchment [E] 15:06:54 - [Quester] Cannot found QuestClass: GalgarsCactusAppleSurprise [E] 15:06:54 - [Quester] Cannot found QuestClass: GalgarsCactusAppleSurprise [E] 15:06:54 - [Quester] Cannot found QuestClass: StingoftheScorpid [E] 15:06:54 - [Quester] Cannot found QuestClass: VileFamiliars Orc 1-13 by BetterSister.xml
-
Version 1.0.0
1749 downloads
It took about 4 hours to get from 50 to 150 using this. I've used this on 5 accounts and haven't noticed any major problems (exept couple rare pathfinding issues when it falls off a mountain when trying to make stiff turn which i can't do anything about). There is so much copper so you could basicly start with this one. You can run herbalism with this one but it's really slow Route: -
-
Already suggested
-
it's being worked on. It's little harder to fix
-
dunno. It works perfectly for me
-
Bot is drinking twice or more C#
BetterSister replied to BetterSister's topic in Developers assistance
Wrong code.. fixed it :D but it still doesn't detect -
Bot is drinking twice or more C#
BetterSister replied to BetterSister's topic in Developers assistance
it probably doesn't detect "Drink" buff properly because with this code it never detected the buff "Drink" if (ObjectManager.Me.HaveBuff("Drink")) { Logging.WriteDebug("We have Drink buff"); } -
virus detected in robotmanager.dll by bitdefender 2016
BetterSister replied to trax's topic in General assistance
Must be false positive. I just scanned every file with Avast and didn't find anything so add the folder to exemptions in green it says "no infections detected" in finnish -
Bot is drinking twice or more C#
BetterSister replied to BetterSister's topic in Developers assistance
yes it doesn't end after mana reaches 100% -
Bot is drinking twice or more C#
BetterSister replied to BetterSister's topic in Developers assistance
i don't know what part of it you improved but Regen module never ends now :D -
3.3.5a Security pause bot if player nearby pauses in combat causing security risk
BetterSister commented on BetterSister's bug report in Bug Tracker
It should also continue the bot if it gets into combat while paused -
3.3.5a Security pause bot if player nearby pauses in combat causing security risk
BetterSister commented on BetterSister's bug report in Bug Tracker
Related to -
the update came out 1 hour ago... edit: under 1 hour ago
-
it's hard to make a good warrior fight class because the bot doesn't support checking for stances by itself and since stance isn't buff it is nearly impossible to make it perfect but all you can do is make spell with conditions target cast time remaining and what else you want for it (rage percent?)