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

[Plugin] Profile Helper

Inrego

New Member
Joined
Feb 7, 2010
Messages
2,765
Reaction score
71
[Plugin] Profile Helper (levelArea etc)

I made this profile because I was missing the AreaLevel information from DB, and then I just wanted to have all the information I needed when making profiles in the same place.

Instructions:
  • Unzip the folder "ProfileHelper" to your plugins folder
  • Open DemonBuddy
  • Go to the plugins tab and enable Profile Helper
  • Start DemonBuddy (stop it again if you don't want it running)
  • Select Profile Helper and click the "Config" button to get info printed to the log

It will print an output in a format like this, ready to be copied into most profile tags:
Code:
questId="74128" stepId="54" x="1283.749" y="1291.054" z="184.6866" levelArea="1999568897"
Known Issues
Your regional settings must be set to decimal . and digit grouping symbol ,
If yours are reversed (for example danish layout), you need to change it, or it'll put , instead of . in all coordinates.
To change it (or check yours) follow these simple steps:

  • Press win+R (or on windows vista or newer, you can just hit the windows button to open the field where you can search etc)
  • Paste this and press enter: "intl.cpl"
  • Click "Advanced Settings"
 

Attachments

Last edited:
Works great, thanks :D

Code:
[09:30:15.574 N] questId="74128" stepId="54" x="1283.749" y="1291.054" z="184.6866" levelArea="1999568897"
 
F*** im to f***in stupid to geht Plugins work.
Is someone out there who can tell me what my problem is?

My solutions:
I restarted DB
I redownloaded it completely
i renamed the plugins folder and changed it in the settings xml
i changed the filewatcher option to true in the settings xml file
i changed the plugin folder name again
i went to bed
i slapped my gf
i sold my gf
drank some coffee
i wrote this post

Is it propably a problem that i have only a guest key?
Because this sentence "Try Demonbuddy now for one day for only ?1, all features included!" would be wrong :D
thanks in previous

togarda <- my name is different because i dont f***in banana why
 
F*** im to f***in stupid to geht Plugins work.
Is someone out there who can tell me what my problem is?

My solutions:
I restarted DB
I redownloaded it completely
i renamed the plugins folder and changed it in the settings xml
i changed the filewatcher option to true in the settings xml file
i changed the plugin folder name again
i went to bed
i slapped my gf
i sold my gf
drank some coffee
i wrote this post

Is it propably a problem that i have only a guest key?
Because this sentence "Try Demonbuddy now for one day for only €1, all features included!" would be wrong :D
thanks in previous

togarda <- my name is different because i dont f***in banana why
Chill out :)
When you've installed the plugin, the complete path should be:
Code:
DB\Plugins\ProfileHelper\ProfileHelper.cs
If you're used to HB, you probably know that you can just put the .cs file in the plugins folder - that is not the case for DB, each plugin needs its own folder.
 
thank you so much Inrego.
exactly THIS was my problem.
stupid honorbuddy changed my way of thinking :D
 
If anyone has any requests to what else you'd like the plugin to do - let me know and I'll look into it.
 
If you have to ask that, you'll never understands.

@Irego, I sent you a request, I hate C#, I gave up... IDE keeps setting brackets like:

for(;;)
{
}

instead of:
for(;;) {
}
That's how I like my brackets! :P
Anyway - I didn't receive a PM from you? Unless you mean that blessing thing you sent me earlier.
 
Known Issues
Your regional settings must be set to decimal . and digit grouping symbol ,
If yours are reversed (for example danish layout), you need to change it, or it'll put , instead of . in all coordinates.
To change it (or check yours) follow these simple steps:

  • Press win+R (or on windows vista or newer, you can just hit the windows button to open the field where you can search etc)
  • Paste this and press enter: "intl.cpl"
  • Click "Advanced Settings"

Logging.Write(LogColor, "questId=\"{0}\" stepId=\"{1}\" x=\"{2}\" y=\"{3}\" z=\"{4}\" levelArea=\"{5}\"", ZetaDia.CurrentQuest.QuestSNO, ZetaDia.CurrentQuest.StepId, Convert.ToString(ZetaDia.Me.Position.X).Replace(",","."), Convert.ToString(ZetaDia.Me.Position.Y).Replace(",","."), ZetaDia.Me.Position.Z, ZetaDia.Me.WorldDynamicId);
 
Back
Top