Jump to content


Photo

Lord of Middle-earth! rotwk!


  • Please log in to reply
2 replies to this topic

#1 qwertyu

qwertyu
  • New Members
  • 3 posts

Posted 28 June 2010 - 09:02 PM

i'm creating a hero and i need serious help!

the hero will have skin+skelet of a hero of the west+armor+fire sword+efects,

will be able to switch to a cah wizard(avatar) skin+skelet+fire efects+firestaf,

will be able to transform to cah troll+efects and gwaihir+efects,

will be able to switch to golden armor skin of hero of the west+efects,

and all these clases will have apropriate powers+++some extra powers.

i've managed to do all mentioned above, except the part where the toggling of the commandsets starts in...

i've tryed everything but how do i toggle 4 sets and not fuck up something???

P.S. hero of the west will also be able to mount on his horse+++powers

do you have any sugestions???

Edited by qwertyu, 30 June 2010 - 05:54 PM.


#2 acidRain

acidRain

    insane programmer

  • Members
  • 79 posts
  • Location:the place that never but always was
  • Projects:personal mods
  •  coder, occasional skinner, and all-around game-breaker

Posted 28 June 2010 - 09:49 PM

Um...lol?

Behavior = CommandSetUpgrade ModuelTag_UpgradeCmdSet
		TriggeredBy = Upgrade_YourUpgradeNameHere
		CommandSet = CommandSetToSwitchToOnUpgrade
	End

or

Behavior = MonitorConditionUpdate ModuleTag_CommandSetSwapper
		WeaponSetFlags			= >>pick a weaponset condition<<
		WeaponToggleCommandSet	= CommandSetToSwitchTo
	End

should work, depending on the conditions you use.

Pretty ambitious project you've got going. :thumbsupdrool:

Edited by acidRain, 28 June 2010 - 09:49 PM.

WWJBD - What Would Jack Bauer Do?

#3 acidRain

acidRain

    insane programmer

  • Members
  • 79 posts
  • Location:the place that never but always was
  • Projects:personal mods
  •  coder, occasional skinner, and all-around game-breaker

Posted 29 June 2010 - 01:47 PM

I have a theory that you could use any

Conditions = (PLAYER_UPGRADE, WEAPONSET_HERO_MODE, etc.)
but I'm not sure what the commandset change code is.

Anyway, the list of weapon conditions...

--PLAYER_UPGRADE
--WEAPONSET_TOGGLE_1
--SPECIAL_WEAPON_TWO
--WEAPONSET_HERO_MODE
--USER_* (not technically a weapon condition, but you can use it as one - this is a major hack)

There are others, but those are the ones I can think of right off the top of my head. As soon as I find more, I'll let ya know. :thumbsupdrool:

Oh yeah, and can you post the code that you used? (CommandButtons, CommandSets, SpecialPowers, Powers, and Upgrades)

Edited by acidRain, 29 June 2010 - 01:48 PM.

WWJBD - What Would Jack Bauer Do?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users