- Joined
- Jan 27, 2007
- Messages
- 948
Well I'm making a fishing system, which grabs the position of where you cast the "shockwave" skill.
The problem is that it always returns 806.400, ALWAYS.
I first used
But with no succes I tried creating a dummy item and using
Any help? Thanks in advance!!
The problem is that it always returns 806.400, ALWAYS.
I first used
JASS:
set udg_z = (GetLocationZ(GetSpellTargetLoc())
But with no succes I tried creating a dummy item and using
JASS:
set udg_z = (GetLocationZ(GetItemLoc(udg_tempitem))
Any help? Thanks in advance!!