| 10-25-2004, 02:07 PM | #31 |
Yeah, but what if you wanted more than one type of item. For example... You can only have 1 weapon, 1 armor, 1 shield, 1 boots, 1 gloves, and 1 accessory. You couldn't use permanant for all of them, so would you really have to make a trigger that checks all of your item slots for everysingle item?! I would hope not. I'm trying to make a NotD game with only 1 weapon for each unit, and 1 armor, but friends are making open RPG's. ------ Night of the Dead- Kalvorod version Done from scratch, not making reference to the NotD map, like I could hack the protect anyway... Terrain-1% Units 3% Abilities 10% Triggers 20% Items 0% |
| 10-25-2004, 04:18 PM | #32 |
yeah, i have already explained that. simply change "(Item-class of (Item being manipulated)) Equal to Permanent" to "(Item-type of (Item being manipulated)) Equal to (Name of Item)". Could also be used fo several weapons: "Condition - or (any conditions are true)" -"(Item-type of (Item being manipulated)) Equal to (Name of Item)" But then you have to copy the integer HeroHasWeapon and name it HeroHasShield, HeroHasArmor and so on. You will also have to copy the two triggers and rename them to Hero picks up shield, hero drops armor and so on. you understand if you have made triggers before. |
| 10-25-2004, 06:07 PM | #33 | |
Quote:
|
| 10-27-2004, 10:40 AM | #34 |
I've made a Weapon system, where you equip the weapon when you click the item, this means you can have 6 weapons in your inventory, but only equip one since it's based on what you want equipped, this way you can save weapons you find, and sell them later... My way also allows different abilties tied to the weapon, EG. - "50% Chance of level 1 Chain lightning on Attack" - "100% Chance of frost nova on attack, but only half the chance when fighting Heroes" - "100% chance of casting Purge, when fightning summons." This one also shows up an icon instead of the normal attack icon. If someone is interrested mail me at Miniworx(at)gmail.com My MSN is Miniworx(at)hotmail.com "(at)" = @ , (Spam and advetising protection) |
| 10-27-2004, 06:10 PM | #35 |
Complex and messy, eh? Well, I'd hoped that my user-friendly language would explain it all away... Anyway, when you look at a finished system it isn't actually all that complex. It's just that I've explained most of it in great detail. I might post an example map later on. |
| 10-28-2004, 07:20 AM | #36 |
Mine is done with a trigger loop insted of alot of triggers, which means i only have a trigger for un-equip, equip, and for setting variables, and it's not laggy. Requirements for the system per weapon: 1 Item 2 abilities 2 actions in the set variable trigger. A number change in the set variable trigger. Mine also supports various other things like armors and amulets, and i can add as many different effects on the items, as there's empty slots in the control card... Example maps are good... :D I'll post one when i get my internet back at home... |
| 10-28-2004, 06:10 PM | #37 | |
Quote:
Yes, please do. I'd be interested to see how your system works. If it's got any good bits, I'll steal them ;) |
| 10-29-2004, 06:58 AM | #38 |
LOLZ! :D I've been told by all who have seen it, that it's good... :P So i think u'll like it... |
| 10-29-2004, 06:24 PM | #39 | |
Quote:
|
| 10-30-2004, 05:39 PM | #40 |
lol... Sorry, but you gotta wait some more... Give me your mail, and i'll mail it, problem is my mom didn't pay the internet bill @ home, so it's gone for awhile... :( |
| 11-01-2004, 02:37 PM | #41 |
Guest | why dont you post it so everyone can have a look...? |
| 11-01-2004, 06:05 PM | #42 | |
Quote:
|
| 11-01-2004, 06:37 PM | #43 | |
Quote:
Okay, i mailed you the map, but i'll upload it here too... ![]() Lots of things changed, newest version here |
| 11-03-2004, 06:10 PM | #44 |
... Yes, I've had a look at your system... Well, what can I say? It seems that from every angle it is bloomin' excellent. Top marks to yah. At the moment, it seems that you could only use it for one unit per player, but that can easily be changed. I salute you. No comments in the triggers, mind. Not that I needed them ;). |
| 11-03-2004, 06:43 PM | #45 |
Hehe... Thx alot... :D Do you have MSN? Hmmm... I figured you didn't need comments since you must have a little brain when you make maps for WC3, hehe... Hmmm... The trigger works for all the units you want, but only one unit at a time when trigger runs... :) So you would have to make two units equip a weapon at the same time... :) |
