Difference between revisions of "OgreRequests"
From ISXOgre\Aion
(Created page with "Bugs: None Features: Highest priority to lowest: #Add to ClientSkills: target_flying_restriction, target_valid_status1 ##echo ${Aion.AbilityInfo[261].GetFieldValue[target_f...") |
|||
Line 1: | Line 1: | ||
− | Bugs: | + | =Kannkor's Feature/Bug Requests= |
+ | ==Bugs:== | ||
None | None | ||
− | Features: Highest priority to lowest: | + | ==Features: Highest priority to lowest:== |
#Add to ClientSkills: target_flying_restriction, target_valid_status1 | #Add to ClientSkills: target_flying_restriction, target_valid_status1 |
Latest revision as of 21:37, 14 May 2013
Kannkor's Feature/Bug Requests
Bugs:
None
Features: Highest priority to lowest:
- Add to ClientSkills: target_flying_restriction, target_valid_status1
- echo ${Aion.AbilityInfo[261].GetFieldValue[target_flying_restriction]}
- echo ${Aion.AbilityInfo[261].GetFieldValue[target_valid_status1]}
- delay_id table lookup for abilities.
- Information regarding permanant buffs (Like Gladitor's "Aion's Strength I" -ID: 251. A way to know if it's on or off.
- Quest window support. Advancing quests, reading the information.
- 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).
- Hook Click-To-Move. (Options -> Game Options -> 15 or so down, uncheck Disable Click-To-Move)
- Line of Sight checks (PC to NPC) - "You cannot use that because there is an obstacle in the way."
- .Server for Aion or character datatype (and/or some way of seeing if on a fast track server)
- Loot window support. Event to iterate the items and ability to loot them individually.
- Pet support(I need to see what is available now, leaving it here as a note to myself to test it)
- Me.IsMoving
- 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]
- A way to logout back to login (Esc->Logout).