No programming background here; the old profiles was easy to understand and I could make some custom profiles of my own, but I have totally no idea how to utilize the new features :/
Well i got some custom dungeons up my sleeveBut im not going to release it until other people start to release aswell!
ill release some, if you tell me how to get started
We're all waiting for kick because they made it too hard to make profiles.
[COLOR=#333333]moveto dungeon entrance[/COLOR]
[COLOR=#333333]useobject portal[/COLOR]
[COLOR=#333333]waittimer 5[/COLOR]
[COLOR=#333333]explore area[/COLOR]
[COLOR=#333333]useobject portal (or explore until object found / TP / new game if it's just 1 level)[/COLOR]
[COLOR=#333333]waittimer 5[/COLOR]
[COLOR=#333333]<repeat for as many levels as needed>[/COLOR]
[COLOR=#333333]cutscene tag[/COLOR]
[COLOR=#333333]moveto boss[/COLOR]
[COLOR=#333333]waittimer 1 min[/COLOR]
[COLOR=#333333]town portal[/COLOR]
[COLOR=#333333]leave game[/COLOR]
[COLOR=#333333]bam, done. That's all you guys need[/COLOR]
[COLOR=#333333]//[/COLOR]
[COLOR=#333333]you get exit name hash from dump map markers[/COLOR]
[COLOR=#333333]you get actorid from dump RActors[/COLOR]
[COLOR=#333333][COLOR=#333333][FONT=Verdana]<ExploreArea boxTolerance="0.75" boxSize="10" until="FullyExplored" leaveWhenExplored="True" />[/FONT][/COLOR][/COLOR]
[COLOR=#333333][COLOR=#333333][FONT=Verdana]<ExploreArea exitNameHash="" until="[/FONT][/COLOR][/COLOR][COLOR=#333333][COLOR=#333333][COLOR=#333333][FONT=Verdana]ExitFound[/FONT][/COLOR][/COLOR][/COLOR][COLOR=#333333][COLOR=#333333][FONT=Verdana]" boxSize="20" boxTolerance="0.45"/>[/FONT][/COLOR][/COLOR]
[COLOR=#333333][COLOR=#333333][FONT=Verdana]<ExploreArea actorId="" until="[/FONT][/COLOR][/COLOR][COLOR=#333333][COLOR=#333333][COLOR=#333333][FONT=Verdana]ObjectFound[/FONT][/COLOR][/COLOR][/COLOR][COLOR=#333333][COLOR=#333333][FONT=Verdana]" boxSize="20" boxTolerance="0.45"/>
[/FONT][/COLOR][/COLOR]
hmmm, you make it sound super easy. :S who needs a map viewer?![]()
that's because it is. most ppl just don't want to put in 20 minutes of effort to learn something... but instead QQ on the forums that all of the profiles suck - instead of getting notepad++ and >>>thinking<<< for 20 minutes (not directed at you ofc)
hmmm, you make it sound super easy. :S who needs a map viewer?![]()
The map viewer is used to work out the spacing of the boxes used when pathing.
Open it up when NOT running the bot in the random area and play around a little.
Maybe I should make a guide.
Im with kick on this... I made couple of profiles in mather of minutes! It took me awhile to get my butcher profile good but that was because the hero kept attacking the floor xP But other then that, its pretty staight forward!
Edit:
I want to see more profiles from people! Dont use the profiles private, because think about this. What if i kept my champ profile private? Then you would pretty much have core or sarkoth, nothing more!
So start making profiles and RELEASE them!
Just look at my code and try to understand how it works, then adapt it to what you want to do and try stuff out!Hard to code without knowing the code to use? profile tags and such