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

Lack of random dungeon profiles....

Have you used the Random Dungeon feature yet?

  • Yes! And i am Mclovin it!

    Votes: 0 0.0%
  • I tried but its too confusing

    Votes: 0 0.0%
  • No, there are no profiles available yet

    Votes: 0 0.0%
  • No, Recent Bans have me scarred to turn on DB

    Votes: 0 0.0%

  • Total voters
    0
Status
Not open for further replies.

teamxmod

New Member
Joined
Jun 9, 2011
Messages
103
Reaction score
0
Is it just me or is there a huge lack of random dungeon profiles. I have been tinkering with quite a few random dungeons so far and am starting to love it.

Where does everyone else stand?
 
brb random dungeon just came out today.
brb expecting plethora of profiles..
 
There are not many people in the community willing to release their scripts to public, or even people that script in general!

Since the random dungeon capability came out less than 3 days ago, i doubt there are many profiles that exist that are even worthy of releasing to public imho.
I tried to make a simple one, failed miserably.
 
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 :/
 
all i get it big pink squares and no other ui options except map veiwer and dump
 
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 :/

this +1. someone make a tutorial on how to make random dungeon profiles
 
Well i got some custom dungeons up my sleeve :P But im not going to release it until other people start to release aswell!
 
We're all waiting for kick because they made it too hard to make profiles.
 
ill release some, if you tell me how to get started

Amen to this. Been spending the last week learning about making profiles. Been able to recreate some of the ones i used and made another simple one to farm purple minion in the hut in act 1. As soon as I learn how to do random dungeons I hope to be making profiles that can do a full act. I am post surgery right now getting paid disability so I have 2 months bedridden to do this. Still clueless how to tackle random dungeons even some essential pointers would be awesome. I will be sharing w/e i have too :).
 
yeah iv been making my own profile too, almost done with it. and this would help a lot
 
We're all waiting for kick because they made it too hard to make profiles.

actually no it isn't =P

Code:
[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]
 
Last edited:
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)
 
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!
 
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)


haha, iv dont QQ but im never opposed to some help. im actually trying out what you said right now. so, thanks :D ill be back when i get stuck again im sure
 
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.
 
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.

Please do man, it would help a lot of peeps
 
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!

Hard to code without knowing the code to use? profile tags and such
 
Status
Not open for further replies.
Back
Top