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

Search results

  1. theonn

    Regrade weapons and armor.

    besides seeds are most lilely recalculated on each server boot...
  2. theonn

    Regrade weapons and armor.

    even as badly coded AA can be. i doubt they just send the seed to the client. if that was true, rng was client side which clearly its not.
  3. theonn

    Regrade weapons and armor.

    that video was a spoof to undermine a clan. now, i highly doubt its even possible as RNG is totally serverside. its mostlikely ppl that are able to dupe item that achieve those regrades. (no gold pain, no regrade pain)
  4. theonn

    Combat Log

    if you do a dps meter let me know. i wanted to do it.. but lazy Public event onUnitDamaged Public event onUnitHealed
  5. theonn

    ChatMessage extended for damage information

    why thank you. i think this will suffice :P ( must rtfm)
  6. theonn

    ChatMessage extended for damage information

    shameless bump. any admin/dev for Archebuddy?
  7. theonn

    dps plugin?

    i have asked Out to see if there is an interface to the chat to get that data. right know i have found none.
  8. theonn

    ChatMessage extended for damage information

    Hello, i would like to code a DPS meter. However im not able to the damage informatio from ChatMessage. Out, any way to get that info?
  9. theonn

    Proper Entity Rotation

    dude, you are awsome! i love you i was missing the normalization you do
  10. theonn

    Proper Entity Rotation

    no is not, if you dont show the "bad" stuff. and besides im not talking about making a radar. i just want to know how to properly rotate. This can be used for pathing and etc.
  11. theonn

    Proper Entity Rotation

    some help out?
  12. theonn

    Proper Entity Rotation

    Hello Fellow Devs / Out, I have been working on a radar, however the rotation for entities is still kind of... crazy the code im using: double radians = memory.angle(player, x, y); radians = -(radians / 180.0 * Math.PI); public static ILocation2D RotateAroundOrigin2D(double...
  13. theonn

    3 unlimited sessions

    yes, but right now its disabled. it got broken in last patch.
  14. theonn

    Random Questions to Dev

    that only menas that is inside a given radius, i need to know if a plant is a "wild" or its inside a protected farm. i could extrapolate that code and see if there is a Farm, and given the name us the 8x8 or 16x16 but that wouldnt be trusthworthy seen i could have gotten any farm (instead of...
  15. theonn

    Random Questions to Dev

    ty, more questions anyway to know if a doodad is inside of a farm (protected or not?) wild stuff has no plant time so its easy to filter, but also filters stuff thats planted away in the wild.
  16. theonn

    Random Questions to Dev

    TY out. ill try to set a "fixed" range for aggro (which seems to be the case). Any way to get a PC classes (preferible main name and not the combination.. or the individual classes?
  17. theonn

    Random Questions to Dev

    Hello, im working on a plugin, i have a couple of questions that you ppl may help. 1- Is there any variable that contains NPC Agro Range_? 2- Rotation, has anybody solved this succesfully. because mine appears janky and rotates "weirdly" i have tried using rotation all angle and all...
  18. theonn

    5.11 AA Update

    bumpy bumpy. any updates?
Back
Top