• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Two trigger requests

Status
Not open for further replies.
Level 2
Joined
Jul 16, 2004
Messages
24
what kind of basis would you want the ammunition system?

like upon leaderboards, multiboards, charges of items, replace lumber/food or even eliminate the use of hero ability button (you know the red plus sign).

also with the driving system, it would be easy to use if you had an "action" ability which can target anything, useful if you want a bog map

ie.
-if you use it on a door, it will open/close.
- use it on a car and you get in
- use it on a tree and climb it? set a gun sentry?
- use it on an enemy and it will attack?
- use it on an ally and you will follow?


its just a concept that will make the system alot easier. if you do use that concept getting into cars would be easy using the

[this isnt with WE, im not at home, just winging it]

Event
Unit - Casts an ability targeting a unit

Condition
{Ability Equal To "Action"} and {target unit of spell equal to "truck"}
[maybe have a boolean whether the car is in use?]

Action
set ownership of "targeted unit" to "owner of casting unit"
unit - issue order for "targeted unit" to load "casting unit"


(thats really ruff but you get a basic picture)



-when i get home i might have a play around with that.
 
Status
Not open for further replies.
Top