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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to check LokiPoe Methods?

thisoneguy

New Member
Joined
Sep 2, 2015
Messages
25
Can someone help me figure out how to check what the LokiPoe.Me.(methods) are? My brain is a little fried and i'm trying to do this instead of studying for finals to give me a break and I can't figure it out.
 
Some one answered me the following in Discord, but i did not understand. I would like to know too . . .

run a temp plugin with a button, have a button log.error("") all the items in lokipoe.me.auras

I understand, but no idea how to code a temp plugin . . .
 
Some one answered me the following in Discord, but i did not understand. I would like to know too . . .



I understand, but no idea how to code a temp plugin . . .

You can also use the devtab, paste this code in the left box (http://puu.sh/sNTUl/8919156ea9.txt)

and don't forget to rename the Executable ("Exilebuddy.exe" to "derpiderp.exe" e.g.) in the right box. Then press run code and take a look at the log.

It should output something like this :

UserCoroutine
[Aura]
BaseAddress: 0x33554A40
SubInfo: 0x33BB4800
Name: Anger Aura
InternalName: player_aura_fire_damage
Description: Grants additional Fire Damage
CasterId: 22
OwnerId: 0
BuffType: 30
TimeLeft: 10675199.02:48:05.4775807
MaxTimeLeft: 10675199.02:48:05.4775807
Charges: 1
IsInvisible: False
IsRemovable: True
 
I'm curious as well, is there somewhere to find all the documentation?
It might not be as simple as this, I was looking at an old plugin that didn't work because for example "LokiPoe.InGameState.SkillBarPanel" was updated to "LokiPoe.InGameState.SkillBarHud", and I was wondering if to fix it I just had to go through the error log and replace all the old stuff while keeping the logic the same...
 
Wow, this really has my imagination flowing with things to try and implement. Thank you!
*edit* followup question: Is it possible to turn on a higher level of debugging messages for all 3RD Party modules or get logging directly from the executor?
*edit* nvm, dumb question.
 
Last edited:
All of the API code is found in exilebuddy.xml in the main folder
 
Back
Top