OgreRequests

From ISXOgre\Aion
Revision as of 21:37, 14 May 2013 by Eq2bob (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Kannkor's Feature/Bug Requests

Bugs:

None


Features: Highest priority to lowest:

  1. Add to ClientSkills: target_flying_restriction, target_valid_status1
    1. echo ${Aion.AbilityInfo[261].GetFieldValue[target_flying_restriction]}
    2. echo ${Aion.AbilityInfo[261].GetFieldValue[target_valid_status1]}
  2. delay_id table lookup for abilities.
  3. Information regarding permanant buffs (Like Gladitor's "Aion's Strength I" -ID: 251. A way to know if it's on or off.
  4. Quest window support. Advancing quests, reading the information.
  5. Zoning events/way to see if you are zoning. (I seen a ZoneID but haven't looked at comparing that yet, if possible an event if one exists would be perfect).
  6. Hook Click-To-Move. (Options -> Game Options -> 15 or so down, uncheck Disable Click-To-Move)
  7. Line of Sight checks (PC to NPC) - "You cannot use that because there is an obstacle in the way."
  8. .Server for Aion or character datatype (and/or some way of seeing if on a fast track server)
  9. Loot window support. Event to iterate the items and ability to loot them individually.
  10. Pet support(I need to see what is available now, leaving it here as a note to myself to test it)
  11. Me.IsMoving
  12. Me:StopFollow - or any command that will turn off follow. I've tried: Me:Follow, Me:StopMoving, Me:Move[forward] (only faces while you are following), Me:Move[forward,tap]
  13. A way to logout back to login (Esc->Logout).