Help with item in night and day

djb4cc1o94

TH.net Regular
Reaction score
5
Guys i need to make this item

Increases the Hero's hit points regeneration by 6 per second and mana regeneration rate by 125%.While in night,additionally increases the attack damage of the Hero by 30 and the Intelligence by 12.

I have no idea how to trigger it :banghead:
 

Grags_1977

Ultra Cool Member
Reaction score
32
Use 2 seperate items.

Trigger:
  • Swap Items
    • Events
      • Game - The in-game time of day becomes Equal to 18.00
    • Conditions
      • (YOURHERO has an item of type ITEM1 Equal to True
    • Actions
      • Item - Remove (Item carried by YOURHERO of type ITEM1)
      • Hero - Create ITEM2 and give it to YOURHERO


And do another trigger to reverse it at 06:00

Hope this helps.
 

Grags_1977

Ultra Cool Member
Reaction score
32
Try this...

Trigger:
  • Swap Items
    • Events
      • Game - The in-game time of day becomes Equal to 18.00
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (YOURHERO has an item of type ITEM1) Equal to True
        • Then - Actions
          • Item - Remove (Item carried by YOURHERO of type ITEM1)
          • Hero - Create ITEM2 and give it to YOURHERO
        • Else - Actions
      • Item - Pick every item in (Playable map area) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Item-type of (Picked item)) Equal to ITEM1
            • Then - Actions
              • Set Point = (Position of (Picked item))
              • Item - Remove (Picked item)
              • Item - Create ITEM2 at Point
              • Custom script: call RemoveLocation( udg_Point )
            • Else - Actions


And obviously another trigger to reverse the process at 06:00
 

djb4cc1o94

TH.net Regular
Reaction score
5
Ye but if he drops it in night and then picks it up again its still night.. but game time is not 18 anymore :| i cant make 1 milion events for time...
 
General chit-chat
Help Users

      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