Hi JuuF
Yep, i know how to use the LuaRecallUser.
LuaRecallUser can receive 6 args :
- The first is the Job of the toon (per example : 0 for Fighters and Warriors, 1 for Defenders and Guardians, ...).
- The second is the range in metters.
- The 3rd is the map (if missing, it will use automatically the map 0)
- 4th is the X coordinate value
(optional)
- 5th is the Y coodinate value
(optional)
- 6th is the Z coordinate value
(optional)
Then, if you use :
Code:
Mob:LuaRecallUser(4, 100, 39, 65.000, 2.985, 67.000)
The mob will Recall all of Pagans/Mages within 100 metters area to the map 39 at
X=65.000,
Y=2.985 and
Z=67.000
As i said, the coordinate value are optionals, if you just use :
Code:
Mob:LuaRecallUser(4, 100, 39)
The Pagans/Mage will be recall to the mob position.
Ofc, the mob must be in the map 39 in this case, or the pagans will be summon to this map.
And if you don't use the map arg, the toons will be summon to the map 0.
See you :)