Thread: simcraft help

  1. #1

    simcraft help

    Also, how do I change food manually? Like I know you can change this line
    actions+=/food,type=FOOD_NAME


    But, what about when i do a simulation like this:
    armory=us,realm,name
    ???
    What would I add here to change the food type used? Is it possible?

    - - - Updated - - -

    bump/////////////
    Last edited by Brianmage; 2015-08-04 at 01:47 AM.

  2. #2
    Add:
    set_bonus=tier18_2pc=1
    set_bonus=tier18_4pc=1

    to the end of your profile. 1 enables, 0 disables. You'll be able to enable/disable the tier bonus regardless of what you have equipped.

  3. #3
    Quote Originally Posted by freddy090909 View Post
    Add:
    set_bonus=tier18_2pc=1
    set_bonus=tier18_4pc=1

    to the end of your profile. 1 enables, 0 disables. You'll be able to enable/disable the tier bonus regardless of what you have equipped.
    thanks, any idea about the food?

  4. #4
    Change this line:

    actions.precombat+=/food,type=pickled_eel

    Change pickled_eel to food of choice making sure to put an underscore between each word.

  5. #5
    Quote Originally Posted by Harsesis View Post
    Change this line:

    actions.precombat+=/food,type=pickled_eel

    Change pickled_eel to food of choice making sure to put an underscore between each word.
    Yes, I know how to do that. But I am talking about when you do this in simcraft
    Code:
    armory=us,realm, name
    *insert paramater here that is not default*
    I already know how to do it the way you are talking about, but need to know how to it this way.

  6. #6
    Enter, below the armory line.

    copy=FOOD_NAME
    actions+=/food,type=FOOD_NAME



  7. #7
    Quote Originally Posted by Azortharion View Post
    Enter, below the armory line.

    copy=FOOD_NAME
    actions+=/food,type=FOOD_NAME


    That doesn't work. It thinks that it is the only action in the entire list and just won't sim it.

    Code:
    armory=us,illidan,karabor
    name=Normal
    
    copy=Felmouth
    actions+=/food,type=Felmouth_Frenzy
    Will sim Normal but not Felmouth
    Last edited by Brianmage; 2015-08-04 at 03:26 AM.

  8. #8
    Code:
    armory=us,illidan,karabor
    name=Normal
    
    copy=Felmouth
    actions.precombat+=/food,type=felmouth_frenzy
    Should work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •