PoLlama Forums  

Go Back   PoLlama Forums > WarCraft > World Editor Help

Reply
 
LinkBack Thread Tools
Old 06-27-2008   #1
 
Join Date: Jun 2008
Posts: 33
Phoenix is on a distinguished road
Max level? and other questions

How to i increase the max level of heros on my map?
How to i make bosses drop items?
How to i increase the level of enemy boss heros?( i changed the level start in the object editor and it didnt do anything)
How do i activate bounty, i tried to do it myself with a player flag on/off trigger but it didnt work, so im curios how to do it now .


lots of questions :P probaly very simple answers xD surprisingly google didnt find solutions to any of the questions :P

Thanks for the help in advance

Phoenix

Last edited by Phoenix; 06-27-2008 at 02:15 AM. Reason: spelling mistake
Phoenix is offline   Reply With Quote
Old 06-28-2008   #2
 
Join Date: Apr 2008
Posts: 4
Fwop_ is an unknown quantity at this point
Re: Max level? and other questions

1. Go to Advanced -> Gameplay Constants... There you will be able to change max level of heroes.

2. You can do it either through triggers with event of when a unit dies (or specific unit if the boss is preplaced) and then you action would be something like: Item - Create (Item) at (Position of Dying unit)

3. If the enemy boss heroes are actual heroes and not powered normal units then use the same method as question 1 to solve this. If they are non-hero units then at the bottom of Gameplay Constants you can change Unit Maximum Level.

4. I'm not entirely sure, but I think bounty only works on neutral hostile units. You can do something similar to the answer for 2, just change the action to: Player - Add (Value) to (Killing Player) gold.
Fwop_ is offline   Reply With Quote
Old 06-29-2008   #3
 
Join Date: Jun 2008
Posts: 33
Phoenix is on a distinguished road
Re: Max level? and other questions

thanks for the help ill sort this out now thanks

the problem with bounty that i have is all of the Creeps are controled by player 12 whos controled by ai not Neutral hostile

is there a possible trigger that looks at the level of the monster and adds gold defending on its level?


eg

level 1 monster + 10 gold
level 2 +20
lvl 5 hero + 200

is that possible?
Phoenix is offline   Reply With Quote
Old 06-29-2008   #4
 
GhostlySpoon's Avatar
 
Join Date: Jun 2008
Location: Northern Ireland
Posts: 840
GhostlySpoon is just really niceGhostlySpoon is just really niceGhostlySpoon is just really niceGhostlySpoon is just really nice
Re: Max level? and other questions

Yeah, i'm not sure about exact wording of the triggers, but it's like

unit dies, unit belongs to neutral hostile

if unit level = 1, add 10 gold to (dont know what to put in ehre, like triggering player or killing palyer or somethin) current gold, and copy and paste that and change it


The World Ends With You!
GhostlySpoon is offline   Reply With Quote
Old 06-29-2008   #5
 
Join Date: Apr 2008
Posts: 4
Fwop_ is an unknown quantity at this point
Re: Max level? and other questions

Event:
Unit - A unit owned by Player 12 dies.

Action:
If - Conditions
Level of Dying unit is equal to 1
Then - Actions
Add 10 gold to (Owner of (Killing unit))


Then have a new If / Then for each level.

Or you could go through each unit and set there Supply Provided or Supply Used to the amount of gold you want when the unit dies. Using this you would only need one action in the trigger: Add (Supply Used/Provided by Dying Unit) gold to (Owner of (Killing unit))
Fwop_ is offline   Reply With Quote
Old 06-30-2008   #6
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
Re: Max level? and other questions

Event
Unit owned by player 12 dies
Condition
-
Action
Add (10 x Integer(Level of (Dying Unit))) gold to (Owner of (killing unit))

If you players to acquire 10 gold x level of the dying unit.

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!
Mr. Zero is offline   Reply With Quote
Old 07-19-2008   #7
 
darkwulfv's Avatar
 
Join Date: Jun 2007
Location: A...A...How's America pronounced again?
Posts: 273
darkwulfv has a spectacular aura about
Re: Max level? and other questions

Careful with Mr. Zero's trigger, it will only work properly for units. If the dying unit is a boss (hero), it will default to (I think) level 5. So, to fix that:

Add an if/then check. So:

If
Dying Unit is a Hero Then
Add (40 x Integer (Hero Level of (Dying Unit))) gold to (Owner of (Killing Unit))
Else
Add (10 x Integer (Level of (Dying Unit))) gold to (Owner of (Killing Unit))

(God I hate GUI.) That's a very rough sketch, since I don't go anywhere near GUI anymore. You should be able to use that though.
darkwulfv is offline   Reply With Quote
Old 08-07-2008   #8
 
PunWisp's Avatar
 
Join Date: Aug 2008
Posts: 438
PunWisp is on a distinguished road
Re: Max level? and other questions

Quote:
Originally Posted by Phoenix View Post
How to i increase the max level of heros on my map?
How to i make bosses drop items?
How to i increase the level of enemy boss heros?( i changed the level start in the object editor and it didnt do anything)
How do i activate bounty, i tried to do it myself with a player flag on/off trigger but it didnt work, so im curios how to do it now .


lots of questions :P probaly very simple answers xD surprisingly google didnt find solutions to any of the questions :P

Thanks for the help in advance

Phoenix
For the first one go to gameplay constants, second double click on the "boss" and you can set his level(this is while he is already placed, to do it so its always that level go to object editor)

[Only registered and activated users can see links. ]

Go here for the tutorial for bounty units. Its very simple.

Once you do this trigger you can set bounties for units, though they are set by default.

Dont do this other stuff for bounty for specific units, just do this trigger, make it a seperate trigger though. And if you want certain units/buildings with no bounty, simply make the bounty section in object editor 0 for that unit.
PunWisp is offline   Reply With Quote
Old 08-08-2008   #9
 
darkwulfv's Avatar
 
Join Date: Jun 2007
Location: A...A...How's America pronounced again?
Posts: 273
darkwulfv has a spectacular aura about
Re: Max level? and other questions

You do know his questions were all answered by like 5 people already, right?
darkwulfv is offline   Reply With Quote
Old 08-08-2008   #10
 
PunWisp's Avatar
 
Join Date: Aug 2008
Posts: 438
PunWisp is on a distinguished road
Re: Max level? and other questions

Some of these answers seem very unessesary
PunWisp is offline   Reply With Quote
Old 08-08-2008   #11
 
darkwulfv's Avatar
 
Join Date: Jun 2007
Location: A...A...How's America pronounced again?
Posts: 273
darkwulfv has a spectacular aura about
Re: Max level? and other questions

What are you talking about, they all answered his question, and some even went into more detail.
darkwulfv is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



All times are GMT -5. The time now is 09:39 PM.

A friend of Wc3Happy
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165