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

Search results

  1. Magi

    Quick Noob Question for Identifying Particular Actors in Actor List

    Not real familiar with C so any help would be appreciated. Should be a quick answer for those who know the syntax better than I. I've got this function to get an actor based on it's ActorSNO (not mine, someone else's): int[] _keywardenSNOs = { 255996, 256000, 256015 }; // set object...
  2. Magi

    Craft an Infernal Machine

    To the uber developers out there, I'm looking for some uber help. My mission is to craft an infernal machine. The missing link between my ultimate KeyRun profile (and other folks KeyRun profiles) and the Uber profile I'm working on. I'd love to merge it into a single Hellfire mission. Grab...
  3. Magi

    Looking for Alternate to OnPulse

    Tweaking someone else's plugin. It currently makes a call to function that checks whether a keywardenSNO is in the RActorList in OnPulse() public void OnPulse() { KeyWardenCheck(); } It works fine for finding the warden, but I am trying to see if the...
  4. Magi

    ActorExistsAt - Variables

    Need some quick help, trying to accommodate checkpoints in a profile for better death handling. Looks like people are using this function to do below: ActorExistsAt(3795, 3810.261, 3706.156, -25.00002, 50) I under that x,y,z coordinates and location within the function, but what is the...
  5. Magi

    Profile XML Conditional Operators

    What are the conditional operators available to us to fine tune profiles? All I can see is to check if something is true: == as well as AND <If condition="ActorExistsAt(3795, 4263.047, 4200.328, -25.00001, 100) and ZetaDia.CurrentWorldId == 93099"> <MoveTo questId="1" x="4250.376"...
Back
Top