Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Update AIFavoredItems SET Value = '0' where ListType ='Default Tactical' and Item='Gather Goody Hut';
  2. Update AIFavoredItems SET Value = '1' where ListType ='Default Tactical' and Item='Leader Formation';
  3. Update AIFavoredItems SET Value = '2' where ListType ='Default Tactical' and Item='Make Military Formation';
  4. Update AIFavoredItems SET Value = '3' where ListType ='Default Tactical' and Item='Promotion';
  5. Update AIFavoredItems SET Value = '5' where ListType ='Default Tactical' and Item='Move to Safety';
  6. Update AIFavoredItems SET Value = '4' where ListType ='Default Tactical' and Item='Heal';
  7. Update AIFavoredItems SET Value = '6' where ListType ='Default Tactical' and Item='Air Assault';
  8. Update AIFavoredItems SET Value = '7' where ListType ='Default Tactical' and Item='Attack Civilians';
  9. Update AIFavoredItems SET Value = '8' where ListType ='Default Tactical' and Item='Attack Camps';
  10. Update AIFavoredItems SET Value = '9' where ListType ='Default Tactical' and Item='Attack High Priority';
  11. Update AIFavoredItems SET Value = '10' where ListType ='Default Tactical' and Item='Attack Medium Priority';
  12. Update AIFavoredItems SET Value = '11' where ListType ='Default Tactical' and Item='Attack Low Priority';
  13. Update AIFavoredItems SET Value = '12' where ListType ='Default Tactical' and Item='Attack District';
  14. Update AIFavoredItems SET Value = '13' where ListType ='Default Tactical' and Item='Plunder Trader';
  15. Update AIFavoredItems SET Value = '14' where ListType ='Default Tactical' and Item='Chase Target';
  16. Update AIFavoredItems SET Value = '15' where ListType ='Default Tactical' and Item='Air Rebase';
  17. Update AIFavoredItems SET Value = '16' where ListType ='Default Tactical' and Item='Air Deploy';
  18. Update AIFavoredItems SET Value = '17' where ListType ='Default Tactical' and Item='Pillage District';
  19. Update AIFavoredItems SET Value = '18' where ListType ='Default Tactical' and Item='Pillage Improvement';
  20. Update AIFavoredItems SET Value = '19' where ListType ='Default Tactical' and Item='Coastal Raid';
  21. Update AIFavoredItems SET Value = '21', Favored = 0 where ListType ='Default Tactical' and Item='Wander';
  22. Update AIFavoredItems SET Value = '20' where ListType ='Default Tactical' and Item='Wander Near City';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement