Set Gold,hp,etc.. to value

Cfw_Master

New Member
Reaction score
1
Hello,

I'm making a testing/RP map that can be used for many purposes.
I'm adding in some triggers that can set the max life, current life, gold etc...
Since I want this to be player triggered, it will be something along the lines of -hp100 which would set the hp of the selected unit to 100. However, although I know how to do the trigger without values, (such as -levelup for the hero), I don't know how to insert a value in.

Another example would be to set gold to whatever the player types in. (EX: -gold 1000 would set the player's gold amount to 1000)

Thanks for your help in advance! :)

EDIT: BTW, by the -hp and -gold, I mean the chat command.
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
Put the type caht value in a integer variable and set gold to ur variable or hp to ur vairiable does this help or do i need to show u the triggers
 

Bonuy

New Member
Reaction score
6
This should work:
Trigger:
  • sumthing
    • Events
      • Player - Player 1 (Red) types a chat message containing -hp as A substring
    • Conditions
    • Actions
      • Set HP = (Integer((Substring((Entered chat string), 4, 7))))
      • Game - Display to (All players) the text: (String(HP))
      • Whatever you want

the 4 is the amount of symbols example: -hp has 4 symbols (it needs a empty space behind)
7-4=3 so the max amount of numbers behind -hp is 999
change 7 to 8 to change max amount to 9999, 10 is max 99999, etc.

and for -gold this:
Trigger:
  • sumthing2
    • Events
      • Player - Player 1 (Red) types a chat message containing -gold as A substring
    • Conditions
    • Actions
      • Set Gold = (Integer((Substring((Entered chat string), 6, 9))))
      • Game - Display to (All players) the text: (String(HP))
      • Player - Set Player 1 (Red) Current gold to Gold


I hope you understood that because im not very goot at English:eek:
 

Faust

You can change this now in User CP.
Reaction score
123
Instead of the last digit you usually put length of string(entered chat string)
 

Bonuy

New Member
Reaction score
6
yeah...
but with the one i used you can have a maximum:)
they both work so it doesn't really matter.
 

Cfw_Master

New Member
Reaction score
1
Came across another problem :eek:

Is there anyway to set the max life/mana of a unit? I can find the set life and mana options but can't seem to find anything that will set the max life/mana of a selected unit.

Thanks again! :)
 

Faust

You can change this now in User CP.
Reaction score
123
You can't do that like that.
There are item abilities that increase hp an mana though.
 
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