Frotty / Frentity

Hierarchical Entity Framework
Apache License 2.0
11 stars 6 forks source link

Experience reward #7

Closed HarounGY closed 5 years ago

HarounGY commented 5 years ago

when my hero kill unit create by UnitEntity, hero can not get experience. Gold is ok!!! i Already open PLAYER_STATE_GIVES_BOUNTY what shoud i do . help me

Frotty commented 5 years ago

Frentity has nothing to do with experience given by units. Does the unit give experience when not created via UnitEntity?

HarounGY commented 5 years ago

GFZ%6K1F2 3 G4@1% $P3)A

Second sentence is ok

Frotty commented 5 years ago

Second sentence is ok

What? You mean the second unit gives experience?

Gold is ok!!!

Gold in this example is given via onDeath

HarounGY commented 5 years ago

no,player get 125 gold 25 come from unit ,100 come from addglod

HarounGY commented 5 years ago

the issue caused by “UnitApplyTimedLife” !

Frotty commented 5 years ago

So it's your code (or the one you copied), not Frentity.

HarounGY commented 5 years ago

yes, i copy the from “ForestDef”; I'm still learning wurstscript,thanks for you help。