Search found 3 matches
- Tue Sep 06, 2005 12:16 pm
- Forum: Other Mods
- Topic: MountFiend.. Remount->Catchup->Charge - Could this be
- Replies: 4
- Views: 7800
Update No.3
Ok then, thanks for that Rollie... Just to check that I am looking at the correct section of the MFiend.lua file is this where I should be adding the information as what to do if the ability can not be used? -- first let's check to see if we are in combat SNIP elseif( g_AbilityID ~= -1 ) the...
- Tue Sep 06, 2005 9:25 am
- Forum: Other Mods
- Topic: MountFiend.. Remount->Catchup->Charge - Could this be
- Replies: 4
- Views: 7800
Range is not available in the API anymore. You can however determine if you are in range for an ability or spell to work. If you wanted to set it so if you hit the button it will either charge your target if within range for charge, or mount, it could be done, but would require quite a few changes....
- Tue Sep 06, 2005 12:26 am
- Forum: Other Mods
- Topic: MountFiend.. Remount->Catchup->Charge - Could this be
- Replies: 4
- Views: 7800
MountFiend.. Remount->Catchup->Charge - Could this be
First of all, hello to everyone on the forum.. Second of all, THANKYOU Rollie for the mod that I spent the last hmm.. 2 weeks searching for! quite why this isnt a better known mod in the community I will never ever know - absolutely brilliant! Now onto my question.. Like everyone, when you get exact...