removing certain item frmo shop when playing a dif mode

Yoshii

New Member
Reaction score
74
here my problem, i have an ability called heaven strike that kill all unit in a radius, this work fine in my ffa mode and team however in my Duel mode I want the item that give the ability(heaven strike) removed from shop i tryed
Code:
event:unit enter grand(hence triggering duel mode)
action:Neutral Building - Remove Heaven Last Hope from Ultimate Shop 0051 <gen>
then i put the sell ability to the ultimate shop 0051 on map.
then when i tested it, i entered duel mode,but the item that give the ability heaven strike was still availabe from the shop 0051.why isnt it working?
 

Cloak_Master

Active Member
Reaction score
41
Hmmm... not sure, did you try using JASS? It'd be something like...

RemoveItemFromStockBJ(the buildings data - find it out by using ctrl+d in the object editor and looking at the ability, same thing for the item)

If that doesn't work, I don't know what to tell you, I've never actually done this.
 

Yoshii

New Member
Reaction score
74
dindt work.
Custom script: call RemoveItemFromStockBJ( 'I01N', gg_unit_h009_0051 )

thats same thing as doing the neutral building remove item:p
 
W

what666said

Guest
You could always just make two versions of the shop, one w/ it and one w/out it, then switch them.
 

Yoshii

New Member
Reaction score
74
what666said said:
You could always just make two versions of the shop, one w/ it and one w/out it, then switch them.
thx that worked i didnt think about that:)
 
G

guitarplay

Guest
other than that you could have done a controll trigger:
first make it so when you go into whatever mode, it changes some boolean variable to false.

a unit aquires an item
if (RegGame) = false
if item being manipulated is equal to (Heaven Last Hope)
remove (Heavan Last Hope) from hero manipulating item
Give owner of hero manipulating item (how much the item costs)
display text at hero manipulating item saying (You may not purchase that item now)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top