Foldypaws

Untitled

Jan 11th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. local player_mob_table = windower.ffxi.get_mob_by_index(windower.ffxi.get_player().index)
  2.  
  3.  
  4. if player_mob_table.pet_index
  5. then
  6. windower.send_command("exec SMNBPG.txt")
  7. local pet_name=windower.ffxi.get_mob_by_index(player_mob_table.pet_index).name
  8. if pet_name == 'Garuda'
  9. then
  10. windower.send_command("input /ja 'Predator Claws' <t>")
  11. else if pet_name == 'Shiva'
  12. then
  13. windower.send_command("input /ja 'Rush' <t>")
  14. else if pet_name == 'Leviathan'
  15. then
  16. windower.send_command("input /ja 'Spinning Dive' <t>")
  17. else if pet_name == 'Titan'
  18. then
  19. windower.send_command("input /ja 'Mountain Buster' <t>")
  20. else if pet_name == 'Carbuncle'
  21. then
  22. windower.send_command("input /ja 'Poison Nails' <t>")
  23. else if pet_name == 'Ramuh'
  24. then
  25. windower.send_command("input /ja 'Chaotic Strike' <t>")
  26. else if pet_name == 'Ifrit'
  27. then
  28. windower.send_command("input /ja 'Flaming Crush' <t>")
  29. else if pet_name == 'Diabolos'
  30. then
  31. windower.send_command("input /ja 'Camisado' <t>")
  32. else if pet_name == 'Fenrir'
  33. then
  34. windower.send_command("input /ja 'Eclipse Bite' <t>")
  35. end
  36. end
  37. end
  38. end
  39. end
  40. end
  41. end
  42. end
  43. end
  44. windower.send_command("exec SMNSkill.txt")
  45. end
Advertisement
Add Comment
Please, Sign In to add comment