whsts the right command
/attr pos 997 997 7
/attr position 997 997 7
/attr destination 997 997 7
doesnt works
Dear, i already answered, it will work!What do you wana do? Go to that positon ?
ah, he forgot to add the comasDear, i already answered, it will work!
/attr position 1000,1000,7
Dear, i already answered, it will work!
/attr position 1000,1000,7
Lol, i told ya not 997.997.7, I mean ... (((,))) COMA!!!i create teleport and i want make the teleport teleports to 997.997.7
else if(action == "destination" || action == "position"
|| action == "pos" || action == "dest") [COLOR="#FF0000"][B]//TODO: doesn't work[/B][/COLOR]
{
if(Teleport* teleport = item->getTeleport())
teleport->setDestination(Position(atoi(parseParams(it,
tokens.end()).c_str()), atoi(parseParams(it, tokens.end()).c_str()),
atoi(parseParams(it, tokens.end()).c_str())));
}
doCreateTeleport(1387, param, param)