YesNoOk
avatar

Disable Autoguard (Read 537 times)

Started by NoobMan DS, October 25, 2008, 07:35:43 pm
Share this topic:
Disable Autoguard
#1  October 25, 2008, 07:35:43 pm
  • avatar
  • **
Re: Disable Autoguard
#2  October 25, 2008, 09:44:18 pm
  • avatar
  • **
PLEASE HELP ME!!!
Re: Disable Autoguard
#3  October 26, 2008, 10:07:16 pm
  • *****
  • Hedgehog Whisperer
  • Red Bull addict
    • Spain
    • xgargoyle.mgbr.net
AssertSpecial
XGargoyle: Battle posing since 1979
http://xgargoyle.mgbr.net
http://www.pandorabots.com/pandora/talk?botid=e71c0d43fe35093a  <-- Please click that link
Re: Disable Autoguard
#4  October 26, 2008, 10:11:49 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
I think he speaks of AI. The person who made it doesn't know how to code one.

Look for his AI states (if you can find them) and see if you can find one either labeled ;guarding or that sends him to any state between 120-155 and lower the value under random. 5 would probably be a good number.

I'd warn you about the bump, but this was obviously in config help. Still bumping for help isn't nice. You're not more important than anyone else. We make an effort to provide help to everyone who asks. There is no reason your topic takes priority over anyone else.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Disable Autoguard
#5  October 27, 2008, 07:22:48 am
  • avatar
  • **
Look for his AI states (if you can find them) and see if you can find one either labeled ;guarding or that sends him to any state between 120-155 and lower the value under random. 5 would probably be a good number.

Hmm...can't find his AI states. Anyway, thanks for the info. :)

I'd warn you about the bump, but this was obviously in config help. Still bumping for help isn't nice. You're not more important than anyone else. We make an effort to provide help to everyone who asks. There is no reason your topic takes priority over anyone else.

Me myself was the one who moved it to the development help section. I did it because I thought the topic did not match the section. And I was not even expecting that my question takes more priority than others (my quote "PLEASE HELP ME!!!" doesn't mean that) - I know there are lots of people also asking for help here.

Sorry if I did any other mistakes that I didn't noticed.

AssertSpecial

Thanks for the reply, too :)
Re: Disable Autoguard
#6  October 27, 2008, 08:52:18 am
  • avatar
  • **
Fixed the problem guys. I erased these lines at the bottom of doraemon's constants file and no more autoguard:

[State -2, AutoG S];Ž©“®—§‚¿–hŒä
type = ChangeState
triggerall = StateType != A
triggerall = Ctrl = 1
triggerall = Command != "holdup"
triggerall = Command != "holddown"
triggerall = Command != "holdfwd"
triggerall = Command != "holdback"
trigger1 = P2MoveType = A
trigger1 = P2StateType = S
value = 130

[State -2, AutoG C];Ž©“®‚µ‚Ⴊ‚Ý–hŒä
type = ChangeState
triggerall = StateType != A
triggerall = Ctrl = 1
triggerall = Command != "holdup"
triggerall = Command != "holddown"
triggerall = Command != "holdfwd"
triggerall = Command != "holdback"
trigger1 = P2MoveType = A
trigger1 = P2StateType = C
value = 131

;[State -2, AutoG A];Ž©“®‹ó’†–hŒä
;type = ChangeState
;triggerall = StateType = A
;triggerall = Ctrl = 1
;triggerall = Command != "holdup"
;triggerall = Command != "holddown"
;triggerall = Command != "holdfwd"
;triggerall = Command != "holdback"
;trigger1 = P2MoveType = A
;value = 132

[State -2, AutoG AS];Ž©“®ã’i–hŒä
type = ChangeState
triggerall = StateType != A
triggerall = Ctrl = 1
triggerall = Command != "holdup"
triggerall = Command != "holddown"
triggerall = Command != "holdfwd"
triggerall = Command != "holdback"
trigger1 = P2MoveType = A
trigger1 = P2StateType = A
value = 130