02-13-2014, 07:03 PM
Hello,
i'm trying to make my own WP TP but i cannot make it run ! the toons just don't Teleport, can someone help me, is there a tutorial or something like this ?? what's wrong on my code :
i'm trying to make my own WP TP but i cannot make it run ! the toons just don't Teleport, can someone help me, is there a tutorial or something like this ?? what's wrong on my code :
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["Encounters"] = {
[1] = {
["doWait"] = true;
["waitTime"] = 5000;
["fightPos"] = {
["General"] = {
["y"] = 130.11164855957;
["x"] = 381.18542480469;
["h"] = -8;
["z"] = -3.1101768016815;
};
};
["bossIDs"] = "1548";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["radius"] = 50;
["startPos"] = {
["General"] = {
["y"] = -9.000011;
["x"] = 125.494232;
["h"] = -3.136393;
["z"] = 110.00927;
};
};
};
[2] = {
["doWait"] = true;
["waitTime"] = 5000;
["fightPos"] = {
["General"] = {
["y"] = 189.55363464355;
["x"] = 374.56002807617;
["h"] = -8;
["z"] = -2.4294991493225;
};
};
["bossIDs"] = "1074521375;1074519645;";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["radius"] = 50;
["startPos"] = {
["General"] = {
["y"] = 0;
["x"] = 32.410114;
["h"] = 1.95649;
["z"] = -230.188477;
};
};
};
[3] = {
["fightPos"] = {
["General"] = {
["y"] = 182.64765930176;
["x"] = 274.79867553711;
["h"] = -2;
["z"] = -3.0724773406982;
};
};
["bossIDs"] = "1074521375;1074519645;";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["radius"] = 50;
["startPos"] = {
["General"] = {
["y"] = 9;
["x"] = 87.937019;
["h"] = -2.629738;
["z"] = -433.427094;
};
};
["doWait"] = true;
["waitTime"] = 10000;
};
};
["EncounterIndex"] = 0;
["MapID"] = 159;
}
return obj1
</code>