Some problems here! Help please!

Status
Not open for further replies.

Halt

H

Halt

Hello, i am quite new to triggers, i used to terrain more but now im making my own little map. I added some attachment weapons and armor, i need some sort of trigger that allows the player to have 1 helm, 1 chest, 1 foot, 1 one-handed weapon 1 shield you know what i mean i hope. :ugly: else they will like have 6 helms on them at same time and it would look a "bit" screwed up, like some sort of llama shit on their head (llama owns) I will give +rep to the one who helps me of course, if you need to know that :xxd:
(NOTE: there will only be one handed weapons)
 
Hello, i am quite new to triggers, i used to terrain more but now im making my own little map. I added some attachment weapons and armor, i need some sort of trigger that allows the player to have 1 helm, 1 chest, 1 foot, 1 one-handed weapon 1 shield you know what i mean i hope. :ugly: else they will like have 6 helms on them at same time and it would look a "bit" screwed up, like some sort of llama shit on their head (llama owns) I will give +rep to the one who helps me of course, if you need to know that :xxd:
(NOTE: there will only be one handed weapons)
Alright if your talking about attachment points go here = http://world-editor-tutorials.thehelper.net/attachments.phpIf its a Special Effect attachment use the attachments found in the link (left hand right hand etc.)
Trigger EX:
  • Events
    • Map initialization
  • Conditions
  • Actions
    • Special Effect - Create a special effect attached to the left hand of Bob using Objects\InventoryItems\OrcCaptureFlag\OrcCaptureFlag.mdl
    • Set SaveThisEffectForLaterUse = (Last created special effect)
Now if your talking about Items for example you have an item named Pwnage Sword.Use this trigger.
  • Events
    • Map initialization
  • Conditions
  • Actions
    • Hero - Create Orb of Frost and give it to Bob
    • Set SaveThisItemForLaterUse = (Last created item)
 
Alright if your talking about attachment points go here = http://world-editor-tutorials.thehelper.net/attachments.phpIf its a Special Effect attachment use the attachments found in the link (left hand right hand etc.)
Trigger EX:
  • Events
    • Map initialization
  • Conditions
  • Actions
    • Special Effect - Create a special effect attached to the left hand of Bob using Objects\InventoryItems\OrcCaptureFlag\OrcCaptureFlag.mdl
    • Set SaveThisEffectForLaterUse = (Last created special effect)
Now if your talking about Items for example you have an item named Pwnage Sword.Use this trigger.
  • Events
    • Map initialization
  • Conditions
  • Actions
    • Hero - Create Orb of Frost and give it to Bob
    • Set SaveThisItemForLaterUse = (Last created item)

he's asking about how to limit items that you can wield...

there are some of this in the spell sections...
 
Status
Not open for further replies.
Back
Top